.md-trigger{text-decoration: underline 1px dashed blue;position: inherit;width: 100%;padding:5px 5px 4px 0; display: block;margin-top: 0px;}
.md-modal div a {margin: 10px 0;display: block;}
.md-modal{max-width: 320px}
.md-content h3{font-size: 20px !important}
.md-content > div{padding: 10px 5px;}								  
.infocredd div{padding:5px 1px 4px 5px; display: block;margin: 0px;font-size: 80%;width: 100%;text-align: left;}
section .infodiv {border:none;margin-top: 0px;}
section .infodiv img{width:24px;height:24px;margin: 2px 2px 0px 10px;float: revert;}
.hanticol{margin:2px; line-height: 20px}
.okthanks, .otvet{
    display: none;
}
.otvet{font-size: 14px;padding: 5px;}
.fore{padding: 2px 0 0 0;height: 32px;}
.infocredd a{padding: 0px}
.divtbl {width: 320px;margin-bottom: 30px;}
.divtbl div{border: 1px solid grey; padding: 10px 3px;height: auto;margin-bottom: 2px;}
.divtbl div:nth-child(even){width: 87px;display: inline-block;}
.divtbl div:nth-child(odd){width: 230px;display: inline; float: left;text-align: right; padding-right: 6px;height: 44px;}
.you{border:0.5px solid var(--TB);width: 310px;padding: 10px 0}
.vhod{height:74px}

/* СТИЛИ ОКОШКА ПУБЛИКАЦИИ ОТЗЫВОВ */


 
/* Вкладки Only CSS РАССЧИТАНЫ НА 5 вкладок */
.tabscab input[name="tab-control"] {
  display: none;
}
.tabscab .content section h2, .tabscab ul li label {
  font-weight: bold;
  font-size: 18px;
  color: var(--BackgroundFonColorTwo);
  fill: #bec5cf;
}
.tabscab ul {
  list-style-type: none;
  padding-left: 0;
  display: flex;
  flex-direction: row;
  margin-bottom: 10px;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
}
.tabscab ul li {
  box-sizing: border-box;
  flex: 1;
  width: 20%;
  padding: 0 10px;
  text-align: center;
}
.tabscab ul li label {
  transition: all 0.3s ease-in-out;
  color: #929daf;
  padding: 5px auto;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  white-space: nowrap;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.tabscab ul li label br {
  display: none;
}
.tabscab ul li img {
	margin-bottom: 1px;
	fill: #929daf;
	height: 1.5em;
	vertical-align: bottom;
	margin-right: 0.2em;
	transition: all 0.2s ease-in-out;
}
.tabscab ul li label:hover, .tabscab ul li label:focus, .tabscab ul li label:active {
  outline: 0;
  color: #bec5cf;
}
.tabscab ul li label:hover img, .tabscab ul li label:focus img, .tabscab ul li label:active img {
  fill: #bec5cf;
}
.tabscab .slider {
  position: relative;
  width: 20%;
  transition: all 0.33s cubic-bezier(0.38, 0.8, 0.32, 1.07);
}
.tabscab .slider .indicator {
  position: relative;
  width: 50px;
  max-width: 100%;
  margin: 0 auto;
  height: 4px;
  background: var(--BackgroundFonColorTwo);
  border-radius: 1px;
  right: 200%;
}
.tabscab .content {
  margin-top: 42px;
  padding: 0;
}
.tabscab .content section {
  display: none;
  -webkit-animation-name: content;
          animation-name: content;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  line-height: 1.4;
}
.tabscab .content section h2  {
  color: var(--BackgroundFonColorTwo);
  display: none;
}
.tabscab .content section h2::after  {
  content: "";
  position: relative;
  display: block;
  width: 30px;
  height: 3px;
  margin: 5px auto;
}
.tabscab .content section h2::after{background: var(--BackgroundFonColorTwo);}
.tabscab input[name="tab-control"]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label {
  cursor: default;
  color: var(--BackgroundFonColorTwo);
}
@media (max-width: 600px) {
  .tabscab input[name="tab-control"]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label {
    background: rgba(0, 0, 0, 0.28);
  }
}
.tabscab input[name="tab-control"]:nth-of-type(1):checked ~ .slider {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
.tabscab input[name="tab-control"]:nth-of-type(1):checked ~ .content > section:nth-child(1) {
  display: block;
}
.tabscab input[name="tab-control"]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label {
  cursor: default;
  color: var(--BackgroundFonColorTwo);
}

@media (max-width: 600px) {
  .tabscab input[name="tab-control"]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label {
    background: rgba(0, 0, 0, 0.28);
  }
}
.tabscab input[name="tab-control"]:nth-of-type(2):checked ~ .slider {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.tabscab input[name="tab-control"]:nth-of-type(2):checked ~ .content > section:nth-child(2) {
  display: block;
}
.tabscab input[name="tab-control"]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label {
  cursor: default;
  color: var(--BackgroundFonColorTwo);
}

@media (max-width: 600px) {
  .tabscab input[name="tab-control"]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label {
    background: rgba(0, 0, 0, 0.28);
  }
}
.tabscab input[name="tab-control"]:nth-of-type(3):checked ~ .slider {
  -webkit-transform: translateX(200%);
          transform: translateX(200%);
}
.tabscab input[name="tab-control"]:nth-of-type(3):checked ~ .content > section:nth-child(3) {
  display: block;
}

/* 4 вкладка */
.tabscab input[name="tab-control"]:nth-of-type(4):checked ~ ul > li:nth-child(4) > label {
  cursor: default;
  color: var(--BackgroundFonColorTwo);
}

@media (max-width: 600px) {
  .tabscab input[name="tab-control"]:nth-of-type(4):checked ~ ul > li:nth-child(4) > label {
    background: rgba(0, 0, 0, 0.28);
  }
}
.tabscab input[name="tab-control"]:nth-of-type(4):checked ~ .slider {
  -webkit-transform: translateX(300%);
          transform: translateX(300%);
}
.tabscab input[name="tab-control"]:nth-of-type(4):checked ~ .content > section:nth-child(4) {
  display: block;
}

/* 5 вкладка */
.tabscab input[name="tab-control"]:nth-of-type(5):checked~ul>li:nth-child(5)>label {
  cursor: default;
  color: var(--BackgroundFonColorTwo);
}
@media (max-width: 600px) {
  .tabscab input[name="tab-control"]:nth-of-type(5):checked~ul>li:nth-child(5)>label {
    background: rgba(0, 0, 0, 0.28);
  }
}
.tabscab input[name="tab-control"]:nth-of-type(5):checked~.slider {
  -webkit-transform: translateX(400%);
  transform: translateX(400%);
}
.tabscab input[name="tab-control"]:nth-of-type(5):checked~.content>section:nth-child(5) {
  display: block;
}



@-webkit-keyframes content {
  from {
    opacity: 0;
    -webkit-transform: translateY(5%);
            transform: translateY(5%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@keyframes content {
  from {
    opacity: 0;
    -webkit-transform: translateY(5%);
            transform: translateY(5%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@media (max-width: 1000px) {
  .tabscab ul li label {
    white-space: initial;
  }
  .tabscab ul li label br {
    display: initial;
  }
}
@media (max-width: 600px) {
  .tabscab ul li label {
    padding: 5px;
    border-radius: 5px;
  }
  .tabscab ul li label span {
    display: none;
  }
  .tabscab .slider {
    display: none;
  }
  .tabscab .content {
    margin-top: 0px;
  }
  .tabscab .content section h2 {
    display: block;margin-top: 0px;
  }
}

