

/* 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?17624277141218*/
#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?17624277141734*/
.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?17624277141218 */
/* /local/templates/pmu-2023/template_styles.css?17624277141734 */
