

/* Start:/local/templates/new_main/template_styles.css?178239663990795*/

/* font start */


		/* https://ffont.ru/font/manrope-family?ysclid=m8oemyw48j110824090 */
		
@font-face {
	font-family: 'Manrope Regular';
	src: url('/local/templates/new_main/fonts/manrope_regular/manrope_regular.eot'); /* IE 9 Compatibility Mode */
	src: url('/local/templates/new_main/fonts/manrope_regular/manrope_regular.eot?#iefix') format('embedded-opentype'), /* IE < 9 */
		url('/local/templates/new_main/fonts/manrope_regular/manrope_regular.woff2') format('woff2'), /* Super Modern Browsers */
		url('/local/templates/new_main/fonts/manrope_regular/manrope_regular.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
		url('/local/templates/new_main/fonts/manrope_regular/manrope_regular.ttf') format('truetype'), /* Safari, Android, iOS */
		url('/local/templates/new_main/fonts/manrope_regular/manrope_regular.svg#manrope_regular') format('svg'); /* Chrome < 4, Legacy iOS */
}

@font-face {
	font-family: 'Oranienbaum';
	src: url('/local/templates/new_main/fonts/oranienbaum/oranienbaum.eot'); /* IE 9 Compatibility Mode */
	src: url('/local/templates/new_main/fonts/oranienbaum/oranienbaum.eot?#iefix') format('embedded-opentype'), /* IE < 9 */
		url('/local/templates/new_main/fonts/oranienbaum/oranienbaum.woff2') format('woff2'), /* Super Modern Browsers */
		url('/local/templates/new_main/fonts/oranienbaum/oranienbaum.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
		url('/local/templates/new_main/fonts/oranienbaum/oranienbaum.ttf') format('truetype'), /* Safari, Android, iOS */
		url('/local/templates/new_main/fonts/oranienbaum/oranienbaum.svg#oranienbaum') format('svg'); /* Chrome < 4, Legacy iOS */
}

/* font end */

body, html{
	margin:0;
	padding:0;
	font-family: 'Manrope Regular';
	overflow-x:hidden;
}
body{
	background:rgba(244, 246, 249, 1);
	color:rgba(0, 16, 42, 1);
	font-size:18px;
}

.clear, .clear:after {
    content: '.';
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
    line-height: 0;
}

.form-control{
	display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	}
h1{
    font-family: 'Oranienbaum';
    font-size: 54px;
    line-height: 66px;
    text-transform: uppercase;
    margin-bottom: 40px;
    color: rgba(0, 16, 42, 1);
}
.pastor-link-detail{
	display:block;
	margin-top:10px;
	
}

.pastor-link-detail a{
	font-size:18px;
	color:rgba(0, 72, 190, 1);
}
.pastor-link-detail a:hover{
	text-decoration:none;
}
@media screen and (max-width: 1650px) {
    h1{
        font-size: 42px;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 1024px) {
    h1{
        font-size: 40px;
        line-height: 52px;
    }
}
@media screen and (max-width: 768px) {
    h1{
        font-size: 34px;
        margin-bottom: 28px;
        line-height: 46px;
    }
}
@media screen and (max-width: 460px) {
    h1{
        font-size: 32px;
        line-height: 44px;
        margin-bottom: 26px;
    }
}

.bx-breadcrumb{
	width:1600px;
	margin:0 auto;
	display:flex;
	margin-bottom:76px;
	font-size:14px;
	color:rgba(0, 16, 42, 1);
}
.bx-breadcrumb a{
	color:rgba(0, 16, 42, 1);
	text-decoration:none;
}
.bx-breadcrumb .bx-breadcrumb-item > span{
	opacity:0.5;
}
.bx-breadcrumb i{
	margin:0 6px;
}

@media screen and (max-width: 1650px) {
    .bx-breadcrumb{
        width: 904px;
    }
}
@media screen and (max-width: 1024px) {
    .bx-breadcrumb{
        width: 684px;
        margin-bottom:54px;
    }
}
@media screen and (max-width: 768px) {
    .bx-breadcrumb{
        width: 420px;
        margin-bottom:48px;
		font-size:13px;
    }
}
@media screen and (max-width: 460px) {
    .bx-breadcrumb{
        width: auto;
        margin: 0 20px;
        margin-bottom: 32px;
    }
}
/* header start */
#header{
	display:block;
	width:100%;
	position:relative;
	padding-top:1px;
	margin-bottom:140px;
	
}

#header-back{
	background-blend-mode: multiply;
	background-image:url('/local/templates/new_main/images/header.webp');
	background-position: center center;
	background-repeat:no-repeat;	
	background-color:rgba(0, 0, 0, 0.6);
	background-size:cover;
	position:absolute;
	z-index:10;
	height:100%;
	width:100%;
	border-radius:0 0 20px 20px;
}
header{
	position:relative;
	z-index:20;
	display:grid;
	margin:36px 36px 15px 36px;
	grid-template-columns:89px auto 485px auto 137px auto 485px auto 89px;
	gap:15px;
}
header > div:last-child, 
header > div:first-child,
#header-bottom > div:last-child,
#header-bottom > div:first-child{
	height:89px;
}
header > div:last-child img{
	-moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
header > div:nth-child(2),
header > div:nth-child(4),
header > div:nth-child(6),
header > div:nth-child(8){
	height:1px;
	background-color:rgba(255, 255, 255, 0.3);
	margin-top:20px;
}
header > div:nth-child(5) a{
	display:block;
	margin-top:-19px;
}


#header-center{	
	position:relative;
	z-index:21;
	display:grid;
	margin:0 56px 15px 56px;
	grid-template-columns:1px auto 1px;
	gap:34px;
}
#header-center > div:first-child{
	min-height:728px;
	width:1px;
	background-color:rgba(255, 255, 255, 0.3);
}
#header-center > div:last-child{
	min-height:728px;
	width:1px;
	background-color:rgba(255, 255, 255, 0.3);
}

#header-bottom{	
	position:relative;
	z-index:20;
	display:grid;
	padding:0 36px 36px 36px;
	grid-template-columns:89px auto 89px;
	gap:15px;
}
#header-bottom > div:first-child img{
	-moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

#header-bottom > div:nth-child(3) img{
	-moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(180deg);
}

#header-bottom > div:nth-child(2){
	height:1px;
	background-color:rgba(255, 255, 255, 0.3);
	margin-top:70px;
}

header > div:nth-child(3) nav,
header > div:nth-child(7) nav{
	margin:0;
	padding:0;
	display:grid;
	grid-template-columns: auto auto auto;
	gap:8px;
}
header > div:nth-child(3) nav li,
header > div:nth-child(7) nav li{
	display:block;
	list-style:none;
}

header > div:nth-child(3) nav li a,
header > div:nth-child(7) nav li a{
	white-space: nowrap;
	text-align:center;
	display:block;
	padding:6px 28px;
	background-color:rgba(255, 255, 255, 0.2);
	border-radius:50px;
	color:#fff;
	text-decoration:none;
	line-height:26px;
	font-size:18px;
}
#menu-click{
	background-color:rgba(0, 72, 190, 1);
	position:relative;
	padding-left:50px;
	cursor:pointer;
	white-space: nowrap;
    text-align: center;
    display: block;
    padding: 6px 28px 6px 50px;
    border-radius: 50px;
    color: #fff;
    text-decoration: none;
    line-height: 26px;
    font-size: 18px;
}
#menu-click div{
	position:absolute;
	width:22px;
	border-top:2px solid #fff;
	left:18px;
	top:18px;
}


#menu-click div::before {
    content: "";
    margin-top: -8px;
	display: block;
    background-color: #fff;
    position: absolute;
    height: 2px;
    width: 22px;
	
}
#menu-click div::after {
    content: "";
    margin-top: 4px;
	display: block;
    background-color: #fff;
    position: absolute;
    height: 2px;
    width: 22px;
	
}

.header-center-in-center, .header-center-in-center h1{
	font-family: 'Oranienbaum';
	color:#fff;
	font-size:112px;
	text-transform: uppercase;
	text-indent: 34%;
	padding:0 45px;
	display:flex;
	flex-direction: column-reverse;
	position:relative;
	font-weight:normal;
	line-height:normal;
}

.bl-txt-header{
	
	text-indent: 0;
	position:relative;
	margin:0 auto;
	width:522px;
}
.bl-txt-header-in {
	font-size: 20px;
	line-height: 28px;
	font-family: 'Manrope Regular';
	text-transform: none;

}
.h-bolshe{
	margin-bottom:28px;
	line-height:130%;
}
.click-bolshe{
	display:block;
	text-decoration:none;
	height: 58px;
	border-radius: 60px;
	line-height:58px;
	background-color:rgba(0, 72, 190, 1);
	color:#fff;
	text-align:center;
	cursor:pointer;
}
.click-content-in{
	width:522px;
	margin:0 auto;
	margin-top:32px;
}
.click-content-in .click-bolshe{
	
}
@media screen and (max-width: 1850px) {
	.header-center-in-center, .header-center-in-center h1{
		font-size:100px;
	}
}
@media screen and (max-width: 1700px) {
	.bl-txt-header-in{
		margin-top:0;
	}
	.bl-txt-header{
		height:auto;
	}
}
@media screen and (max-width: 1650px) {
	header{
		grid-template-columns:89px auto 280px auto 137px auto 280px auto 89px;
		gap:15px;
	}
	header > div:nth-child(3) nav li:nth-child(3){
		display:none;
	}
	header > div:nth-child(7) nav li:nth-child(1){
		display:none;
	}
	.header-center-in-center, .header-center-in-center h1{
		font-size:80px;
	}
	#header{
		margin-bottom:120px;
	}
	
	.click-content-in{
		width:444px;
		margin-left:0;
		margin-top:22px;
	}
}
@media screen and (max-width: 1090px) {
	header > div:nth-child(3) nav li a, header > div:nth-child(7) nav li a{
		padding:6px 10px;
		
	}
	header{
		grid-template-columns:89px auto 220px auto 137px auto 220px auto 89px;
	}
	#menu-click div, #menu-click div::before, #menu-click div::after{
		width:16px;
		
	}
	#menu-click div{
		left:14px;
	}
	#menu-click{
		    padding: 6px 15px 6px 35px;
	}
	
	
}
@media screen and (max-width: 1024px) {
	header > div:first-child img, 
	header > div:last-child img,
	#header-bottom > div:nth-child(3) img,
	#header-bottom > div:first-child img
	{
		width:64px;
		height:64px;
	}
	header > div:nth-child(3) nav li a, header > div:nth-child(7) nav li a{
		font-size:16px;
		padding:6px 16px;
	}
	header > div:nth-child(5) a img{
		width:108px;
		height:auto;
	}
	header{
		grid-template-columns:64px  230px auto 108px auto 230px  64px;
		
	}
	header > div:nth-child(5) a{
		margin-top:-10px;
	}
	header > div:nth-child(2), header > div:nth-child(4), header > div:nth-child(6), header > div:nth-child(8){
		margin-top:16px;
	}
	header > div:nth-child(2), header > div:nth-child(8){
		display:none;
	}
	#header-bottom{
		grid-template-columns: 64px auto 64px;
	}
	.header-center-in-center, .header-center-in-center h1{
		font-size:68px;
	}
	#header-center > div:first-child,
	#header-center > div:last-child{
		height:548px;
	}
	#header-center{
		margin: 0 51px 15px 51px;
	}
	.bl-txt-header-in{
		font-size:18px;
	}
	.bl-txt-header{
		width:352px;
	}
	.click-bolshe{
		height:52px;
		line-height:52px;
		font-size:16px;
	}
	
	header > div:last-child, header > div:first-child, #header-bottom > div:last-child, #header-bottom > div:first-child{
		height:64px;
	}
	header > div:nth-child(3) nav, header > div:nth-child(7) nav{
		grid-template-columns: auto auto;
	}
	.h-bolshe{
		margin-bottom:18px;
		
	}
	#header-bottom > div:nth-child(2){
		margin-top:50px;
	}
	#header{
		margin-bottom:100px;
	}
	.click-content-in .click-bolshe{
		width:334px;
	}
}
@media screen and (max-width: 910px) {
	header > div:nth-child(4), header > div:nth-child(6){
		display:none;
	}
	header{
		grid-template-columns:64px auto	108px auto  64px;
	}
	#menu-click{
		width:76px;
		margin-top:15px;
		margin-left: -76px;
	}
	#menu-click div,#menu-click div, #menu-click div::before, #menu-click div::after{
		width:22px;
		
	}
	header > div:nth-child(2), header > div:nth-child(8){
		display:block;
		
	}
	header > div:nth-child(3), header > div:nth-child(9), header > div:nth-child(8){
		display:none;
	}
	header > div:nth-child(6){
		display:block;
	}

	header > div:nth-child(3) nav li:nth-child(1), header > div:nth-child(3) nav li:nth-child(2){
		display:none;
	}
	header > div:nth-child(7) nav li:nth-child(2){
		display:none;
	}

	header > div:nth-child(7) nav li:nth-child(3) a{
		padding-left:30px;
	}
	header > div:nth-child(4), header > div:nth-child(6), header > div:nth-child(8){
		height:0;
	}
}


@media screen and (max-width: 768px) {
	#header{
		margin-bottom:90px;
	}
	.header-center-in-center, .header-center-in-center h1{
		font-size:60px;
	}
	
	header > div:first-child img, header > div:last-child img, #header-bottom > div:nth-child(3) img, #header-bottom > div:first-child img{
		width:54px;
		height:54px;
	}
	header{
		margin:14px 14px 15px 14px;
		grid-template-columns: 54px auto 108px auto 54px;
	}
	#header-bottom{
		padding: 15px 14px 14px 14px;
		grid-template-columns:54px auto 54px;
	}
	#header-center{
		margin: 0 26px;
		gap:20px;
	}
	#header-center > div:first-child, #header-center > div:last-child{
		min-height:780px;
	}
	header > div:last-child, header > div:first-child, #header-bottom > div:last-child, #header-bottom > div:first-child{
		height:54px;
	}
	.bl-txt-header{
		width:330px;
		margin-left:30%;
	}
	.click-bolshe{
		height:48px;
		line-height:48px;
		font-size:15px;
	}
	.h-bolshe{
		font-size:16px;
	}
	#header-bottom > div:nth-child(2){
		margin-top:41px;
	}
	.header-center-in-center, .header-center-in-center h1{
		padding:0;
	}
	#menu-click{
		margin-left:-86px;
	}
	header > div:nth-child(5) a img{
		margin-top:10px;
	}
	.click-content-in{
		width:auto;
	}
	.click-content-in .click-bolshe{
		width:auto;
	}
}

@media screen and (max-width: 570px) {
	.bl-txt-header{
		width:100%;
		margin-left:0;
	}
	.header-center-in-center, .header-center-in-center h1{
		font-size:48px;
	}
	#header-center > div:first-child, #header-center > div:last-child{
		min-height:660px;
	}
}

@media screen and (max-width: 480px) {
	header > div:first-child img, header > div:last-child img, #header-bottom > div:nth-child(3) img, #header-bottom > div:first-child img{
		width:46px;
        height:46px;
	}
	header > div:last-child, header > div:first-child, #header-bottom > div:last-child, #header-bottom > div:first-child{
		height:46px;
	}
	header{
		gap:10px;
		margin:10px;
		height:46px;
	}
	#header-bottom{
		padding:10px;
		grid-template-columns: 46px auto  46px;
	}
	#header-center{
		margin: 0 20px;
		gap:10px;
	}
	#header-bottom > div:nth-child(2){
		margin-top:35px;
	}
	#header-bottom {
		gap:10px;
	}
	.click-bolshe{
		height:46px;
		line-height:46px;
		font-size:14px;
	}
	.h-bolshe{
		font-size:15px;
	}
	header{
		grid-template-columns: 46px auto 98px auto 46px;
		
	}
	header > div:nth-child(5) a img{
		width:100%;
	}
	#menu-click{
		font-size:14px;
		padding: 3px 0px 3px 20px;
		margin-left:-62px;
	}
	#menu-click div, #menu-click div, #menu-click div::before, #menu-click div::after{
		width:18px;
		
	}
	#menu-click div{
		border-top: 1px solid #fff;
		top:16px;
	}
	#menu-click div, #menu-click div::before, #menu-click div::after{
		height:1px;
	}
	#menu-click div::before{
		margin-top:-6px;
	}
	.header-center-in-center, .header-center-in-center h1{
		text-indent:0;
	}
	
}


@media screen and (max-width: 375px) {
	header{
	    grid-template-columns: 42px auto 88px auto 42px;
		margin:4px;
	}
	header > div:first-child img, header > div:last-child img, #header-bottom > div:nth-child(3) img, #header-bottom > div:first-child img{
		width:42px;
		height:42px;
	}
	header > div:nth-child(2), header > div:nth-child(4), header > div:nth-child(6), header > div:nth-child(8){
		margin-top:11px;
	}
	#menu-click{
		margin-top:8px;
	}
	#header-center{
		margin:0 13px;
	}
	#header-bottom{
		padding:4px;
		gap:4px;
		grid-template-columns: 42px auto 42px;
	}
	#header-bottom > div:nth-child(2){
		margin-top:33px;
	}
	.header-center-in-center, .header-center-in-center h1{
		font-size:46px;
	}
	.click-bolshe{
		height: 44px;
        line-height: 44px;
	}
}
/* header stop */



/* block-1 start */

.block-1{
	width:1600px;
	margin: 0 auto;
	margin-bottom:140px;
}
.block-feed-center{
	margin-bottom:140px;
}

.block-1-1{
	margin-left:540px;
	margin-bottom:32px;
}

.bl-1-p-1{
	font-size: 13px;
	line-height: 18px;
	text-transform: uppercase;
	color:rgba(0, 16, 42, 1);
	opacity:0.6;
	margin-bottom:14px;
}

.bl-1-p-2{
	font-family: 'Oranienbaum';
	font-size: 54px;
	line-height: 66px; 
	text-transform: uppercase;
	margin-bottom:40px;
	margin-top:0;
	color:rgba(0, 16, 42, 1);
	font-weight:normal;
}

.bl-1-p-3{
	font-size: 18px;
	line-height: 26px;
	color:rgba(0, 16, 42, 1);
	margin-bottom:32px;
}

.block-1-grid{
	display:grid;
	gap:18.5px;
	grid-template-columns:521px 521px 521px;
	
}
.block-1-grid.back-gray > div{
	background:#D3DAE2B2;
}
.back-gray .block-1-center{
	height:300px;
}
.bl-no-you.bl-no-image.back-gray .block-1-center > div:nth-child(2) > div > div:first-child > div:last-child{
	display:block;
}
.back-gray{
	  grid-template-columns: repeat(6, 1fr);

}
.back-gray > div{
grid-column: auto / span 2;}
.back-gray > .sp-2-gr{
	grid-column: auto / span 3;
	
	}
.back-gray > .sp-2-gr .block-1-center{
	height:auto;
}
.bl-gray-nom{
	font-size: 16px;
	line-height: 24px;
	color: rgba(0, 16, 42, 1);
	opacity:0.4;
	margin-bottom:24px;
}
.block-1-grid > div{
	background:#fff;
	border-radius:8px;
	padding:10px;
	display:flex;
	flex-direction: column;
    justify-content: space-between;
}
.block-1-grid > .block-1-grid-none{
	background:none;
}
.block-1-top{
	display:grid;
	grid-template-columns:42px auto 42px;
	gap:18px;
	
	margin-bottom:19px;
}
.block-1-top > div:nth-child(3),
.block-1-top > div:first-child,
.block-1-bottom > div:nth-child(3),
.block-1-bottom > div:first-child{
	line-height:0;
}
.block-1-top > div:nth-child(3) img{
	-moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.block-1-top > div:nth-child(2){
	height:1px;
	opacity:0.1;
	background-color:rgba(0, 16, 42, 1);
	margin-top:10px;
}

.block-1-center{
	display:grid;
	grid-template-columns:1px auto 1px;
	gap:18px;
	margin:0 10px;
	position:relative;
	


}
.block-1-center > div{
	position:relative;
}
.block-1-center > div:first-child,
.block-1-center > div:last-child{
	width:1px;
	opacity:0.1;
	background-color:rgba(0, 16, 42, 1);
	height:100%;
}

.block-1-bottom{
	display:grid;
	grid-template-columns:42px auto 42px;
	gap:18px;
	height:42px;
	margin-top:19px;
}

.block-1-bottom > div:nth-child(3) img{
	-moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
	display:block;
	margin:0;
}
.block-1-bottom > div:nth-child(2){
	height:1px;
	opacity:0.1;
	background-color:rgba(0, 16, 42, 1);
	margin-top:31px;
	
}

.bl-no-you .block-1-center > div:nth-child(2) > div{
	position:relative;
	
	gap:16px;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.bl-no-you .block-1-center > div:nth-child(2) > div > div:first-child{
	display: grid;
	grid-template-columns:88px auto;
}
.bl-no-you.bl-no-image .block-1-center > div:nth-child(2) > div > div:first-child{
	grid-template-columns:auto;
}

.bl-no-you.bl-no-image .block-1-center > div:nth-child(2) > div > div:first-child > div:first-child{
	display:none;
}

.bl-no-you .block-1-center > div:nth-child(2) > div > div:first-child > div:first-child{
	background:rgba(244, 246, 249, 1);
	width:88px;
	height:88px;
	display:flex;
	justify-content: center;
    align-items: center;
	border-radius:4px;
}
.bl-no-you .block-1-center > div:nth-child(2) > div > div:first-child > div:last-child{
	padding-left:16px;
	font-family: 'Oranienbaum';
	font-size: 36px;
	line-height: 44px;
	text-transform: uppercase;
	display:flex;
	align-items: center;

}
.bl-no-you.bl-no-image .block-1-center > div:nth-child(2) > div > div:first-child > div:last-child{
	padding-left:0;
}
.bl-no-you .block-1-center > div:nth-child(2) > div > div:last-child{


	font-size: 18px;
	line-height: 26px;
	opacity:0.8;
	color:rgba(0, 0, 0, 1);
}

.bl-no-you .block-1-center > div:nth-child(2) > div > div:last-child ul{
	list-style:none;
	margin:0;
	padding:0;
}

.bl-no-you .block-1-center > div:nth-child(2) > div > div:last-child ul li{
	margin-bottom:10px;
	padding:0 0 0 24px;
	position:relative;
	
}
.bl-no-you .block-1-center > div:nth-child(2) > div > div:last-child ul li::after{
	content:'';
	width:16px;
	height:16px;
	position:absolute;
	background:url('/local/templates/new_main/images/vct.webp');
	left:0;
	top:5px;
}
.block-1-gr-txt{
	display:grid;
	gap:18px;
	grid-template-columns: auto auto;
	margin-bottom:30px;
}
.block-1-gr-txt.gt-100{
	grid-template-columns: auto;
}


.block-1-gr-txt ul{
	list-style:none;
	margin:0;
	padding:0;
}
.block-1-gr-txt ul li span{
	opacity:0.8;
	display:block;
}
.block-1-gr-txt ul li{
	padding-left:38px;
	margin-bottom:10px;
	position:relative;
}
.block-1-gr-txt ul li::after{
	content: "";
	display: block;
    background-color:rgba(15, 45, 94, 1);
    position: absolute;
    height: 26px;
    width: 26px;
	left:0;
	top:1px;
	border-radius:5px;
	
}
.block-1-gr-txt ul li::before{
	content: "";
	display: block;
    background-color:#fff;
    position: absolute;
    height: 3px;
    width: 6px;
	border-radius:5px;
	z-index:10;
	left:10px;
	top:13px;
}


.block-1-button{
	display:block;
	text-decoration:none;
	height: 58px;
    border-radius: 60px;
    line-height: 58px;
    background-color: rgba(0, 72, 190, 1);
    color: #fff;
    text-align: center;
    cursor: pointer;
    width: 522px;
	margin-bottom:32px;
}
.block-1-1 img{
	width:100%;
	border-radius:8px;
}



.b1-you-grid div{
	background:rgba(0, 16, 42, 1);

}
.b1-you-grid .block-1-top > div:nth-child(2),
.b1-you-grid .block-1-bottom > div:nth-child(2){
	background:rgba(255, 255, 255, 1);
}
.b1-you-grid .block-1-center iframe{
	height:248px;
	width:100%;
	border-radius:6px;
	margin-bottom:16px;
}
.b1-you-grid .bl-c-h2{
	font-family: 'Oranienbaum';
	font-weight: 400;
	font-size: 30px;
	line-height: 38px;
	margin-bottom:10px;
	color:#fff;
	text-transform: uppercase;
}

.bl-c-txt{
	color:rgba(255, 255, 255, 1);
	opacity:0.7;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
}

.b1-you-grid .block-1-center > div:nth-child(2){
	margin-top:-33px;
	height:370px;
}

.back-hand{
	background-image: url('/local/templates/new_main/images/lapa.webp');
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.b1-you-grid{
	margin-bottom:32px;
	
}

.b1-you-grid-link{
	margin:0 auto;
	display:block;
	text-decoration:none;
	height: 58px;
    border-radius: 60px;
    line-height: 58px;
    background-color: rgba(0, 72, 190, 1);
    color: #fff;
    text-align: center;
    cursor: pointer;
    width: 522px;
}


.b1-you-grid .block-1-center > div:first-child, .b1-you-grid .block-1-center > div:last-child {
       background: rgba(255, 255, 255, 1);
}

.sp2{
	margin-left:540px;
	grid-template-columns: 521px 521px;
}

.sp2-div{
	grid-column: span 2;
}
@media screen and (max-width: 1650px) {
	.block-1-grid > .block-1-grid-none{
		display:none;
	}
	.sp2{
		margin-left:0;
	}
	.block-1{
		width:904px;
		margin-bottom:120px;
	}
		
	.block-feed-center{
		margin-bottom:120px;
	}
	.block-1-1{
		margin-left:0;
	}
	.block-1-grid{
		gap:16px;
		grid-template-columns:444px 444px;
	}
	.bl-no-you .block-1-center > div:nth-child(2) > div > div:first-child > div:first-child{
		width:68px;
		height:68px;
	}
	.bl-no-you .block-1-center > div:nth-child(2) > div > div:first-child{
		grid-template-columns: 68px auto;
		gap:8px;
	}
	.bl-no-you .block-1-center > div:nth-child(2) > div > div:first-child > div:last-child{
		font-size:26px;
		line-height:34px;
	}
	.bl-no-you .block-1-center > div:nth-child(2) > div > div:last-child{
		font-size:16px;
		line-height:20px;
	}
	.bl-no-you .block-1-center > div:nth-child(2) > div{
		height:auto;
		gap:16px;
	}
/*	.block-1-bottom{
		margin-top:0;
	}
	.block-1-top{
		margin-bottom:0;
	}*/
	.bl-no-you .block-1-center > div:nth-child(2) > div{
		top:-6px;
	}
	
	.bl-1-p-2{
		font-size:42px;
		margin-bottom:30px;
	}
	.bl-1-p-3{
		font-size:16px;
		margin-bottom:22px;
	}
	.block-1-button{
		width:444px;
		height:52px;
		line-height:52px;
	}
	
	.b1-you-grid{
		width:904px;
		margin-bottom:22px;
	}
	.b1-you-grid>div:last-child{
		display:none;
	}
	.b1-you-grid .block-1-center > div:nth-child(2) {
		margin-top: -10px;
		height: 390px;
	}
	.b1-you-grid-link{
		width:444px;
		margin:0;
	}
	.back-gray.block-1-grid{
		grid-template-columns:repeat(2, 1fr);
	}
	.back-gray.block-1-grid > div{
		grid-column: auto;
	}
	.back-gray .block-1-center{
		height:260px;
	}
	.back-gray.block-1-grid > div:last-child{
		grid-column:span 2;
	}
}


@media screen and (max-width: 1024px) {
	.block-1{
		width:684px;
		margin-bottom:100px;
	}
		
	.block-feed-center{
		margin-bottom:100px;
	}
	.bl-1-p-1{
		margin-bottom:12px;
	}
	.bl-1-p-2{
		font-size:40px;
		line-height:52px;
	}
	.bl-1-p-3{
		font-size:15px;
		margin-bottom:22px;
	}
	.block-1-grid{
		gap:15px;
		grid-template-columns:334px 334px;
	}
	.block-1-grid > div{
		padding:8px;
	}
	.block-1-top, .block-1-bottom{
		grid-template-columns: 28px auto 28px;
		gap:10px;
	}
	.block-1-top{
		margin-bottom:10px;
	}
	
	.block-1-bottom{
		margin-top:10px;
	}
	.block-1-top img, .block-1-bottom img{
		width:28px;
		height:28px;
	}
	.block-1-bottom{
		height:28px;
	}
	.block-1-top > div:nth-child(2){
		margin-top:6px;
	}
	.block-1-center{
		margin:0 6px;
	}
	.block-1-bottom > div:nth-child(2){
		margin-top:23px;
	}
	
	.b1-you-grid .block-1-center iframe{
		height:171px;
	}
	.b1-you-grid .bl-c-h2{
		font-size:24px;
	}
	.b1-you-grid .block-1-center > div:nth-child(2){
		height:auto;
	}
	.b1-you-grid-link{
		width:334px;
		font-size:15px;
		height:48px;
		line-height:48px;
	}
	.back-gray .block-1-center,
	.back-gray > .sp-2-gr .block-1-center{
        height: 370px;
    }
	.back-gray > div:last-child .block-1-center{
		height:200px;
	}
}

@media screen and (max-width: 768px) {
	.block-1 {
        width: 420px;
        margin-bottom: 80px;
    }
	.bl-1-p-1{
		font-size:12px;
		margin-bottom:10px;
	}
	.bl-1-p-2{
		font-size:34px;
		margin-bottom:28px;
		line-height:46px;
	}
	.bl-1-p-3{
		font-size:14px;
		line-height:21px;
		
	}
	.block-1-1{
		margin-bottom:20px;
	}
	.block-1-grid{
		display: flex;
    flex-direction: column;
		
	}
	.sp2-div{
		grid-column:none;
	}
	
	.bl-no-you .block-1-center > div:nth-child(2) > div > div:first-child > div:last-child{
		font-size:22px;
	}
	.bl-no-you .block-1-center > div:nth-child(2) > div{
		gap:12px;
	}
	.bl-no-you .block-1-center > div:nth-child(2) > div > div:last-child{
		font-size:14px;
	}
	.bl-no-you .block-1-center > div:nth-child(2) > div > div:first-child > div:last-child{
		padding-left:0;
	}
	
	.block-1-gr-txt{
		font-size:14px;
	}
	.block-1-gr-txt ul li::after{
		width:21px;
		height:21px;
	}
	
	.block-1-gr-txt ul li::before{
		left: 8px;
		top: 10px;
	}
	.block-1-gr-txt ul li {
		padding-left:30px;
	}
	.block-1-gr-txt{
		    grid-template-columns: auto;
	}
	.block-1-button{
		width:auto;
		height:46px;
		line-height:46px;
		font-size:14px;
	}
	
	.b1-you-grid-link{
		width:100%;
	}
	.block-1-grid{
		width:420px;
	}
	.back-gray .block-1-center, .back-gray > .sp-2-gr .block-1-center{
		height:auto;
	}
	
}

@media screen and (max-width: 460px) {
	#header{
		margin-bottom:70px;
	}
	.bl-1-p-1{
		margin-bottom:8px;
		font-size:10px;
	}
	.bl-1-p-2{
		font-size:32px;
		line-height:44px;
		margin-bottom:26px;
		
	}
	.block-1-1{
		margin-bottom:18px;
	}
	.block-1{
		width:auto;
		margin:0 20px;
		margin-bottom:70px;
	}
		
	.block-feed-center{
		margin-bottom:70px;
	}
	.bl-no-you .block-1-center > div:nth-child(2) > div > div:first-child > div:last-child{
		font-size:20px;
		line-height:28px;
	}
	.bl-no-you .block-1-center > div:nth-child(2) > div > div:first-child{
		grid-template-columns: 56px auto;
	}
	.bl-no-you .block-1-center > div:nth-child(2) > div > div:first-child > div:first-child{
		width:56px;
		height:56px;
	}
	.bl-no-you .block-1-center > div:nth-child(2) > div > div:first-child > div:first-child img{
		width:56px;
		height:56px;
	}
	.block-1-center{
		gap:8px;
	}
	
	.block-1-button{
		width:auto;
		height:44px;
		line-height:44px;
		font-size:14px;
	}
	.block-1-grid{
		width:auto;
		margin:0 auto;
		margin-bottom:22px;
	}
	.b1-you-grid .bl-c-h2{
		font-size:20px;
		line-height:28px;
	}
	.bl-c-txt{
		font-size:14px;
	}
}
/* block-1 end*/




/* block-2 start */

.block-2{
	display:grid;
	grid-template-columns:50% 50%;
	margin-bottom:150px;
	
}
.block-2 > div{

}
.block-2-right{
	background-color:rgba(0, 16, 42, 1);
	padding:30px;
	border-radius:16px;
	
}

.block-2-right .block-2-right-top{
	display:grid;
	gap:25px;
	grid-template-columns: 86px auto 86px;
	margin-bottom:20px;
}
.block-2-right .block-2-right-top>div:first-child,
.block-2-right .block-2-right-top>div:last-child
{
	line-height:0;
}

.block-2-right .block-2-right-top > div:nth-child(2){
	height:1px;
	background:rgba(255, 255, 255, 1);
	opacity:0.3;
	margin-top:20px;
}


.block-2-right-center{
	aspect-ratio: 2;
	display:grid;
	grid-template-columns: 1px auto 1px;
	margin-left:19px;
	margin-right:20px;
}
.block-2-right-center > div:first-child, .block-2-right-center > div:nth-child(2){
	margin:0 10%;
	display:flex;
	flex-direction: column;
    justify-content: center;
}
.block-2-right-center > div:first-child,
.block-2-right-center > div:last-child{
	width:1px;
	background:rgba(255, 255, 255, 1);
	opacity:0.3;

}


.block-2-right .block-2-right-bottom{
	display:grid;
	gap:25px;
	grid-template-columns: 86px auto 86px;
	margin-top:20px;
}
.block-2-right .block-2-right-bottom>div:first-child,
.block-2-right .block-2-right-bottom>div:last-child{
	line-height:0;
}

.block-2-right .block-2-right-bottom > div:nth-child(2){
	height:1px;
	background:rgba(255, 255, 255, 1);
	opacity:0.3;
	margin-top:66px;
}


.block-2 .block-2-left{
	background-image:url("/local/templates/new_main/images/b2.webp");
	background-blend-mode: multiply;
	background-repeat: no-repeat;
	background-color:rgba(0, 16, 42, 0.3);
	
	background-size:cover;
	background-position:center center;
	border-radius:16px;
}

.block-2-right-center .block-2-rc-1{
	font-size: 13px;
	line-height: 18px;
	text-align: center;
	text-transform: uppercase;
	margin-bottom:14px;
	color:rgba(255, 255, 255, 1);
	opacity:0.6;
}
.block-2-right-center .block-2-rc-2{
	font-family: 'Oranienbaum';
	font-size: 54px;
	line-height: 66px;
	text-align: center;
	text-transform: uppercase;
	color:rgba(255, 255, 255, 1);
	margin-bottom:40px;
}

.block-2-right-center .block-2-rc-3{
	color:rgba(255, 255, 255, 1);
	font-size: 18px;
	line-height: 26px;
	text-align: center;
	margin-bottom:40px;

}
.block-2-right-center .block-2-rc-3 p{
	margin:0 0 15px 0;
}

.block-2-right-center .block-2-rc-4{
	display:block;
	text-decoration:none;
    height: 58px;
    border-radius: 60px;
    line-height: 58px;
    background-color: rgba(0, 72, 190, 1);
    color: #fff;
    text-align: center;
    cursor: pointer;
	width:100%;
	max-width:522px;
	margin:0 auto;
}

@media screen and (max-width: 1024px) {
	.block-2{
		margin-bottom:100px;
	}
	.block-2-right .block-2-right-top, .block-2-right .block-2-right-bottom{
		grid-template-columns:56px auto 56px;
		gap:20px;
	}
	.block-2-right .block-2-right-top > div:first-child img, 
	.block-2-right .block-2-right-top > div:last-child img,
	.block-2-right .block-2-right-bottom > div:first-child img,
	.block-2-right .block-2-right-bottom > div:last-child img{
		width:56px;
		height:56px;
	}
	.block-2-right{
		padding:20px;
	}
	.block-2-right .block-2-right-top > div:nth-child(2){
		margin-top:13px;
	}
	.block-2-right .block-2-right-bottom > div:nth-child(2){
		margin-top:44px;
	}
	.block-2-right-center{
		margin-left:14px;
		margin-right:13px;
	}
	.block-2-right-center .block-2-rc-2{
		font-size:42px;
		line-height:54px;
		margin-bottom:30px;
	}
	.block-2-right-center .block-2-rc-3 p{
		font-size:15px;
		line-height:24px;
	}
	.block-2-right-center .block-2-rc-4{
		height:52px;
		line-height:52px;
		font-size:16px;
	}
	.block-2-right-center > div:first-child, .block-2-right-center > div:nth-child(2){
		margin:0 3%;
	}
	
}

@media screen and (max-width: 768px) {
	.block-2{
		margin-bottom:90px;
	}
	.block-2-right{
		padding:14px;
	}
	
	.block-2-right .block-2-right-top, .block-2-right .block-2-right-bottom{
		grid-template-columns:42px auto 42px;
	}
	.block-2-right .block-2-right-top > div:first-child img, .block-2-right .block-2-right-top > div:last-child img, .block-2-right .block-2-right-bottom > div:first-child img, .block-2-right .block-2-right-bottom > div:last-child img{
		width:42px;
		height:42px;
	}
	.block-2-right .block-2-right-top > div:nth-child(2){
		margin-top:9px;
		
	}
	.block-2-right .block-2-right-bottom > div:nth-child(2){
		margin-top:33px;
	}
	.block-2-right-center{
		margin-left: 10px;
        margin-right: 10px;
	}
	.block-2-rc-1{
		font-size:13px;
		margin-bottom:12px;
	}
	.block-2-right-center .block-2-rc-2{
		font-size:40px;
		line-height:52px;
	}
	.block-2-right-center .block-2-rc-3 p{
		margin: 0 0 6px 0;
		line-height:22px;
	}
	.block-2-right-center .block-2-rc-3{
		 margin-bottom:30px;
	}
	.block-2-right-center .block-2-rc-4{
		height:48px;
		line-height:48px;
		font-size:15px;
	}
}

@media screen and (max-width: 700px) {
	.block-2{
		grid-template-columns:auto;
	}
	.block-2 .block-2-left{
		height:495px;
		border-radius:10px;
	}
	
}
@media screen and (max-width: 480px) {
	.block-2-right-center .block-2-rc-2{
		font-size:34px;
		margin-bottom:28px;
		line-height:46px;
	}
	.block-2-right-center .block-2-rc-3{
		line-height:20px;
	}
	.block-2-right-center .block-2-rc-3 p{
		font-size:14px;
		
	}
	.block-2-right-center .block-2-rc-3{
		margin-bottom:28px;
	}
	
	.block-2{
		margin-bottom:80px;
	}
	.block-2-right-center .block-2-rc-1{
		font-size:12px;
		margin-bottom:10px;
	}
	
	.block-2-right-center .block-2-rc-4 {
        height: 46px;
        line-height: 46px;
        font-size: 14px;
    }
	.block-2-right .block-2-right-top, .block-2-right .block-2-right-bottom{
		gap:14px;
	}
	.block-2-right .block-2-right-top{
		margin-bottom:14px;
	}
	.block-2-right .block-2-right-bottom{
		margin-top:14px;
	}
}
@media screen and (max-width: 375px) {
	.block-2-right{
		padding:10px;
	}
	.block-2-right .block-2-right-top, .block-2-right .block-2-right-bottom{
		grid-template-columns: 42px auto 42px;
	}
	.block-2-right .block-2-right-top{
		margin-bottom:10px;
	}
	.block-2-right .block-2-right-bottom{
		margin-top:10px;
	}
	.block-2-right-center .block-2-rc-1{
		font-size:10px;
		margin-bottom:8px;
	}
	.block-2-right-center .block-2-rc-2{
		font-size:32px;
		line-height:44px;
		margin-bottom:26px;
	}
	.block-2-right-center .block-2-rc-4{
		line-height:44px;
		height:44px;
	}
	.block-2{
		margin-bottom:70px;
	}
}
/* block-2 end */


/* block-3 start*/
.block-3{
    width: 1600px;
    margin: 0 auto;
}
@media screen and (max-width: 1650px) {
	.block-3{
		width:904px;
		margin-bottom: 32px;
	}
}
@media screen and (max-width: 1024px) {
	.block-3{
		width:684px;
		
	}
}
@media screen and (max-width: 768px) {
    .block-3 {
        width: 420px;
		margin-bottom:20px;
    }
}
@media screen and (max-width: 460px) {
    .block-3{
        width: auto;
        margin: 0 20px;
        margin-bottom: 70px;
    }
}

/* block-3 end*/



/* block-scroll start */

.block-4{
	
    margin-bottom: 150px;
}
.block-scroll-all{
	background-image:url('/local/templates/new_main/images/lapa.webp');
	background-position:center 0;
	background-repeat:no-repeat;
	overflow-x: hidden;
	height:900px;
}
.block-scroll{
	width: 1600px;
    margin: 0 auto;
	height:769px;
	display:grid;
	grid-template-columns:522px 522px 522px;
	grid-column-gap: 17px;
    grid-row-gap: 366px;
	
	
	
}
.block-scroll-all::-webkit-scrollbar {
  display: none;
}
 
.block-scroll-all {
  -ms-overflow-style: none;  /* IE и Edge */
  scrollbar-width: none;  /* Firefox */
}
.block-4-item{
	height:763px;
	background:#D3DAE2B2;
	backdrop-filter: blur(10px);
	position:relative;
	border-radius:10px;
}


.block-4-item:nth-child(3n){
	top:366px;
}
.block-4-item:nth-child(3n+1){
	top:790px;
}
.block-4-item{
	padding:14px;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.block-4-item > div:first-child{
	display:grid;
	grid-template-columns:48px auto 48px;
	gap:18px;
}
.block-4-item > div:first-child > div,
.block-4-item > div:last-child > div{
	line-height:0;
}
.block-4-item > div:first-child > div:nth-child(2){
	height:1px;
	background:#00102A;
	opacity:0.3;
	margin-top:9px;
}

.block-4-item > div:last-child{
	display:grid;
	grid-template-columns:48px auto 48px;
	gap:18px;
}
.block-4-item > div:last-child > div:nth-child(2){
	height:1px;
	background:#00102A;
	opacity:0.3;
	margin-top:40px;
}

.block-4-item > div:nth-child(2){
	display:grid;
	grid-template-columns:1px auto 1px;
	margin:0 9px;

}
.block-4-item > div:nth-child(2) > div:first-child,
.block-4-item > div:nth-child(2) > div:last-child{
	background:#00102A;
	opacity:0.3;
	height:634px;
}
.block-4-item > div:nth-child(2) > div:nth-child(2){
	margin: 0 26px;
    margin-top: -30px;
	position:relative;
}

.scroll-content{
	position:absolute;
	width:100%;
	height:634px;
}
.scroll-content-top{
	display: flex;
    justify-content: center;
	margin-bottom:60px;
	position:relative;
	
}
/* новые стили */
.scroll-content-top{
	margin-bottom:20px
}
.scroll-content-top .scroll-content-top-border{
	padding:8px;
	background:rgba(0, 16, 42, 0.1);
	border-radius:4px;
}
.scroll-content-top-img{
	width:152px;
	height:152px;
	background-size: cover;
    background-position: center center;
	border-radius:4px;
	position:relative;
}
.scroll-content-top-name{
	font-family:'Oranienbaum';
	color:rgba(0, 16, 42, 1);
	font-size: 46px;
	line-height: 50px;
	text-align: center;
	text-shadow: 0 0 4px #fff;
}


.scroll-content-bottom-txt{
	font-size: 18px;
	text-align: center;
	color:rgba(0, 16, 42, 1);
	opacity:0.8;
	line-height:24px;
	margin-bottom:20px;
}



.scroll-content-top-day{
	position:absolute;
	top:0;
	right:5px;
	font-size: 16px;
	line-height: 24px;
	text-align:right;
	color:rgba(0, 16, 42, 1);
}
.scroll-content-top-day > div{
	font-family: 'Oranienbaum';
	font-size: 28px;
	line-height: 28px;
	text-transform: uppercase;

}
.scroll-content-bottom-fl{
	 display:flex;
	 justify-content: space-evenly;
	 margin-bottom:20px;
}
.scroll-content-bottom-fl > div:first-child,
.scroll-content-bottom-fl > div:last-child{
	text-align:center;
}
.scroll-content-bottom-fl > div:first-child > div:first-child,
.scroll-content-bottom-fl > div:last-child > div:first-child{

	font-size: 15px;
	line-height: 20px;
	opacity:0.5;

}
.scroll-content-bottom-fl > div:first-child > div:last-child,
.scroll-content-bottom-fl > div:last-child > div:last-child{



	font-size: 18px;
	line-height: 26px;


}
.scroll-content-bottom-fl > div:nth-child(2){
	width:1px;
	background:rgba(0, 16, 42, 1);
	opacity:0.3;
}

.scroll-content-bottom-button-1{

	height: 58px;
	line-height:58px;
	border-radius: 60px;
	color:#fff;
	background:rgba(0, 72, 190, 1);
	cursor:pointer;
	margin-bottom:10px;
	text-align:center;

}

.scroll-content-bottom-button-2{
	display:block;
	text-decoration:none;
	height: 58px;
	line-height:58px;
	border-radius: 60px;
	color:rgba(0, 72, 190, 1);
	border:1px solid rgba(0, 72, 190, 1);	
	cursor:pointer;	
	text-align:center;

}
.day-short{
	display:none;
}

@media screen and (max-width: 1650px) {

	.block-scroll{
		width:1024px;
		grid-template-columns: 330px 330px 330px;
		grid-row-gap: 248px;
	
	}
	.block-4-item{
		height:560px;
		padding:10px;
	}
	.block-4-item:nth-child(3n+1){
		top:522px;
	}
	.block-4-item:nth-child(3n){
		top:248px;
	}
	.block-4-item > div:first-child, .block-4-item > div:last-child{
		    grid-template-columns: 40px auto 40px;
	}
	.block-4-item > div:first-child svg, .block-4-item > div:last-child svg{
		width:40px;
		height:40px;
	}


	.scroll-content-top-img{
		height:106px;
		width:106px;
	}
	
	.scroll-content-top-day{
		font-size:15px;
	}
	.scroll-content-top .scroll-content-top-border{
		padding:5px;
	}
	.scroll-content-top-day > div{
		font-size:24px;
	}

	.day-long{
		display:none;
	} 
	.day-short{
		display:block;
	}
	.scroll-content-top-name{
		font-size:36px;
		line-height:42px;
		bottom:-38px;
	}
	.scroll-content-bottom-txt{
		font-size:14px;
		line-height:17px;
		margin-bottom:10px;
	}
	.scroll-content-top{
		margin-bottom:40px;
	}
	.scroll-content-bottom-fl > div:first-child > div:first-child, .scroll-content-bottom-fl > div:last-child > div:first-child{
		font-size:12px;
		line-height:18px;
	}
	.scroll-content-bottom-fl > div:first-child > div:last-child, .scroll-content-bottom-fl > div:last-child > div:last-child{
		font-size:14px;
		line-height:20px;
	}
	.block-4-item > div:nth-child(2) > div:nth-child(2){
		margin:0 10px;
		margin-top:-30px;
	}
	.scroll-content-bottom-fl{
		margin-bottom:10px;
	}
	.scroll-content-bottom-button-1{
		font-size:16px;
		line-height:48px;
		height:48px;
	}
	.scroll-content-bottom-button-2{
		font-size:16px;
		line-height:46px;
		height:46px;
	}
	.block-4-item > div:nth-child(2) > div:first-child, .block-4-item > div:nth-child(2) > div:last-child{
		height:440px;
	}
	.scroll-content{
		height:440px;
	}
	.block-4-item > div:nth-child(2) > div:first-child, .block-4-item > div:nth-child(2) > div:last-child{
		height:440px;
	}
	.block-scroll{
		height:auto;
	}
	
	.block-scroll-all{
		height:700px;
	}
}


@media screen and (max-width: 1050px) {

	.block-scroll{
		width:100%;
		display:block;
		
		
	}
	
	.block-scroll-all{
		background:none;
		overflow:visible;
		position:relative;
	
	}
	.block-4-item:nth-child(3n+1),.block-4-item:nth-child(3n) {
		top:0;
	}
	.block-4{
		width:932px;
		margin:0 auto;
		margin-bottom:100px;
		
	}
	.block-4-item{
		margin:0 14px;
	}
	.block-4-item > div:nth-child(2) > div:nth-child(2){
		margin-top:0;
	}
	.block-4-item > div:first-child{
		margin-bottom:18px;
	}
	.block-4-item > div:last-child{
		margin-top:18px;
	}
	.block-4-item > div:last-child > div:nth-child(2){
		margin-top:30px;
	}
	.block-4-item{
		display:flex !important;
	}
	
	.block-scroll-all .nextmy, .block-scroll-all .prevmy{
		display:block;
		border:none;
		position:absolute;
		z-index: 100;
		top:50%;
		width:0;
		height:0;
		font-size:0;
		
	}
	
	.block-scroll-all .nextmy{
		right:38px;
		
	}
	.block-scroll-all .prevmy{
		left:-10px;
		
	}
	.block-scroll-all button{
		top:-24px;
		width:48px;
		height:48px;
		cursor:pointer;
		font-size:0;
		
		box-shadow:2px 3px 6px rgba(12, 12, 13, 0.1);
		position: absolute;
		border-radius:30px;
		border:none;
		content: " ";
        
	}
	
	.block-scroll-all .nextmy button{
		background:#fff;
		background-image:url('/local/templates/new_main/images/next-my.png');
		background-repeat:no-repeat;
		background-position: center center;
	}
	
	.block-scroll-all .prevmy button{
		background:#fff;
		background-image:url('/local/templates/new_main/images/prev-my.png');
		background-repeat:no-repeat;
		background-position: center center;
	}
	.block-scroll-all{
		height:auto;
	}
}





@media screen and (max-width: 1024px) {
	.block-4{
		width: 698px;
		margin-bottom:90px;
	}
	.block-4-item{
		margin:0 7px;
	}
	.block-scroll-all .prevmy{
		left:-19px;
	}
	.block-scroll-all .nextmy{
		right:30px;
	}
	.scroll-content-top-img{
		width:88px;
		height:88px;
	}
	.scroll-content-top-name{
		font-size:32px;
		line-height:38px;
		bottom:-32px;
	}
	.block-4-item > div:first-child{
		margin-bottom:0;
	}
	.block-4-item > div:last-child{
		margin-top:0;
	}
	.scroll-content-bottom-button-1{
		font-size:14px;
		line-height:46px;
		height:46px;
	}
	.scroll-content-bottom-button-2{
		font-size:14px;
		line-height:44px;
		height:44px;
	}
	.block-4-item{
		height:540px;
	}
	.block-4-item > div:first-child, .block-4-item > div:last-child {
        gap:10px;
    }
}

@media screen and (max-width: 768px) {
    .block-4{
		width:420px;
		margin-bottom:80px;
	}
	.block-4-item{
		margin:0 7px 0 0;
	}
	
	.block-4 .slick-list{
		overflow:visible;
	}
	.block-4-item > div:first-child, .block-4-item > div:last-child{
		grid-template-columns: 32px auto 32px;
	}
	.block-4-item > div:first-child svg, .block-4-item > div:last-child svg{
		width:32px;
		height:32px;
	}
	.block-4-item > div:nth-child(2){
		margin:0 7px;
	}
}

@media screen and (max-width: 460px) {
	.block-4{
		width: auto;
        margin: 0 20px;
		margin-bottom:70px;
	}
	.scroll-content{
		height:auto;
	}
	
	.block-4-item > div:nth-child(2){
		height:100%;
		
	}
	.block-4-item > div:nth-child(2) > div:first-child, .block-4-item > div:nth-child(2) > div:last-child{
		height:auto;
	}
	.block-4-item{
		gap:10px;
		height:auto;
	}
	.scroll-content{
		position:relative;
	}
	.scroll-content-bottom-fl > div:first-child > div:first-child, .scroll-content-bottom-fl > div:last-child > div:first-child{
		font-size:11px;
	}
	.scroll-content-bottom-fl > div:first-child > div:last-child, .scroll-content-bottom-fl > div:last-child > div:last-child{
		font-size:12px;
		
	}
}
/* block-scroll end */




/* block 5 start */



/* block 5 end */

/* footer start */

footer{
	display:block;
	background-color:rgba(0, 16, 42, 1);
	border-top-left-radius: 14px;
	border-top-right-radius: 14px;
}
footer > div {
	width:1600px;
	margin:0 auto;
	padding-top:72px;
	padding-bottom:72px;
	display:flex;
	color:#fff;
	gap:100px;
}
footer > div .f-1{
	width:465px;
	display:flex;
	gap:25px;
	flex-direction: column;
}
footer > div .f-1 > div:first-child{
	display:flex;
	flex-direction: column;
	gap:10px;
}
footer > div .f-1 > div:first-child .copy{
	font-size: 18px;
	line-height: 26px;
}
footer > div .f-1 > div:first-child > div:last-child{
	font-size: 15px;
	line-height: 20px;
	opacity:0.7;
}
footer > div .f-1 > div:nth-child(2){
	display:flex;
	flex-direction: column;
	gap:16px;
	
}

footer > div .f-1 > div:nth-child(2) a{
	font-size: 18px;
	line-height: 26px;
	text-decoration:none;
	color:#fff;
}
footer > div .f-1 > div:last-child{
	
	
	font-size: 15px;
	line-height: 20px;
	opacity:0.8;

}
footer > div .f-2{
	width:482px;
	display: flex;
    justify-content: space-between;
	
}
footer > div .f-2 ul {
	list-style:none;
	margin:0;
	padding:0;
	
}
footer > div .f-2 ul li{
	margin-bottom:20px;
}
footer > div .f-2 ul li a{
	font-size: 18px;
	line-height: 26px;
	color:#fff;
	text-decoration:none;
}

footer > div .f-3{
	width:404px;
	display:flex;
	flex-direction: column;
	gap:24px;
}
footer > div .f-3 > div:first-child{
	display:flex;
	gap:10px;
	flex-direction: row;
    align-items: center;
}

footer > div .f-3 > div:first-child a{
	font-size: 18px;
	line-height: 26px;
}

footer > div .f-3 > div:nth-child(2){
	display:flex;
	gap:8px;
	flex-direction: column;
}
footer > div .f-3 > div:nth-child(2) a{
	display: flex;
    gap: 10px;
    flex-direction: row;
    align-items: center;
	text-decoration:none;
	
}
footer > div .f-3 > div:nth-child(2) a span{
	font-family: Oranienbaum;
	font-size: 24px;
	line-height: 26px;
	text-transform: uppercase;
	color:#fff;
}
footer > div .f-3 > div:nth-child(2) > div{
	font-size: 14px;
	line-height: 16px;
	color:rgba(124, 121, 145, 1);
}
footer > div .f-3 > div:nth-child(3){
	display:flex;
	gap:10px;
	height:44px;
	
	
}
footer > div .f-3 > div:nth-child(3) a{
	text-decoration:none;
	display:block;
}
footer > div .f-3 > div:nth-child(3) svg{
	margin:0;
	padding:0;
}

.footer-partnerstvo{
	background:rgba(0, 72, 190, 1);
	color:#fff;
	font-size: 18px;
	line-height:48px;
	border-radius:60px;
	cursor:pointer;
	text-align:center;
	text-decoration:none;
}
.f-2-all{
	display: flex;
    gap: 100px;	
}
@media screen and (max-width: 1650px) {
	footer > div{
		width:904px;
		flex-direction: column-reverse;
		gap:50px;
	}
	footer > div .f-2 ul li a{
		font-size:16px;
	}
	footer > div .f-3{
		width:314px;
	}
	footer > div .f-1{
		width:100%;
		display:grid;
		grid-template-columns:auto 314px;
		gap:0;
	}
	footer > div .f-1 > div:first-child .copy, footer > div .f-1 > div:nth-child(2) a{
		font-size:16px;
	}
	footer > div .f-1 > div:first-child > div:last-child{
		font-size:14px;
	}
	footer > div .f-3 > div:nth-child(2) a span{
		font-size:22px;
		line-height:24px;
	}
}

@media screen and (max-width: 1024px) {
	footer > div{
		width: 684px;
	}
	footer > div .f-2 ul li a{
		font-size:15px;
	}
	footer > div .f-3{
		width:260px;
	}
	.f-2-all{
		gap:65px;
	}
	footer > div .f-3 > div:first-child{
		font-size:14px;
		gap:5px;
	}
	.footer-partnerstvo{
		height:44px;
		line-height:44px;
		font-size:15px;
	}
	footer > div .f-1 > div:first-child .copy, footer > div .f-1 > div:nth-child(2) a,
	footer > div .f-1 > div:last-child{
		font-size:15px;
	}
	footer > div .f-1{
		gap:40px;
	}
}

@media screen and (max-width: 768px) {
	footer > div{
		width: 420px;
		padding-top:42px;
		padding-bottom: 42px;
	}
	.f-2-all{
		gap:0;
		display:block;
	}
	footer > div .f-2{
		margin-bottom:50px;
	}
	footer > div .f-3 > div:nth-child(3) svg
	{
		width:42px;
		height:42px;
	}
	footer > div .f-1{
		display:flex;
		gap:23px;
	}
	footer > div .f-2{
		width:auto;
	}
}

@media screen and (max-width: 460px) {
	footer > div{
		width: auto;
		margin: 0 20px;
		
	}
	footer > div .f-2 ul li a{
		font-size:14px;
	}
	footer > div .f-2{
		display:grid;
		gap:10px;
		grid-template-columns:auto auto;
	}
	footer > div .f-1 > div:first-child > div:last-child{
		font-size:13px;
	}
}
/* footer end */



/* bl-pastors start */

.bl-pastors{
	display:grid;
	gap:17px;
	grid-template-columns:auto auto;
}
.bl-pastors.three-p{
	grid-template-columns:auto auto auto;
}

.bl-pastors.three-p .scroll-content-top-img{
	height:150px;
}
.bl-pastors > div{
	padding: 14px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
	
	height:585px;
    background: #D3DAE2B2;
    backdrop-filter: blur(10px);
    position: relative;
    border-radius: 10px;
}

.bl-pastors > div > div:first-child {
    display: grid;
    grid-template-columns: 48px auto 48px;
    gap: 18px;
}
.bl-pastors > div > div:nth-child(2) {
    display: grid;
    grid-template-columns: 1px auto 1px;
    margin: 0 9px;
}

.bl-pastors > div > div:last-child {
    display: grid;
    grid-template-columns: 48px auto 48px;
    gap: 18px;
}

.bl-pastors > div > div:first-child > div:nth-child(2) {
    height: 1px;
    background: #00102A;
    opacity: 0.3;
    margin-top: 9px;
}
.bl-pastors > div > div:last-child > div:nth-child(2) {
    height: 1px;
    background: #00102A;
    opacity: 0.3;
    margin-top: 40px;
}
.bl-pastors > div > div:nth-child(2) > div:first-child, .bl-pastors > div > div:nth-child(2) > div:last-child {
    background: #00102A;
    opacity: 0.3;
    height:460px;
}
.bl-pastors > div > div:nth-child(2) > div:nth-child(2) {
    margin: 0 26px;
    margin-top: -30px;
    position: relative;
}
.bl-pastors > div > div:nth-child(2) > div:first-child, .bl-pastors > div > div:nth-child(2) > div:last-child {
    background: #00102A;
    opacity: 0.3;
    height: 450px;
}

.bl-pastors .scroll-content-top-img{
	height:218px;
}
.bl-pastors .scroll-content-top-name{
	width:190px;

}

/* новые стили */
.bl-pastors .scroll-content-top-name{
	width:auto;
		position:unset;
	margin-bottom:10px;
}

.bl-pastors > div > div:first-child >div:first-child,
.bl-pastors > div > div:first-child >div:last-child,
.bl-pastors > div > div:last-child >div:first-child,
.bl-pastors > div > div:last-child >div:last-child{
	line-height:0;
}
@media screen and (max-width: 1650px) {
	.bl-pastors.three-p{
	grid-template-columns:auto auto;
	}
}

@media screen and (max-width: 1024px) {
	
	.bl-pastors > div{
		padding:12px;
		
	}
	.bl-pastors > div > div:first-child,
	.bl-pastors > div > div:last-child{
		grid-template-columns: 40px auto 40px;
	}
	.bl-pastors > div > div:first-child >div:first-child svg, 
	.bl-pastors > div > div:first-child >div:last-child svg, 
	.bl-pastors > div > div:last-child >div:first-child svg,
	.bl-pastors > div > div:last-child >div:last-child svg{
		width:40px;
		height:40px;
	}
	.bl-pastors > div > div:first-child,
	.bl-pastors > div > div:last-child{
		gap:14px;
	}
	
	.bl-pastors .scroll-content-top-img{
		width:152px;
		height:218px;
		
	}
	.bl-pastors > div > div:nth-child(2) > div:nth-child(2){
		margin-top:0;
	}
	.bl-pastors > div{
		height:560px;
	}
}
@media screen and (max-width: 768px) {
	.bl-pastors.three-p, .bl-pastors{
		
		grid-template-columns: auto;
		gap:12px;
	}
	
}

@media screen and (max-width: 460px){
	.bl-pastors > div{
		
		height:auto;
	}
	.bl-pastors > div{
		gap:12px;
	}
	.bl-pastors > div > div:nth-child(2) > div:first-child, .bl-pastors > div > div:nth-child(2) > div:last-child{
		height:auto;
	}
}
/* bl-pastors end */


/* menu-right start */

#menu-right{
	position: fixed;
    width: 546px;
    height: 100%;
    background: rgba(0, 16, 42, 1);
    right: -546px;
    top: 1px;
    transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
    z-index: 30;
}
#menu-right.open {
    right: 0;
}
#menu-right-in{
	padding:0 21px;
	height:100%;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#menu-bottom{
	margin-bottom:36px;
	margin-right:130px;
}
.menu-mask{
	background:rgba(0, 16, 42, 0.6);
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	z-index:29;
	display:none;
	backdrop-filter: blur(4px);
}
.menu-mask-feed{
	background:rgba(0, 16, 42, 0.6);
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	z-index:29;
	display:none;
	backdrop-filter: blur(7px);

}
.menu-phone-val{
	display:flex;
	gap:10px;
}
.menu-phone-val > div:last-child{
	font-family: 'Oranienbaum';
	font-size: 24px;
	text-transform: uppercase;
	color:#fff;
	
}
#menu-logo{
	
}

#menu-close{
	cursor:pointer;
	margin-top:36px;
}
#menu-right-in-top{
	display:grid;
	grid-template-columns:163px auto;
	gap:178px;
	margin-bottom:20px;
}
#menu-right-list ul{ 
	list-style:none;
	margin:0;
	padding:0;
}
#menu-right-list{
	margin-bottom:67px;
}
#menu-right-list li{
	margin-bottom:10px;
}
#menu-right-list li a{
	color:#fff;
	font-size: 16px;
	text-decoration:none;

}

.menu-right-grid{
	margin-left:15px;
}

#menu-bottom-two{
	color:#fff;
	font-size:18px;
	background:rgba(0, 72, 190, 1);
	border-radius:60px;
	cursor:pointer;
	height:48px;
	line-height:48px;
	display:block;
	text-decoration:none;
	text-align:center;
}

#menu-bottom-one{
	display:grid;
	grid-template-columns:auto 130px;
	margin-bottom:20px;
}

.menu-soc{
	display:flex;
	gap:8px;
}
.menu-soc a{
	height:38px;
	display:block;
	text-decoration:none;
}
.menu-phone{
	
}

.menu-phone-val{
	margin-bottom:10px;
}
.menu-phone-reg{

	font-size: 14px;
	line-height: 16px;
	color:rgba(124, 121, 145, 1);
}

@media screen and (max-width: 1024px) {
	#menu-right{
		width:500px;
		right:-500px;
	}
	#menu-right-in-top{
		display: flex;
		margin-bottom: 20px;
		flex-direction: row;
		justify-content: space-between;
	}
	#menu-close{
		margin-right:40px;
	}
	#menu-right-list li a{
		font-size:17px;
	}
	.menu-phone-val > div:last-child{
		font-size:22px;
	}
	#menu-bottom{
		margin-right:40px;
	}
	#menu-bottom-two{
		height:46px;
		line-height:46px;
	}
	
}

@media screen and (max-width: 768px) {
	#menu-right-in-top >img:first-child{
		width:125px;
		height:auto;
	}
	#menu-right{
		width:380px;
	}
	#menu-close{
		margin-top:34px;
	}
	#menu-right-list li a{
		font-size:16px;
	}
	#menu-bottom-two{
		font-size:15px;
	}
	#menu-bottom-one{
		grid-template-columns:auto;
	}
	.menu-phone-val{
		margin-bottom:8px;
	}
	.menu-phone-val > div:first-child{
		height:22px;
	}
	.menu-phone-val > div:last-child{
		font-size:20px;
	}
	.menu-phone{
		margin-bottom:14px;
	}
	.menu-soc a svg{
		height:36px;
		width:36px;
	}
	.menu-right-grid{
		margin-left:13px;
	}
	#menu-right-list li{
		margin-bottom:5px;
	}
	#menu-bottom{
		margin-bottom:10px;
	}
}

@media screen and (max-width: 480px) {
	#menu-right{
		width:100%;
	}
	#menu-right-in-top >img:first-child{
		width:108px;
	}
	#menu-close{
		width:20px;
		height:20px;
		margin-top:30px;
		margin-right:10px;
	}
	#menu-right-in{
		padding:0 30px;
	}
	.menu-right-grid{
		margin-left:0;
	}
	#menu-bottom{
		margin-right:0;
	}
	.menu-phone-reg{
		font-size:15px;
	}
}

@media screen and (max-width: 375px) {
	#menu-right-in-top >img:first-child{
		width:96px;
	}
	#menu-right-in-top{
		gap:0;
	}
	#menu-close{
		margin-right:0;
		margin-top:25px;
	}
	#menu-right-list li a{
		font-size:15px;
	}
	#menu-bottom-two{
		height:44px;
		line-height:44px;
	}
	.menu-phone-reg{
		font-size:14px;
	}
	
}
/* menu-right end */



/* Старт Обратная связь всплывашка */


#feed{
	position:fixed;
	top:0;
	left:0;
	z-index: 30;
	height:0;
	width:0;
	display:none;
	top:50%;
	left:50%;
}
.feed_in{
	width:1302px;
	height:562px;
	background:rgba(234, 237, 242, 1);
	border-radius:16px;
	left:-651px;
	top:-281px;
	position:absolute;
}
.feed_close{
	position:absolute;
	top:-34px;
	right:-12px;
	cursor:pointer;
}

.feed_grid{
	padding:30px;
	display: grid;
    gap: 25px;
}
.feed_grid_top,
.feed_grid_bottom{
	line-height:0px;
	display:grid;
	grid-template-columns:86px auto 86px;
	gap:25px;
}
.feed_grid_center{
	height:280px;
}

.feed_grid_top > div:nth-child(2){
	height:1px;
	background-color:rgba(0, 16, 42, 1);
	opacity:0.2;
	margin-top:20px;
}
.feed_grid_bottom > div:nth-child(2){
	height:1px;
	background-color:rgba(0, 16, 42, 1);
	opacity:0.2;
	margin-top:67px;
}
.feed_grid_center{
	display:grid;
	grid-template-columns:1px auto 1px;
	margin:0 20px;
	gap:70px;
}

.feed_grid_center > div:first-child,
.feed_grid_center > div:last-child{
	background-color:rgba(0, 16, 42, 1);
	opacity:0.2;

}

.feed_grid_center > div:nth-child(2){
	position:relative;
	height:280px;

}
.feed_content_none{
	display:none;
}
.feed_content{
	height:402px;
	margin-top:-61px;
	
	display: flex;
    flex-direction: column;
    justify-content: center;
}
.feed_content_top{
	margin-bottom:14px;
	color:rgba(0, 16, 42, 1);
	opacity:0.6;
	font-size:13px;
	text-transform:uppercase;
}
.feed_content_h{
	font-family: 'Oranienbaum';
	font-size: 54px;
	line-height: 66px;
	text-transform: uppercase;
	margin-bottom:40px;
	color:rgba(0, 16, 42, 1);
}

.feed_content_txt{

	font-size: 18px;
	line-height: 26px;
	color:rgba(0, 16, 42, 1);
	margin-bottom:30px;
}

.feed_content_form > form{
	display:grid;
	grid-template-columns:auto auto;
	gap:19px;
}

.feed_content_form > form > input[type="text"]{
	background:#fff;
	height:56px;
	line-height:56px;
	border-radius:58px;
	border:none;
	outline:none;
	font-size: 18px;
	text-indent:26px;
	color:rgba(0, 16, 42, 0.6);
}
.feed_content_form > form > button{
	color:#fff;
	font-size:18px;
	background-color:rgba(0, 72, 190, 1);
	height:58px;
	line-height:58px;
	border:none;
	text-align:center;
	border-radius:58px;
	cursor:pointer;
}
.feed_content_form{
	margin-bottom:24px;
}
.feed_politic{

	font-size: 15px;
	line-height: 22px;
	color:rgba(0, 16, 42, 1);
	opacity:0.4;
}
#feed-bottom{
	position:relative;
}
#feed-bottom .feed_in{
	width:100%;
	height:auto;
	left:0;
	top:0;
	
	position:relative;
}

#feed-bottom .feed_content_form > form{
	    grid-template-columns: auto auto auto;
}


#feed-bottom .feed_content{

   /*padding-left: 540px;*/
}
@media screen and (max-width: 1650px) {
	#feed-bottom .feed_content{

    padding-left: 0;
}
}
@media screen and (max-width: 1350px) {
	.feed_in{
		width:1024px;
		left: -512px;
		top: -247px;
		height:494px;
	}
	.feed_content_h{
		font-size:42px;
		line-height:54px;
		margin-bottom:30px;
	}
	.feed_grid{
		padding:10px;
		gap:16px;
	}
	.feed_grid_top, .feed_grid_bottom{
		gap:16px;
		grid-template-columns: 64px auto 64px;
	}
	.feed_grid_top svg, .feed_grid_bottom svg{
		width:64px;
		height:64px;
	}
	.feed_content{
		height:374px;
		margin-top:-29px;
	}
	.feed_grid_center{
		height:310px;
	}
	.feed_grid_center{
		margin:0 14px;
	}
	.feed_grid_top > div:nth-child(2){
		margin-top:16px;
	}
	.feed_grid_bottom > div:nth-child(2){
		margin-top:50px;
	}
	.feed_content_txt{
		margin-bottom:28px;
		font-size:16px;
	}
	.feed_content_form > form > input[type="text"]{
		height:50px;
		line-height:50px;
		font-size:16px;
	}
	.feed_content_form > form{
		gap:16px;
	}
	.feed_content_form > form > button{
		height: 52px;
		line-height: 52px;
	}
	.feed_content_form{
		margin-bottom:22px;
	}
}


@media screen and (max-width: 1060px) {
	.feed_in{
		width:768px;
		height:556px;
		left:-384px;
		top:-278px;
	}
	.feed_grid_top, .feed_grid_bottom{
		        gap: 16px;
        grid-template-columns: 64px auto 64px;
	}
	.feed_content_h{
		font-size:37px;
		line-height:52px;
	}
	.feed_content_txt{
		font-size:15px;
		margin-bottom:24px;
	}
	.feed_content_form > form{
		grid-template-columns:auto;
		gap:14px;
	}
	.feed_content_form > form > input[type="text"]{
		height:46px;
		line-height:46px;
		font-size:15px;
	}
	.feed_content_form > form > button{
		height:48px;
		line-height:48px;
		font-size:15px;
	}
	.feed_politic{
		font-size:14px;
	}
	.feed_grid_center{
		height:376px;
	}
	.feed_content{
		margin-top:0;
	}
	.feed_grid_center{
		gap:50px;
	}
	#feed-bottom .feed_content_form > form{
	    grid-template-columns: auto auto;
}
}

@media screen and (max-width: 820px) {
	#feed{
		width:90%;
		left:5%;
		right:5%;
		top:200px;
	}
	.feed_in{
		position:relative;
		top:0;
		left:0;
		width:100%;
		height:auto;
	}
	.feed_grid_top, .feed_grid_bottom{
		gap: 10px;
        grid-template-columns: 44px auto 44px;
	}
	.feed_grid_top svg, .feed_grid_bottom svg{
		width:44px;
		height:44px;
	}
	.feed_content_h{
		font-size:32px;
		line-height:44px;
		margin-bottom:20px;
	}
	.feed_content_txt{
		font-size:14px;
		line-height:21px;
		margin-bottom:18px;
	}
	.feed_content_form > form > input[type="text"], .feed_content_form > form > button{
		font-size:14px;
	}
	.feed_content_form > form{
		gap:12px;
	}
	.feed_content_form{
		margin-bottom:14px;
	}
	.feed_politic{
		font-size:13px;
	}
	.feed_grid_center{
		height:416px;
		margin:0 10px;
	}
	.feed_grid_top > div:nth-child(2){
		margin-top:11px;
	}
	.feed_grid_bottom > div:nth-child(2){
		margin-top:34px;
	}
	.feed_in, .feed_grid_center, .feed_content, .feed_grid_center > div:nth-child(2){
		height:auto;
	}
	.feed_grid_center{
		gap:40px;
	}
}

@media screen and (max-width: 500px) {
	#feed{
		top:40px;
	}
	.feed_grid_center{
		gap:20px;
	}
	.feed_content_h{
		font-size:28px;
		margin-bottom:10px;
	}
	.feed_content_txt{
		font-size:13px;
		margin-bottom:10px;
		line-height:130%;
	}
	.feed_politic{
		line-height:130%;
	}
	#feed-bottom .feed_content_form > form{
	    grid-template-columns: auto;
}
}
/* Конец Обратная связь всплывашка */

/* START Фотогалерея */
.gallery-block{
	position:relative;
}
.gallery-block .gallery-item{
	height:360px;
	background:#000;
	margin:0 9px;
	border-radius:8px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
	display:block;
	text-decoration:none;
}

.prevmy_g, .nextmy_g{
	top:50%;
	height:0;
	position:absolute;
	z-index:10;
}

.nextmy_g{
	right:0;
}
.prevmy_g button, .nextmy_g button{
	width:58px;
	height:58px;
	border:none;
	border-radius:60px;
	background:#fff;
	top:-28px;
	position:absolute;
	box-shadow:2px 3px 6px rgba(12, 12, 13, 0.1);
	cursor:pointer;
}


.prevmy_g button{
	background-image: url(/local/templates/new_main/images/prev-my.png);
        background-repeat: no-repeat;
        background-position: center center;
		left:-20px;
}

.nextmy_g button{
	background-image: url(/local/templates/new_main/images/next-my.png);
        background-repeat: no-repeat;
        background-position: center center;
		left:-37px;
}
@media screen and (max-width: 1650px) {
	.gallery-block .gallery-item{
		height:306px;
	}
	.prevmy_g button, .nextmy_g button{
		width:52px;
		height:52px;
	}
	.prevmy_g button{
		left:-17px;
	}
	.nextmy_g button{
		left:-34px;
	}
}

@media screen and (max-width: 1024px) {
	.gallery-block .gallery-item{
		height:228px;
	}
	.prevmy_g button, .nextmy_g button{
		width:48px;
		height:48px;
	}
	.prevmy_g button{
		left:-15px;
	}
	.nextmy_g button{
		left:-32px;
	}
}
@media screen and (max-width: 768px) {
	.gallery-block .slick-slider .slick-track, .slick-slider .slick-list{
		overflow:visible;
	}
	.gallery-block .gallery-item{
		height:320px;
	}
}
/* END Фотогалерея */




ul.quote{
	margin:0;
	padding:0
}
ul.quote li{
	list-style:none;
	font-size:18px;
	margin-bottom:22px;
	position:relative;
	padding-left:40px;
}


ul.quote li:after{
	content: '';
	color:#fff;
	font-size:24px;
	
	
	background-image:url(/local/templates/new_main/images/quite.png);
	background-repeat:no-repeat;
	background-position:center center;
	border-radius:6px;
	position:absolute;
	left:0;
	top:0;
	height:26px;
	width:26px;
}

@media screen and (max-width: 1024px) {
	ul.quote li{
		
		font-size:16px;
	}
}

@media screen and (max-width: 1024px) {
	ul.quote li{
		
		font-size:15px;
	}
}

@media screen and (max-width: 480px) {
	ul.quote li{
		
		font-size:14px;
	}
}



/* START QR */
.qr-block{
	background:rgba(0, 16, 42, 1);
	margin-bottom:150px;
	border-radius:16px;
}

.qr-block-in{
	width: 1600px;
    margin: 0 auto;
	padding:80px 0;
	display:grid;
	grid-template-columns:521px 1060px;
	gap:18px;
	align-items: end;
}
.qr-img{
	position:relative;
	line-height:0;
	grid-row: 2 span;
}

.qr-img img{
	width:100%;
	border-radius:8px;
}
.qr-block .bl-1-p-1,
.qr-block .bl-1-p-2{
	color:#fff;
}

.qr-block .bl-1-p-2{
	margin-bottom:0;
}
.qr-inst{
	
}
.qr-inst-item{
	margin-bottom:8px;
	border-radius:4px;
	background:#fff;
}
.qr-inst-item:last-child{
	margin-bottom:0;
}
.qr-inst-item{
	display:grid;
	grid-template-columns:26px auto;
	flex-direction: row;
	padding:13px 18px;
	gap:12px;
}
.qr-inst-item >div:first-child{
	
	width:26px;
	height:26px;
	background:rgba(15, 45, 94, 1);
	color:#fff;
	border-radius:4px;
	display: flex;
    align-items: center;
    justify-content: center;
	
}
.qr-inst-item >div:last-child{
	line-height:120%;
	margin-top:3px;
}

.partner-button{
	width:522px;
	height:58px;
	border-radius:60px;
	background:rgba(0, 72, 190, 1);
	font-size:18px;
	line-height:58px;
	text-align:center;
	cursor:pointer;
	color:#fff;
}
@media screen and (max-width: 1650px) {
	.qr-block{
		margin-bottom:150px;
	}
	.qr-block-in{
		width:904px;
		grid-template-columns:313px 574px;
		gap:16px;
	}
	.qr-img{
		grid-row:auto;
		order:2;
	}

	.qr-txt{
		grid-column: span 2;
		order:1;
	}
	.qr-img, .qr-step, .partner-button, .qr-null{
		order:2;
	}
	.partner-button{
		height:52px;
		line-height:52px;
		font-size:16px;
		width:444px;
	}
	.qr-inst-item{
		padding:12px 16px;
	}
	.qr-inst-item >div:first-child{
		width:24px;
		height:24px;
		font-size:16px;
	}
	.qr-inst-item >div:last-child{
		font-size:16px;
	}
}
@media screen and (max-width: 1024px) {
    .qr-block{
        margin-bottom: 100px;
    }
	.qr-block-in{
		width:684px;
	}
	.qr-block-in{
		grid-template-columns: 228px 440px;
		align-items: start;
	}
	.partner-button{
		width:100%;
		height:48px;
		line-height:48px;
		font-size:15px;
	}
	.qr-inst-item >div:first-child{
		width:22px;
		height:22px;
		font-size:15px;
	}
	.qr-inst-item >div:last-child{
		font-size:15px;
	}
}
@media screen and (max-width: 768px) {
     .qr-block{
        margin-bottom: 80px;
    }
	.qr-block-in{
		width:420px;
		grid-template-columns:auto;
	}
	.qr-txt{
		grid-column:auto;
	}
	.qr-img{
		text-align:center;
	}
	.qr-img img{
		width:228px;
	}
	.qr-inst-item{
		padding:10px 14px;
	}
	.qr-inst-item >div:first-child{
		width:20px;
		height:20px;
		font-size:14px;
	}
	.qr-inst-item >div:last-child{
		font-size:14px;
	}
	.qr-null{
		display:none;
	}
	.partner-button{
		font-size:14px;
		height:46px;
		line-height:46px;
		width:100%;
	}
	.qr-inst-item{
		grid-template-columns: 20px auto;
		gap:10px;
	}
	
}
@media screen and (max-width: 460px) {
	
     .qr-block{
        margin-bottom: 70px;
    }
	.qr-block-in{
		width: auto;
        margin: 0 20px;
	}
	.partner-button span{
		display:none;
	}
}
/* END QR */


/* START brown-block */
.brown-block{
    margin-left: 540px;

}

.sp2-div{
    background: #fff;
    border-radius: 8px;
    padding: 10px;
    display: flex;
	background: #D3DAE2B2;
    flex-direction: column;
    justify-content: space-between;
	margin-bottom:18px;
}


.brown-block > div{
	background:#D3DAE2B2;
}

.brown-obuch-top{
	display:grid;
	grid-template-columns: 128px auto;
	gap:16px;
	margin-bottom:18px;
}
.brown-obuch-top > div:first-child{
	position:relative;
	padding:6px;
	width:116px;
	height:116px;
	border-radius:4px;
	background:rgba(0, 16, 42, 0.3);
}
.brown-obuch-top > div:first-child div{
	background-position:center center;
	background-repeat: no-repeat;
    background-size: cover;
	width:100%;
	height:100%;
	border-radius:4px;
}

.brown-obuch-top > div:last-child{
	display:flex;
	flex-direction: column;
    align-items: flex-start;
	justify-content: space-between;
	
}
.brown-obuch-day{
	text-transform:none;
	font-size: 16px;
	line-height: 24px;
	margin-bottom:4px;
}

.brown-obuch-time{
	font-family: 'Oranienbaum';
	
	font-size: 28px;
	line-height: 28px;
	text-transform: uppercase;

}

.brown-obuch-name{
	font-family: 'Oranienbaum';
	font-size: 46px;
	line-height: 50px;
}

.brown-obuch-two{

	font-size: 18px;
	line-height: 26px;
	color:rgba(0, 16, 42, 1);
	opacity:0.8;
	margin-bottom:20px;
}
.brown-obuch-three{
	display:flex;
	justify-content: space-between;
	margin-bottom:20px;
}
.brown-obuch-three > div{
	width:20%;
	border-left:1px solid rgba(0, 16, 42, 0.3);
	padding:0 7px;
	text-align:center;
	display:flex;
	flex-direction: column;
	justify-content: center;
}
.brown-obuch-three > div:first-child{
	border:none;
}

.brown-obuch-three > div> div:first-child{

	font-size: 15px;
	line-height: 20px;
	color:rgba(0, 16, 42, 1);
	opacity:0.5;
	margin-bottom:8px;
}

.brown-obuch-three > div> div:last-child{

	font-size: 18px;
	line-height: 26px;
	color:rgba(0, 16, 42, 1);
}

.brown-obuch-four{
	display:grid;
	grid-template-columns: 49.5% 49.5%;
	gap:1%;
}

.brown-obuch-four > div,
.brown-obuch-four > a{
	display:block;
	text-decoration:none;
	height:58px;
	line-height:58px;
	font-size:18px;
	border-radius:60px;
	text-align:center;
	cursor:pointer;
}
.brown-obuch-four > div{
	background:rgba(0, 72, 190, 1);
	color:#fff;
}

.brown-obuch-four > a{
	color:rgba(0, 72, 190, 1);
	border:1px solid rgba(0, 72, 190, 1);
	height:56px;
	line-height:56px;
}

@media screen and (max-width: 1650px) {
	.brown-block{
		margin-left:0;
	}
	.brown-obuch-two{
		font-size:16px;
		line-height:24px;
	}
	.brown-obuch-name{
		font-size:36px;
		line-height:40px;
	}
	.brown-obuch-day{
		font-size:15px;
	}
	.brown-obuch-three > div> div:first-child{
		font-size:14px;
	}
	.brown-obuch-three > div> div:last-child{
		font-size:16px;
	}
}
@media screen and (max-width: 1024px) {
	.brown-obuch-top{
		grid-template-columns: 104px auto;
		gap:14px;
	}
	.brown-obuch-top > div:first-child{
		width:92px;
		height:92px;
	}
	.brown-obuch-day{
		font-size:13px;
	}
	.brown-obuch-time{
		font-size:24px;
	}
	.brown-obuch-name{
		font-size:32px;
		line-height:36px;
	}
	.brown-obuch-two{
		font-size:15px;
	}
	.brown-obuch-three > div> div:first-child{
		font-size:13px;
		line-height:16px;
	}
	.brown-obuch-three > div> div:last-child{
		font-size:14px;
		line-height:17px;
	}
	.brown-obuch-three > div{
	
	}
	.brown-obuch-four > div, .brown-obuch-four > a{
		height:48px;
		line-height:48px;
		font-size:15px;
	}
}
@media screen and (max-width: 768px) {
	.brown-obuch-top{
		grid-template-columns: 70px auto;
		gap:8px;
	}
	.brown-obuch-top > div:first-child{
		width: 58px;
        height: 58px;
	
	
		padding:3px;
		border-radius: 3px;
	}
	.brown-obuch-day{
		margin-bottom:0;
		line-height:15px;
		font-size:12px;
	}
	.brown-obuch-time{
		font-size:15px;
		line-height:17px;
	}
	.br-day-time{
		display:flex;
		gap:5px;
	}
	.br-day-time>div:first-child{
		order:2;
	}
	.br-day-time>div:last-child{
		order:1;
	}
	.brown-obuch-name{
		font-size:20px;
		line-height:24px;
	}
	.brown-obuch-two{
		font-size:13px;
		line-height:20px;
	}
	.brown-obuch-top, .brown-obuch-two, .brown-obuch-three{
		margin-bottom:14px;
	}
	.brown-obuch-three{
		display:grid;
		grid-template-columns:50% 50%;
	
	}
	.brown-obuch-three > div{
		width:100%;
		margin-bottom:14px;
	}
	.brown-obuch-three > div:nth-child(3),
	.brown-obuch-three > div:nth-child(5){
		border:none;
	}
	.brown-obuch-three > div:nth-child(5){
		grid-column: span 2;
	}
	.brown-obuch-three > div{
		padding:0;
	}
	.brown-obuch-four{
		grid-template-columns:auto;
		gap:6px;
	}
	.brown-obuch-four > div, .brown-obuch-four > a{
		font-size:14px;
		height:44px;
		line-height:44px;
	}
}
/* END brown-block */




/* start контакты */

.contacts{
	display:grid;
	gap:18px;
	grid-template-columns: 521px auto;
	width:1600px;
	margin:0 auto;
	margin-bottom: 140px;
}
.contacts-map{
	border-radius:10px;
	overflow:hidden;
	position:relative;
}
.contacts-info{
	display:flex;
    flex-direction: column;
    gap: 18px;
}
.contacts-info-item{

	background: #fff;
    border-radius: 8px;
    padding: 10px;
    display: flex;
	flex-direction: column;
    justify-content: space-between;
	
}
.contacts-map iframe{
	height:100%;
}
.block-center-value-top{
	display:flex;
	gap:8px;
}
.block-center-value-top{
	display:grid;
	grid-template-columns:88px auto;
	gap:16px;
}
.block-center-value-top-left{
	background:rgba(244, 246, 249, 1);
	height:88px;
	border-radius:4px;
	display:flex;
	justify-content: center;
    align-items: center;
}
.block-center-value-top-left img{

}
.block-center-value-top-right{
	display:flex;
	    flex-direction: column;
    justify-content: space-around;
}
.block-center-value-top-right-one{
	font-size: 16px;
	line-height: 22px;
	color:rgba(0, 16, 42, 1);
	opacity:0.6;

}
.block-center-value-top-right-two{
	font-family: 'Oranienbaum';
	font-size: 23px;
	line-height: 34px;
	text-transform: uppercase;
	color:rgba(0, 16, 42, 1);

}
.block-center-value-top-right-three{
	opacity:0.9;
	font-size: 14px;
	line-height: 20px;
	color:rgba(0, 16, 42, 1);
}
.block-center-value-soc{
	display:flex;
	gap:10px;
}
.block-center-value-soc a{
	display:block;
	text-decoration:none;
	width:42px;
	height:42px;
	border:1px solid rgba(0, 16, 42, 0.2);
	border-radius:42px;
	display: flex;
    justify-content: center;
    align-items: center;
}
@media screen and (max-width: 1650px) {
    .contacts{
        width: 904px;
        margin-bottom: 120px;
    }
	
	.contacts{
		display:grid;
		gap:16px;
		grid-template-columns: 444px auto;
	}
}

@media screen and (max-width: 1024px) {
    .contacts{
        width: 684px;
        margin-bottom: 100px;
		grid-template-columns:auto;
    }
	
	.contacts-map{
		height:381px;
	}
}
@media screen and (max-width: 768px) {
    .contacts{
        width: 420px;
        margin-bottom: 80px;
    }
	.contacts-map{
		height:490px;
	}
	.block-center-value-top{
		grid-template-columns: 60px auto;
		gap:8px;
	}
	.block-center-value-top-left{
		height:60px;
		width:60px;
	}
	.block-center-value-top-left img{
		width:33px;
		height:auto;
	}
	.block-center-value-top-right-one{
		font-size:13px;
		line-height:22px;
	}
	.block-center-value-top-right-two{
		font-size:20px;
	
	}
	.block-center-value-soc{
		gap:8px;
	}
	.block-center-value-soc a{
		width:32px;
		height:32px;
		
	}
}
@media screen and (max-width: 460px) {
    .contacts{
        width: auto;
        margin: 0 20px;
        margin-bottom: 70px;
    }
}
/* end контакты */


/* start Новости */
.news-item-img{
	width:100%;
	height:251px;
	margin-bottom:16px;
	border-radius:4px;
	background-position:center center;
	background-size:cover;
}
.news-item-date{
	font-size: 14px;
	line-height: 24px;
	color:rgba(0, 16, 42, 1);
	opacity:0.4;
	margin-bottom:10px;
}
.bl-no-you .block-1-center > div:nth-child(2) > a.news-item{
	display:block;
	text-decoration:none;
	
}
.news-item-name{
	font-family: 'Oranienbaum';
	font-size: 24px;
	line-height: 28px;
	text-transform: uppercase;
	margin-bottom:10px;
	color:rgba(0, 16, 42, 1);
}
.news-item-txt{

	font-size: 16px;
	line-height: 24px;
	color:rgba(0, 16, 42, 1);
	opacity:0.7;
}
@media screen and (max-width: 1650px) {
	.news-item-img{
		height:171px;
	}
	.news-item-date{
		font-size:13px;
	}
	.news-item-name{
		font-size:22px;
	}
	.news-item-txt{
		font-size:15px;
	}
}
@media screen and (max-width: 768px) {
	.news-item-img{
		height:120px;
	}
	.news-item-date{
		font-size:12px;
	}
	.news-item-name{
		font-size:20px;
	}
	.news-item-txt{
		font-size:13px;
	}	
}
/* end Новости */

/* start history-people-block */

.bl-no-you .block-1-center > div:nth-child(2) > div.history-people-block{
	min-height:596px;
	position:relative;
	justify-content: flex-start;
	gap:0;
}
.history-people-block img{
	border-radius:10px;
	width:100%;
	display:block;
	margin-bottom:16px;
}
.bl-no-you .block-1-center > div:nth-child(2) > div > .history-people-block-h{
	font-family: 'Oranienbaum';
	font-size: 40px;
	line-height: 52px;
	text-transform: uppercase;
	margin-bottom:8px;
}
.history-people-block-sm{
	font-size: 18px;
	line-height: 26px;
	margin-bottom:16px;
	opacity:0.5;
}
.history-people-block-txt{
	margin-bottom:16px;
	font-size: 18px;
	line-height: 26px;
	opacity:0.8;
	color: rgba(0, 16, 42, 1);
}
.history-people-block-a{

	font-size:20px;
	line-height: 26px;
	color: rgba(0, 72, 190, 1);


}
.history-people-block-a:hover{
	text-decoration:none;
}

#real-history{
	position:fixed;
	top:0;
	left:0;
	z-index: 30;
	height:0;
	width:0;
	display:none;
	top:50%;
	left:50%;
}
.history-people-block-detail-txt{
	display:none;
}
.real-history-value{
	overflow-y: scroll;
}
#real-history .real-history-value{
	height:auto;
}
@media screen and (max-width: 1024px) {
	
	.history-people-block img {
		border-radius: 5px;
	}
	.bl-no-you .block-1-center > div:nth-child(2) > div > .history-people-block-h{
		font-size:30px;
		line-height:42px;
		margin-bottom:6px;
	}
	.history-people-block-sm{
		font-size:15px;
		line-height:22px;
	}
	.history-people-block-txt{
		font-size:15px;
		line-height:22px;
	}
	.history-people-block-a{
		font-size:15px;
		line-height:22px;
	}
	.bl-no-you .block-1-center > div:nth-child(2) > div.history-people-block{
		min-height:520px;
	}
}


@media screen and (max-width: 820px) {
	#real-history{
		width:90%;
		left:5%;
		right:5%;
		top:100px;
	}
	
	#real-history .feed_grid{
		height:550px;
	}
	#real-history .feed_in{
		height:auto;
	}
	#real-history .feed_grid_center{
		height:430px;
	}
	.real-history-value{
		font-size: 14px;
		line-height: 22px;
	}
}
@media screen and (max-width: 500px) {
	#real-history{
		top:40px;
	}
}
/* end history-people-block */


/* start block pomoscsh */

.pom-p-one{

	font-size: 18px;
	line-height: 26px;
	margin-bottom:16px;
	color:rgba(0, 16, 42, 1);
}
.pom-p-one-b{
	font-size: 18px;
	line-height: 26px;
	margin-bottom:16px;
	color:rgba(0, 16, 42, 1);
	font-weight:bold;
	margin-bottom:6px;
}
.pom-p-two{
	font-size: 18px;
	line-height: 26px;
	margin-bottom:16px;
	color:rgba(0, 16, 42, 1);
	opacity:0.6;
}

.pom-image-b{
	display:flex;
	gap:2%;
}
.pom-image-b img{
	width:49%;
}

@media screen and (max-width: 1024px) {
	.pom-p-one,
	.pom-p-one-b,
	.pom-p-two{
		font-size:16px;
		line-height:24px;
	}
}
@media screen and (max-width: 500px) {
	.pom-p-one,
	.pom-p-one-b,
	.pom-p-two{
		font-size:14px;
		line-height:21px;
	}
}
/* eng block pomoscsh */


/* start question block */
.question-block-item{
	position:relative;
	margin-bottom:16px;
}
.question-block-item-one{
	background:#fff;
	border-radius:8px;
	padding:28px 24px;
	cursor:pointer;
	display:flex;
	gap:10px;
	flex-direction: row;
    justify-content: space-between;
}
.question-block-item-one > div:first-child{
	font-family: 'Oranienbaum';
	font-size: 28px;
	line-height: 40px;
	text-transform: uppercase;
	color:rgba(0, 16, 42, 1);
	display: flex;
    align-items: center;
}
.question-block-item-two{
	
	
	transition:height 0.6s cubic-bezier(0.77, 0, 0.175, 1);
	
	
	padding:0;
	overflow:hidden;
	height:0;
	
	font-size: 18px;
	line-height: 26px;
	color:	rgba(0, 16, 42, 1);

	

}


.opp_kr .question-block-item-two{
	padding:14px 24px;
	height:auto;
	overflow:visible;
}
.question-block-item-one > div:last-child{
	width:48px;
	height:48px;
	border-radius:30px;
	background: rgba(0, 72, 190, 1);
	display: flex;
    justify-content: center;
    align-items: center;
	flex:none;


}
.question-block-item-one > div:last-child img{
	width:24px;
	height:24px;
	transition: rotate 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}


.opp_kr .question-block-item-one > div:last-child img{
	-moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

@media screen and (max-width: 1650px){
	.question-block-item-one{
		padding:24px;
		font-size:26px;
		line-height:34px;
	}
}

@media screen and (max-width: 1024px){
	.question-block-item-one{
		padding:20px;
		font-size:24px;
		line-height:32px;
	}

.question-block-item-one > div:last-child{
	width:44px;
	height:44px;
}
.opp_kr .question-block-item-two {
	padding: 12px 20px;
	font-size:15px;
	line-height:22px;
}
}
@media screen and (max-width: 500px) {
	.question-block-item-one{
		padding:14px;
		font-size:20px;
		line-height:28px;
	}
	.question-block-item-one > div:last-child{
		width:36px;
		height:36px;
	}
	.question-block-item-one > div:last-child img{
		width:22px;
		height:22px;
	}
	.opp_kr .question-block-item-two {
		padding: 12px 20px;
		font-size:14px;
		line-height:20px;
	}

}
/* end question block */




/* Oglavlenie start */

.ogl{
	margin:0 auto 80px auto; 	
	display:flex;
	flex-wrap: wrap;
	gap:8px;
	width:1600px;
}
.ogl-item, .ogl-item-last{
	padding:11px 24px;
	color: rgba(0, 16, 42, 1);
	font-size:18px;
	background-color:rgba(234, 237, 242, 1);
	border-radius:4px;
	cursor:pointer;
	text-decoration:none;	
}
.ogl-item-last{
	color:rgba(0, 72, 190, 1);
	display:none;
}
.ogl-item::first-letter {
    text-transform: capitalize;
}
@media screen and (max-width: 1650px){
	.ogl-item, .ogl-item-last{
		padding:11px 20px;
		font-size:16px;
	}
	.ogl{
        width: 904px;
        margin-bottom: 70px;
    }
}
@media screen and (max-width: 1024px){
	
	.ogl{
        width: 684px;
        margin-bottom: 60px;
		gap:7px;
    }
	.ogl-item, .ogl-item-last{
		padding:9px 16px;
		font-size:15px;
	}
}
@media screen and (max-width: 768px){
	.ogl{
        width: 420px;
		gap:7px;
    }
	.ogl-item-last{
		display:block;
	}
	.ogl-item{
		display:none;
	}
	.ogl-item:first-child,
	.ogl-item:nth-child(2),
	.ogl-item:nth-child(3),
	.ogl-item:nth-child(4),
	.ogl-item:nth-child(5),
	.ogl-item:nth-child(6),
	.ogl-item:nth-child(7),
	.ogl-item:nth-child(8),
	.ogl-item:nth-child(9){
		display:block;
	}
}
@media screen and (max-width: 460px){
	.ogl{
		width: auto;
        margin: 0 20px;
		gap:6px;
		margin-bottom: 60px;
	}
	.ogl-item, .ogl-item-last{
		padding:8px 14px;
		font-size:14px;
	}
	
}
/* Oglavlenie end */



/* Кнопка вверх */
#mkdf-back-to-top {
    position: fixed;
    display: table-cell;
    text-align: center;
    width: 39px;
    right: 25px;
    bottom: 25px;
    border-radius: 2px;
    margin: 0;
    z-index: 10000;
    background-color: rgba(0, 72, 190, 1);
    border: 1px solid rgba(0, 72, 190, 1);
    padding: 11.5px 5px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
#mkdf-back-to-top:hover {
    background-color: rgba(0, 72, 190, 1);
    border: 1px solid rgba(0, 72, 190, 1);
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 72, 190, 1);
    box-shadow: 0 10px 20px 0 rgba(0, 72, 190, 1);
}
#mkdf-back-to-top.mkdf-dark,
#mkdf-back-to-top.mkdf-dark:hover {
    background-color:rgba(0, 72, 190, 1);
    border: 1px solid rgba(0, 72, 190, 1);
}
#mkdf-back-to-top:hover rect:nth-of-type(1) {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}
#mkdf-back-to-top:hover polygon {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
#mkdf-back-to-top.mkdf-dark:hover {
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 16, 42, 0.4);
    box-shadow: 0 10px 20px 0 rgba(0, 16, 42, 0.4);
}
#mkdf-back-to-top svg {
    vertical-align: middle;
    overflow: visible;
}
#mkdf-back-to-top svg g {
    stroke: #fff;
}
#mkdf-back-to-top svg rect:nth-of-type(1) {
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
}
#mkdf-back-to-top svg polygon {
    -webkit-transform: translateY(4px);
    -ms-transform: translateY(4px);
    transform: translateY(4px);
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
#mkdf-back-to-top.off {
    opacity: 0;
    visibility: hidden;
}
#mkdf-back-to-top.on {
    opacity: 1;
    visibility: visible;
}
#mkdf-back-to-top > span {
    position: relative;
    display: block;
    width: 39px;
    height: 39px;
    line-height: 41px;
    font-size: 15px;
    text-align: center;
    color: #fff;
    background-color: #d2051e;
    border: 1px solid #d2051e;
    overflow: hidden;
    -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, -webkit-box-shadow 0.5s cubic-bezier(0.49, 0.79, 0.17, 0.94);
    -o-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.5s cubic-bezier(0.49, 0.79, 0.17, 0.94);
    transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.5s cubic-bezier(0.49, 0.79, 0.17, 0.94);
    transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.5s cubic-bezier(0.49, 0.79, 0.17, 0.94), -webkit-box-shadow 0.5s cubic-bezier(0.49, 0.79, 0.17, 0.94);
}
#mkdf-back-to-top > span i {
    -webkit-transition: 0.15s ease 0.05s;
    -o-transition: 0.15s ease 0.05s;
    transition: 0.15s ease 0.05s;
}
#mkdf-back-to-top > span:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 12px;
    left: 19px;
    height: 0;
    width: 0;
    opacity: 0;
    border: 1px solid #e8e8e9;
    -webkit-transition: 0.2s cubic-bezier(0.54, 0.13, 0, 1.43);
    -o-transition: 0.2s cubic-bezier(0.54, 0.13, 0, 1.43);
    transition: 0.2s cubic-bezier(0.54, 0.13, 0, 1.43);
}
#mkdf-back-to-top span span {
    display: block;
    line-height: inherit;
}

/* End */
/* /local/templates/new_main/template_styles.css?178239663990795 */
