/* -------------------------------------------Карточка товара ------------------------------------- */

.card1c {
  width: 97%; /* 680px стояло до 14.10.2014 */
  display: block;
  margin: 0px 10px 35px 0px;
  padding: 10px 10px 0 10px;
  border: white 1px solid;
  min-height: 400px;
  box-shadow: 2px 5px 20px rgba(0, 0, 0, 0.5);
  background: linear-gradient(to bottom, #eee 0%, #f0f0f0 100%);
  position: relative;
}

.card1c .title {
  width: 470px;
  height: 35px;
}

.card1c .name {
  font-size: 17px;
  font-weight: bold;
  width: 460px;
  color: #a82501;
  padding: 5px;
  background: #fbd303;
  border-bottom: 1px solid #a82501;
  border-top: 1px solid #a82501;
  margin: 2px 0 20px 0px;
  text-align: center;
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.5);
}

.card1c .buy {
  bottom: 10px;
  right: 0px;
  position: absolute;
  width: 220px;
  min-height: 390px;
  height: 300px;
}

.card1c .buy .img_buy {
  width: 200px;
  margin: 0px 10px 0px 10px;
  position: relative;
}
.card1c .buy .img_buy img {
  width: 200px;
  height: 229px;
  margin: 0;
}
.card1c .buy .img_buy .img_plus {
  font-size: 18px;
  font-weight: bold;
  width: 110px;
  height: 40px;
  /*background:url(../img/new/img_plus.png) no-repeat; 7 сентября в 14:12 : доставка и установка бесплатно", это надо убрать */
  position: absolute;
  right: -2px;
  bottom: 20px;
}
.card1c .buy a {
  width: 30px;
  margin: 0;
  margin-left: 20px;
  margin-top: 10px;
}
.card1c .buy .like {
  margin: 0px;
  margin-top: 10px;
  height: 30px;
}
.card1c .buy .like a {
  border-bottom: 1px dotted;
}
.card1c .buy .like a span {
  position: absolute;
  width: 15px;
  height: 15px;
  background: url(../images/icons/icons.png) center no-repeat;
  background-position: 0 -27px;
  left: 25px;
}

.card1c .buy .art {
  font-size: 12px;
  width: 150px;
  color: #5d5d5d;
  padding: 3px 5px 3px 5px;
  background: #ddd;
  margin: 0 auto 15px;
  text-align: center;
  height: 16px;
}
.card1c .buy .art > div {
  cursor: help;
}

.card1c .buy .cena {
  font-size: 18px;
  font-weight: bold;
  width: 190px;
  color: #a82501;
  padding: 4px 7px 4px 7px;
  margin: 0 auto;
  background: #fbd303;
  border-bottom: 1px dotted #a82501;
  border-top: 1px dotted #a82501;
  text-align: center;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  /* position: absolute;
  right: -20px;
  bottom: 85px; */
}

.card1c .buy .cena .back {
  position: absolute;
  background: rgba(219, 211, 19, 0.43);
  height: 0;
  width: 0;
  right: -21px;
  bottom: -21px;
  margin: 0 0 0 -1em;
  background: transparent;
  color: rgba(246, 127, 17, 0.58);
  border: 20px solid transparent;
  border-left-color: currentColor;
  border-top: 10px currentColor;
}

.card1c .buy .cena .back2 {
  position: absolute;
  background: url(../images/back.png);
  height: 16px;
  width: 22px;
  right: 0px;
  bottom: -17px;
}

.card1c .buy .plus {
  font-size: 14px;
  width: 180px;
  margin: 0 auto;
}

.card1c .buy .plus li {
  border-bottom: none;
  font-size: 15px;
  color: #a82501;
}
.plus .galka{margin-bottom:10px;font-size: 15px;color:#a82501;}

.card1c .buy form {
  margin-left: 18px;
}

.card1c .text {
  width: 450px;
  height: 289px;
  bottom: 40px;
  position: absolute;
  z-index: 2;
  padding: 10px;
  border-bottom: 1px solid #a82501;
  border-top: 1px solid #a82501;
  background: url(../images/coner-text-box.png) top left no-repeat,
    linear-gradient(to bottom, #ffffff 0%, #f3f3f3 90%);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
}

.card1c .menu {
  bottom: 9.9px;
  position: absolute;
  z-index: 4;
}

.card1c ul#Tabs {
  font-family: Verdana, Arial;
  font-size: 12px;
  font-weight: bold;
  list-style-type: none;
  z-index: 2;
  margin-bottom: 0px;
  margin-top: 0px;
  margin: 0;
}

.card1c #Tabs li.Tab {
  padding: 2px;
  float: left;
  height: 25px;
  background-color: #fbd303;
  margin: 0px 0px 0px 5px;
  border: 1px solid #a82501;
  z-index: 2;
  list-style: none;
  border-bottom-left-radius: 5px;
  box-shadow: 0px 1px 3px 0px inset;
  transition: background-color .2s linear;
}

.card1c #Tabs li.Tab a {
  float: left;
  display: block;
  color: #a82501;
  text-decoration: none;
  padding: 5px;
  transition: color .2s linear;
}

.card1c #Tabs li.Tab:hover {
  background-color: #a82501;
}
.card1c #Tabs li.Tab:hover a {
  color: #facf01;
}

/* Состояние: активная */
.card1c #Tabs li.SelectedTab {
  padding: 2px;
  float: left;
  height: 25px;
  background-color: #f3f3f3;
  margin: -1px 0px 0px 5px;
  border-top: 1px solid #f3f3f3;
  border: 1px solid #a82501;
  z-index: 3;
  list-style: none;
  border-bottom-left-radius: 5px;
  box-shadow: 2px 0px 10px;
}

.card1c #Tabs li.SelectedTab A {
  float: left;
  display: block;
  color: #a82501;
  text-decoration: none;
  padding: 5px;
  cursor: default;
}

.my {
  cursor: pointer;
  border-radius: 3px;
  color: #626262;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  outline: none;
  border: none;

  color: #facf01;
  text-shadow: none;
  border: 1px solid #750d16;
  box-shadow: -55px 0 0 0 #b30909 inset,
    0 0 1px 2px rgba(255, 255, 255, 0.1) inset;

  background: #ff4c1b;
  background: -moz-linear-gradient(top, #ff4c1b 0%, #8c2104 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #ff4c1b),
    color-stop(100%, #8c2104)
  );
  transition: all .2s linear;
  background: -webkit-linear-gradient(top, #ff4c1b 0%, #8c2104 100%);
  background: -o-linear-gradient(top, #ff4c1b 0%, #8c2104 100%);
  background: -ms-linear-gradient(top, #ff4c1b 0%, #8c2104 100%);
  background: linear-gradient(to bottom, #ff4c1b 0%, #8c2104 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF4C1B', endColorstr='#8c2104',GradientType=0 );
}

.my:hover,
.my:focus {
  color: #8c2104;
  box-shadow: -55px 0 0 0 #fdaa15 inset,
    0 0 1px 2px rgba(255, 255, 255, 0.1) inset;

  background: #ffdb24;
  background: -moz-linear-gradient(top, #ffdb24 0%, #ffea3f 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #ffdb24),
    color-stop(100%, #ffea3f)
  );
  background: -webkit-linear-gradient(top, #ffdb24 0%, #ffea3f 100%);
  background: -o-linear-gradient(top, #ffdb24 0%, #ffea3f 100%);
  background: -ms-linear-gradient(top, #ffdb24 0%, #ffea3f 100%);
  background: linear-gradient(to bottom, #ffdb24 0%, #ffea3f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdb24', endColorstr='#ffea3f',GradientType=0 );
}

.my:active {
  box-shadow: none;
  color: #75591a;
  border-color: #55161c;
  text-shadow: none;
  background: #cfa61f;
  filter: none;
}

.ie6 .my,
.ie7 .my {
  display: inline;
  zoom: 1;
}
.my-big {
  font: bold 16px/1em Arial, Helvetica, sans-serif;
  padding: 12px 85px 8px 35px;
  position: relative;
  text-align: left;
  margin-right: 10px;
}
.my:active {
  padding-top: 14px;
  padding-bottom: 6px;
}

.my em {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  right: 13px;
  margin-top: -17px;
}
.my:active em {
  margin-top: -14px;
}
.ie6 .my em,
.ie7 .btn em {
  display: inline;
  zoom: 1;
}

.my.my-ico em {
  background: url(../img/new/buy_but.png) no-repeat 0 0;
}
.my.my-ico:hover em,
.my.my-ico:focus em {
  background-position: 0 -30px;
}
.my.my-ico:active em {
  background-position: 0 -60px;
}

/* -------------------------------------------КОНТЕНТ ТОВАРА ------------------------------------- */
.content1c {
  margin: 60px 0 20px 0;
  position: relative;
  display: block;
  width: 100%;
  min-height: 350px;
  background: #ffffff;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.5);
}

.content1c .line {
  height: 2px;
  position: relative;
  display: block;
  width: 100%;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background: #a82501;
}

.content1c .text {
  height: auto;
  /*min-height:700px;*/
  padding: 10px;
}

.content1c .menu {
  top: -36px;
  position: absolute;
  z-index: 4;
}

.content1c ul#Tabs {
  font-family: Verdana, Arial;
  font-size: 12px;
  font-weight: bold;
  list-style-type: none;
  z-index: 2;
  margin-bottom: 0px;
  margin-top: 0px;
  margin: 0;
}

.content1c #Tabs li.Tab {
  padding: 2px;
  float: left;
  height: 30px;
  background-color: #eee;
  margin: -1px 0px 0px 5px;
  border: 1px solid #ddd;
  border-bottom: none;
  z-index: 2;
  list-style: none;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  box-shadow: 0px -1px 3px 0px inset;
  position: relative;
}

.content1c #Tabs li.Tab a {
  float: left;
  display: block;
  color: #5d5d5d;
  text-decoration: none;
  padding: 6px 5px 4px 20px;
}

.content1c #Tabs li.Tab a em {
  position: absolute;
  top: 9px;
  left: 5px;
  display: block;
  height: 15px;
  width: 15px;
  background-repeat: no-repeat;
  background-position: 0 0;
  text-decoration: none;
  margin-right: 2px;
}

.content1c #Tabs li.Tab:hover {
  background-color: #ddd;
}
.content1c #Tabs li.Tab:hover a {
  color: #a82501;
}
.content1c #Tabs li.Tab:hover a em {
  background-position: 0 -15px;
}

/* Состояние: активная */
.content1c #Tabs li.SelectedTab {
  padding: 2px;
  float: left;
  height: 30px;
  background-color: #a82501;
  margin: 0px 0px 0px 5px;
  border: 1px solid #ddd;
  border-bottom: none;
  z-index: 3;
  list-style: none;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  box-shadow: 0px 1px 3px;
  position: relative;
}

.content1c #Tabs li.SelectedTab A {
  float: left;
  display: block;
  color: #fbd303;
  text-decoration: none;
  padding: 6px 5px 4px 20px;
  cursor: default;
}
.content1c #Tabs li.SelectedTab A em {
  position: absolute;
  top: 9px;
  left: 5px;
  display: block;
  height: 15px;
  width: 15px;
  text-decoration: none;
  margin-right: 2px;
  background-repeat: no-repeat;
  background-position: 0 -30px;
}

.ico_cena {
  background: url(../img/icons/cena-ico.png);
}
.ico_spisok {
  background: url(../img/icons/spisok-ico.png);
}
.ico_kompl {
  background: url(../img/icons/kompl-ico.png);
}
.ico_books {
  background: url(../img/icons/books-ico.png);
}
.ico_foto {
  background: url(../img/icons/foto-ico.png);
}
.ico_opisanie {
  background: url(../img/icons/opisanie-ico.png);
}

.content1c .text .name {
  /*width:680px;*/
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #a82501;
  padding: 4px 0px 4px 0;
  border-radius: 2px;
  margin: 30px 0 20px 0;
  box-shadow: 1px 2px 3px #cccccc;
  position: relative;
}

.content1c .name h2 {
  margin: 0;
  padding: 0;
  font-size: 18px;
}

.content1c .text .name_img {
  /*width:580px;*/
  padding: 4px 100px 4px 0;
  margin-bottom: 20px;
}
.content1c .text .name_img em img {
  height: 60px;
  width: auto;
}

.content1c .text .name em {
  width: 70px;
  height: 90px;
  position: absolute;
  right: 36px;
  top: -25px;
}

.content1c .book th {
  font-size: 10px;
  color: red;
  width: 25%;
}

.content1c .video {
  text-align: center;
}
.content1c .video div {
  display: inline-block;
  border: 1px solid #ccc;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 5px;
  margin: 5px;
}

.komplekt {
  text-align: center;
  margin-bottom: 15px;
}
.komplekt img {
  border: 1px solid #a82501;
  width: 200px;
  height: 200px;
  margin: 5px;
}
.komplekt img:hover {
  box-shadow: 0px 1px 3px;
}
.komplekt a {
  /* float: left; */
  height: 100%;
}

.content1c .video div:hover {
  box-shadow: 0px 1px 3px;
}
.content1c .video iframe {
  width: 620px;
  height: 380px;
  margin-bottom: 15px;
}
.content1c .screen div {
  width: 310px;
  display: inline-block;
  border: 1px solid #ccc;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 5px;
  margin: 5px;
  text-align: center;
}

.content1c .screen div:hover {
  box-shadow: 0px 1px 3px;
}
.content1c .screen div img {
  width: 310px;
  padding: 0px;
  margin: 0px;
  text-indent: 0px;
}

/* --- Список цен ---  */

.spisok1c {
  overflow: visible !important;
}
.spisok1c li {
  overflow: visible !important;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  border-top: none;
  transition: background-color .2s linear;
}
.spisok1c li a {
  max-width: 480px;
}
.spisok1c li a:not(href) {
  color: #626262;
}
/*.spisok1c li a[href] {color: #a82501;}*/
.spisok1c li:hover {
  background-color: #eee;
  border-left: 1px solid #d4d4d4;
  border-right: 1px solid #d4d4d4;
  border-radius: 2px;
  border-top: none;
  box-shadow: 0px 0px 1px;
  list-style-image: url("../images/checkok2.png");
}

.spisok1c li span a,
.post2 .spisok1c li span a {
  border: 1px solid #8c2104;
  border-radius: 2px;
  background: linear-gradient(to bottom, #ff4c1b 0%, #8c2104 100%);
  box-shadow: #8c2104 1px 1px 2px;
  font-size: 12px;
  font-weight: 100;
  color: #facf01;
  padding: 2px 6px 2px 6px;
  margin-left: 5px;
  transition: color .2s linear;
}
.spisok1c li span a:hover,
.post2 .spisok1c li span a:hover {
  color: #ffffff;
}

.spisok1c .program-list__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 5px 5px 5px 26px;
}
.spisok1c .program-list__item:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 2px;
  width: 19px;
  height: 17px;
  background-image: url(../images/check.png);
  background-position: center;
  background-repeat: no-repeat;
}
.spisok1c .program-list__item:hover:before {
  background-image: url(../images/checkok2.png);
}
.spisok1c .program-list__item div {
  width: 100%;
}
.spisok1c .program-list__item p {
  padding: 0;
  text-align: left;
}
.program-list__item span {
  flex: 0 0 auto;
}

/* -------------------------------------------Тема контента не на белом фоне ------------------------------------- */

.post1c {
  background: #fff;
  border: 2px solid #ddd;
  border-radius: 1px 1px 5px 5px;
  padding: 5px;
  margin-top: 10px;
}

.post-mnenie,
.post-termin,
.card1c2 {
  max-width: 680px;
  display: block;
  margin: 20px 0px 0px 0px;
  padding: 10px 10px 20px 10px;
  border: white 1px solid;
  box-shadow: 2px 5px 20px rgba(0, 0, 0, 0.5);
  background: #fff;
  position: relative;
}
.post-mnenie h1,
.post-termin h1,
.card1c2 .name {
  font-size: 17px;
  font-weight: bold;
  color: #a82501;
  padding: 5px;
  background: #fbd303;
  border-bottom: 1px solid #a82501;
  border-top: 1px solid #a82501;
  margin: 2px 0 20px 0px;
  text-align: center;
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 767px) {
  .card1c2 .name {
    width: auto !important;
  }
  .post-termin,
  .card1c2 {
    margin: 20px auto;
  }
}

/* -------------------------------------------Различные элементы ------------------------------------- */

/* Маленький заголовок  */
.title_min {
  color: #a82501;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 5px;
}

/* Скриншот в тексте  */
.screen {
  width: 100%;
  text-align: center;
  margin: 15px 0 15px 0;
}
.screen img {
  max-width: 660px;
}

@media screen and (max-width: 767px) {
  .screen img {
    max-width: 100%;
  }
}

.section_blok_bottom {
  margin: 30px 0 50px 0;
  display: flex;
  justify-content: space-between;
}

.home-page .section_blok_bottom {
  flex-direction: column-reverse;
  align-items: center;
}

/* Сообщение об ошибке  */
.bug {
  padding: 20px 35px 0 0;
  font-size: 12px;
  color: #626262;
  text-align: justify;
  background: url(../images/bug.png) right no-repeat;
}
.bug a {
  color: #a82501;
  text-decoration: none;
  border-bottom: 1px dotted;
}

.home-page .bug {
  margin: 0 0 30px 0;
}

/* Поделиться в соц сетях  */
.share {
  font-size: 14px;
  color: #a82501;
  font-weight: bold;
}
.share li {
  border-bottom: 0px;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
.share li span {
  margin: 0 0 0 0;
}
.share .ya-share2 {
  margin-top: 8px;
}

.home-page .share {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .section_blok_bottom {
    padding: 0 10px;
    flex-direction: column-reverse;
    align-items: center;
  }
  .bug {
    margin: 0 0 30px 0;
  }
  .share {
    text-align: center;
  }
}

/* Ссылка "Подробнее"  */
.more1с {
  background: url("../images/buy2.png") no-repeat;
  font-size: 12px;
  color: #facf01;
  padding: 2px 12px 6px 9px;
  margin-left: 5px;
}
a .more1с {
  color: #facf01;
}
.more1с a:hover {
  color: #ffffff;
}

/* Полоска  */
hr {
  border: 0;
  height: 1px;
  display: block;
  background-image: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0),
    rgba(143, 141, 141, 0.75),
    rgba(0, 0, 0, 0)
  );
  background-image: -moz-linear-gradient(
    left,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.75),
    rgba(0, 0, 0, 0)
  );
  background-image: -ms-linear-gradient(
    left,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.75),
    rgba(0, 0, 0, 0)
  );
  background-image: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.75),
    rgba(0, 0, 0, 0)
  );
}

form input.new[type="text"].new,
form textarea.new {
  border: #ff9900 solid 2px;
  color: #666;
  border-radius: 3px;
  box-shadow: 1px 1px 2px #666666;
}
form input.new[type="text"]:focus,
form textarea.new:focus {
  border: #a82501 solid 2px;
  color: #666;
  border-radius: 3px;
  line-height: 12px;
  box-shadow: 2px 2px 2px #666666;
}

/* -------------------------------------------Подсказка ------------------------------------- */
.hint {
  border-bottom: 1px dotted;
  float: right;
  margin: -2px -50px 0px 0px;
  height: 23px;
}

.lol {
  cursor: help;
}

#tt {
  position: absolute;
  display: block;
  min-width: 480px;
}

#ttcont {
  display: block;
  padding: 2px 12px 3px 7px;
  margin-left: 5px;
  background: #362b2b;
  color: #fff;
  font-size: 14px;
  border-radius: 3px;
  border-bottom-right-radius: 0px;
}

/* -------------------------------------------Таблицы ------------------------------------- */
.table_1c {
  display: block;
  overflow-x: auto;
  border: 1px solid #a9a9a9;
  background: #e6dede;
}
.table_1c th {
  border: 1px solid #a9a9a9;
  background: #eee;
  text-align: center;
}
.table_1c tr {
  background: #fff;
}
.table_1c tr:hover {
  background: #eee;
}
.table_1c tr td {
  padding: 10px;
  text-align: center;
  font-size: 12px;
  color: #626262;
  border: 1px solid #a9a9a9;
}

/* ------------------Ссылки - якоря (плавный скроллинг) ------------------------------------- */
a.ancLinks:hover {
  border-bottom: 1px dotted;
  text-decoration: none;
}
.post2 li a.ancLinks {
  border-bottom: 1px dotted;
  text-decoration: none;
}
/* -------------------------------------------Рамка для картинок ------------------------------------- */

.ramka {
  width: -moz-max-content;
  width: -webkit-max-content;
  height: auto;
  border: 12px solid #8c2104;
  /* border: 2px solid #8c2104; /* для всех ie */
  /* -border: 2px solid #8c2104; /* для ie6 */
  padding: 0px;
  border-image: url(../images/ramka.png) 15 13 23 13 stretch stretch;
  display: inline-block;
  margin: 10px 15px 15px 15px;
}

.ramka a {
  width: inherit;
}
.ramka img {
  margin: 0px;
  padding: 0px;
  border: none;
  width: inherit;
}

/* -------------------------------------------ZOOM КАРТИНКИ ------------------------------------- */
.zoom {
  display: inline-block;
}
.zoom:hover {
  cursor: -webkit-zoom-in;
}
#zoomLoading {
  position: absolute;
  display: block;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.zoomX {
  position: absolute;
  top: 50px;
  left: 50px;
  width: 34px;
  height: 34px;
  background-image: url(../images/gfx/zoom-x.png);
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: 0 0;
  z-index: 10;
}
* html .zoomX {
  background-image: url(../images/gfx/zoom-x.gif);
}
.zoomX:hover {
  background-position: 0 -34px;
}
.zoomPic {
  position: absolute;
  display: block;
  top: -9999px;
  left: 0;
  cursor: pointer;
  z-index: 5;
}
.zoomPic:hover {
  cursor: -webkit-zoom-out;
}
.zoomShadow {
  position: absolute;
  left: 0;
  top: -9999px;
  z-index: 5;
}
.zoomShadow table {
  width: auto;
  height: auto;
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
  z-index: 5;
}
.zoomShadow td {
  margin: 0;
  padding: 0;
  border: 0;
}
.zoomShadow b {
  display: block;
  width: 10px;
  height: 10px;
  overflow: hidden;
}
.zoomBase {
  position: relative;
  width: 10px;
  height: 10px;
  margin: 0;
  padding: 0;
  background: #000;
}
.zs1 {
  width: 10px;
  height: 10px;
  background: url(../images/gfx/zoom-shadow.png) no-repeat 0 0;
}
* html .zs1 {
  background: url(../images/gfx/zoom-shadow.gif) no-repeat 0 0;
}
.zs2 {
  width: 10px;
  height: 10px;
  background: url(../images/gfx/zoom-shadow.png) no-repeat -10px 0;
}
* html .zs2 {
  background: url(../images/gfx/zoom-shadow.gif) no-repeat -10px 0;
}
.zs3 {
  width: 10px;
  height: 10px;
  background: url(../images/gfx/zoom-shadow.png) no-repeat 0 -10px;
}
* html .zs3 {
  background: url(../images/gfx/zoom-shadow.gif) no-repeat 0 -10px;
}
.zs4 {
  width: 10px;
  height: 10px;
  background: url(../images/gfx/zoom-shadow.png) no-repeat -10px -10px;
}
* html .zs4 {
  background: url(../images/gfx/zoom-shadow.gif) no-repeat -10px -10px;
}
.zh1 {
  height: 10px;
  background: url(../images/gfx/zoom-shadow.png) repeat-x 0 -20px;
}
* html .zh1 {
  background: url(../images/gfx/zoom-shadow.gif) repeat-x 0 -20px;
}
.zh2 {
  height: 10px;
  background: url(../images/gfx/zoom-shadow.png) repeat-x 0 -30px;
}
* html .zh2 {
  background: url(../images/gfx/zoom-shadow.gif) repeat-x 0 -30px;
}
.zv1 {
  width: 10px;
  background: url(../images/gfx/zoom-shadow.png) repeat-y 0 -40px;
}
* html .zv1 {
  background: url(../images/gfx/zoom-shadow.gif) repeat-y 0 -40px;
}
.zv2 {
  width: 10px;
  background: url(../images/gfx/zoom-shadow.png) repeat-y -10px -40px;
}
* html .zv2 {
  background: url(../images/gfx/zoom-shadow.gif) repeat-y -10px -40px;
}

* html .selOff {
  visibility: hidden;
}

.bigGrey {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

/***********************Всплывающая подсказка*******************/
.tooltip {
  position: relative;
  text-decoration: none;
  outline: none;
  text-indent: 0;
  padding: 0;
  display: inline-block;
}

.tooltip:hover:before {
  content: attr(data-title);
  white-space: pre-line;
  position: absolute;
  bottom: 30px;
  left: 50%;
  z-index: 9;
  width: 240px;
  margin-left: -127px;
  padding: 10px;
  border: 2px solid #ccc;
  opacity: 0.95;
  background-color: #ddd;
  background-image: -webkit-linear-gradient(
    rgba(255, 255, 255, 0.5),
    rgba(255, 255, 255, 0)
  );
  background-image: -moz-linear-gradient(
    rgba(255, 255, 255, 0.5),
    rgba(255, 255, 255, 0)
  );
  background-image: -ms-linear-gradient(
    rgba(255, 255, 255, 0.5),
    rgba(255, 255, 255, 0)
  );
  background-image: -o-linear-gradient(
    rgba(255, 255, 255, 0.5),
    rgba(255, 255, 255, 0)
  );
  background-image: linear-gradient(
    rgba(255, 255, 255, 0.5),
    rgba(255, 255, 255, 0)
  );
  -moz-border-radius: 4px;
  border-radius: 3px;
  -moz-box-shadow: 1px 1px 2px 2px rgba(7, 0, 0, 0.79),
    0px 0px 2px 1px #ffc100 inset;
  -webkit-box-shadow: 1px 1px 2px 2px rgba(7, 0, 0, 0.79),
    0px 0px 2px 1px #ffc100 inset;
  box-shadow: 1px 1px 0px 1px rgba(7, 0, 0, 0.59), 0px 0px 1px 0px #ffc100 inset;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
  border-color: #ffc100;
  background-color: #fff8e2;
  color: #000;
}

.tooltip:hover:after {
  content: "";
  position: absolute;
  z-index: 10;
  bottom: 24px;
  left: 50%;
  margin-left: -8px;
  border-top: 8px solid #ddd;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 0;
  border-top-color: #ffc100;
}

@media (max-width: 767px) {
  .d-none {
    display: none;
  }
  .f-none {
    float: none;
  }
  .card1c * {
    box-sizing: border-box;
  }
  .card1c {
    box-sizing: border-box;
    width: 100%;
    max-width: 700px;
    margin: 20px auto;
    padding: 10px;
  }
  .card1c .title {
    width: 100%;
    height: auto;
    min-height: 35px;
    margin: 0 0 20px 0;
  }
  .card1c .name {
    width: 100%;
  }
  .card1c .buy {
    position: static;
    width: 100%;
    height: auto;
    min-height: 230px;
    margin: 0 0 30px 0;
    /* display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: min-content;
    grid-template-areas:
      "img art"
      "img plus"
      "img cena"
      "img btn"; */
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .card1c .buy .img_buy {
    margin: 0;
    grid-area: img;
  }
  .card1c .buy .art {
    margin: 0;
    grid-area: art;
    white-space: nowrap;
  }
  .card1c .buy .cena {
    position: static;
    grid-area: cena;
    /* text-align: left; */
    background: transparent;
    border: none;
    box-shadow: none;
  }
  .card1c .buy .cena .back {
    display: none;
  }
  .card1c .buy .plus {
    width: auto;
    padding: 0;
    margin: 0;
    grid-area: plus;
  }
  .card1c .buy .plus li {
    padding: 3px 0 9px 0;
  }
  .card1c .buy a {
    grid-area: btn;
    margin-left: 0;
    display: contents;
  }

  .card1c .menu {
    position: static;
    overflow-x: auto;
  }
  .card1c ul#Tabs {
    width: 430px;
  }
  .card1c #Tabs li.SelectedTab {
    height: auto;
    margin: 0 0 -1px 5px;
    border-radius: 5px 5px 0 0;
  }
  .card1c #Tabs li.Tab {
    height: auto;
    border-radius: 5px 5px 0 0;
  }
  .card1c .text {
    position: static;
    width: 100%;
    height: auto;
    min-height: 289px;
  }

  .content1c .menu {
    position: static;
    overflow-x: auto;
  }
  .content1c ul#Tabs {
    width: 700px;
  }

  .content1c .text .name_img {
    padding: 4px 0 4px 0;
  }
  .content1c .text .name em {
    display: none;
  }
  .spisok1c li {
    display: flex;
    align-items: center;
    text-align: left;
    padding: 10px 0;
  }
  .spisok1c li span {
    display: flex;
    flex-direction: column;
    flex: 0 0 90px;
    float: none;
    padding: 0 0 0 10px;
    margin: 0 0 0 auto;
    text-align: center;
  }
  .spisok1c li span a {
    margin: 5px 0 0 0;
  }
  .service-page .spisok1c li {
    display: block;
  }
  .service-page .spisok1c li strong{
    display: flex;
    align-items: center;
  }

  .spisok1c .program-list__item {
    padding: 5px 5px 5px 0;
  }
  .spisok1c .program-list__item:before {
    display: none;
  }

  .content1c .video iframe {
    width: 100%;
    height: 100%;
  }
  .spisok1c--strong li,
  .spisok1c--grid li {
    display: block;
  }
  .spisok1c--strong li strong {
    display: flex;
    align-items: center;
  }
  .spisok1c--strong-item {
    display: flex;
    align-items: center;
  }

  .prays_progr_1c-page .post2 {
    height: auto !important;
    margin: 0;
  }
  .prays_progr_1c-page .spisok1c li {
    height: auto !important;
  }


  #Block2 a.demo,
  #Block6 a.demo {
    float: none !important;
    width: auto !important;
    margin: 20px !important;
  }
  #Block3 .komplekt a {
    float: none !important;
  }
  #Block2 .circle-ul,
  #Block3 .circle-ul {
    margin-left: 20px !important;
  }
  #Block2 .circle-ul>ul,
  #Block3 .circle-ul>ul {
    padding-left: 20px !important;
  }
  .table_cena {
    display: block;
    overflow-x: auto;
  }
  .table_cena img {
    max-width: none;
  }

  .content1c .screen div {
    width: auto;
  }
}

@media (max-width: 555px) {
  .card1c #Uslugi li {
    display: flex;
    flex-direction: column;
  }
  .card1c #Uslugi li span {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .card1c #Uslugi .more {
    padding: 2px 9px;
    border: 1px solid #8c2104;
    border-radius: 2px;
    background: linear-gradient(to bottom, #ff4c1b 0%, #8c2104 100%);
    box-shadow: #8c2104 1px 1px 2px;
    margin-left: 5px;
  }

  .txt {
    display: block;
    overflow-x: auto;
  }

  .presentationPpt {
    display: block;
    overflow-x: auto;
  }
}

@media (max-width: 480px) {
  .card1c .buy {
    grid-template-columns: 1fr;
    grid-template-rows: min-content;
    grid-template-areas:
      "img"
      "art"
      "plus"
      "cena"
      "btn";
    row-gap: 5px;
  }
}
