

/* Start:/local/templates/main/components/bitrix/news.list/main_slider/style.css?1723818588150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/templates/main/components/bitrix/news.list/spheres/style.css?17240682731687*/
.mod-spheres {
    margin-bottom: 105px;
    margin-top: -70px;
}

.mod-spheres .title {
    font-size: 45px;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 20px;
}

.mod-spheres .title span {
    color: #0C5ADB;
}

.mod-spheres .introtext {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    color: #616161;
}

.mod-spheres .wrap {
    display: flex;
    align-items: center;
    height: 100%;
    transition: all .3s ease-in-out;

}
.mod-spheres .wrap:hover {
    transform: scale(1.1);
}
.mod-spheres .wrap .img {
    border-radius: 10px 0px 10px 10px;
    background: #0C5ADB;
    padding: 20px;
    width: 100px;
    height: 80px;
}

.mod-spheres .wrap .subtitle {
    font-size: 16px;
    font-weight: 600;
    line-height: 135%;
    border-radius: 0px 10px 10px 0px;
    background: #fff;
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 34px;
}

.mod-spheres .btn {
    margin: 0 auto;
}

@media screen and (max-width: 1200px) {
    .mod-spheres {
        margin-bottom: 0;
        margin-top: 0;
    }

    .mod-spheres .title {
        font-size: 30px;
        margin-bottom: 30px;
    }

    .mod-spheres .introtext {
        font-size: 14px;
        margin-bottom: 50px;
    }

    .mod-spheres .wrap .subtitle {
        font-size: 14px;
        padding: 15px;
        text-align: center;
        justify-content: center;
    }

    .mod-spheres .wrap {
        flex-direction: column;
    }

    .mod-spheres .wrap .img {
        width: 100%;
        border-radius: 10px;
        display: flex;
        justify-content: center;
    }
}
/* End */


/* Start:/local/templates/main/components/bitrix/news.list/cases/style.css?17255321954744*/


.mod-main-cases {
    padding-bottom: 200px;
    padding-top: 0;
}

.mod-main-cases::before {
    background: none;
}

.mod-main-cases.fullbg {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 100px;
    background: linear-gradient(91deg, rgba(12, 90, 219, 0.1) 0%, rgba(83, 245, 226, 0.1) 100%);
}

.mod-main-cases .puzzle_start {
    position: absolute;
    right: 34.5%;
    bottom: 100%;
    z-index: -1;
    width: max-content;
}

.mod-main-cases .puzzle_end {
    position: absolute;
    top: 100%;
    right: 39%;
    transform: rotate(180deg);
    width: max-content;
    z-index: -1;
}

.mod-main-cases .dop {
    position: absolute;
    z-index: 100;
    background: #fff;
    top: 0;
    bottom: 0;
    width: 450px;
    padding: 62px 102px;
    left: 17%;
    box-shadow: 0px 0px 37px -3px rgba(0, 0, 0, 0.1);
    max-height: 600px;
}

.mod-main-cases .dop::before {
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: -100%;
    opacity: .6;
    position: absolute;
    background: #fff;
    z-index: -1;
}

.mod-main-cases .dop .title {
    margin-bottom: 15px;
    font-size: 45px;
    font-weight: 700;
    line-height: 120%;
}

.mod-main-cases .dop .tag {
    margin-bottom: 15px;
    padding: 14px 20px;
    background: #0C5ADB;
    border-radius: 10px 10px 10px 0px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 125%;
    width: max-content;
}

.mod-main-cases .dop .subtitle {
    font-size: 16px;
    font-weight: 600;
    line-height: 125%;
}

.mod-main-cases .dop .introtext {
    font-size: 14px;
    font-weight: 600;
    line-height: 135%;
    color: #616161;
    margin-bottom: 50px;
}

.mod-main-cases .item .wrap {
    padding: 18px 24px;
    background: transparent;
}

.mod-main-cases .item:hover .wrap {
    background: #fff;
    border-radius: 10px;
}

.mod-main-cases .wrap .btn {
    opacity: 0;
    transition: .3s;
    width: 100%;
}

.mod-main-cases .item:hover .wrap .btn {
    opacity: 1;
}

.mod-main-cases .item img {
    border-radius: 10px;
}

.mod-main-cases .item .wrap .title {
    margin-bottom: 34px;
    font-size: 14px;
    font-weight: 600;
    line-height: 135%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.mod-main-cases .item .wrap .introtext {
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 125%;
    color: #616161
}

.mod-main-cases .owl-carousel .owl-nav {
    top: 18%;
    max-width: 1000px;
    left: 71%;
    right: 0;
    display: block !important;
    z-index: 9999999;
}

.mod-main-cases .dop2 {
    display: none;
}

@media screen and (max-width: 1200px) {
    .mod-main-cases {
        padding-bottom: 60px;
        margin-bottom: 0;
    }

    .mod-main-cases .dop2 {
        display: block;
        margin-bottom: 23px;
        padding-left: 15px;
        margin-top: 120px;
    }

    .mod-main-cases .dop2 .title {
        margin-bottom: 15px;
        font-size: 45px;
        font-weight: 700;
        line-height: 120%;
    }

    .mod-main-cases .dop2 .text {
        margin-bottom: 30px;
        font-size: 14px;
        color: #616161;
    }

    .mod-main-cases .dop2 button {
        padding: 8px 12px;
        font-size: 14px;
        border-radius: 60px;
        background: #fff;
        transition: .3s;
        border: none;
        outline: none;
        margin-right: 15px;
        margin-bottom: 15px;
    }

    /*.mod-main-cases .dop2 button:hover {
        background: #0C5ADB;
        color: #fff;
    }*/
    .mod-main-cases .dop2 button.red {
        background: red;
        color: #fff;
    }
    .mod-main-cases .dop2 button.blue{
        background: #0C5ADB;
        color: #fff;
    }
    .mod-main-cases .dop2 button.yellow {
        background: #FFE76A;
        color: #232323;
    }
    .mod-main-cases .dop {
        display: none;
    }

    .mod-main-cases .owl-carousel {
        margin-bottom: 40px;
    }

    .mod-main-cases .owl-carousel .owl-nav {
        display: none !important;
    }

    .mod-main-cases .owl-carousel .owl-stage {
        padding-left: 0 !important;
    }

    .mod-main-cases .owl-item.active .item .wrap {
        background: #fff;
        border-radius: 10px;
    }

    .mod-main-cases .owl-item.active .item .wrap .btn {
        opacity: 1;
    }

    /* .mod-main-cases .owl-carousel .owl-item img {margin-bottom: 0;} */
}

@media screen and (max-width: 576px) {
    .mod-main-cases {
        padding-top: 100px;
    }

    .mod-main-cases.fullbg {
        background: url('/local/templates/main/upload/maincases/bg2.png') no-repeat;
        background-size: 100%;
    }
}
.hidden {
    display: none;
}

/* End */


/* Start:/local/templates/main/components/bitrix/news.list/management/style.css?1723818587150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/templates/main/components/bitrix/news.list/numbers/style.css?17238185871367*/

/* .mod-about {margin-bottom: 100px;} */
.mod-about .main-title {
	margin-bottom: 35px;
	margin-top: 80px;
	font-size: 45px;
	font-weight: 700;
	line-height: 120%;
}
/*
.mod-about:before{
	content: url('/upload/bg.png');
	position:absolute;
	top:0;
	right:0;
}*/
.mod-about .dop-wrap {
	padding: 46px 68px 27px 45px;
	background: linear-gradient(90.74deg, rgba(12, 90, 219, 0.1) 13.459%, rgba(83, 245, 226, 0.1) 89.655%);
	border-radius: 10px;
	font-size: 16px;
	font-weight: 700;
	line-height: 135%;
	margin-bottom: 12px;
}

.mod-about .wrap img {
	margin-bottom: 25px;
	border-radius: 10px 10px 0 0;
}

.mod-about .wrap .title {
	font-size: 18px;
	font-weight: 700;
	line-height: 135%;
	margin-bottom: 12px;
	margin-top: 14px;
}

.mod-about .wrap .introtext {
	font-size: 14px;
	font-weight: 700;
	line-height: 125%;
	color: #616161;
}

.mod-about .subtitle {
	margin-bottom: 13px;
	font-size: 35px;
	font-weight: 800;
	line-height: 120%;
	color: #0C5ADB;
}

.mod-about .subtext {
	color: rgb(35, 35, 35);
	font-size: 16px;
	font-weight: 400;
	line-height: 125%;
}

@media screen and (max-width: 1200px) {
	.mod-about .main-title {
		font-size: 30px;
		margin-bottom: 40px;
		padding-top: 50px;
	}

	.mod-about .wrap .title {
		font-size: 16px;
	}

	.mod-about .dop-wrap {
		padding: 30px;
		font-size: 14px;
	}

	.mod-about .subtext {
		margin-bottom: 15px;
	}
}

/* End */


/* Start:/local/templates/main/components/bitrix/news.list/geography/style.css?1723818587150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/templates/main/components/bitrix/news.list/partners/style.css?17454179792390*/

.mod-partners .puzzle_middle {
	position: absolute;
	transform: rotate(180deg);
	top: 100%;
	right: 100%;
}

.mod-partners .puzzle_end {
	position: absolute;
	right: -15%;
	bottom: 0;
}

.mod-partners {
	padding-top: 25px;
	margin-top: -37px;
	padding-bottom: 30px;
	margin-bottom: 150px;
}

.mod-partners .bg-svg {
	position: absolute;
	top: 0;
	left: -150px;
	z-index: -1;
//transform: scale(-1, 1);
}

.mod-partners .puzzle_start {
	position: absolute;
	left: 15%;
	BOTTOM: 100%;
}

.mod-partners .puzzle_start path {
	fill: #E9F3FC;
}

.mod-partners .wrap {
	/*display: block;
	column-count: 3;
	width: max-content;*/
	/*animation: auto-scroll 50s linear infinite;*/
	/*animation: startLine 15s linear, marquee 15s linear 15s infinite;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 15px;*/
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: repeat(auto-fill, 150px);
	grid-gap: 15px;
	/*animation: auto-scroll 23s linear infinite;*/
	animation: marquee 23s linear infinite;
	overflow: hidden;
	margin-bottom: 15px;
}
.content-block-integrations-list {

}

@keyframes startLine {
	0% {
		transform: translateY(-100%);
	}
	100% {
		transform: translateY(-50%);
	}
}

@keyframes marquee {
	0% {
		transform: translateY(0%);
	}
	100% {
		transform: translateY(-50%);
	}
}

.mod-partners::before {
	background: linear-gradient(91deg, #e7eefb 0%, #eefefc 100%);
}

/* .mod-partners::before {background: linear-gradient(90.74deg, rgba(12, 90, 219, 0.1) 13.459%,rgba(83, 245, 226, 0.1) 89.655%);} */
.mod-partners .title {
	font-size: 45px;
	font-weight: 700;
	line-height: 120%;
	margin-top: 10px;
	margin-bottom: 20px;
}

.mod-partners .introtext {
	color: #616161;
	font-size: 16px;
	font-weight: 400;
	line-height: 150%;
}

.mod-partners img {
	border-radius: 10px;
	height: 150px;
}

@media screen and (max-width: 1200px) {
	.mod-partners::before {
		background-size: cover;
	}

	.mod-partners {
		margin-top: 0;
	}

	.mod-partners .title {
		font-size: 30px;
		margin-bottom: 15px;
	}

	.mod-partners .introtext {
		font-size: 14px;
		margin-bottom: 40px;
	}
}

@media screen and (max-width: 576px) {
	.mod-partners {
		padding-top: 110px;
		padding-bottom: 160px;
		margin-top: -30px;
		margin-bottom: -30px;
	}

	.mod-partners::before {
		background: url('/local/templates/main/upload/partners/bg2.png') no-repeat;
		background-size: cover;
	}
}

/* End */


/* Start:/local/templates/main/components/bitrix/news.list/acheiv/style.css?17745232311800*/
.mod-achiev {
	margin-top: -50px;
}

.mod-achiev .title {
	font-size: 45px;
	font-weight: 700;
	line-height: 120%;
}

.mod-achiev .introtext {
	font-size: 16px;
	font-weight: 400;
	line-height: 150%;
	color: #616161;
	width: 49%;
	margin-top: 15px;
}

.mod-achiev .item {
	text-align: center;
	padding: 0 20px;
	margin-top: -30px;
	position: relative;
	z-index: 1;
}

/* .mod-achiev .item img {} */
.mod-achiev .item .tag {
	font-size: 24px;
	font-weight: 700;
	line-height: 135%;
	padding: 7px 17px;
	border-radius: 0px 50px 50px 20px;
	background: #fff;
	width: max-content;
	margin: 0 auto;
	box-shadow: 0px 0px 41px 8px rgba(0, 0, 0, 0.1);
	margin-bottom: 10px;
}

.mod-achiev .item .subtitle {
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: 400;
	line-height: 125%;
}

.mod-achiev .item .year {
	font-size: 14px;
	font-weight: 400;
	line-height: 125%;
	color: #0C5ADB;
}

.mod-achiev .btn {
	margin: 0 auto;
}

.mod-achiev .owl-dots {
	display: flex !important;
	justify-content: center !important;
	margin: 20px 0px;
}
.mod-achiev .owl-stage-outer {
	overflow: hidden;
}

.mod-achiev .owl-carousel .owl-nav {
	top: 40%;
	max-width: 1350px;
}


@media screen and (max-width: 1200px) {
	.mod-achiev {
		margin-top: 0;
		padding-bottom: 50px;
	}

	.mod-achiev .title {
		font-size: 30px;
		margin-bottom: 15px;
	}

	.mod-achiev .introtext {
		font-size: 14px;
		margin-bottom: 40px;
		width: 100%;
	}

	.mod-achiev .item .year {
		text-align: left;
	}

	.mod-achiev .item .subtitle {
		text-align: left;
		margin-bottom: 16px;
	}

	.mod-achiev .item .tag {
		margin: 0 0 20px -16px;
	}

	/* .mod-achiev .owl-carousel {margin-bottom: 140px;} */
	.mod-achiev .owl-carousel .owl-nav {
		max-width: 150px;
		top: unset;
		left: 22%;
		bottom: -13%;
	}

	.mod-achiev .btn {
		display: none;
	}
}
/* End */


/* Start:/local/templates/main/components/bitrix/news.list/reviews/style.css?17385816301456*/
.mod-main-company {
	padding-top: 180px;
	padding-bottom: 80px;
}
.mod-main-company  .item .tag {

	z-index: 9;
	position: relative;
	border-radius: 0px 50px 50px 20px;
	background: #3d79dd;
	width: max-content;
	margin: 0 auto;
	box-shadow: 0px 0px 41px 8px rgba(0, 0, 0, 0.1);
	margin-bottom: 10px;
	padding: 12px 16px;
	margin-top: -20px;
}

.mod-main-company::before {
	/*background: url('/local/templates/main/upload/company/bg.png') no-repeat;*/
	background: linear-gradient(91.47deg, #D7E4F8 5.34%, #CFDCF2 94.23%);

}

.mod-main-company .owl-carousel .owl-stage-outer {
	overflow: visible;
}

.mod-main-company .owl-carousel .owl-item {
	opacity: .4;
}

.mod-main-company .owl-carousel .owl-item.active {
	opacity: 1;
}

.mod-main-company .title {
	font-size: 45px;
	font-weight: 700;
	line-height: 120%;
}

.mod-main-company .introtext {
	font-size: 16px;
	font-weight: 400;
	line-height: 150%;
	color: #616161;
	margin-right: 70px;
}

.mod-main-company .owl-carousel .owl-nav {
	display: block !important;
}

@media screen and (max-width: 1200px) {
	.mod-main-company::before {
		background-size: cover;
	}

	.mod-main-company {
		padding-top: 180px;
	}

	.mod-main-company .title {
		font-size: 30px;
		margin-bottom: 15px;
	}

	.mod-main-company .introtext {
		font-size: 14px;
	}

	.mod-main-company .owl-carousel .owl-nav {
		max-width: 150px;
		top: unset;
		left: 22%;
		bottom: -12%;
	}
}

.mod-main-company .puzzle_end {
	display: none;
}
/* End */


/* Start:/local/templates/main/components/bitrix/news.list/inner_reviews/style.css?17507142155352*/
.review-item {
    border-radius: 10px;
    /*border: 2px solid #1C69D4;*/
    box-shadow: 0px 7px 10px 0px #34578B1A;
    padding: 35px;
    margin: 30px 10px;
    font-family: Open Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    background: #FFFFFF url("/local/templates/main/components/bitrix/news.list/inner_reviews/bg.svg") no-repeat;
    background-position: 20px 80px;
    min-height: 310px;

}
.review-item .name{
    font-family: Open Sans;
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #232323;
margin-bottom: 30px;
}
.review-item .review-item-text{


}
.nav-review .reviewnext, .nav-review .reviewprev {
    position: absolute;
    top: 50%;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    box-shadow: 0px 5px 15px 0px #34578B1A;
    background-color: rgba(255, 255, 255, .7);
    cursor: pointer;
    border: none;

}
.reviewnext {
    right: -80px;
    display: flex;
    align-items: center;
    justify-content: center;

}

.reviewprev {
    left: -80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 800px){
    .nav-review .reviewnext, .nav-review .reviewprev {

        top: 100%;

    }
    .reviewnext {
        left:90px;


    }

    .reviewprev {
        left: 0;

    }

}


.nav-review {
    position: relative;
}
.ls-readmore, .ls-readless{
    margin-top: 10px;
    display: block;
}
.ls-readmore svg{
   margin-left:20px;
}


@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('/local/templates/main/components/bitrix/news.list/inner_reviews/./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('/local/templates/main/components/bitrix/news.list/inner_reviews/./fonts/slick.eot');
    src: url('/local/templates/main/components/bitrix/news.list/inner_reviews/./fonts/slick.eot?#iefix') format('embedded-opentype'), url('/local/templates/main/components/bitrix/news.list/inner_reviews/./fonts/slick.woff') format('woff'), url('/local/templates/main/components/bitrix/news.list/inner_reviews/./fonts/slick.ttf') format('truetype'), url('/local/templates/main/components/bitrix/news.list/inner_reviews/./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 10px;
    height: 10px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;
    border-radius: 50%;
    display: block;

    width: 10px;
    height: 10px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: #C0CEE4;


}
.slick-dots li.slick-active button
{
    font-size: 0;
    line-height: 0;
    border-radius: 50%;
    display: block;

    width: 10px;
    height: 10px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: #0C5ADB;

}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{

    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}
.slick-dots li button::before{
    font-size: 0;
}
/*
.review_list .slick-list{
    overflow: visible !important;
}
.review-item.slick-slide{
    opacity: 0 !important;
}
.review-item.slick-slide.slick-active{
    opacity: 1 !important;
}*/


.mod-review-crm .top_review {
  position: absolute;
  right: 82%;
  top: 0;
}
/* End */


/* Start:/local/templates/main/components/bitrix/news.list/blog/style.css?17238185875096*/

.mod-blog {
	margin-bottom: 100px;
}

.mod-blog select {
	padding: 20px;
	border-radius: 60px;
	margin-bottom: 40px;
	font-size: 16px;
	width: 100%;
}

.mod-blog.main {
	margin-top: -115px;
	margin-bottom: 0;
}

.mod-blog.main .btn {
	margin: 0 auto;
}

.mod-blog .main-title {
	font-size: 45px;
	font-weight: 700;
	line-height: 125%;
	margin-bottom: 20px;
}

.mod-blog.main .sub-title {}

.mod-blog .sub-title {
	color: rgb(97, 97, 97);
	font-size: 16px;
	font-weight: 400;
	line-height: 150%;
	margin-right: 40px;
	padding-top: 20px;
}

.mod-blog .filters {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 50px;
}

.mod-blog .filters button {
	border: 1px solid #3A77DC;
	border-radius: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 14px 24px;
	color: #3A77DC;
	transition: .3s;
	background: #fff;
}

.mod-blog .filters button.active,
.mod-blog .filters button:hover {
	background: #3A77DC;
	color: #fff;
}

@media screen and (max-width: 1200px) {
	.mod-blog .main-title {
		font-size: 30px;
		margin-bottom: 15px;
	}

	.mod-blog .sub-title {
		margin-bottom: 40px;
	}

	.mod-blog .news .wrap {
		margin-bottom: 40px;
	}
}

.mod-blog .news {
	margin-bottom: 50px;
}

.mod-blog .news .wrap {
	position: relative;
	display: flex;
	flex-direction: column;
}

.mod-blog .news .wrap .tag {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 6px 11px;
	border-radius: 30px 0px 30px 30px;
	font-size: 14px;
	font-weight: 400;
	line-height: 125%;
	width: max-content;
}

.mod-blog .news .wrap .tag:not(.pink) {
	position: absolute;
	top: 10px;
	left: 10px;
}

.mod-blog .news .wrap .tag img {
	margin-right: 10px;
}

.mod-blog .news .wrap .tag.pink {
	background: #DB2272;
	color: #fff;
	margin-bottom: 18px;
}

.mod-blog .news .wrap .tag.white {
	background: #fff;
	color: #0C5ADB;
}

.mod-blog .news .wrap .tag.blue {
	background: #0C5ADB;
	color: #fff;
}

.mod-blog .news .wrap .tag.lightblue {
	background: #709CE5;
	color: #fff;
}
.mod-blog .news .wrap .tag.red {
	background: red;
	color: #fff;
}

.mod-blog .news .wrap .tag.yellow {
	background: #FFE76A;
	color: #232323;
}

.mod-blog .news .wrap .title {
	font-size: 24px;
	font-weight: 600;
	line-height: 125%;
	margin-bottom: 12px;
	color: black;
}

.mod-blog .news .wrap .introtext {
	font-size: 16px;
	font-weight: 400;
	line-height: 125%;
	color: #616161;
	margin-bottom: 25px;
}

.mod-blog .news .wrap img.main {
	border-radius: 10px;
	width: 100%;
	margin-bottom: 18px;
	height: 245px;
	object-fit: cover;
}

.mod-blog .news .wrap.email {
	border-radius: 10px;
	box-shadow: 0px 7px 30px 0px rgba(52, 87, 139, 0.1);
	background: rgb(255, 255, 255);
	padding: 35px;
}

.mod-blog .news .wrap.email form {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 60px;
	border: 1px solid #232323;
	padding: 14px 20px;
	position: relative;
}

.mod-blog .news .wrap.email form input {
	flex: 1;
	border: none;
	outline: none;
	background: transparent;
	font-size: 16px;
	font-weight: 400;
	line-height: 125%;
	padding-right: 50px;
}

.mod-blog .news .wrap.email form input::placeholder {
	color: #232323;
}

.mod-blog .news .wrap.email img {
	width: max-content;
	margin: 0 auto;
	margin-bottom: 20px;
}

.mod-blog .news .wrap.email form button {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #0C5ADB;
	outline: none;
	border: none;
	padding: 10px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 2px;
}

.mod-blog .news .wrap.email form button img {
	margin: 0;
}

.mod-blog .news .wrap .info {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: auto;
}

.mod-blog .news .wrap .info>div {
	display: flex;
	align-items: center;
	color: #616161;
	font-size: 14px;
	font-weight: 400;
	line-height: 125%;
}

.mod-blog .news .wrap .info>div img {
	margin-right: 5px;
}

.mod-blog .pagination {
	padding: 20px 24px;
	border-radius: 50px;
	box-shadow: 0px 5px 15px 0px rgba(52, 87, 139, 0.1);
	background: rgba(255, 255, 255, 0.7);
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.mod-blog .pagination .prev,
.mod-blog .pagination .next {
	width: 16px;
	height: 16px;
	/*border: 3px solid rgb(12, 90, 219);*/
}

.mod-blog .pagination .prev {
	border-top: none;
	border-right: none;
	/*transform: rotate(45deg);*/
}

.mod-blog .pagination .next {
	border-top: none;
	border-left: none;
	/*transform: rotate(-45deg);*/
}
.mod-blog .pagination .next:before {

}
.mod-blog .pagination .pages {
	margin: 0 auto;
}

.mod-blog .pagination .pages button {
	border: none;
	background: none;
	font-size: 16px;
	font-weight: 400;
	line-height: 125%;
	color: #0C5ADB;
	transition: .3s;
}

.mod-blog .pagination .pages button:hover {
	color: #232323;
}

.mod-blog .pagination .pages button:not(:last-child) {
	margin-right: 120px;
}

@media screen and (max-width: 1200px) {
	.mod-blog .pagination {
		/*display: none;*/
	}

	.mod-blog .news .wrap {
		margin-bottom: 40px !important;
	}
}

/* End */


/* Start:/local/templates/main/components/bitrix/news.list/team/style.css?17329516512636*/

.mod-team {
    padding-top: 200px;
    padding-bottom: 110px;
    margin-top: -20px;
}

.mod-team .owl-carousel .owl-stage-outer {
    overflow: visible;
}

.mod-team .owl-carousel .owl-item {
    opacity: .4;
}

.mod-team .owl-carousel .owl-item.active {
    opacity: 1;
}

.mod-team::before {
    background: url('/local/templates/main/upload/team/bg.png') no-repeat;
}

.mod-team .title {
    font-size: 45px;
    font-weight: 700;
    line-height: 120%;
}

.mod-team .introtext {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    color: #616161;
}

.mod-team .item .wrap {
    padding: 24px 32px;
    background: #fff;
    height: 130px;
    position: relative;
}

.mod-team .item img {
    position: relative;
    z-index: -1;
}

.mod-team .item .wrap .fulltext {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 30px;
    background: rgb(237, 237, 237);
    font-size: 14px;
    font-weight: 400;
    line-height: 125%;
    z-index: -1;
    transition: .5s;
}

@media (max-width: 460px) {
    .mod-team .item .wrap .fulltext {
        padding: 20px;
    }
}

@media (max-width: 370px) {
    .mod-team .item .wrap .fulltext {
        padding: 12px;
    }
}

.mod-team .item .wrap .subtitle {
    font-size: 18px;
    font-weight: 700;
    line-height: 135%;
    margin-bottom: 15px;
}

.mod-team .item .wrap .text {
    font-size: 16px;
    font-weight: 400;
    line-height: 125%;
    color: #616161;
}

.mod-team .item .wrap button {
    border: none;
    background: #0C5ADB;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    position: absolute;
    right: 20px;
    top: -15px;
    color: #fff;
    transition: .3s;
}

.mod-team .item.on-hover .wrap button {
    transform: rotate(45deg);
}

.mod-team .item.on-hover .wrap .fulltext {
    top: -70%;
}

.mod-team .owl-carousel .owl-nav {
    display: block !important;
}

@media screen and (max-width: 1200px) {
    .mod-team {
        /*padding-top: 100px;*/
    }

    .mod-team .title {
        font-size: 30px;
        margin-bottom: 15px;
    }

    .mod-team .introtext {
        font-size: 14px;
    }

    .mod-team .owl-carousel .owl-nav {
        max-width: 150px;
        top: unset;
        left: 22%;
        bottom: -12%;
    }

    .mod-team .owl-carousel .owl-stage {
        padding-left: 0 !important;
    }

    .mod-team .item .wrap {
        padding: 14px 20px;
    }

    .mod-team .item img {
        height: 270px;
        object-fit: cover;
        border-radius: 10px 10px 0px 0px;
    }

    .mod-team .item .wrap .fulltext.active {
        top: -60%;
        padding: 14px 20px;
    }
}
/* End */


/* Start:/local/templates/main/components/bitrix/news.list/faq/style.css?1745417979691*/
.mod-answer {
    margin-bottom: 100px;
    margin-top: -80px;
    position: relative;
    z-index: 99;
}

.mod-answer .main-title {
    font-size: 45px;
    font-weight: 700;
    line-height: 120%;
}

.mod-answer .accordion-item {
    border-radius: 10px;
    box-shadow: 0px 3px 30px 0px rgba(86, 107, 139, 0.12);
    background: rgb(255, 255, 255);
    padding: 18px 26px;
    cursor: pointer;
    margin-bottom: 10px;
}
.mod-answer .accordion-item .d-flex{
    gap: 10px;
}
.mod-answer .accordion-item .title {
    font-size: 20px;
    font-weight: 600;
    line-height: 125%;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */
/* /local/templates/main/components/bitrix/news.list/main_slider/style.css?1723818588150 */
/* /local/templates/main/components/bitrix/news.list/spheres/style.css?17240682731687 */
/* /local/templates/main/components/bitrix/news.list/cases/style.css?17255321954744 */
/* /local/templates/main/components/bitrix/news.list/management/style.css?1723818587150 */
/* /local/templates/main/components/bitrix/news.list/numbers/style.css?17238185871367 */
/* /local/templates/main/components/bitrix/news.list/geography/style.css?1723818587150 */
/* /local/templates/main/components/bitrix/news.list/partners/style.css?17454179792390 */
/* /local/templates/main/components/bitrix/news.list/acheiv/style.css?17745232311800 */
/* /local/templates/main/components/bitrix/news.list/reviews/style.css?17385816301456 */
/* /local/templates/main/components/bitrix/news.list/inner_reviews/style.css?17507142155352 */
/* /local/templates/main/components/bitrix/news.list/blog/style.css?17238185875096 */
/* /local/templates/main/components/bitrix/news.list/team/style.css?17329516512636 */
/* /local/templates/main/components/bitrix/news.list/faq/style.css?1745417979691 */
