

/* Start:/bitrix/components/sporina/cookie.notification/templates/.default/style.css?17624275852307*/
.sporina-cookie-notification {
    position: fixed;
    z-index: 99;
    background-color: #2c3e50;
    color: #ecf0f1;
    padding: 15px 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
    line-height: 1.5;
}

.sporina-cookie-right {
    bottom: 20px;
    right: 20px;
    left: auto;
    max-width: 420px;
}

.sporina-cookie-left {
    bottom: 20px;
    left: 20px;
    right: auto;
    max-width: 420px;
}

.sporina-cookie-content {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.sporina-cookie-text {
    flex: 1;
}

.sporina-cookie-policy-link {
    color: #3498db;
    text-decoration: underline;
    margin-left: 5px;
}

.sporina-cookie-policy-link:hover {
    text-decoration: none;
    color: #5dade2;
}

.sporina-cookie-buttons {
    display: flex;
    gap: 10px;
    flex-shrink: 0;
    flex-direction: column;
}

.sporina-cookie-btn {
    padding: 8px 16px;
    border: none;
    
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.2s ease;
    white-space: nowrap;
}

.sporina-cookie-accept {
    background-color: #27ae60;
    color: #ffffff;
}

.sporina-cookie-accept:hover {
    background-color: #2ecc71;
    transform: translateY(-1px);
}

.sporina-cookie-decline {
    background-color: #e74c3c;
    color: #ffffff;
}

.sporina-cookie-decline:hover {
    background-color: #c0392b;
    transform: translateY(-1px);
}

.sporina-cookie-notification {
    transition: transform 300ms ease-in-out;
}

.sporina-cookie-notification.sporina-cookie-hidden {
    transform: translateY(100%);
}

/* Для левой/правой позиции достаточно сдвига вниз */

@media (max-width: 768px) {
    .sporina-cookie-content {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }
    
    .sporina-cookie-buttons {
        width: 100%;
        justify-content: center;
        flex-direction: row;
    }
    
    .sporina-cookie-btn {
        flex: 1;
        max-width: 150px;
    }
}

/* End */


/* Start:/local/templates/pmu-2023/styles.css?17651835733761*/
/*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?17651835731734*/
.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 */
/* /bitrix/components/sporina/cookie.notification/templates/.default/style.css?17624275852307 */
/* /local/templates/pmu-2023/styles.css?17651835733761 */
/* /local/templates/pmu-2023/template_styles.css?17651835731734 */
