

/* Start:/local/templates/pmu-2023/styles.css?17775472363761*/
/*TIMER*/

/* Contdonwn */
#timer {
    font-size: 60px;
    color: #eee;
    margin: 20px 0 30px;
    font-weight: 700;
font-family:'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

#timer .number-wrapper {
    margin: 10px;
    -moz-box-shadow: 0 5px 8px #ad2243;
    -webkit-box-shadow: 0 5px 8px #ad2243;
    box-shadow: 0 5px 8px #ad2243;
    position: relative;
}

#timer .number {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    background: #000;
    background-image: linear-gradient(bottom, #ad2243 2%, #971e3e 50%, #ad2243 100%);
    background-image: -o-linear-gradient(bottom, #ad2243 2%, #971e3e 50%, #ad2243 100%);
    background-image: -moz-linear-gradient(bottom, #ad2243 2%, #971e3e 50%, #ad2243 100%);
    background-image: -webkit-linear-gradient(bottom, #ad2243 2%, #971e3e 50%, #ad2243 100%);
    background-image: -ms-linear-gradient(bottom, #ad2243 2%, #971e3e 50%, #ad2243 100%);
    -webkit-border-top-right-radius: 7px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 7px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    padding: 0 12px;
    height: 86px;
    line-height: 80px;
    text-align: center;
    border: 1px solid #555;
    -moz-box-shadow: inset 0 4px 0 rgba(255, 255, 255, 0.2);
    -webkit-box-shadow: inset 0 4px 0 rgba(255, 255, 255, 0.2);
    box-shadow: inset 0 4px 0 rgba(255, 255, 255, 0.2);
    -moz-text-shadow: 0 3px 3px #000000;
    -webkit-text-shadow: 0 3px 3px #000000;
    text-shadow: 0 3px 3px #000000;
}


#timer .number:first-child {
color:#ff0!important;
}

#timer .line {
    position: absolute;
    width: 100%;
    height: 1px;
    top: 52%;
    left: 0;
    background: #000;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
}
       
.caption {
   font-size: 12px;
   position: absolute;
   bottom: -30px;
   left: 0;
   text-align: center;
   width: 100%;
   color: #fff;
}

/*********************************************/

#panel {
position:absolute;
width:100%;
top:0;
left:0;
z-index:1630;
}

html {
	cursor: url('/local/templates/pmu-2023/images/pointer-red-arrow.cur') 4 1, pointer;
}

.table > :not(:first-child) {
    border-top: 2px solid #e8484e;
}
#top-menu .link-light {
text-decoration: none;
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    transition: background-size .3s;
}
#top-menu .link-light:hover {
background-size: 100% 2px;
}
.bg-tag {
background:#ECECEC!important;
}

/*Отразить по горизонтали или вертикали*/

.img-hor {
        -moz-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        filter: FlipH;
        -ms-filter: "FlipH";
}

.img-vert {
        -moz-transform: scaleY(-1);
        -o-transform: scaleY(-1);
        -webkit-transform: scaleY(-1);
        transform: scaleY(-1);
        filter: FlipV;
        -ms-filter: "FlipV";
}

.img-hor-vert {
        -moz-transform: scale(-1, -1);
        -o-transform: scale(-1, -1);
        -webkit-transform: scale(-1, -1);
        transform: scale(-1, -1);
}
/* End */


/* Start:/local/templates/pmu-2023/template_styles.css?17775472361734*/
.bg-tag {
background:#ECECEC!important;
}

.StartHeader {
  background-color: #ed5050;
  /* background-color: transparent; */
  position: fixed;
  top: 70;
  width: 100%;
}
button:active, button:focus, btn:active, btn:focus {
  outline: none !important;
}
button::-moz-focus-inner, btn::-moz-focus-inner {
  border: 0 !important;
}

/*************************Пунктирный текст*/
.text-primary-stroke {
  color: #ed5050;
  text-shadow: 1px 0 0 white, 0 1px 0 white, -1px 0 0 white, 0 -1px 0 white;
  transition: all 0.3s ease-in-out;
}
.text-danger-stroke {
  color: white;
  text-shadow: 1px 0 0 #ed5050, 0 1px 0 #ed5050, -1px 0 0 #ed5050, 0 -1px 0 #ed5050;
  transition: all 0.3s ease-in-out;
}
.text-info-stroke {
  color: white;
  text-shadow: 1px 0 0 #407C86, 0 1px 0 #407C86, -1px 0 0 #407C86, 0 -1px 0 #407C86;
  transition: all 0.3s ease-in-out;
}
.text-white-stroke {
  color: #ed5050;
  text-shadow: 1px 0 0 white, 0 1px 0 white, -1px 0 0 white, 0 -1px 0 white;
  transition: all 0.3s ease-in-out;
}

.hero-page {
background: url('/local/templates/pmu-2023/images/hero/hero-bg.svg');
background-size:contain!important;
background-position:right!important;
background-repeat: no-repeat!important;
}
.hero-page-green {
background: url('/local/templates/pmu-2023/images/hero/hero-bg-green.svg');
background-size:contain!important;
background-position:right!important;
background-repeat: no-repeat!important;
}

.hero-page-cases {
background: url('/local/templates/pmu-2023/images/hero/hero-cases.svg');
background-size:contain!important;
background-position:center!important;
background-repeat: no-repeat!important;
}



.hover_image:hover {text-decoration: none} 
.hide {display:none}
.hover_image:hover img:first-child{display:none}
.hover_image:hover img:last-child{display:inline-block}


/* End */
/* /local/templates/pmu-2023/styles.css?17775472363761 */
/* /local/templates/pmu-2023/template_styles.css?17775472361734 */
