

/* Start:/local/templates/landings/components/bitrix/news.list/hero.slider/style.css?17419513388349*/
.hero__wrapper .swiper {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.hero__wrapper .swiper-wrapper {
    height: auto;
}
.hero__wrapper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    height: 100%;
    overflow: hidden;
}
@media (max-width: 991px) {
    .hero__wrapper .swiper-slide {
        min-height: 630px;
    }
}
@media (max-width: 596px) {
    .hero__wrapper .swiper-slide {
        min-height: 680px;
    }
}
.hero__wrapper .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #000;
    opacity: 1;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 2px;
}

.hero__wrapper .swiper-pagination-bullet-active {
    color: #fff;
    background: #2990ba;
}

.row-bg-wrap {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;

    background-color: #2b323a;
    background-color: rgba(3, 49, 74, 0.7);
}

.row-bg-wrap .inner-wrap {
    height: 100%;
    width: 100%;
    transform: none !important;
    opacity: 1 !important;

    /*transition: opacity .55s ease-out;*/
    transition: opacity 0.85s ease-out;
}
.row-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    opacity: 0;

    background-position: center top;
    background-repeat: no-repeat;
    background-color: rgb(43, 50, 58);
}
@media only screen and (max-width: 999px) {
    .row-bg-wrap .row-bg {
        opacity: 1 !important;
    }

    .hero-content,
    .hero-content > * {
        color: #fff !important;
    }
}
.row-bg-wrap .row-bg-overlay {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    z-index: 2;
    backface-visibility: hidden;

    /*background: rgba(0,0,0,0.78);
	background: radial-gradient(50% 50% at 50% 50%,rgba(0,0,0,0.78) 0%,#2b323a 100%);*/
    opacity: 0.8;
    background: rgba(3, 49, 74, 0.7);
    background: radial-gradient(
        50% 50% at 50% 50%,
        rgba(0, 0, 0, 0.78) 0%,
        rgba(3, 49, 74, 0.9) 100%
    );
}







.hero__wrapper {
	min-height: calc(610px + 105px);
	color: inherit;
	background: #DDE5EC;
	width: 100%;
	display: inline-block;
	padding-top: 105px;
	padding-bottom: 0;
	overflow: hidden;
}
.hero__wrapper img {
    height: 100%;
    min-width: 100%;
	width: auto;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    object-position: left center;
    color: transparent;
}

.hero-content {
    /*padding: 110px 0 75px 0;*/
	padding: 90px 0 75px 0;
	margin-top: 0;
	margin-bottom: 0;
}


.hero__wrapper .row {
    min-height: calc(610px + 35px);
	height: 100%;
}
.hero__wrapper .row .col-12:not(.row-bg-wrap) {
	position: relative;
}

.hero__wrapper .row .col-12:nth-child(2) {
	z-index: 10;
}

@media (max-width:991.5px) {
	.hero__wrapper {
		min-height: 422px;
		padding-top: 60px;
		background: #f4f6f8;
		mix-blend-mode: multiply;
		background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVQIW2P48u3HfwAJpgPiCX8kswAAAABJRU5ErkJggg==);
	}
	.hero__wrapper .row {
        min-height: 422px;
	    height: 100%;
    }

	.hero-content {
		padding: 40px 0;
		margin-top: 0;
		margin-bottom: 0;
		text-align: center;
	}
}

.hero__wrapper .hero-subtitle {
	font-size: 18px;
	font-weight: 400;
	line-height: 26px;
	text-transform: uppercase;
	font-family: Montserrat;
}

.hero__wrapper .hero-title {
	font-size: 36px;
	font-weight: 700;
	font-family: 'Nunito Sans';
	line-height: 1.325;
	text-transform: uppercase;
}

.hero__wrapper .hero-text {
	font-size: 19px;
	font-weight: 400;
	line-height: 1.55;
	font-family: Montserrat;
	color: #292b2c;
}

.hero__wrapper .hero-price {
	font-size: 40px;
	font-weight: 600;
	line-height: 3rem;
	font-family: Montserrat;
}

@media (max-width:991.5px) {
	.hero__wrapper .hero-title {
		font-size: 1.9rem;
	}

	.hero__wrapper .hero-title br {
		display: none;
	}

	.hero__wrapper .hero-subtitle {
		font-size: 1rem;
	}

	.hero__wrapper .hero-text {
		font-size: 1.15rem;
	}

	.hero__wrapper .hero-price {
		font-size: 1.8rem;
	}
}

.hero__wrapper .btn--dark {
 /* background-color: #dc5535;
  color: #FEFEFE;*/;
}

.hero__wrapper .hero-title  ~ * {
	margin-top: 25px;
}

.hero__wrapper .hero-subtitle  + .hero__wrapper .hero-title {
	margin-top: 10px;
}

.hero__wrapper img {
	height: 100%;
	min-width: 100%;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
		/*position: absolute;*/
	object-fit: cover;
	object-position: left center;
	color: transparent;
}

.divider.divider-side {
	height: 100%;
	max-width: 156px;
	position: absolute;
	top: 0;
	width: 24vw;
	left: -1px;
	-webkit-mask-size: 100% 101%;
	mask-size: 100% 101%;
	display: block; /* !important;*/
	background-color: #0b2c3d;
	/* transform: translate(0,0) rotate(360deg) skew(0) skewY(0) scaleX(1) scaleY(1) !important; */
	z-index: auto !important;
	mask-image: url("data:image/svg+xml,%3Csvg width='100%' height='100%' viewBox='0 0 156 661' fill='red'  preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M156 357C156 471.003 114.848 576.234 51.5 661H2.5C77.8368 572.362 122 457.495 122 332C122 205.084 76.8717 89.0385 0 0H4.5C104 96.5 156 217.841 156 357Z' fill='%2319355b'/%3E%3C/svg%3E");
	/* mask-type: alpha; */
	mask-mode: inherit;
	mask-clip: border-box;
}

.divider.divider-side-2 {
	height: 100%;
	/* -webkit-mask-image: url("data:image/svg+xml;utf8,%3csvg viewBox='0 0 100 100' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3e%3cpath d='M0,0 C16.6666667,66 33.3333333,99 50,99 C66.6666667,99 83.3333333,66 100,0 L100,100 L0,100 L0,0 Z' fill='%2394BA2F2B' fill-rule='evenodd' transform='translate(50.000000, 50.000000) rotate(-90.000000) translate(-50.000000, -50.000000)' /%3e%3c/svg%3e"); */
	mask-image: url("data:image/svg+xml;utf8,%3csvg viewBox='0 0 100 100' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3e%3cpath d='M0,0 C16.6666667,66 33.3333333,99 50,99 C66.6666667,99 83.3333333,66 100,0' fill='%23FFF' fill-rule='evenodd' transform='translate(50.000000, 50.000000) rotate(-90.000000) translate(-50.000000, -50.000000)' /%3e%3c/svg%3e");
	/*mask-image: url("data:image/svg+xml;utf8,%3csvg viewBox='0 0 100 100' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3e%3cpath d='M0,0 C16.6666667,66 33.3333333,98 50,98 C66.6666667,98 83.3333333,66 100,0 L100,100 L0,100 L0,0 Z' fill='%23fff'/%3e%3c/svg%3e");*/
	/* mask-image: url("data:image/svg+xml;utf8,%3csvg viewBox='0 0 100 100' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3e%3cpath d='M0,0 C16.6666667,66 33.3333333,99 50,99 C66.6666667,99 83.3333333,66 100,0 L100,100 L0,100 L0,0 Z' fill='%23fff' fill-rule='evenodd' transform='translate(50.000000, 50.000000) rotate(-90.000000) translate(-50.000000, -50.000000)' /%3e%3c/svg%3e"); */
	max-width: 150px;
	position: absolute;
	top: 0;
	width: 10vw;
	/* z-index: 1; */
	left: -1px;
	-webkit-mask-size: 100% 101%;
	mask-size: 100% 101%;
	display: block; /* !important;*/
	background-color: rgb(255, 255, 255);
	transform: translate(0,0) rotate(360deg) skew(0) skewY(0) scaleX(1) scaleY(1) !important;
	z-index: auto !important;
	background-color: #DDE5EC;
}

@media (min-width:992px) and (max-width: 1360.5px) {
	.divider.divider-side-2 {
		width: 13vw;
	}
}

.divider {
	background: #fff;
	height: 5vw;
	-webkit-mask-image: url("data:image/svg+xml;utf8,%3csvg viewBox='0 0 100 100' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3e%3cpath d='M0,0 C16.6666667,66 33.3333333,98 50,98 C66.6666667,98 83.3333333,66 100,0 L100,100 L0,100 L0,0 Z' fill='%23fff'/%3e%3c/svg%3e");
	mask-image: url("data:image/svg+xml;utf8,%3csvg viewBox='0 0 100 100' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3e%3cpath d='M0,0 C16.6666667,66 33.3333333,98 50,98 C66.6666667,98 83.3333333,66 100,0 L100,100 L0,100 L0,0 Z' fill='%23fff'/%3e%3c/svg%3e");
	pointer-events: none;
	position: relative;
	width: 199%;
	mask-size: 100% 101%;
	top: 1px;
}
/* End */


/* Start:/local/templates/landings/components/bitrix/news.list/complex.list/themes/style_2/style.css?17758433726119*/
@media (min-width: 0px) {
  .g-mb-60 {
    margin-bottom: 4.28571rem !important;
  }
}
@media (min-width: 768px) {
  .g-mt-20 {
    margin-top: 1.42857rem !important;
  }
}
@media (min-width: 768px) {
  .g-mt-30 {
    margin-top: 2.14286rem !important;
  }
}

.complex__card {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}





.complex__card-wrapper:nth-child(2n) .complex__card-content {
    order:2;
	padding-left: 91px;
}
.complex__card-wrapper:nth-child(2n) .complex__card-imgbox {
    order:1;
}

.complex__card-wrapper:nth-child(2n+1) .complex__card-content {
    order:1;
	padding-right: 68px;
}
.complex__card-wrapper:nth-child(2n+1) .complex__card-imgbox {
    order:2;
}
@media (max-width:768px) {
.complex__card-content,
.complex__card-wrapper:nth-child(2n) .complex__card-content,
.complex__card-wrapper:nth-child(2n+1) .complex__card-content {
    order:2;
	padding: 0;
}
.complex__card-imgbox,
.complex__card-wrapper:nth-child(2n+1) .complex__card-imgbox,
.complex__card-wrapper:nth-child(2n) .complex__card-imgbox {
    order:1;
}

.complex__card {
    row-gap: 25px;
}
}

.complex__card-title {
	font-size: 2.75rem;
	line-height: 3.05rem;
	font-weight: 400;
	font-family: Montserrat;
	margin: 0;
	padding: 0;
	color: #19355b;
	font-size: 24px;
	line-height: 30px;
	font-family: Montserrat,sans-serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 30px;
	color: #19355b;
	margin-bottom: 24px;
}
.complex__card-text {
	color: #292b2c;
	font-family: Montserrat;
	margin: 0;
	padding: 0;
		
    font-weight: 400;
    line-height: 1.55;
    font-size: 18px;	
}
.complex__card-text *:last-child {
    margin-bottom: 0;
}

.complex__card-title ~ * {
    margin-top: 1.5rem;
}
.complex__card *:not([class*="btn-"]) + [class*="btn-"] {
    margin-top: 1.5rem;
}
.complex__card-img {
    margin: 0;
	padding: 0;
	border-radius: .2rem;
}



.complex__card-text ul {
  list-style:none;
  margin:0;
  padding: 0;
  color: #292b2c;
  font-family: Montserrat;
}


.complex__card-text ul:not([class]) li {
	/* padding: 10px 0 10px 22px; */
	position: relative;
	display: inline;
}


/*

.complex__card-text ul li {
  padding:5px 0 5px 16px;
  position:relative;
}
.complex__card-text ul li::before {
  content:"";
  display:block;
  width:6px;
  height:6px;
  position:absolute;
  left:0;
  top:15px;
  background:#0b2c3d;
}

@media only screen and (max-width:768px) {
  .complex__card-text ul li::before {
    top:16px;
  }
}
.complex__card-text ul li ul li {
  padding-left:24px;
}
.complex__card-text ul li ul li::before {
  content:"—";
  background:transparent;
  top:5px;
}
*/


.complex__card-text ul:not([class]) li {
	padding: 0;
	position: relative;
	display: inline;
}
.complex__card-text ul:not([class]) li::before {
	content: "✓ ";
	display: inline;
	position: relative;
	left: 0;
	top: 0;
	background: none;
	padding-right: 4px;
}

.complex__card-text ul:not([class]) li + li {
	margin-left: 15px;
}

.teaser__card-text .button--group {
	justify-content: center;
}




.complex__card-text > * ~ * {
    margin-top: 25px;
}


figure::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
figure.effect-on-hover__shine {
position:relative;
overflow: hidden;
}


figure.effect-on-hover__shine:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

/* Circle */
figure.effect-on-hover__circle {
    position: relative;
}

figure.effect-on-hover__circle::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, .2);
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}

figure.effect-on-hover__circle:hover::before {
    -webkit-animation: circle .75s;
    animation: circle .75s;
}

@-webkit-keyframes circle {
    0% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

@keyframes circle {
    0% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}
@media only screen and (max-width:768px) {
.complex__card > *:nth-child(2) {
    order: 1;
}
}




.teaser__card-content {
    background-color: #f4f6f8;
	border-radius: .2rem;
	position: relative;
    overflow: hidden;
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
}
.teaser__card-content .teaser__card-text {
	align-self: center;
	text-align: center;
	padding: 1.5rem;
}
.teaser__card-content .text-wrapper {
	/*max-width: 400px;*/
	margin-left: auto;
	margin-right: auto;
}
.teaser__card-content .teaser__card-imgbox {
	background: center center no-repeat;
	background-size: cover;
	min-height: 488px;
}	



.teaser__card-wrapper:nth-child(2n) .teaser__card-text {
    order:2;
}
.teaser__card-wrapper:nth-child(2n) .teaser__card-imgbox {
    order:1;
}
.teaser__card-wrapper:nth-child(2n+1) .teaser__card-text {
    order:1;
}
.teaser__card-wrapper:nth-child(2n+1) .teaser__card-imgbox {
    order:2;
}
@media (max-width:768px) {
.teaser__card-text,
.teaser__card-wrapper:nth-child(2n) .teaser__card-text,
.teaser__card-wrapper:nth-child(2n+1) .teaser__card-text {
    order:2;
	padding: 1.25rem;
}
.teaser__card-imgbox,
.teaser__card-wrapper:nth-child(2n+1) .teaser__card-imgbox,
.teaser__card-wrapper:nth-child(2n) .teaser__card-imgbox {
    order:1;
	min-height: 310px;
}
}

@media (min-width:768.5px) {
	.m-mb-50 {
		margin-bottom: -50px;
	}
}

.teaser__card-text .button--group > * {
	margin: 0 auto;
}

/* End */


/* Start:/local/components/pweb/snippet.custom/templates/banners.bg_with_image/style.css?17758047722356*/
.advert-banner {
	box-shadow: none;
	border-radius: .2rem;
	flex-direction: row;
	height: 100%;
	display: flex;
	min-height: 200px;
    position: relative;
    background-color: #0b2c3d;
}
.advert-banner .advert-banner__imagebox {
	flex-direction: row;
	flex: 0 auto;
	justify-content: flex-end;
	align-self: stretch;
	align-items: stretch;
	width: 37%;
}
.advert-banner .advert-banner__imagebox img {
	object-fit: cover;
	object-position: 50% 50%;
	border-top-left-radius: .2rem;
	border-bottom-left-radius: .2rem;
	flex: 1;
	max-width: 100%;
	min-height: 100%;
	display: inline-block;
	vertical-align: middle;
}
@media screen and (max-width: 991.5px) {
	.advert-banner {
		flex-direction: column;
	}
	.advert-banner .advert-banner__imagebox {
		display: none;
		width: 100%;
	}
    .advert-banner .advert-banner__imagebox img {
        border-top-right-radius: .2rem;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
   }
}

.advert-banner .advert-banner__content {
	--background-image: url(/local/components/pweb/snippet.custom/templates/banners.bg_with_image/./images/bg-default.webp);
	/*background-color: #0b2c3d;*/
	color: #fff;
	border-top-right-radius: .2rem;
	border-bottom-right-radius: .2rem;
	flex: 1;
	align-self: stretch;
	padding: 35px;
	position: relative;
}
@media screen and (max-width: 991px) {
.advert-banner .advert-banner__content {
	padding-left: 32px;
	padding-right: 32px;
}
}
@media screen and (max-width: 767px) {
.advert-banner .button--group [class*="btn-"] {
  min-width: 70%;
}
}
@media screen and (max-width: 767px) {
  .advert-banner .advert-banner__content {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius:.2rem;
	text-align: center;
	
	align-content: center;
  }
}
@media screen and (min-width: 991px) {
	.advert-banner .advert-banner__content::before {
		/*--background-image: url(/local/templates/landings/images/bgimages/bg-banner-nvp-big.svg);*/
		background-image: var(--background-image);
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		opacity: .03;		
		content: "";
		position: absolute;		
		height: 100%;
		width: 100%;		
		left: 0;
		top: 0;
		bottom: 0;
	}
}
.advert-banner .advert-banner__text {
	flex-direction: column;
	grid-template-rows: auto auto;
	grid-template-columns: 1fr 1fr;
	grid-auto-columns: 1fr;
	align-items: flex-start;
	display: flex;
}
/* End */


/* Start:/local/components/pweb/snippet.custom/templates/catalog.tabulator/style.css?174194320514917*/
.products__wrapper {
    text-align: center;
}
.products__wrapper .mix {
	display: none;
	margin-top: 30px;	
}




.product__item-link {
	display: block;
	height: 100%;
	text-decoration: none !important;
	color: inherit;
}

.product-item {
	--box-shadow-default: 0 2px 20px 0 hsla(84, 3%, 71%, .25);
	--box-shadow: 0 2px 20px 0 hsla(84, 3%, 71%, .25);
	--box-shadow-hover: 0px 7px 25px 1px rgba(11, 44, 61,0.2);
	
	
	
	position: relative;
	overflow: hidden;	

	display: flex;
	flex-direction: column;

	background: #fff;	
	background-clip: border-box;

	min-width: 1px;
	height: 100%;	

	border-radius: var(--border-radius, .2rem);
	border: 0px solid #F2F2F2;
	/*box-shadow: 0px 0px 4px 0px #00000026;*/
	box-shadow: var(--box-shadow, --box-shadow-default);

	font-family: var(--content-font-family);
    color: #28282d;
	transition: .5s;
}

.theme-tpl-3 .product-item {
	background: var(--card-bg-color, #f3f4f4);
	border-radius: .2rem;
	border: 0px solid #F2F2F2;
	box-shadow: 0px 30px 45px -30px rgba(0,0,0,0.4);
	color: #28282d;
}



.theme-tpl-2 .product-item {
	background: #fff;	
	background-clip: border-box;
	border-radius: .2rem;
	border: 0px solid #F2F2F2;
	/*box-shadow: 0px 0px 4px 0px #00000026;*/
	box-shadow: 0 2px 20px 0 hsla(84, 3%, 71%, .25);
    color: #28282d;
}


.product__item-imgbox {
	padding-top: 75%;
	position: relative;
	overflow: hidden;
	border-radius: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	/*background-color: #f5f6f6;*/
	background-color: #f3f4f4;
	box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .015);
}

.theme-tpl-2 .project__item-imgbox {
	background-color: #becdd2;
}


.product__item-imgbox.bg-default {
  background-color: transparent;
}
@media (max-width: 992px) {
	.product__item-imgbox{
        padding-top: 55%;
	}
}

.product__item-imgbox img {
	object-fit: cover;
	object-position: center;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0%;
	bottom: 0%;
	left: 0%;
	right: 0%;
	vertical-align: middle;
	max-width: 100%;
	display: inline-block;
	border: 0;
	transition: transform .7s cubic-bezier(.19, 1, .22, 1);
}


.product__item-title {
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
}
@media(max-width: 991px){
.product__item-title {
    line-height: 1.38;	
}	
}


.product__item-link:focus *,
.product__item-link:focus  .product-item *,
.product__item-link:hover *,
.product__item-link:hover  .product-item * {
     text-decoration: none;
}
.product-item:focus,
.product-item:hover {
    /*box-shadow: 0px 2px 20px 0px rgba(0,0,0,0.13);*/
	box-shadow: var(--box-shadow-hover, --box-shadow-default);
}

.theme-tpl-3 .product-item:focus,
.theme-tpl-3 .product-item:hover,
.theme-tpl-3 .product-item:active,

.theme-tpl-2 .product-item:hover,
.theme-tpl-2 .product-item:focus,
.theme-tpl-2 .product-item:active {
    box-shadow: 0px 2px 20px 0px rgba(0,0,0,0.13);
}


.product-item .product__item-info {
	margin: 0;
	padding: 0;
	row-gap: 20px;
	display: flex;
	flex-direction: column;
	transition: all .5s;
}
.product-item:focus  .product__item-info,
.product-item:hover  .product__item-info {
    color: var(--text-color-hover);
}


.product-item .product__item-content {
	padding: 0;
	margin: 0;
	background-color: transparent;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	/* height: 100%; */
	padding-bottom: 0;
	row-gap: 20px;
	flex: 1;
	padding: 23px 20px 0;
}



@media (max-width: 767.5rem) {
	.theme-tpl-3 .product-item .product__item-content {
		padding: 23px 14px 0;
	}
}


.category-text > *:last-child {
    margin-bottom: 0;
}
@media (min-width: 1024px) {
  .category-text > * {
    width: 85%;
  }
}



.theme-tpl-3 .catalog__wrapper,
.theme-tpl-2 .catalog__wrapper {
    text-align: center;
}








.product__item-price {
	font-weight: normal;
	text-align: center;
	margin-bottom: 0;
	font-size: 1rem;
	/* font-weight: 300; */
	overflow: hidden;
	margin: 0;
	padding: 0;
	
}

.product__item-price span {
    font-weight: normal;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
	padding-left:2px;
	padding-right:2px;
    font-weight: 500;
    font-size: 1.5rem;
    letter-spacing: .0215rem;
	position: relative;
}


.product__item-readmore,
.project__item-readmore {
    display: flex;
    padding: 20px;
    position: relative;
    margin: 0 auto;
}

/*
.product__item-readmore span {
    position: relative;
	color: #808285;
	font-size: 15px;
	text-underline-offset: 7px;
	tect-decoration: underline;
	transition: all .2s ease;
	
}
*/

.product__item-readmore span,
.project__item-readmore span {
    position: relative;
	color: var(--text-color-opaque, #808285);
	font-size: 15px;
	text-underline-offset: 7px;
	text-decoration: underline;
	transition: all .2s ease;
}


.product__item-readmore[data-style="arrow-whirle"] span {
    width: fit-content;
    display: inline-block;
}
.product__item-readmore[data-style="arrow-whirle"] span svg {
    width: 35px;
    line-height: 1;
    width: 30px;
    height: 35px;
    position: absolute;
    right: -25%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1px;
    stroke-dasharray: 7.95 30;
    stroke-dashoffset: var(--stroke-dashoffset, 46);
    transition: stroke-dashoffset var(--stroke-duration, 0.15s) var(--stroke-easing, linear) var(--stroke-delay, 0s);
   /* margin-top: -1px;*/
    /* --stroke-dashoffset: 26; */
    stroke: #0b2c3d;
}

.product-item:focus [data-style="arrow-whirle"] svg,
.product-item:hover [data-style="arrow-whirle"] svg,
.product__item-readmore[data-style="arrow-whirle"]:hover span svg {
      --stroke-dashoffset: 26;
}
.product__item-readmore span:not([class])::after {
	content: "";
	position: absolute;
	/*background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='1.25586' y1='11.9968' x2='21.445' y2='11.9968' stroke='%230b2c3d' stroke-width='1'/%3E%3Cpath d='M13.7812 3.86926L21.8921 11.9802L13.7812 20.0911' stroke='%230b2c3d' stroke-width='1'/%3E%3C/svg%3E%0A");*/
	background-image: url("data:image/svg+xml,%3Csvg width='23px' height='14px' viewBox='0 0 23 14' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate(-271.000000  -507.000000)' fill='%230b2c3d' fill-rule='nonzero'%3E%3Cg transform='translate(0.000000  106.000000)'%3E%3Cpath d='M287.675 415 C287.866667 415 288.010417 414.951641 288.10625 414.854922 L288.10625 414.854922 L293.85625 408.471503 C293.952083 408.374784 294 408.229706 294 408.036269 C294 407.842832 293.952083 407.697755 293.85625 407.601036 C293.808333 407.552677 291.891667 405.42487 288.10625 401.217617 C287.81875 400.927461 287.53125 400.927461 287.24375 401.217617 C286.95625 401.507772 286.95625 401.797927 287.24375 402.088083 L287.24375 402.088083 L292.059375 407.455959 L271.575 407.455959 C271.191667 407.455959 271 407.649396 271 408.036269 C271 408.423143 271.191667 408.61658 271.575 408.61658 L271.575 408.61658 L292.059375 408.61658 L287.24375 413.984456 C286.95625 414.274611 286.95625 414.564767 287.24375 414.854922 C287.339583 414.951641 287.483333 415 287.675 415 Z'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
	background-repeat: no-repeat;
	top: 5px;
	right: -44px;
	width: 24px;
	height: 24px;
	pointer-events: none;
	display: inline-block;
	vertical-align: middle;
}



/* --- CATALOG ---- */
ul.category__tabs {
    align-items: stretch;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    margin: 0 auto;
    padding: 0;
    width: 80%;
}
ul.category__tabs li {
    max-width: 300px;
    padding: 5px;
    width: fit-content;
    font-size: 16px;
    line-height: 1.55;
    text-decoration: none;
    list-style: none;
    overflow-wrap: normal;
    position: relative;
    min-width: 1px;
}  
ul.category__tabs li span {
    background: var(--bg-component-light, #f4f6f8); /*#f5f4f5;*/
    padding: 10px 15px 11px;
    text-align: center;
    text-decoration: none;
    width: 100%;
    cursor: pointer;
    display: inline-block;
    transition: all .5s;
    font-size: 16.5px;
    font-weight: 400;
    line-height: 1.55;
	color: var(--text-color-opaque);
	border-radius: .2rem;
}
ul.category__tabs li.active span,
ul.category__tabs li.active span:hover,
ul.category__tabs li.active span:focus,
ul.category__tabs li span:hover,
ul.category__tabs li span:focus {
    background: #0b2c3d; 
    color: #fff;  
}
@media (max-width: 991px) {
	ul.category__tabs {
		width: 100%;
	}
	ul.category__tabs li {
		padding: 3px;
	} 
	ul.category__tabs li span {
		padding: 5px 5px 5px;
		font-size: 16px;
	}
}
/* --- /CATALOG ---- */















.product__item-readmore[data-style="arrow-whirle"]:focus span:not([class])::after,
.product__item-readmore[data-style="arrow-whirle"]:hover span:not([class])::after {
  animation: cardButtonArrowRotation 1s cubic-bezier(0.16, 1, 0.3, 1);
  /*background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='1.25586' y1='11.9968' x2='21.445' y2='11.9968' stroke='%230b2c3d' stroke-width='1'/%3E%3Cpath d='M13.7812 3.86926L21.8921 11.9802L13.7812 20.0911' stroke='%230b2c3d' stroke-width='1'/%3E%3C/svg%3E%0A");*/
	background-image: url("data:image/svg+xml,%3Csvg width='23px' height='14px' viewBox='0 0 23 14' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate(-271.000000  -507.000000)' fill='%230b2c3d' fill-rule='nonzero'%3E%3Cg transform='translate(0.000000  106.000000)'%3E%3Cpath d='M287.675 415 C287.866667 415 288.010417 414.951641 288.10625 414.854922 L288.10625 414.854922 L293.85625 408.471503 C293.952083 408.374784 294 408.229706 294 408.036269 C294 407.842832 293.952083 407.697755 293.85625 407.601036 C293.808333 407.552677 291.891667 405.42487 288.10625 401.217617 C287.81875 400.927461 287.53125 400.927461 287.24375 401.217617 C286.95625 401.507772 286.95625 401.797927 287.24375 402.088083 L287.24375 402.088083 L292.059375 407.455959 L271.575 407.455959 C271.191667 407.455959 271 407.649396 271 408.036269 C271 408.423143 271.191667 408.61658 271.575 408.61658 L271.575 408.61658 L292.059375 408.61658 L287.24375 413.984456 C286.95625 414.274611 286.95625 414.564767 287.24375 414.854922 C287.339583 414.951641 287.483333 415 287.675 415 Z'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
	background-repeat: no-repeat;  
}
.product-item:focus .product__item-readmore span,
.product-item:hover .product__item-readmore span,
.product__item-readmore:hover span:not([class]) {
  color: #0b2c3d;
}
@media only screen and (max-width: 769px) {
  .product__item-readmore span:not([class]):after {
    right: -38px;
  }
}
@media only screen and (max-width: 576px) {
  .button__container .button--bg span:after {
    right: 24px;
  }
}
@keyframes cardButtonArrowRotation {
  50% {
    transform: translate(-35%, 0) rotate(360deg);
  }
  100% {
    transform: translate(0%, 0) rotate(360deg);
  }
}


.theme-tpl-2 .project__item-readmore span:not([class])::after {
	content: "";
	position: absolute;
	background-image: url("data:image/svg+xml,%3Csvg width='23px' height='14px' viewBox='0 0 23 14' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate(-271.000000  -507.000000)' fill='%230b2c3d' fill-rule='nonzero'%3E%3Cg transform='translate(0.000000  106.000000)'%3E%3Cpath d='M287.675 415 C287.866667 415 288.010417 414.951641 288.10625 414.854922 L288.10625 414.854922 L293.85625 408.471503 C293.952083 408.374784 294 408.229706 294 408.036269 C294 407.842832 293.952083 407.697755 293.85625 407.601036 C293.808333 407.552677 291.891667 405.42487 288.10625 401.217617 C287.81875 400.927461 287.53125 400.927461 287.24375 401.217617 C286.95625 401.507772 286.95625 401.797927 287.24375 402.088083 L287.24375 402.088083 L292.059375 407.455959 L271.575 407.455959 C271.191667 407.455959 271 407.649396 271 408.036269 C271 408.423143 271.191667 408.61658 271.575 408.61658 L271.575 408.61658 L292.059375 408.61658 L287.24375 413.984456 C286.95625 414.274611 286.95625 414.564767 287.24375 414.854922 C287.339583 414.951641 287.483333 415 287.675 415 Z'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
	background-repeat: no-repeat;
	top: 5px;
	right: -44px;
	width: 24px;
	width: 0;
	height: 24px;
	pointer-events: none;
	display: inline-block;
	vertical-align: middle;
}
.theme-tpl-2 .product-item:hover .project__item-readmore span:not([class])::after,
.theme-tpl-2 .project__item-readmore:hover span:not([class])::after {
    width: 24px;
    animation: cardButtonArrowRotation 1s cubic-bezier(0.16, 1, 0.3, 1);
	background-image: url("data:image/svg+xml,%3Csvg width='23px' height='14px' viewBox='0 0 23 14' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate(-271.000000  -507.000000)' fill='%230b2c3d' fill-rule='nonzero'%3E%3Cg transform='translate(0.000000  106.000000)'%3E%3Cpath d='M287.675 415 C287.866667 415 288.010417 414.951641 288.10625 414.854922 L288.10625 414.854922 L293.85625 408.471503 C293.952083 408.374784 294 408.229706 294 408.036269 C294 407.842832 293.952083 407.697755 293.85625 407.601036 C293.808333 407.552677 291.891667 405.42487 288.10625 401.217617 C287.81875 400.927461 287.53125 400.927461 287.24375 401.217617 C286.95625 401.507772 286.95625 401.797927 287.24375 402.088083 L287.24375 402.088083 L292.059375 407.455959 L271.575 407.455959 C271.191667 407.455959 271 407.649396 271 408.036269 C271 408.423143 271.191667 408.61658 271.575 408.61658 L271.575 408.61658 L292.059375 408.61658 L287.24375 413.984456 C286.95625 414.274611 286.95625 414.564767 287.24375 414.854922 C287.339583 414.951641 287.483333 415 287.675 415 Z'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
	background-repeat: no-repeat;  
}
.theme-tpl-2 .product-item:hover .project__item-readmore span:not([class]),
.theme-tpl-2 .project__item-readmore:hover span:not([class]) {
      color: var(--text-color-hover, #0b2c3d);
}
@media only screen and (max-width: 769px) {
  .theme-tpl-2 .project__item-readmore span:not([class]):after {
    right: -38px;
  }
}

@keyframes cardButtonArrowRotation {
  50% {
    transform: translate(-35%, 0) rotate(360deg);
  }
  100% {
    transform: translate(0%, 0) rotate(360deg);
  }
}

/* End */


/* Start:/local/templates/landings/components/bitrix/news.list/flipbox.list/style.css?17419562548370*/
.flip-box {
	height: 100%;
}
.flip-box .flip-box-inner {
    position: relative;
    z-index: 1;
    margin: 0;
    padding: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
	transition: .5s;
	
	height: 100%;
}

.flip-box .flip-box-inner .flip-box-wrap {
    position: relative;
    -webkit-transform: translateZ(0);
    -webkit-perspective: 1000px;
    perspective: 1000px;
	height: 100%;
}
.flip-box .flip-box-inner .back-part,
.flip-box .flip-box-inner .front-part {
    top: 0;
    right: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    height: 100%;
    background-position: center;
    background-clip: padding-box;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
    transition: -webkit-transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
    transition: transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
    transition: transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275), -webkit-transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
	transition: .5s;
	

}
.flip-box .flip-box-inner .front-part {
	position: relative;
	bottom: 0;
	z-index: 10;
	padding: 20px 20px;
	border-radius: .2rem;
	background-color: #6094da;
	background-color: #fff;
    align-items: center;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
}

.flip-box .flip-box-inner:hover .flip-box-wrap.no-flip .front-part {
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0 4px 15px -4px rgba(184, 192, 212, .65);
}




.flip-box .flip-box-inner .front-part .front-background-overlay{
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}
.flip-box .flip-box-inner .front-part .front-content-part{
    width: 100%;
	z-index: 1;
}

.flip-box .flip-box-inner .front-part .front-content-part .front-icon-part {
    margin-bottom: 20px;
}

.flip-box .flip-box-inner .front-part .front-content-part .front-icon-part span,
.flip-box .flip-box-inner .back-part .back-content-part .back-icon-part span{
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 30px;
    line-height: 1;
}
.flip-box .flip-box-inner .front-part .front-content-part .front-icon-part span img,
.flip-box .flip-box-inner .back-part .back-content-part .back-icon-part span img{
    width: 60px;
    height: 60px;
}
.flip-box .flip-box-inner .front-part .front-content-part .front-title-part {
}

.flip-box .flip-box-inner .front-part .front-content-part .front-title-part .front-title {
    margin: 0;
    color: #fff;
}

.flip-box .flip-box-inner .front-part .front-content-part .front-desc-part .front-desc {
    margin-bottom: 0;
    font-size: 16px;
    color: #fff;
}

.flip-box .flip-box-inner .front-part .front-content-part .front-btn-part .front-btn {
    display: inline-block;
    line-height: 1;
}

.flip-box .flip-box-inner .front-part .front-content-part .front-btn-part .front-btn i {
    transition: all 0.4s ease 0s;
}


/* Back Part */

.flip-box .flip-box-inner .back-part {
    position: absolute;
    z-index: -1;
    padding: 26px 25px 26px;
    border-radius: .2rem;
   background-color: #0b2c3d;
   color: #fff;
}

.flip-box .flip-box-inner .back-part .back-background-overlay{
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}

.flip-box .flip-box-inner .back-part .back-content-part{
	width: 100%;
    z-index: 1;
}

.flip-box .flip-box-inner .back-part .back-content-part .back-icon-part {
    display: inline-block;
    text-align: center;
}

.flip-box .flip-box-inner .back-part .back-content-part .back-icon-part .back-img {
    display: inline-block;
}
.flip-box .flip-box-inner .back-part .back-content-part .back-title-part {
    margin-bottom: 10px;
}

.flip-box .flip-box-inner .back-part .back-content-part .back-title-part .back-title {
    margin: 0;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.5;
}

.flip-box .flip-box-inner .back-part .back-content-part .back-desc-part .back-desc {

    margin-bottom: 0;

    font-size: 16px;

}

.flip-box .flip-box-inner .back-part .back-content-part .back-btn-part .back-btn {

    display: inline-block;

    line-height: 1;

    padding: 10px 25px;

    background: #fff;

	font-size: 18px;

	font-weight: 500;

}

.flip-box .flip-box-inner .back-part .back-content-part .back-btn-part .back-btn i {

    transition: all 0.4s ease 0s;

}

.flip-box .flip-box-inner .back-part .back-content-part .back-btn-part .back-btn.icon-after span {

    float: left;

}

.flip-box .flip-box-inner .back-part .back-content-part .back-btn-part .back-btn.icon-after i {

    margin-left: 10px;

}

.flip-box .flip-box-inner .back-part .back-content-part .back-btn-part .back-btn.icon-before span {

    float: right;

}

.flip-box .flip-box-inner .back-part .back-content-part .back-btn-part .back-btn.icon-before i {

    margin-right: 10px;

}

.flip-box .flip-box-inner .back-part .back-content-part .back-btn-part .back-btn:hover {

    background: #1f1c51;

    color: #fff;

}

.flip-box .flip-box-inner.rs-flip-right .front-part {

    -webkit-transform: rotateY(0);

    transform: rotateY(0);

}

.flip-box .flip-box-inner.rs-flip-right .back-part {

    -webkit-transform: rotateY(-180deg);

    transform: rotateY(-180deg);

}

.flip-box .flip-box-inner.rs-flip-right .back-content-part {
    right: 15px;
}
.flip-box .flip-box-inner.rs-flip-right:hover .back-part {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
}
.flip-box .flip-box-inner.rs-flip-right:hover .front-part {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.flip-box .flip-box-inner.rs-flip-right:hover .back-content-part {
    right: 0;
}


.flip-box .flip-box-inner.rs-flip-left .front-part {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
}
.flip-box .flip-box-inner.rs-flip-left .back-part {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.flip-box .flip-box-inner.rs-flip-left .back-content-part {
    left: 15px;
}
.flip-box .flip-box-inner.rs-flip-left:hover .front-part {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}
.flip-box .flip-box-inner.rs-flip-left:hover .back-part {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
}
.flip-box .flip-box-inner.rs-flip-left:hover .back-content-part {
    left: 0;
}


.flip-box .flip-box-inner.rs-flip-up .front-part {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
}
.flip-box .flip-box-inner.rs-flip-up .back-part {
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
}
.flip-box .flip-box-inner.rs-flip-up .back-content-part {
    top: 15px;
}
.flip-box .flip-box-inner.rs-flip-up:hover .front-part {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
}
.flip-box .flip-box-inner.rs-flip-up:hover .back-part {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
}
.flip-box .flip-box-inner.rs-flip-up:hover .back-content-part {
    top: 0;
}

.flip-box .flip-box-inner.rs-flip-down .front-part {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
}
.flip-box .flip-box-inner.rs-flip-down .back-part {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
}
.flip-box .flip-box-inner.rs-flip-down .back-content-part {
    bottom: 15px;
}
.flip-box .flip-box-inner.rs-flip-down:hover .front-part {
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
}
.flip-box .flip-box-inner.rs-flip-down:hover .back-part {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
}
.flip-box .flip-box-inner.rs-flip-down:hover .back-content-part {
    bottom: 0;
}


.flip-box .flip-box-inner:not(.no-flip):hover .back-part {
    z-index: 1;
}
.flip-box .flip-box-inner:not(.no-flip):hover .front-part {
    z-index: -1;
}


.flip-box:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: " ";
    font-size: 0;
}
.front-part,
.back-part {
    min-height: 290px;
	height: 100%;
}

/* End */


/* Start:/local/components/pweb/snippet.custom/templates/banners.diagonal/style.css?17760749142140*/
/*----------------- CallOut Banner  --------------*/
.callout-banner{
    --cta-color-accent: #2990BA;
    --cta-color-base: #0b2c3d;
    position: relative;
}
.callout-banner .container .row {
	background-color: var(--cta-color-base);
	position: relative;
	overflow: hidden;
	z-index: 1;
	padding: 40px 35px;
	justify-content: space-between;
	align-items: center;
	border-radius: .2rem;
}

@media (max-width: 991px) {
	.callout-banner .container .row {
		padding: 24px 24px;
	}
}
.callout-banner .container .row::before {
	position: absolute;
	width: 100%;
	height: 100%;
	content: "";
	background-color: var(--cta-color-accent);
	opacity: 1;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
	-webkit-clip-path: polygon(0px 0px, 38.31% 0px, 32.82% 100%, 0% 100%);
	clip-path: polygon(0px 0px, 35.31% 0px, 29.82% 100%, 0% 100%);
}
.callout-banner .callout-banner__title {
	float: left;
	padding: 0;
	margin: 0;
	max-width: 35%;
	position: relative;
	align-items: center;
	display: flex;	
	color: #fff;
	font-family: var(--title-font-family);
	font-size: 24px;
	font-weight: 500;
	line-height: 30px;
	letter-spacing: .02rem;
}
.callout-banner .callout-banner__text {
	float: left;
	margin: 0;
	padding-left: 70px;
	max-width: 45%;
	position: relative;
	margin-bottom: 0;
	color: #fff;
	padding: 0;
	font-family: var(--base-font-family);
	font-size: 1.05rem;
	font-weight: 400;
	line-height: 1.55;
}
.callout-banner .button--group {
  display: flex;
  max-width: 20%;
  margin: 0;
  padding: 0;
  align-items: center;
  justify-content: flex-end;  
}

@media (max-width: 991px) {
	.callout-banner .container .row::before {
		display: none;
	}
	.callout-banner .callout-banner__title {
		float: none;
		max-width: 100%;
		text-align: center;
		margin: 0 auto;
		justify-content: center;
	}
	.callout-banner .callout-banner__text {
		max-width: 100%;
		float: none;
		text-align: center;
		padding: 0;
		margin: 20px  auto 0 auto;
		font-size: 1.17rem;
	}
	.callout-banner .button--group {
		max-width: 100%;
		margin: 25px auto 0 auto;
		justify-content: center;  
	}
}
/* End */


/* Start:/local/templates/landings/components/bitrix/news.list/portfolio.list/style.css?17758066894974*/
.img-hover-gradient::after,
.img-hover-gradient::before {
    background: #03314a;
    background: linear-gradient(
        180deg,
        rgba(3, 49, 74, 0),
        rgba(3, 49, 74, 0.5)
    );
    border-radius: 0.2rem;
    content: "";
    height: 100%;
    left: 0;
    opacity: 1;
    position: absolute;
    top: 0;
    transition: 0.5s;
    width: 100%;
    z-index: 1;
}
.img-hover-gradient::after {
    background: linear-gradient(
        180deg,
        rgba(3, 49, 74, 0),
        rgba(3, 49, 74, 0.7) 70%
    );
    opacity: 0;
}
.img-hover-gradient:hover svg,
.img-hover-gradient:hover:after {
    opacity: 1;
}

.img-hover-gradient .content {
    color: #fff;
    margin-top: auto;
    min-height: 3.2rem;
    padding-right: 3.5rem;
    position: relative;
    width: 100%;
    z-index: 2;
}
.img-hover-gradient .content .slick-item__title {
    bottom: 0;
    font-style: normal;
    opacity: 1;
    padding-right: 3.5rem;
    position: absolute;
    transition: 0.4s;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
    font-family: Montserrat;
}

@media (max-width: 991px) {
    .img-hover-gradient .content .slick-item__title {
        line-height: 1.38;
    }
}

.img-hover-gradient .content .slick-item__text {
    opacity: 0;
    transform: translateY(2rem);
    transition: 0.4s;
    font-family: Montserrat;
    margin: 0;
    margin-top: 1.2rem;
    padding: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.55;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-word;
    word-wrap: break-word;
    overflow-wrap: anywhere;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

.img-hover-gradient .content svg {
    bottom: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    transition: 0.2s;
}

.slick-item__link {
    display: block;
    min-height: 100%;
    height: auto;
    text-decoration: none;
    color: inherit;
    min-width: 100%;
}

.slick-item__more-info {
    display: inline-block;
    position: absolute;
    bottom: 0px;
    right: 0px;
    z-index: 10;
    background-color: #2990ba;
    color: white;
    font-size: 28px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    padding-right: 8px;
    text-align: center;
    line-height: 16px;
    content: "999";
    color: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-width: 40px !important;
    max-width: 40px !important;
    width: 40px !important;
    max-height: 40px !important;
    min-height: 40px !important;
    height: 40px !important;
    background-color: #2990ba;

    transition: 0.3s;
    opacity: 0;
}
.slick-item__more-info::before {
    content: "";
    width: 1.5em;
    height: 1.5em;
    background-image: url("data:image/svg+xml,%3Csvg data-bbox='20 20 160 160' viewBox='0 0 200 200' fill%3D%22%23fff%22%20 height='20' width='20' xmlns='http://www.w3.org/2000/svg' data-type='shape'%3E%3Cg%3E%3Cpath d='M108.012 91.953L107.95 20H91.925l.062 71.953H20v16.031h71.988V180l15.963-.062.062-71.953H180V91.953h-71.988z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.stretched-link::after {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
.z-2 {
    z-index: 2 !important;
}

.slick-item {
    align-items: flex-end;
    background-size: cover;
    border-radius: 0.2rem;

    box-shadow: 0 2px 20px 0 hsla(84, 3%, 71%, 0.15);

    display: flex !important;
    min-height: 300px;
    overflow: hidden;
    position: relative;
    transition: 0.2s;
    padding: 1.5rem;

    background-color: #becdd2;

    width: 100%;
    display: inline-block;
}

.slick-item > div.bg {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0.2rem;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: 0.6s;
    width: 100%;
    background-color: #becdd2;
}

.content svg {
    transition: 0.3s;
}
.slick-active .content .slick-item__title {
    opacity: 1;
}
.slick-active:hover .bg {
    transform: scale(1.05);
}
.slick-active:hover .content {
    box-shadow: 2px 2px 25px rgba(var(--shadow-rgb), 0.15);
}
.slick-active:not(.slick--short):hover .content .slick-item__title {
     bottom:calc(100% + 0rem); /*bottom: calc(100% + 1.2rem);*/ /*calc(100% + .5rem)*/
}
.slick-active:hover .content svg,
.slick-active:hover .content .slick-item__more-info {
    opacity: 1;
}
.slick-active:not(.slick--short):hover .content .slick-item__text {
    opacity: 1;
    transform: translateY(0);
}
.slick-active:hover:after {
    opacity: 1;
}
.slick-item:hover {
    box-shadow: 2px 2px 25px rgba(var(--shadow-hover-rgb), 0.35);
}
.slick-slide:hover .content svg,
.slick-slide:hover .content .slick-item__more-info {
    opacity: 0;
}
/* End */


/* Start:/local/components/pweb/snippet.custom/templates/steps.list/style.css?17387577802537*/
.events__bgimage.events__bgimage_left {
  left: 0;
  max-width: 1135px;
  width: 50%;
  position: absolute;
  top: 0;
}

.events__bgimage.events__bgimage_left img,
.events__bgimage.events__bgimage_right img {
  max-width: 100%;
  vertical-align: middle;
}
.events__bgimage.events__bgimage_right {
	right: 0;
	max-width: 740px;
	width: 58%;
	transform: translateY(-23%);
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .events__bgimage  {
	display: none;
  }
}


.events__wrapper {
	--wb-font-color-subtitle: rgba(252, 104, 104, .9);
	background: #0b2c3d;
	color: inherit;
	position: relative;
}
.events__wrapper::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 0;
	background:none;
}


.events__wrapper .section-title,
.events__wrapper .section-title > * {
    color: #fff;
}

.events__wrapper .event-column {
    margin-top: 0;
	padding: 0 0 0 35px;
	width: 90%;
	margin: 0 auto;
}

@media (max-width: 991px) {
	.events__wrapper .event-column {
	    padding:0 0 0 35px;
	width: 100%;
	margin: 0;		
    }
}


.events__wrapper .event-item {
    position: relative;
	margin-left: 0;
	margin-bottom: 35px;
    padding: 20px 30px 20px 60px;
	
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	min-height: 92px;
	vertical-align: top;
	display: flex;
	align-items: center;
	
	background: #0b2c3d;
	border-radius: .2rem;
	border: 1px solid #fff;
}
.events__wrapper .event-item:last-child {
	margin-bottom: 0;
}

.events__wrapper .event-date {
	position: absolute;
	left: -35px;
	width: 70px;
		height: 70px;
	text-align: center;
	top: calc(50% - 35px);
	margin-top: -35px;
	padding: 10px 0;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	font-size: 1.6rem;
	line-height: 4.2rem;
	margin: 0;
	font-size: 2.7rem;
	line-height: 2.9rem;
	font-weight: 500;
	color: #fff;
		z-index: 1;
		background: #2990BA;
}
.events__wrapper .event-item:hover .event-date {
	background: #2ea0cf;
}

.events__wrapper .event-content {
	font-weight: 500;
	color: #fff;
	font-size: 18px;
	line-height: 1.4;
}	
@media(max-width: 991px){
	.events__wrapper .event-content {
		line-height: 1.38;	
	}

	.events__wrapper .row > *:first-child .event-item:last-child {
         margin-bottom: 35px;
	}
}

.events__wrapper .event-item:hover, 
.events__wrapper .event-item:hover .event-content {
    color: #d6d7e4;
    /*background: linear-gradient(200.46deg, #254362 30.98%, #19324E 85.78%);*/
}
/* End */


/* Start:/local/templates/landings/components/bitrix/news.list/steps.list/style.css?17387577802537*/
.events__bgimage.events__bgimage_left {
  left: 0;
  max-width: 1135px;
  width: 50%;
  position: absolute;
  top: 0;
}

.events__bgimage.events__bgimage_left img,
.events__bgimage.events__bgimage_right img {
  max-width: 100%;
  vertical-align: middle;
}
.events__bgimage.events__bgimage_right {
	right: 0;
	max-width: 740px;
	width: 58%;
	transform: translateY(-23%);
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .events__bgimage  {
	display: none;
  }
}


.events__wrapper {
	--wb-font-color-subtitle: rgba(252, 104, 104, .9);
	background: #0b2c3d;
	color: inherit;
	position: relative;
}
.events__wrapper::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 0;
	background:none;
}


.events__wrapper .section-title,
.events__wrapper .section-title > * {
    color: #fff;
}

.events__wrapper .event-column {
    margin-top: 0;
	padding: 0 0 0 35px;
	width: 90%;
	margin: 0 auto;
}

@media (max-width: 991px) {
	.events__wrapper .event-column {
	    padding:0 0 0 35px;
	width: 100%;
	margin: 0;		
    }
}


.events__wrapper .event-item {
    position: relative;
	margin-left: 0;
	margin-bottom: 35px;
    padding: 20px 30px 20px 60px;
	
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	min-height: 92px;
	vertical-align: top;
	display: flex;
	align-items: center;
	
	background: #0b2c3d;
	border-radius: .2rem;
	border: 1px solid #fff;
}
.events__wrapper .event-item:last-child {
	margin-bottom: 0;
}

.events__wrapper .event-date {
	position: absolute;
	left: -35px;
	width: 70px;
		height: 70px;
	text-align: center;
	top: calc(50% - 35px);
	margin-top: -35px;
	padding: 10px 0;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	font-size: 1.6rem;
	line-height: 4.2rem;
	margin: 0;
	font-size: 2.7rem;
	line-height: 2.9rem;
	font-weight: 500;
	color: #fff;
		z-index: 1;
		background: #2990BA;
}
.events__wrapper .event-item:hover .event-date {
	background: #2ea0cf;
}

.events__wrapper .event-content {
	font-weight: 500;
	color: #fff;
	font-size: 18px;
	line-height: 1.4;
}	
@media(max-width: 991px){
	.events__wrapper .event-content {
		line-height: 1.38;	
	}

	.events__wrapper .row > *:first-child .event-item:last-child {
         margin-bottom: 35px;
	}
}

.events__wrapper .event-item:hover, 
.events__wrapper .event-item:hover .event-content {
    color: #d6d7e4;
    /*background: linear-gradient(200.46deg, #254362 30.98%, #19324E 85.78%);*/
}
/* End */


/* Start:/local/components/pweb/snippet.custom/templates/banners.default/style.css?17404895511923*/
.call-to-action__background-overlay {
	background-color: #0b2c3d;
	opacity: .98;
	transition: background .3s,border-radius .3s,opacity .3s;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
	mix-blend-mode: multiply;
	z-index: -1;
}

.call-to-action__wrapper {
	background-color: transparent;
}

.call-to-action__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: stretch;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 1.7rem 1.75rem 2rem 1.75rem;
	border-radius: var(--border-radius, .2rem);
	position: relative;
	overflow: hidden;
	/* background: #0b2c3d; */
	background-color: #0b2c3d;
	background-image: url("/local/templates/landings/images/bgimages/bg-call-to-action.webp");
	mix-blend-mode: multiply;
}

@media (max-width: 991px) {
	.call-to-action__container {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-flow: column;
		flex-flow: column;
	}
}

.call-to-action__container a:not([class]) {
	color: #fff;
	text-decoration: underline;
}

.call-to-action__container a:not([class]):hover, 
.call-to-action__container a:not([class]):active {
	color: #fff;
	text-decoration: none;
}

.call-to-action__wrapper .intro__title {
	margin-bottom: .5rem;
}

.call-to-action__wrapper  .cta__card-title {
	color: #fff;
}

@media (max-width: 991px) {
	.call-to-action__container {
		text-align: center;
	}

	.call-to-action__wrapper > * {
		justify-content: center;
	}
}

@media (min-width: 991.5px) {
	.call-to-action__wrapper .button--group {
		margin: 0;
		justify-content: flex-end;
	}
}


@media (min-width: 991.5px) {
	.call-to-action__wrapper .button--group {
		margin: 0;
		justify-content: end;
	}
}
/* End */


/* Start:/local/templates/landings/components/bitrix/news.list/media.gallery/style.css?17759332775151*/
/*
.gridimg {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: 198px auto;
	grid-gap: .5rem;
	height: 100%;
}*/

.gridimg > .gridimg-container {
	height: 100%;
	border-radius: .2rem;
	overflow: hidden;
	display:block;
	position:relative;
}	
.gridimg-container.gallery-lightbox {
border-radius: .2rem;	
padding-top: 85%;
position: relative;
overflow: hidden;
background-image: var(--image-placeholder);
background-position: center;
background-repeat: no-repeat;
background-color: #FFF;
display: block;
}



.gridimg-container::after,
.gallery-lightbox:not(.video-gallery-item)::after {
  background-image: url("data:image/svg+xml,%3Csvg width='45' fill='%23FFF' height='45' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' data-svg='plus'%3E%3Crect x='9' y='1' width='1' height='17'%3E%3C/rect%3E%3Crect x='1' y='9' width='17' height='1'%3E%3C/rect%3E%3C/svg%3E");
  position: absolute;
  content: "";
  z-index: -1;
  width: 40px;
  height: 40px;
  top: calc(50% - 20px);
  left: calc(50% - 20px);
  }
  

  .gridimg-container:hover::after,
.gallery-lightbox:not(.video-gallery-item):hover::after  {

  z-index: 1;

  }
 
.gridimg-container:before,
.gallery-lightbox:before{
  position: absolute;
  content: "";
  z-index: 1;
  width: 0%;
  height:0%;
  top: 0;
  left: 0;
  background-color: rgba(11, 44, 61,.4);
}  

  .gridimg-container:hover::before,
.gallery-lightbox:hover::before  {
  width: 100%;
  height:100%;
  transform: scale(1.05);
  transition:linear 0.4s;

  }
.gridimg>.gridimg-container:first-child {
  grid-column-start:1;
  grid-column-end:2;
  grid-row-start:1;
  grid-row-end:2;
  padding-top: 80%;
}
.gridimg .gridimg-container {
  align-self:stretch;
  overflow:hidden
}


.gallery-lightbox img {
-webkit-transition: -webkit-transform 4s cubic-bezier(.19,1,.22,1);
  transition: -webkit-transform 4s cubic-bezier(.19,1,.22,1);
  transition: transform 4s cubic-bezier(.19,1,.22,1);
  transition: transform 4s cubic-bezier(.19,1,.22,1),-webkit-transform 4s cubic-bezier(.19,1,.22,1);
}
.gallery-lightbox:active img,
.gallery-lightbox:focus img,
.gallery-lightbox:hover img {
  -webkit-transform:scale(1.05);
  transform:scale(1.05)
}


.gridimg-container.gallery-lightbox  img{	
    object-fit: cover;
	object-position: center;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0%;
	bottom: 0%;
	left: 0%;
	right: 0%;
	vertical-align: middle;
	max-width: 100%;
	display: block;
	border: 0;	
	
}


.gridimg>.gridimg-container:nth-child(4) {
  position:relative;
  cursor:pointer
}
.gridimg .gridimg-container:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}		  




.video-gallery-item {
	padding-top: 79.5%;
	position: relative;
	overflow: hidden;
	background-image: var(--image-placeholder);
	background-position: center;
	background-repeat: no-repeat;
	background-color: #FFF;
	display: block; 
    border-radius: .2rem;	
}
@media (max-width: 991px) {


.gridimg > .gridimg-container:first-child {
	padding-top: 50.5%;
}

.video-gallery-item {
  padding-top: 50.5%;
 }
}
.video-gallery-item  img {
	object-fit: cover;
	object-position: center;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0%;
	bottom: 0%;
	left: 0%;
	right: 0%;
	vertical-align: middle;
	max-width: 100%;
	display: block;
	border: 0;
	min-height: 400px;
	min-width: 100%;
	max-height: 100%;
	transition: all .4s;
	transition-duration: 0.4s;
	transition-duration: 1500ms;
	will-change: transform;
}


.elementor-custom-embed-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
	z-index:2;
}

.eicon-play {
    width: 80px;
    height: 80px;
    text-align: center;
    border: none;
    font-size: 21px;
    line-height: 60px;
    cursor: pointer;
    padding: 0 0 0 5px;
    opacity: 1;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  color: #fff;
    text-shadow: 1px 0 6px rgba(0, 0, 0, .3);
      background-color: #2990BA;
    font-size: 30px;
  border-radius: .2rem;
}
.elementor-screen-only {
    position: absolute;
    top: -10000em;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}
 .eicon-play svg {
    opacity: 1;
    stroke-width: 2px;
    filter: none;
    fill: none;
    width: 1em;
    height: 1em;
    -webkit-transition: stroke 0.3s;
    transition: stroke 0.3s;
    stroke: #FFFFFF;
}
.eicon-play:hover {
    background-color: #FFFFFF;
}
.eicon-play:hover svg {
    stroke: #2990BA;
	fill: #2990BA;
}


/* End */


/* Start:/local/templates/landings/components/bitrix/news.list/accordion.list/.style.css?17404647125019*/
/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq__wrapper {
	--wb-font-color-subtitle: var(--wb-font-color-muted);
	--wb-border-color: rgba(34,61,96,.5);
	background: var(--wb-bg-graylight);
	color: #433f39F;
	font-family: Montserrat;	
}
.faq__wrapper .section-title h2::after {
	display: none;
}
.faq__wrapper .section-title {
    text-align: center;
}

.faq {
	justify-content: center;
	align-items: start;
	display: flex;
}

.faq .faq-list {
	padding: 0;
	margin: 0;
	list-style: none;
	padding-block: 1.25rem;
	flex-basis: 760px;
}
.faq .faq-list>li>a::before {
	content: "";
	width: 1.3em;
	height: 1.3em;
	margin-left: 15px;
	float: right;

	background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' transform='rotate(45)' color='%230b2c3d' fill='none' data-testid='rotatingPlus' height='1.3rem' width='1.3rem' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25.21 25.21' class='css-d9tu7y'%3E%3Cg data-name='Group 761'%3E%3Cline data-name='Line 259' x1='12.61' y1='23.21' x2='12.61' y2='2' stroke='currentColor' stroke-linecap='round' stroke-width='3px'%3E%3C/line%3E%3Cline data-name='Line 260' x1='2' y1='12.61' x2='23.21' y2='12.61' stroke='currentColor' stroke-linecap='round' stroke-width='3px'%3E%3C/line%3E%3C/g%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.faq .faq-list > li > a:not(.show)::before {
	background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' color='%230b2c3d'  fill='none' data-testid='rotatingPlus' height='1.3rem' width='1.3rem' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25.21 25.21' class='css-d9tu7y'%3E%3Cg data-name='Group 761'%3E%3Cline data-name='Line 259' x1='12.61' y1='23.21' x2='12.61' y2='2' stroke='currentColor' stroke-linecap='round' stroke-width='3px'%3E%3C/line%3E%3Cline data-name='Line 260' x1='2' y1='12.61' x2='23.21' y2='12.61' stroke='currentColor' stroke-linecap='round' stroke-width='3px'%3E%3C/line%3E%3C/g%3E%3C/svg%3E");
}		
.faq .faq-list > li > a {
	overflow: hidden;
	position: relative;
	cursor: pointer;
	align-items: center;
	border: medium;
	outline: none;
	background: none;
	border-radius: 0;
	text-align: left;
	width: 100%;
	display: block;
	padding: 0;
	margin: 0;
	text-decoration: none;
	
    color: rgb(34 61 96/1); 

    font-weight: 500;  
    font-size: 18px;
    line-height: 1.4;
    font-family: Montserrat;	
}

@media(max-width: 991px){
.faq .faq-list > li > a {
    line-height: 1.38;	
}	
}
.faq .faq-item__answer,
.faq .faq-answer {
    /*padding-top: 20px;
    padding-bottom: 32px;*/
	
    padding-top: 0;
    padding-bottom: 25px;	
}

.faq .faq-item__answer ul,
.faq .faq-item__answer ol,
.faq .faq-answer  ul,  
.faq .faq-answer  ol {
  list-style: none;
  margin-left: 20px;
  margin-bottom: 0;
  padding: 0;
  margin-block: 1.25rem;
}
 .faq .faq-item__answer ul li, 
 .faq .faq-item__answer ol li,
 .faq .faq-answer  ul li, 
 .faq .faq-answer  ol li {
    padding:0;
	margin: 0 0 .5rem;
}
.faq .faq-item__answer ul li::before,
 .faq .faq-answer  ul li::before {
	content: "\25A0";
	display: inline-block;
	margin-left: -20px;
	width: 20px;
	font-size: 12px;
	color: #0095cd;
}

.faq .faq-item__answer p,
.faq .faq-item__answer *,
.faq .faq-answer p,
.faq .faq-answer * {
	color: currentcolor;
}
.faq .faq-item__answer p,
.faq .faq-answer p /*,
.faq .faq-answer ul*/ {
	margin: 0px 0px clamp(1rem, 0.58rem + 1.19vw, 1.5rem);
	margin-top: 0px;
	margin-bottom: clamp(1rem, 0.58rem + 1.19vw, 1.5rem);
}
.faq .faq-item__answer > :last-child,
        .faq .faq-answer > :last-child {
            margin-bottom: 0px;
        }
.faq .faq-item__answer > :first-child,
        .faq .faq-answer > :first-child {
            margin-top: 0px;
        }

.faq .faq-list > *, 
.accordion {
	box-sizing: content-box;
	border-style: solid;
	border-width: 0;
	border-color: var(--wb-border-color, #A0A3AB);
	box-sizing: content-box;
	border-block-width: 1px;
}
.faq .faq-list>*+*,
.accordion+.accordion {
	border-block-start-width: 0;
}
.faq .faq-list>li>a {
	/*padding-block: 1.25rem;*/
	padding-block: 23px;
}
@media screen and (min-width: 1000px) {
	.faq .faq-list>li>a {
		/*padding-block: 1.5rem;*/
		padding-block: 23px;
	}
}
.faq__wrapper .section-title {
	padding-bottom: 17px; /*calc(3.5rem - 1.25rem);*/
}




.faq .faq-list > li > a::after {
    content: '';
    display: block;
    height: 1px;
    background-color: rgba(50, 30, 80, 0.1);
    width: 200%;
    position: absolute;
    top: 0;
    left: -50%;
}
.faq .faq-list > li > a > .overlay {
    position: absolute;
    z-index: -1;
    pointer-events: none;
    background-color: rgba(248,249,252,0.4);
    left: -50%;
    right: -50%;
    bottom: auto;
    top: 0;
    height: 0%;
    transition: height 0.4s cubic-bezier(0.22,1,0.36,1);
}
.faq .faq-list > li > a:hover::after {
    transition:all 0.2s ease-in-out;
}
.faq .faq-list > li > a:hover > .overlay {
	height:100%;
	top:auto;
	bottom:0;
}

/* End */


/* Start:/local/templates/landings/components/bitrix/news.list/contacts.list/style.css?17404050194687*/
.img-hover-gradient::after,
.img-hover-gradient::before {
    background: #03314a;
    background: linear-gradient(
        180deg,
        rgba(3, 49, 74, 0),
        rgba(3, 49, 74, 0.5)
    );
    border-radius: 0.2rem;
    content: "";
    height: 100%;
    left: 0;
    opacity: 1;
    position: absolute;
    top: 0;
    transition: 0.5s;
    width: 100%;
    z-index: 1;
}
.img-hover-gradient::after {
    background: linear-gradient(
        180deg,
        rgba(3, 49, 74, 0),
        rgba(3, 49, 74, 0.7) 70%
    );
    opacity: 0;
}
.img-hover-gradient:hover svg,
.img-hover-gradient:hover:after {
    opacity: 1;
}

.img-hover-gradient .content {
    color: #fff;
    margin-top: auto;
    min-height: 3.2rem;
    padding-right: 3.5rem;
    position: relative;
    width: 100%;
    z-index: 2;
}
.img-hover-gradient .content .slick-item__title {
    bottom: 0;
    font-style: normal;
    opacity: 1;
    padding-right: 3.5rem;
    position: absolute;
    transition: 0.4s;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
    font-family: Montserrat;
}

@media (max-width: 991px) {
    .img-hover-gradient .content .slick-item__title {
        line-height: 1.38;
    }
}

.img-hover-gradient .content .slick-item__text {
    opacity: 0;
    transform: translateY(2rem);
    transition: 0.4s;
    font-family: Montserrat;
    margin: 0;
    margin-top: 1.2rem;
    padding: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.55;
}
.img-hover-gradient .content svg {
    bottom: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    transition: 0.2s;
}

.slick-item__link {
    display: block;
    min-height: 100%;
    height: auto;
    text-decoration: none;
    color: inherit;
    min-width: 100%;
}

.slick-item__more-info {
    display: inline-block;
    position: absolute;
    bottom: 0px;
    right: 0px;
    z-index: 10;
    background-color: #2990ba;
    color: white;
    font-size: 28px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    padding-right: 8px;
    text-align: center;
    line-height: 16px;
    content: "999";
    color: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-width: 40px !important;
    max-width: 40px !important;
    width: 40px !important;
    max-height: 40px !important;
    min-height: 40px !important;
    height: 40px !important;
    background-color: #2990ba;

    transition: 0.3s;
    opacity: 0;
}
.slick-item__more-info::before {
    content: "";
    width: 1.5em;
    height: 1.5em;
    background-image: url("data:image/svg+xml,%3Csvg data-bbox='20 20 160 160' viewBox='0 0 200 200' fill%3D%22%23fff%22%20 height='20' width='20' xmlns='http://www.w3.org/2000/svg' data-type='shape'%3E%3Cg%3E%3Cpath d='M108.012 91.953L107.95 20H91.925l.062 71.953H20v16.031h71.988V180l15.963-.062.062-71.953H180V91.953h-71.988z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.stretched-link::after {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
.z-2 {
    z-index: 2 !important;
}

.slick-item {
    align-items: flex-end;
    background-size: cover;
    border-radius: 0.2rem;

    box-shadow: 0 2px 20px 0 hsla(84, 3%, 71%, 0.15);

    display: flex !important;
    min-height: 300px;
    overflow: hidden;
    position: relative;
    transition: 0.2s;
    padding: 1.5rem;

    background-color: #becdd2;

    width: 100%;
    display: inline-block;
}

.slick-item > div.bg {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0.2rem;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: 0.6s;
    width: 100%;
    background-color: #becdd2;
}

.content svg {
    transition: 0.3s;
}
.slick-active .content .slick-item__title {
    opacity: 1;
}
.slick-active:hover .bg {
    transform: scale(1.05);
}
.slick-active:hover .content {
    box-shadow: 2px 2px 25px rgba(var(--shadow-rgb), 0.15);
}
.slick-active:not(.slick--short):hover .content .slick-item__title {
     bottom:calc(100% + 0rem); /*bottom: calc(100% + 1.2rem);*/ /*calc(100% + .5rem)*/
}
.slick-active:hover .content svg,
.slick-active:hover .content .slick-item__more-info {
    opacity: 1;
}
.slick-active:not(.slick--short):hover .content .slick-item__text {
    opacity: 1;
    transform: translateY(0);
}
.slick-active:hover:after {
    opacity: 1;
}
.slick-item:hover {
    box-shadow: 2px 2px 25px rgba(var(--shadow-hover-rgb), 0.35);
}
.slick-slide:hover .content svg,
.slick-slide:hover .content .slick-item__more-info {
    opacity: 0;
}
/* End */
/* /local/templates/landings/components/bitrix/news.list/hero.slider/style.css?17419513388349 */
/* /local/templates/landings/components/bitrix/news.list/complex.list/themes/style_2/style.css?17758433726119 */
/* /local/components/pweb/snippet.custom/templates/banners.bg_with_image/style.css?17758047722356 */
/* /local/components/pweb/snippet.custom/templates/catalog.tabulator/style.css?174194320514917 */
/* /local/templates/landings/components/bitrix/news.list/flipbox.list/style.css?17419562548370 */
/* /local/components/pweb/snippet.custom/templates/banners.diagonal/style.css?17760749142140 */
/* /local/templates/landings/components/bitrix/news.list/portfolio.list/style.css?17758066894974 */
/* /local/components/pweb/snippet.custom/templates/steps.list/style.css?17387577802537 */
/* /local/templates/landings/components/bitrix/news.list/steps.list/style.css?17387577802537 */
/* /local/components/pweb/snippet.custom/templates/banners.default/style.css?17404895511923 */
/* /local/templates/landings/components/bitrix/news.list/media.gallery/style.css?17759332775151 */
/* /local/templates/landings/components/bitrix/news.list/accordion.list/.style.css?17404647125019 */
/* /local/templates/landings/components/bitrix/news.list/contacts.list/style.css?17404050194687 */
