
.slidersmart {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  display: block;
  box-sizing: border-box;
  transition: width 0.3s ease, height 0.3s ease;
}

.slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding: 10px;
  pointer-events: none;
}

.slide.active {
  opacity: 1;
  pointer-events: auto;
  z-index: 2;
}

.slidersmart img {
  width: auto;
  max-width: 130px;
  min-width: 70px;
  height: auto;
  max-height: 100px;
  object-fit: contain;
  flex-shrink: 0;
}

.RobotoCondensed-Light-text {
  word-break: break-word;
  white-space: normal;
  flex: 1;
  min-width: 50%;
  box-sizing: border-box;
  padding: 5px;
  font-size: 0.9em;
  line-height: 0.9em;
}

.RobotoCondensed-Light {
  overflow-wrap: break-word;
  word-break: break-word;
  hyphens: auto;
}

h4 {
  font-weight: bold;
  font-size: 160% !important;
  letter-spacing: -1px;
}

div.controls-ss > button.down-ss,
div.controls-ss > button.up-ss {
  border: 2px solid yellow;
}

.main-circle {
  position: relative;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background-color: #4CAF50;
  overflow: visible;
  display: inline-block;
  box-sizing: border-box;
}

.small-circle {
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: white;
  left: 50%;
  top: 50%;
  transform-origin: center;
  animation: orbit 10s linear infinite;
  z-index: 2;
  display: inline-block;
  box-sizing: border-box;
}

.color-change {
  animation: orbit 10s linear infinite, colorChange 2s linear infinite;
}

.small-circle:nth-child(1) {
  transform: translate(-50%, -50%) rotate(0deg) translateX(8px) rotate(0deg);
  animation-delay: 0s, 0s;
}

.small-circle:nth-child(2) {
  transform: translate(-50%, -50%) rotate(72deg) translateX(8px) rotate(-72deg);
  animation-delay: -2s, -1s;
}

.small-circle:nth-child(3) {
  transform: translate(-50%, -50%) rotate(144deg) translateX(8px) rotate(-144deg);
  animation-delay: -4s, -2s;
}

.small-circle:nth-child(4) {
  transform: translate(-50%, -50%) rotate(216deg) translateX(8px) rotate(-216deg);
  animation-delay: -6s, -3s;
}

.small-circle:nth-child(5) {
  transform: translate(-50%, -50%) rotate(288deg) translateX(8px) rotate(-288deg);
  animation-delay: -8s, -4s;
}

@keyframes orbit {
  to {
    transform: translate(-50%, -50%) rotate(calc(360deg + var(--start-rotate))) translateX(8px) rotate(calc(-360deg + var(--end-rotate)));
  }
}

@keyframes colorChange {
  0%, 100% { background-color: white; }
  50% { background-color: black; }
}

.circle-container {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background-color: #4CAF50;
  margin-top: -5px;
}

.circle-container i {
  color: white;
  font-size: 1.3em;
  transform: scale(0.6);
}

.span-pdf-icon {
  width: 4vh;
  flex-shrink: 0;
}

div#redContainer {
  background-color: red;
  width: 100%;
  border-radius: 12px 12px 12px 12px;
  padding:  3px  8px 8px 8px;
  font-size: 100%;
}

.rotate-90 {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-arrow-right {
  font-size: 1.3vh;
  margin: 0px 6px 0px 6px;
  color: gray;
}

h3 {
  font-size: 200% !important;
  margin-bottom: 5px;
  font-weight: bold;
  line-height: 90%;
}

.glow {
  color: #yellow;
  text-align: center;
  animation: glow 1s ease-in-out infinite alternate;
}

@-webkit-keyframes glow {
  from {
    text-shadow: 0px 0px 5px rgba(255, 255, 255, 0), 0px 0px 10px rgba(255, 255, 255, 0), 0px 0px 15px rgba(255, 255, 255, 0), 0px 0px 20px rgba(255, 255, 255,0), 0px 0px 30px rgba(255, 255, 255, 0), 0px 0px 40px rgba(255, 255, 255, 0), 0px 0px 55px rgba(255, 255, 255, 0), 0px 0px 75px rgba(255, 255, 255, 0);
  }
  to {
    text-shadow: 0px 0px 5px rgba(255, 255, 255, 1), 0px 0px 10px rgba(255, 255, 255, 1), 0px 0px 15px rgba(255, 255, 255, 1), 0px 0px 20px rgba(255, 255, 255,1), 0px 0px 30px rgba(255, 255, 255, 1), 0px 0px 40px rgba(255, 255, 255, 1), 0px 0px 55px rgba(255, 255, 255, 1), 0px 0px 75px rgba(255, 255, 255, 1);
  }
}

.stroke {
  margin-bottom: 5px;
  color: #C16515;
  font-weight: bold;
  text-shadow: -0 -2px 2px #FFFFFF, 0 -2px 2px #FFFFFF, -0 2px 2px #FFFFFF, 0 2px 2px #FFFFFF, -2px -0 2px #FFFFFF, 2px -0 2px #FFFFFF, -2px 0 2px #FFFFFF, 2px 0 2px #FFFFFF, -1px -2px 2px #FFFFFF, 1px -2px 2px #FFFFFF, -1px 2px 2px #FFFFFF, 1px 2px 2px #FFFFFF, -2px -1px 2px #FFFFFF, 2px -1px 2px #FFFFFF, -2px 1px 2px #FFFFFF, 2px 1px 2px #FFFFFF, -2px -2px 2px #FFFFFF, 2px -2px 2px #FFFFFF, -2px 2px 2px #FFFFFF, 2px 2px 2px #FFFFFF, -2px -2px 2px #FFFFFF, 2px -2px 2px #FFFFFF, -2px 2px 2px #FFFFFF, 2px 2px 2px #FFFFFF;
  font-size: 180%;
  line-height: 110%;
}

.divTable, #redContainer a {
  color: #47A6EC !important;
}

.divTable, #columnOneInbrickOne a:not(div.stroke > a) {
  color: #47A6EC !important;
}

div#header1 a {
  color: #EF7F1A !important;
}

h3 a:link {
  color: #C16515 !important;
}

h3.headerRedContainer {
  color: yellow;
  letter-spacing:  -2px; }

img[src='/images/logo/tgss_small.png']:hover {
  cursor: pointer;
}

span.articul {
  border-radius: 6px 6px 6px 6px;
  background-color: black;
  padding: 3px 8px 3px 8px;
  border: 1px solid yellow;
  margin-top: 10px;
  font-size: xx-small;
  word-break: break-all !important;
  display: inline-block !important;
}

div.articul {
  text-align: right;
  margin-bottom: 5px;
}

.imgFlip {
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: 'FlipH';
}

.just {
  text-align: justify;
}

@keyframes show {
  0% { opacity: 0; }
  20% { opacity: 1; }
  80% { opacity: 1; }
  100% { opacity: 0; }
}

#fullScreen:hover {
  cursor: pointer;
}

.refund {
  width: 23px;
}

#service_list a {
  color: yellow;
}

span.donatestring > a {
  color: yellow !important;
}

#programsSSCG a {
  color: yellow;
}

li::marker {
  color: yellow;
  font-size: 19pt;
  padding-left: 34px;
}

.programsSSCG {
  background-color: #6748C7;
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(/images/background_programm/destroyC.png?1774383996);
  background-position-x: 35%;
  padding: 12px 10px 20px 10px;
  border-radius: 6px 6px 30px 30px;
  color: white;
}

.cosmosSSCG {
  background-color: black;
  background-position: right;
  padding: 20px;
  background-image: url(/images/background_programm/cosmos_prog1.png?1774383996);
  background-size: round auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}

.ecologySSCG {
  background-position: right;
  padding: 20px;
  background-image: url(/images/background_programm/3463483ver8.jpg?1774383996);
  background-size: round auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}

.antiterrorSSCG {
  background-color: #6d3130;
  background-position: right;
  background-size: fit;
  background-repeat: repeat;
  padding: 20px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 100%), url("/images/background_programm/antiterror2.jpg?2");
  background-position-x: 25%;
}

.technicalProgSSCG {
  position: relative;
  padding: 10px 20px 20px 20px;
  background-color: black;
  overflow: hidden;
}

.technicalProgSSCG::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  background-image: url(/images/background_programm/technical.png?1774383996);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 200px auto;
  opacity: 0.3;
  pointer-events: none;
}

.technicalProgSSCG > * {
  position: relative;
  z-index: 1;
}

.ritualProgSSCG {
  background-color: #0b0e07;
  padding: 20px;
  background-image: url(/images/background_programm/ritual.png?1774383996);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: 100% auto;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-color: #4977C6 !important;
}

.yellowBlock {
  background-color: #0b0e07;
  padding: 20px;
  background-image: url(/images/mainpage/cityspb.png?1774383996);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: 100% auto;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-color: yellow !important;
}

.protest_module {
  background-color: #0b0e07;
  margin-top: 10px;
  padding: 20px;
  background-image: url(/images/protest_pictures/protest_3.png?1774383996);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: 100% auto;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-color: #4977C6 !important;
}

.energyProgSSCG {
  background-color: #0b0e07;
  padding: 20px;
  background-image: url(/images/background_programm/peace9.png?1774383996);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: 100% auto;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-color: #4977C6 !important;
}

.mediaServiceSSCG {
  padding: 20px;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/images/background_programm/web-design2.png?1774383996) center bottom 5px no-repeat black;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: 75% auto;
  background-position: center bottom 5px;
  background-repeat: no-repeat;
  background-color: black;
}

.itPROGSSCG {
  background-color: #121209;
  padding: 20px;
  background-image: url(/images/background_programm/itprog.png?1774383996);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 80% auto;
  background-color: black;
  color: white;
}

.rightrulesProgSSCG {
  background-color: #121209;
  padding: 20px;
  background-image: url(/images/background_programm/rightrules-color.png?1774383996);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 80% auto;
  background-color: black;
}

.improvementProgSSCG {
  background-color: #121209;
  padding: 20px;
  background-image: url(/images/background_programm/improvement.png?1774383996);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 80% auto;
  background-color: black;
}

.diverceProgSSCG {
  padding: 20px;
  background-image: url(/images/background_programm/diverceblack_prog.png?);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-color: #081936 !important;
}

.scienceProgSSCG {
  background-color: #121209;
  padding: 20px;
  background-image: url(/images/background_programm/science.png?1774383996);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 40% auto;
  background-color: black;
}

.exchangeandcurrencyprograms {
  background-color: #1C4557;
  background-position: right;
  background-size: contain;
  background-repeat: repeat;
  padding: 20px;
  background-image: url(/images/background_programm/currency.png?1774383996);
  background-position-x: 25%;
}

.politicalProg {
  background-color: #1F3954;
  background-position: right;
  background-size: cover;
  background-repeat: repeat-x;
  padding: 20px;
  background-image: url(/images/background_programm/political.png?1774383996);
}

#service_ul_bio > li {
  text-align: justify;
}

ul#service_ul {
  margin-left: 20px;
}

h2 {
  display: table;
  word-wrap: break-word;
}

ol {
  list-style-type: disc;
  padding-left: 30px;
  padding-right: 25px;
}

ol li {
  font-weight: normal;
  line-height: 100%;
  padding-bottom: 10px;
}

h5 {
  color: black !important;
  font-size: 170%;
  letter-spacing: -2px;
  line-height: 100%;
}

.masonry {
  transition: all .5s ease-in-out;
  column-gap: 10px;
  column-fill: initial;
  padding-left: 30px;
}

.masonry .brick {
  margin-bottom: 10px;
}

@media only screen and (min-width: 650px) {
  .economicSSCG {
    background-color: #5c3b9f;
    background-image: url(/images/background_programm/economy-r.png?7);
    background-repeat: no-repeat;
    background-position: right 0%;
    background-size: auto 100%;
  }
}

.serviceSSCG {
  padding: 12px 10px 20px 10px;
  border-radius: 6px 6px 30px 30px;
  background-color: #4977C6 !important;
  color: white;
  background-image: url(/images/background_programm/clouds_service5.png?3);
  background-position: center center;
  background-repeat: repeat-y;
  background-size: auto 30%;
}

.ecoSSCG {
  padding: 12px 10px 20px 10px;
  border-radius: 6px 6px 30px 30px;
  background-color: #4977c6;
  background-image: url(/images/background_programm/eco.png?8);
  background-repeat: no-repeat;
  background-position: right 0%;
  background-size: auto 100%;
  color: white;
}

.geoSSCG {
  background-color: #121209;
  padding: 10px 20px 20px 20px;
  background-image: url(/images/background_programm/biosphere.png?1774383996);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 200px auto;
  background-color: black;
  color: white;
}

.plumberServiceSSCG {
  padding: 10px 20px 20px 20px;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/images/background_programm/plumberservice.webp?1774383996) center bottom 10px no-repeat black;
  background-size: 200px auto;
  -webkit-background-size: 200px auto;
  -moz-background-size: 200px auto;
  -o-background-size: 200px auto;
  color: white;
}

.medSSCG {
  background-color: #121209;
  padding: 10px 20px 20px 20px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%), url("/images/background_programm/medservice.webp?1774383996");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 70% auto;
  background-color: black;
  color: white;
}

.federalSSCG, .logisticSSCG {
  background-color: #121209;
  padding: 10px 20px 20px 20px;
  background-image: url(/images/background_programm/federal.png?1774383996);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 300px auto;
  background-color: black;
  color: white;
}

@media only screen and (min-width: 1024px) {
  .desc {
    font-size: 1.25em;
  }
  .intro {
    letter-spacing: 1px;
  }
  .masonry {
    column-count: 2 !important;
  }
}

div#greetings a:hover,
.panelForTextSlider a:hover {
  color: yellow;
  text-shadow: 0px 0px 12px #fff;
  transition: 0.4s;
}

.socialProgramsSSCG {
  background-position: right;
  background-color: #4848C4;
  background-size: cover;
  background-image: url(/images/background_programm/hands.png?1);
  background-repeat: repeat-x;
  background-position: center bottom;
  background-size: 480% 30%;
}

.floatB {
  float: right;
}

.masonry-prog-3 > #programsSSCG > article > #service_ul > li:not(:last-child) {
  margin-bottom: 25px;
}

#service_list {
  padding: 6px 10px 6px 10px;
  border-radius: 6px 6px 30px 30px;
  color: white;
  line-height: 100%;
}

div.brick a.animatedLink {
  margin-bottom: 30px;
}

div#linkD {
  position: relative;
  margin-bottom: 20px;
}

div#linkD p {
  padding-left: 10px;
}

.head_v {
  margin-bottom: 15px;
  line-height: 100%;
  display: table;
  word-wrap: break-word;
  padding: 8px 10px 8px 10px;
  background-color: yellow;
  font-weight: bold;
  font-size: 130%;
  border-radius: 15px 15px 15px 15px;
}

.masonry .brick a.animatedLink {
  float: right;
}

.panelForTextSlider {
  text-align: center;
}

div#TVtextSlider div {
  margin: 0 auto;
  display: none;
  color: white;
  padding: 12px;
}

.mytooltip {
  radius: 4px !important;
  background-color: black;
  color: rgb(255, 77, 85) !important;
  padding: 5px 20px;
  border-radius: 20px;
  margin: 50px;
  text-align: center;
  font: bold 14px;
  font-stretch: condensed;
  text-decoration: none;
  box-shadow: 0 0 0px black;
}

div.masonry div.brick h3.progType {
  font-size: 160%;
  color: white;
  background-color: black;
  display: inline-block;
  padding: 8px 10px 8px 10px;
  font-weight: bold;
  border-radius: 0px 15px 15px 0px;
  margin-bottom: 10px;
  border-left: 5px solid yellow;
}

* {
  -moz-box-sizing: borde-box;
  -moz-sizing: borde-box;
}

li span {
  color: yellow;
  text-align: justify;
}

ul#stat {
  padding-left: 54px;
}

ul#stat li::marker {
  color: black !important;
  font-size: 19pt;
}

span.first-letter {
  font-weight: bold;
}

p.inlineBlock {
  display: inline-block;
}

div.brick:first-child a {
  color: yellow;
}

.invisible {
  float: right;
}

.bottom {
  float: right;
  padding-left: 10px;
  padding-top: 0px;
  clear: right;
  bottom: 10px;
}

.markText {
  font-weight: bold;
  padding: 0px;
  margin: 0px;
  color: yellow;
  background-color: black;
}

mark {
  font-weight: bold;
  padding: 3px 6px 3px 6px;
  border-radius: 6px;
  color: yellow;
  background-color: black;
}

.letter {
  font-family: 'tangak';
  color: yellow;
  line-height: 60px;
  vertical-align: top;
  display: inline-block;
  float: left;
  font-size: 260%;
  margin: 0 10px 0 0;
}

@media only screen and (min-width: 650px) {
  .economicSSCG {
    background-position: bottom;
    background-color: #5c3b9f;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(/images/background_programm/arrow8.png?8);
  }
}

@media screen and (max-width: 650px) {
  .economicSSCG {
    background-position: bottom;
    background-color: #5c3b9f;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(/images/background_programm/arrow8.png?8);
  }
}

@media only screen and (min-width: 650px) {
  .geoSSCG {
    background-color: #121209;
    padding: 10px 20px 20px 20px;
    background-image: url(/images/background_programm/biosphere.png?1774383996);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 200px auto;
    background-color: black;
  }
  .plumberServiceSSCG {
    padding: 10px 20px 20px 20px;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/images/background_programm/plumberservice.webp?1774383996) center bottom 10px no-repeat black;
    background-size: 200px auto;
    -webkit-background-size: 200px auto;
    -moz-background-size: 200px auto;
    -o-background-size: 200px auto;
  }
  .medSSCG {
    background-color: #121209;
    padding: 10px 20px 20px 20px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%), url("/images/background_programm/medservice.webp?1774383996");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 70% auto;
    background-color: black;
  }
  .federalSSCG {
    background-color: #121209;
    padding: 10px 20px 20px 20px;
    background-image: url(/images/background_programm/federal.png?1774383996);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 300px auto;
    background-color: black;
  }
  .logisticSSCG {
    background-color: #121209;
    padding: 10px 20px 20px 20px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 300px auto;
    background-color: black;
  }
}

@media screen and (max-width: 650px) {
  .geoSSCG {
    background-color: #121209;
    padding: 10px 20px 20px 20px;
    background-image: url(/images/background_programm/biosphere.png?1774383996);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 200px auto;
    background-color: black;
  }
  .plumberServiceSSCG {
    padding: 10px 20px 20px 20px;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/images/background_programm/plumberservice.webp?1774383996) center bottom 10px no-repeat black;
    background-size: 200px auto;
    -webkit-background-size: 200px auto;
    -moz-background-size: 200px auto;
    -o-background-size: 200px auto;
  }
  .medSSCG {
    background-color: #121209;
    padding: 10px 20px 20px 20px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%), url("/images/background_programm/medservice.webp?1774383996");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 70% auto;
    background-color: black;
  }
  .federalSSCG {
    background-color: #121209;
    padding: 10px 20px 20px 20px;
    background-image: url(/images/background_programm/federal.png?1774383996);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 300px auto;
    background-color: black;
  }
  .logisticSSCG {
    background-color: #121209;
    padding: 10px 20px 20px 20px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 300px auto;
    background-color: black;
  }
}

div#detectiveadvert {
  margin: 10px 0px 0px 0px !important;
}

@media screen and (max-width: 800px) {
  #timeprog {
    max-width: 100%;
  }
  .energyProgSSCG,
  .mediaServiceSSCG,
  .improvementProgSSCG,
  .rightrulesProgSSCG,
  .diverceProgSSCG,
  .scienceProgSSCG,
  .itPROGSSCG {
    margin-right: 0px !important;
  }
  #lastfaq {
    margin-bottom: 20px;
  }
  #containerFlex {
    flex-direction: column;
  }
  #containerFlex > div {
    margin-right: 0px;
    margin-bottom: 10px;
  }
      div[class*="fixCount"] {
      column-count: 2 !important;
      font-size: 70%;
      text-align: justify !important;
    }
    .ritualProgSSCG {
    margin-right: 0px !important;
  }
}

.rainbow-text-SSCG {
  font-family: Arial, Verdana, Helvetica !important;
  letter-spacing: -1px;
  background: linear-gradient(150deg, #ff0000 0%, #ff7f00 15%, #ffff00 30%, #00ff00 45%, #0000ff 60%, #4b0082 75%, #8f00ff 90%);
  background-size: 200% auto;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  animation: rainbow 3s linear infinite;
  display: inline-block;
  text-align: justify;
      font-size: 2vh;
    line-height: 2vh;
  }

@keyframes rainbow {
  0% { background-position: 0% center; }
  100% { background-position: -200% center; }
}

.textaboutsscgprog {
  text-align: justify;
  margin: -5px 10px 10px 10px;
}

.dropcap p:first-child:first-letter {
  font-family: 'tangak';
  font-size: 4.5vh;
  vertical-align: top;
  display: inline-block;
  float: left;
  margin: 0 10px -10px 0;
}

article .head_v, h2.link {
  font-family: Arial, Verdana, Helvetica !important;
  }

@media screen and (min-width: 800px) {
  #timeprog {
    max-width: 50%;
  }
      div[class*="fixCount"] {
      text-align: justify !important;
      line-height: 100%;
      column-count: 1;
    }
    #containerFlex div:nth-of-type(1) {
    margin-right: 10px;
  }
  #containerFlex {
    flex-direction: row;
  }
}

#aboutProblem a {
  color: yellow !important;
}

article:nth-child(2) span {
  position: absolute;
  bottom: 8px;
  left: 50%;
  width: 95%;
  padding: 6px;
  border-radius: 20px;
  transform: translate(-50%, 0);
  text-align: center;
}

.programPrice {
  font-weight: bold;
  line-height: 140%;
  font-size: 90% !important;
}

.programPrice a {
  color: yellow;
}

span.price {
  font-size: 100%;
  background-color: black;
  border-radius: 8px;
  padding: 2px 4px 2px 4px;
  color: white;
  border: 1px dotted white;
}

span.containerPrice {
  padding: 6px 2px 6px 2px;
  border-radius: 12px;
  background-color: black;
}

.containerRefund > span {
  margin-right: 5px;
}

.containerRefund > span img {
  min-width: 30px;
}

img.uniq {
  height: 200px;
  width: 200px;
  background-color: white;
  border: 70px solid black;
  box-sizing: border-box;
  float: right;
  clear: right;
}

div#spacer {
  width: 0px;
  float: right;
}

ol {
  list-style: none !important;
}

#slideshow {
  position: relative;
  padding: 10px;
}

#slideshow > div {
  position: absolute;
  width: 50vw;
  top: 10px;
  left: 0px;
  right: 10px;
  bottom: 10px;
}

div#blackContainer a {
  color: #47A6EC !important;
}

@media only screen and (min-width: 768px) {
  #slideshow > div {
    width: 40vh !important;
  }
}

.arrowAnimMobile {
  transform: translatex(0%);
  left: 0%;
  right: 0%;
  animation: centerMobile 2s infinite;
}

@keyframes centerMobile {
  0%, 10% { transform: translatex(0%); }
  50%, 60% { transform: translatex(-5%); }
  90%, 100% { transform: translatex(0%); }
}

.arrowAnim {
  transform: translatey(0%);
  left: 0%;
  right: 0%;
  animation: center 2s infinite;
}

@keyframes center {
  0%, 10% { transform: translatey(0%); }
  50%, 60% { transform: translatey(-5%); }
  90%, 100% { transform: translatey(0%); }
}

.masonry-prog {
  margin-top: 10px;
  column-gap: 10px;
  text-align: justify;
  transition: all 0.5s ease-in-out;
  column-fill: balance;
}

@media only screen and (min-width: 1024px) {
  .masonry-prog {
    column-count: 3;
  }
}

@media only screen and (min-width: 701px) and (max-width: 1023px) {
  .masonry-prog {
    column-count: 2;
  }
}

@media only screen and (max-width: 700px) {
  .masonry-prog {
    column-count: 1;
  }
}

.masonry-prog .brick-prog {
  display: block;
  margin-bottom: 10px;
  break-inside: avoid;
  width: 100%;
  box-sizing: border-box;
  page-break-inside: avoid;
}

.masonry-prog-3 {
  margin-top: 10px;
  text-align: justify;
  transition: all 0.5s ease-in-out;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
  grid-auto-rows: masonry;
  align-items: start;
}

@media only screen and (min-width: 701px) and (max-width: 1023px) {
  .masonry-prog-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 700px) {
  .masonry-prog-3 {
    grid-template-columns: 1fr;
  }
}

.masonry-prog-3 .brick-prog {
  width: 100%;
  box-sizing: border-box;
  break-inside: avoid;
}

.masonry-prog-2col {
  margin-top: 10px;
  text-align: justify;
  transition: all 0.5s ease-in-out;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.brick-prog {
  margin-bottom: 10px;
  width: calc(50% - 5px);
  display: block !important;
  vertical-align: top !important;
}

@media (max-width: 768px) {
  .brick-prog {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .masonry-prog-2col {
    column-count: 1;
  }
}

@media only screen and (min-width: 1024px) {
  .masonry-prog-2col {
    column-count: 2;
  }
}

@media all and (max-width: 1024px) {
  .textaboutsscgprogcolumn {
    column-count: 2 !important;
  }
}

@media all and (min-width: 1024px) {
  .textaboutsscgprogcolumn {
    column-count: 3 !important;
  }
}

div.accordion-container ul {
  margin-top: 8px;
  margin-left: 10px;
  list-style-type: none;
}

.accordion {
  width: 100%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  cursor: grab;
}

.accordion li:not(:last-child) {
      margin-bottom: 5px;
  }

ul.submenu > li {
  margin-bottom: 0px !important;
}

.accordion .link {
  cursor: pointer;
  display: block;
  padding: 15px 15px 15px 12px;
  color: #4D4D4D;
  font-size: 14px !important;
  font-weight: 700;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: default;
}

h2.link a {
  color: yellow;
  text-decoration: none;
}

.chevron-down-margin {
  margin-left: 0px;
}

.accordion li i {
  position: absolute;
  top: 13px;
  left: 12px;
  font-size: 18px;
  color: #595959;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.accordion li i.fa-chevron-down {
  right: 12px;
  right: auto;
  font-size: 16px;
}

.accordion li.open .link {
  color: #b63b4d;
}

.accordion li.open i {
  color: #b63b4d;
}

.accordion li.open i.fa-chevron-down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.submenu {
  display: none;
  margin-top: 5px;
  font-size: 14px;
}

.submenu a {
  display: inline-block;
  text-decoration: none;
  color: black;
  padding: 6px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.submenu a:hover {
  background: #b63b4d;
  color: #FFF;
}

ul.accordion {
  max-height: 270px;
  overflow-y: auto;
  padding-left: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

ul.accordion::-webkit-scrollbar {
  display: none;
}

.controls {
  text-align: center;
  margin: 20px 0;
}

.controls button {
  background: #b63b4d;
  color: white;
  border: none;
  padding: 10px 20px;
  margin: 0 5px;
  cursor: pointer;
  border-radius: 4px;
  transition: background 0.3s ease;
}

.controls button:hover {
  background: #a33446;
}

.accordion li h2 {
  border-radius: 20px;
  background: black;
  margin: 0;
  border: 2px solid yellow;
  padding: 0px 10px 0px 10px;
  transition: transform 0.3s ease;
}

.carousel-container-ss {
  position: relative;
  width: 100%;
  height: 300px;
  overflow: hidden;
  border-radius: 5px;
  user-select: none;
  overscroll-behavior: none;
}

.controls-ss button {
  width: 30px;
  height: 30px;
  border: none;
  border-radius: 50%;
  background: black;
  color: white;
  cursor: pointer;
  transition: all 0.2s ease;
}

.controls-ss button:disabled {
  background: #cccccc;
  cursor: not-allowed;
}

.accordion.dragging {
  cursor: grabbing;
  user-select: none;
}

.accordion .submenu li {
  white-space: nowrap;
}

.accordion > li {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

.accordion .link {
  width: max-content;
  max-width: 100%;
  box-sizing: border-box;
}

.toggle-icon {
  cursor: pointer !important;
  margin-right: 10px;
}

div.digital-art-galaxy {
  position: absolute;
  left: 50%;
  top: 0%;
  border-radius: 20px;
  z-index: -100;
  margin-top: 15px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 40%;
  background-image: url(/images/background_programm/digital-art-galaxy.png?10);
  height: 73vh;
}

div.menu_container_3d {
  position: absolute;
  left: 50%;
  top: 0%;
  transform: translate(-50%, -0%);
  width: 70vh;
  height: 70vh;
}

div.starsviolet {
  position: absolute;
  left: 50%;
  top: 0%;
  border-radius: 20px;
  z-index: -160;
  margin-top: 15px;
  background-repeat: no-repeat;
  background-position: center center;
  mix-blend-mode: screen;
  background-image: url(/images/background_programm/starsviolet.jpg?9);
  background-size: cover;
  height: 73vh;
}

.element {
  letter-spacing: 1.5px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  transform-origin: center center;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -o-user-select: none;
}

.lines-canvas {
  stroke: rgba(255, 255, 255, 0.15);
  stroke-width: 2;
  stroke-linecap: round;
  filter: drop-shadow(0 0 10px white);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: perspective(1200px) translateZ(-200px);
}

#3dmenu_container {
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 70vmin;
  height: 70vmin;
}

.lines-canvas line {
  stroke-linecap: round;
  vector-effect: non-scaling-stroke;
}

.nightcodestarshield {
  margin: 0;
  padding: 0;
  line-height: 1.3;
  font-size: 110%;
}

.nightcodestarshield .dash {
  vertical-align: baseline;
  margin: 0 2px;
}

.glow + br {
  display: none;
}

p {
  line-height: 1.2;
  margin: 0 0 10px 0;
  text-align: justify;
  hyphens: auto;
  overflow-wrap: break-word;
}

.icon-container {
  font-size: 20px !important;
}

.custom-icon {
  padding-right: 6px;
  color: white;
}

.custom-icon::before {
  font-size: 1em !important;
  display: block;
}

.icon-container a {
  font-size: 0.9rem !important;
}

.flex-container {
  display: flex;
  gap: 10px;
}

.main-column {
  flex: 2;
  min-width: 0;
}

.sidebar-column {
  flex: 1;
  min-width: 0;
}

.masonry-prog article a {
  color: yellow;
}

@-moz-document url-prefix() {
  #service_ul > li {
    padding: 3px;
  }
}

.standartprog li {
  margin: 5px !important;
}

div.priceModule {
  display: flex;
  align-items: center;
  padding: 3px;
}

div.containerPrice {
  border-radius: 12px;
  padding: 0;
}

div.price {
  font-size: 100%;
  background-color: black;
  border-radius: 8px;
  margin-right: 10px;
  padding: 5px;
  color: white;
  border: 1px dotted white;
  outline: 3px solid black;
  position: relative;
}

div.programPrice {
  color: white;
  font-weight: bold;
}

.ext-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  text-decoration: none;
  color: #0066cc;
  font-weight: 500;
  border-bottom: 1px dashed #0066cc;
  padding-bottom: 1px;
  transition: opacity 0.2s;
}

.ext-link:hover {
  opacity: 0.8;
}

.masonry-prog #service_ul > li:not(:last-child):not(:only-child),
.masonry-prog #service_ul > div > li:not(:last-child):not(:only-child) {
  margin-bottom: 20px;
}

.brnone br {
  display: none;
}

div.percent > div {
  text-align: justify;
}

.blocked-alert, .flex-container-row {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
}

.blocked-alert + .flex-container-row {
  margin-top: 20px;
}

.blocked-icon {
  font-size: 1.25rem;
  color: #e74c3c;
  min-width: 1.75rem;
  text-align: left;
  animation: pulse 0.5s infinite;
}

.blocked-text {
  font-size: 90%;
  line-height: 1.0;
  width: 100%;
}

.link-adaptive {
  font-size: 90%;
  display: none !important;
}

.blocked-text a {
  color: #e74c3c;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.blocked-text a:hover {
  text-decoration-color: #c0392b;
}

.document-icon {
  font-size: 1.25rem;
  color: #f1c40f;
  min-width: 1.75rem;
  text-align: left;
}

.document-text {
  font-size: 90%;
  line-height: 1.0;
  width: 100%;
}

.document-text a {
  color: #f1c40f;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.document-text a:hover {
  text-decoration-color: #e67e22;
}

@keyframes pulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.1); }
  100% { transform: scale(1); }
}

@font-face {
  font-family: 'tangak';
  src: url(/fonts/tangak/tangak.otf?1774383996) format("opentype");
}

li > ul {
  white-space: nowrap !important;
}

ul.child {
  margin-top: -5px important;
}

li > ul.child {
  margin-top: -10px !important;
}

ul.child > li.parent {
  padding: 6px 9px 6px 9px;
}

#circle {
  width: 5px;
  height: 5px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  background: white;
}

div#termsprotection {
  font-size: 0.9vh;
  font-weight: bold;
  position: absolute;
  display: none;
  text-align: center;
  width: 500px;
  aspect-ratio: 16/14;
  z-index: 9999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url('/images/clouds/cloud_with_policeman_sscg2_glasses.png?Tue Mar 24 20:26:36 UTC 2026');
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-position: 0% 0%;
  background-size: 100% 100%;
  opacity: 0;
  display: flex;
  flex-direction: column;
  z-index: 20000;
  font-size: 1.1vh;
  align-items: center;
  justify-content: center;
}


div#carausel {
  opacity: 0.3;
  transition: opacity 0.3s;
}

div#carausel:hover {
  opacity: 0.7;
  cursor: pointer;
}

#carausel_container {
  position: absolute;
  display: none;
  z-index: 7999;
  left: 50%;
  transform: translateX(-50%) translateZ(0);
  justify-content: flex-end;
}

#carausel {
  width: 50px;
  height: 50px;
  margin-right: 10px;
  border-radius: 50%;
  overflow: hidden;
  padding: 5px;
  transform: translateZ(0);
  box-sizing: border-box;
  display: flex;
  align-items: center;
  opacity: 0.3 !important;
  justify-content: center;
  background: black;
}

#carausel img {
  max-width: 70%;
  max-height: 70%;
  object-fit: contain;
  filter: invert(100%);
}

.main_protest_module {
  display: none;
  opacity: 0.0;
  align-items: flex-end;
  text-align: center;
  position: absolute;
  width: 300px;
  z-index: 10000;
  height: 236px;
  transform-origin: center bottom;
  transform: translate(100px, 248px);
}

ul.redList {
  list-style-type: none;
  counter-reset: css-counters 0;
  margin-top: 5px;
  font-size: 100%;
  margin-left: 15px;
}

ul.redList li:before {
  counter-increment: css-counters;
  content: counters(css-counters, ".") ".";
  font-weight: bold;
  margin-right: 5px;
}

ul.redList > li {
  text-align: justify;
  padding-bottom: 6px;
}

ol.standartprog {
  margin-left: 0px !important;
  margin-right: 0px !important;
  padding-right: 0px !important;
  margin-top: 10px !important;
  padding-left: 0px !important;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

ol.standartprog li:before {
  content: "➤";
  font-size: 1em;
  vertical-align: middle;
  padding-right: 4px;
}

ol.standartprog li {
  font-size: 90%;
  margin-left: 15px !important;
  padding: 5px 10px 10px 10px !important;
  background-color: black;
  border-radius: 10px;
  opacity: 0.7;
  margin-bottom: 8px;
  display: inline-block;
}

ol.prepayment {
  margin-left: 0px !important;
  margin-right: 0px !important;
  padding-right: 0px !important;
  margin-top: 10px !important;
  padding-left: 0px !important;
}

ol.prepayment li:not(:first-child) {
  font-size: 90%;
  margin-left: 15px !important;
  padding-left: 15px !important;
}

ol.prepayment li:first-child {
  font-size: 90%;
  margin-left: 0px !important;
  padding-left: 0px !important;
}

ol.prepayment li:first-child:before {
  display: none;
}

ol.prepayment li:before {
  content: "•";
  font-size: 2em;
  vertical-align: middle;
  padding-right: 4px;
}

.SSCG-banner-vertical {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
  height: 100%;
  font-family: 'tangak', sans-serif;
  margin: 0;
  padding: 0;
  margin-top: 10px;
  box-sizing: border-box;
}

.SSCG-banner-vertical > span {
  display: flex;
  flex: 1 1 0;
  align-items: center;
  justify-content: center;
  font-size: clamp(2rem, 8vh, 6rem);
  line-height: 1;
  border: none;
  padding: 0;
  margin: 0;
}

ul.standartprog {
  margin-left: 0px !important;
  margin-right: 0px !important;
  padding-right: 0px !important;
  margin-top: 10px !important;
  padding-left: 0px !important;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

ul.standartprog li:before {
  content: "•";
  font-size: 2em;
  vertical-align: middle;
  padding-right: 4px;
}

li.standartprognomarker:first-child::before {
  content: "" !important;
  font-size: 2em;
  vertical-align: middle;
  padding-right: 0px;
}

li.standartprognomarker:first-child {
  font-weight: bold;
}

sup {
  font-weight: bold;
  color: white;
  font-size: 70%;
}

#costHeader {
  background-color: green;
  padding: 5px 8px 5px 10px;
  color: white;
  border-radius: 12px 0px 0px 12px;
  font-weight: bold;
  float: right;
  border: 3px solid green;
  display: inline-block;
  font-size: 12pt !important;
}

#orderProg {
  padding: 5px 8px 5px 10px;
  color: black;
  border-radius: 0px 12px 12px 0px;
  font-weight: bold;
  float: right;
  border: 3px solid green;
  display: inline-block;
  font-size: 12pt !important;
}

.container_SSCG {
  flex-wrap: wrap;
  display: flex;
}

.container_SSCG span {
  padding: 0px 10px 0px 0px;
}

.guaranteeProgramsContainer {
  display: flex;
  flex: 1;
  justify-content: center;
}

.virusProgramHead {
  display: inline-block;
  padding: 8px 10px 8px 10px;
  background-color: yellow;
  font-weight: bold;
  font-size: 150%;
  border-radius: 0px 15px 15px 0px;
  font-size: 140%;
  margin-bottom: 10px;
}

#flexContainer {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  font-weight: bold;
}

#left,
#right {
  flex: 1 300px;
  min-width: 0;
  padding: 15px 0;
}

h2.head_v {
  background-color: black;
  color: yellow;
}

.brick h2 {
  background-color: black;
  color: yellow;
  border-left: 5px solid yellow;
}

@media only screen and (min-width: 1024px) {
  .desc {
    font-size: 1.25em;
  }
  .intro {
    letter-spacing: 1px;
  }
  .masonry {
    column-count: 2 !important;
  }
}

@media screen and (min-width: 900px) {
  .container_SSCG span img {
  }
}

@media only screen and (min-device-width: 100px) and (max-device-width: 600px) and (orientation: portrait) {
  .guaranteeProgramsContainer {
    display: flex;
    flex: 1;
    justify-content: center;
  }
  .guaranteeProgramsBrickA {
    margin: 0.0rem 0.0rem 0.0rem 0.0rem !important;
  }
}

@media only screen and (min-device-width: 100px) and (max-device-width: 1024px) {
  .container_SSCG span img {
    max-width: 130px;
  }
}

#programsSSCG {
  padding: 12px 10px 20px 10px;
  border-radius: 6px 6px 30px 30px;
  color: white;
}

.serviceSSCG a,
.socialProgramsSSCG a,
.programsSSCG a,
.economicSSCG a,
.cosmosSSCG a {
  color: yellow !important;
}

ul#service_ul {
  margin-left: 20px;
}