/* Заголовки */
.wrapper-all h1, .h1 {
	position: relative;
	margin: 0 0 20px 0;
    padding: 0;
	font-size: 50px;
	line-height: 60px;
	font-weight: 700;
	text-transform: uppercase;
}
.wrapper-all h1 span, .h1 span {
	color: #B6102C;
}
.wrapper-all h2, .h2 {
	position: relative;
	margin: 0 0 20px 0;
    padding: 0;
	font-size: 40px;
    line-height: 50px;
	font-weight: 700;
}
.wrapper-all h3, .h3 {
	position: relative;
	font-size: 30px;
    line-height: 130%;
    font-weight: 700;
    margin: 0 0 20px 0;
    padding: 0;
}
.wrapper-all h4, .h4 {
    position: relative;
	font-size: 25px;
    line-height: 130%;
    font-weight: 700;
    margin: 0 0 10px 0;
    padding: 0;
}
.wrapper-all h5, .h5 {
    position: relative;
	font-size: 21px;
    line-height: 130%;
    font-weight: 700;
    margin: 0 0 10px 0;
    padding: 0;
}
/* Блоки */
.block {
	position: relative;
	padding: 60px 0;
}
.black {
	color: #F9F9F9;
	background: #242424;
}
.white {
	color: #181818;
	background: #f9f9f9;
}
.red {
	background: #B6102C;
}
.grey {
	background: #363636;
}
.half-fon {
	position: relative;
}
.half-fon:before {
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 50%;
	margin-right: 30px; 
	display: block;
	background: #363636;
	content: '';
}

.content {
	position: relative;
}
.content-title {
	position: relative;
	margin-bottom: 40px;
}
.flex {
	position: relative;
	display: flex;
    justify-content: space-between;
    align-items: center;
}
/**/
.col {
	width: 50%;
	float: left;
}
.col-left {
	margin-right: 30px;
}
.col-right {
	margin-left: 30px;
}
.col-40 {
	width: 40%;
	float: left;
}
.col-60 {
	width: 60%;
	float: left;
}
/* Обычная кнопка */
.button {
	cursor: pointer;
	height: 50px;
	padding: 0 20px;
	color: #181818;
	font-size: 15px;
	line-height: 46px;
	text-decoration: none;
	display: inline-block;
	background: none;
	border: 2px solid #181818;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	box-sizing: border-box;
}
.black .button {
	color: #F9F9F9;
	border: 2px solid #F9F9F9;
}
.white .button {
	color: #181818;
	border: 2px solid #181818;
}
.button:hover {
	color: #fff;
	background: #B6102C;
	border: 2px solid #B6102C;
}
.button-white {
	color: #F9F9F9;
	border: 2px solid #F9F9F9;
}
/* Пульсирующая кнопка */
.button-red,
.button-red2, .calclink-red {
	font-family: 'Acrom';
	cursor:pointer;
	height: 50px;
	padding: 0 30px;
	color: #fff;
	font-size: 18px;
	line-height: 46px;
	text-decoration: none;
	display: inline-block;
	background: #B6102C;
	border: 2px solid #B6102C;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	box-sizing: border-box;
	animation: radial-pulse 1s infinite;
}
.button-red:hover,
.button-red2:hover,
.calclink-red:hover {
	color: #181818;
	background: #fff;
	border: 2px solid #fff;
}
@keyframes radial-pulse {
  0% {
    box-shadow: 0 0 0 0px rgba(182, 16, 44, 0.5);
  }

  100% {
    box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
  }
}

/* Анимированная кнопка подробнее */
.animated-more {
	position: relative;
	overflow: hidden;
}
.animated-more a {
	height: 55px;
	position: relative;
	overflow: hidden;
	display: block;
	color: #F9F9F9;
	text-decoration: none;
}
.animated-more a span {
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 30px;
}
.animated-more a span:after {
	width: 100%;
    height: 30px;
    position: absolute;
    top: 0;
    right: 25px;
    display: block;
    content: '';
    background: url(../images/more-arrow.svg) repeat-x bottom right;
	z-index: 1;
}
.animated-more:hover a {
	margin-left: 10px;
	transition: 1s; 
}
.animated-more .arrow-icon {
	position: absolute;
	top: 0;
	right: 0;
	transition: transform 1s ease;
	vertical-align: middle;
	transform: rotate(180deg);
	cursor: pointer;
}
.animated-more .arrow-icon--circle {
	transition: stroke-dashoffset 1s ease; 
	stroke-dashoffset: 0;
}
.animated-more:hover .arrow-icon--circle {
	stroke-dasharray: 180;
	stroke-dashoffset: -180;
}

/* --- */
.title {
	position: relative;
	margin: 0 0 40px 0;
}
.snippet {
	position: relative;
	font-size: 21px;
	line-height: 130%;
}
.snippet p {
	margin: 0 0 10px 0;
}
.snippet p:last-child {
	margin: 0;
}
.snippet-under {
	position: relative;
	margin: 20px 0 0 0;
	font-size: 18px;
    line-height: 130%;
}
.big-text {
	position: relative;
	font-size: 30px;
	line-height: 40px;
	text-align: center;
}
.big-text span {
	color: #B6102C;
}
.big-text big {
	font-size: 40px;
	line-height: 50px;
	text-transform: uppercase;
}
.marg-top {
	margin-top: 30px;
}
.marg-bottom {
	margin-bottom: 30px;
}

/* Карусель на весь экран */
.full-carousel {
	position: relative;
}
.full-carousel .owl-carousel .owl-stage-outer {
	overflow: visible !important;
}	
.full-carousel .owl-item {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.full-carousel .owl-item.active {
	opacity: 1;
	filter: alpha(opacity=100);
}

/* Стрелки карусели */
.owl-prev, .owl-next {
	width: 55px;
	height: 55px;
	display: block;
}
/* carousel */
.carousel .owl-nav {
	position: relative;
	overflow: hidden;
	margin: 40px 0 0 0;
	display: flex;
    justify-content: flex-end;
}
.carousel .owl-prev {
	margin-right: 15px;
}
.carousel .owl-next {
	margin-left: 15px;
}
/* content-carousel */
.content-carousel  .owl-prev, .content-carousel  .owl-next {
	position: absolute;
	top: 50%;
	margin-top: -27px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
.content-carousel  .owl-prev {
	left: 50%;
    margin-left: -660px;
}
.content-carousel  .owl-next {
	right: 50%;
	margin-right: -660px;
}
/* arrows */
.black .owl-prev {
	background: url(../images/owl-prev-w.svg) no-repeat;
}
.black .owl-next {
	background: url(../images/owl-next-w.svg) no-repeat;
}
.black .owl-prev.disabled {
	background: url(../images/owl-prev-w-disabled.svg) no-repeat;
}
.black .owl-next.disabled {
	background: url(../images/owl-next-w-disabled.svg) no-repeat;
}
.white .owl-prev {
	background: url(../images/owl-prev.svg) no-repeat;
}
.white .owl-next {
	background: url(../images/owl-next.svg) no-repeat;
}
.white .owl-prev.disabled {
	background: url(../images/owl-prev-disabled.svg) no-repeat;
}
.white .owl-next.disabled {
	background: url(../images/owl-next-disabled.svg) no-repeat;
}

.owl-prev-hover {
	width: 100px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 20;
}
.owl-next-hover {
	width: 100px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 20;
}

/* Ссылка смотреть все */
.all {
	position: absolute;
	left: 20px;
	bottom: 0;
	font-size: 16px;
	line-height: 55px;
	text-decoration-line: underline;
	display: block;
	z-index: 1;
}
.black .all {
	color: #F9F9F9;
}
.white .all {
	color: #181818;
}
.all:hover {
	color: #B6102C;
	text-decoration-line: none;
}
a.null {
	cursor:default;
}
.content.page {
    margin-bottom: 80px;
}
.content.page p {
    margin-bottom: 10px;
}
.block.white.inwork {
	padding-top: 0;
    margin-top: -60px;
}

/* 26.03.2024 SAG */
.services-item-wp .button {font-size: 14px; padding: 0 10px;}
@media screen and (max-width: 1280px) {
	.services-item-wp .services-more { display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; }
}