.incontent{
	max-width:1316px;
	width:100%;
	box-sizing: border-box;
}
header{
	display: flex;
    align-items: center;
    justify-content: center;
	padding: 30px 0px;
}
.banner_area{
	display: flex;
    align-items: center;
    justify-content: center;
}
.sec_banner_area{
	display: flex;
    align-items: center;
    justify-content: center;
}
.th_banner_area{
	display: flex;
    align-items: center;
    justify-content: center;
}
.head_cont{
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.head-menu_link{
	font-family: 'Proxima Nova Rg';
	color:black;
	text-decoration:none;
	/* font-weight:bold; */
	font-size:24px;
	transition: all 0.3s ease;
	position: relative;
}
.head-menu_link:hover{
	color:#093064;
	transform: translateY(-2px);
}
.head-menu_link::after{
	content: '';
	position: absolute;
	width: 0;
	height: 2px;
	bottom: -5px;
	left: 50%;
	background-color: #093064;
	transition: all 0.3s ease;
	transform: translateX(-50%);
}
.head-menu_link:hover::after{
	width: 100%;
}
.head-menu{
	display:flex;
	gap:15px;
}
.callback_container{
	display: flex;
    flex-direction: column;
    gap: 5px;
	align-items: flex-end;
}
.headPhone{
	font-family: 'Proxima Nova Cn Rg';
	font-size:24px;
	text-decoration:none;
	color:#272727;
	transition: all 0.3s ease;
}
.headPhone:hover{
	color:#093064;
	transform: translateY(-2px);
}
.headCall{
	font-family: 'Proxima Nova Rg';
	color:#36645C;
	font-size:20px;
	text-decoration: none;
	transition: all 0.3s ease;
}
.headCall:hover{
	color:#093064;
	text-decoration: underline;
}
.vertus{
	border-left:1px solid #36645C;
	padding:0px 30px;
}
.cont_head{
	font-family: 'Proxima Nova Cn Rg';
	color:black;
	font-size:46px;
}
.cont_text{
	font-family: 'Georgia Ref';
	font-size:26px;
	color:black;
}
.bigblue{
	font-family: 'Proxima Nova Cn Rg';
	font-size:30px;
	color:white;
	display:inline-block;
	background:#093064;
	border-radius:6px;
	padding:10px 10px;
	text-decoration:none;
	padding: 33px 114px;
	transition: all 0.3s ease;
	box-shadow: 0 2px 8px rgba(9, 48, 100, 0.2);
}
.bigblue:hover{
	background:#005bb4;
	transform: translateY(-3px);
	box-shadow: 0 4px 12px rgba(9, 48, 100, 0.3);
}
.bigblue:active{
	transform: translateY(-1px);
	box-shadow: 0 2px 6px rgba(9, 48, 100, 0.25);
}
.poplas{
    background: white;
    border-radius: 32px;
    box-shadow: 0px 24px 52px #00000040;
    padding: 60px;
    max-width: 786px;
    margin-bottom: -30px;
    margin-top: 30px;
}
.bigblue2{
	font-family: 'Proxima Nova Cn Rg';
	font-size:30px;
	color:white;
	display:inline-block;
	background:#093064;
	border-radius:6px;
	padding:10px 10px;
	text-decoration:none;
	padding: 33px 114px;
	width: 100%;
    box-sizing: border-box;
    text-align: center;
	transition: all 0.3s ease;
	box-shadow: 0 2px 8px rgba(9, 48, 100, 0.2);
}
.bigblue2:hover{
	background:#005bb4;
	transform: translateY(-3px);
	box-shadow: 0 4px 12px rgba(9, 48, 100, 0.3);
}
.bigblue2:active{
	transform: translateY(-1px);
	box-shadow: 0 2px 6px rgba(9, 48, 100, 0.25);
}
.greenLink:after{
	content:url(../images/rightArr.png);
	font-size:0;
	transition: transform 0.3s ease;
}
.greenLink{
	font-family: 'Proxima Nova Rg';
	font-size:30px;
	color:#36645C;
	display:inline-flex;
	align-items: center;
    gap: 20px;
	transition: all 0.3s ease;
	text-decoration: none;
}
.greenLink:hover{
	transform: translateX(5px);
}
.greenLink:hover:after{
	transform: translateX(5px);
}
.left_chaise{
	flex:1;
}
.cont{
	display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: flex-start;
	
	padding-left: 60px;
}
.banner_cont.b2{
	align-items: flex-start;
}
.banner_cont{
	display:flex;
	gap:30px;
	align-items: center;
    justify-content: space-between;
	position:relative;
	margin-top:30px;
}
.right_chaise img{
	
	width:100%;
}

.right_chaise{
	flex:1;
	position:relative;
	padding-right: 60px;
}
.vertline{
    background: #36645C;
    width: 1px;
    height: 335px;
    left: 30px;
    position: absolute;
    top: 0;
}
.vertSoc .rightVert{
	background: #36645C;
    width: 1px;
    height: 335px;
}
.socWork a img{
	width:100%;
	transition: all 0.3s ease;
}
.socWork a{
	display:inline-block;
	width:46px;
	transition: all 0.3s ease;
}
.socWork a:hover{
	transform: translateY(-3px) scale(1.1);
	opacity: 0.9;
}
.socWork{
	display: flex;
    flex-direction: column;
}
.vertSoc{
	position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 60px;
	right: 0;
    bottom: 0;
}
.photohead{
	font-family: 'Proxima Nova Cn Rg';
	font-size:32px;
	color:black;
}
.phototext{
	font-family: 'Georgia Ref';
	font-size:24px;
	color:black;
}
.right_bar img{
	width:100%;	
}
.left_bar img{
	width:100%;
}
.sec_banner_area .incontent{
	display:flex;
	gap: 30px;
}
.delimenr{
	width:1px;
	background:#36645C;
}
.left_bar{
	display: flex;
    flex-direction: column;
    gap: 60px;
	justify-content: space-between;
}
.right_bar{
	display: flex;
    flex-direction: column;
    gap: 60px;
}
.sec_banner_area{
	padding-top:60px;
}
.oursystemtext{
	font-family: 'Proxima Nova Cn Rg';
	font-size:36px;
	color:black;
}
.ourserv{
	font-size: 24px;
    font-family: sans-serif;
}
.th_banner_area{
	border-bottom: 1px solid #36645C;
	padding-top:60px;
	padding-bottom:20px;
	margin-bottom:30px;
}
.th_banner_area .incontent{
	display: flex;
    align-items: center;
    justify-content: space-between;
	
}
.grayArea{
	background:#0E284B14;
}
.grayArea{
	display: flex;
    justify-content: center;
	padding-bottom:60px;
}
.grayRow{
	display: flex;
    gap: 30px;
	align-items: center;
}
.grayHeader{
	font-family: 'Proxima Nova Cn Rg';
	font-size:32px;
}
.grayText{
	font-family: 'Georgia Ref';
	font-size:24px;
	color:black;
}
.text-cont{
    background: white;
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0px 24px 52px #00000040;
    display: flex;
    flex-direction: column;
}
.service-content{
    flex: 1;
}
.service-content > p.grayText,
.service-content > p:first-of-type{
    font-family: 'Georgia Ref';
    font-size: 24px;
    color: black;
    margin-bottom: 20px;
}
.service-content > p:not(.grayText){
    font-family: 'Georgia Ref';
    font-size: 24px;
    color: black;
}
.service-link-wrapper{
    margin-top: auto;
    text-align: right;
}
.service-link{
    font-size: 24px !important;
    gap: 15px !important;
}
.service-link:after{
    content: '';
    width: 40px;
    height: 40px;
    background-image: url(../images/rightArr.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}
.service-link{
    transition: all 0.3s ease;
}
.service-link:hover{
    transform: translateX(5px);
}
.service-link:hover:after{
    transform: translateX(5px);
}
.custList li{
	display: flex;
    align-items: center;
    gap: 15px;
	padding-bottom:20px;
}
.custList li:before{
	content:url(../images/galk.png);
	font-size:0;
}
.custList{
    font-family: 'Georgia Ref';
    font-size: 24px;
    color: black;
    list-style: none;
	padding-left:0px;
}
.imageCont img{
	max-width:100%;
	
}
.imageCont{
	flex:1;
	text-align:right;
}
.text-cont{
	flex:2;
}
.grayContainer{
	gap:30px;
	display: flex;
    flex-direction: column;
}
.number_item b{
	font-family: 'Proxima Nova Cn Rg';
	font-size:80px;
	color:#093064;
}
.number_item{
	font-family: 'Georgia Ref';
    font-size: 24px;
    color: black;
    text-align: center;
}
.nembeer_info{
	display: flex;
    justify-content: center;
}
.mapBlock{
	display: flex;
    justify-content: center;
}
.callBack{
	display: flex;
    justify-content: center;
}
.nembeer_info .incontent{
	display: flex;
    align-items: center;
    justify-content: space-between;
}
.info_area{
	display: flex;
    align-items: center;
	justify-content: center;
}
.mapBlock .incontent{
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
	aspect-ratio: 2 / 1;
	position:relative;
}
.dayWork{
	font-family: 'Proxima Nova Cn Rg';
	font-size:32px;
	color:#093064;
}
.infoBand1:before{
	content:url(../images/icon1.png);
	font-size:0;
}
.infoBand2:before{
	content:url(../images/icon3.png);
	font-size:0;
}
.infoBand3:before{
	content:url(../images/icon2.png);
	font-size:0;
}
.infoBand4:before{
	content:url(../images/icon4.png);
	font-size:0;
}
.infoBand{
	font-family: 'Proxima Nova Cn Rg';
	font-size:28px;
	color:#000;
	display: flex;
    align-items: center;
    gap: 30px;
	text-decoration: none;
	transition: all 0.3s ease;
}
.infoBand:hover{
	color:#093064;
	transform: translateX(5px);
}
.leftTab{
	display: flex;
    flex-direction: column;
    gap: 30px;
}
.buttButt{
    font-family: 'Proxima Nova Cn Rg';
    font-size: 24px;
    color: #093064;
    text-decoration: none;
    border: 1px solid #0E284B;
    border-radius:6px;
    background: white;
    display: inline-block;
    padding: 16px 0px;
	vertical-align: middle;
	    width: 220px;
    text-align: center;
	transition: all 0.3s ease;
}
.buttButt:hover{
	background:#093064;
	color: white;
	border-color: #093064;
	transform: translateY(-2px);
	box-shadow: 0 2px 8px rgba(9, 48, 100, 0.2);
}
.buttButt.active{
	background:#093064;
	color: white;
	border-color: #093064;
}
.buttButt.active:before{
	content:url(../images/larr.png);
	font-size:0;
	vertical-align: middle;
	
}
.buttButt.active{
	color:white;
	background:#093064;
	padding: 11.8px 0px;
}
.buttonBlock{
	display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    position: absolute;
    right: 40px;
    top: 10px;
}
.getText{
	font-family: 'Georgia Ref';
    font-size: 26px;
}
.callForm{
    width: 100%;
    max-width: 855px;
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.localInput{
	border:none;
	border-bottom:1px solid #36645C;
	outline:none;
	font-family: 'Georgia Ref';
    font-size: 24px;
	padding:5px 10px;
	flex:1;
}
.localInput:focus {
	border-bottom-color: #093064;
}
textarea.localInput {
	resize: vertical;
	min-height: 120px;
}
select.localInput {
	background: #fff;
	cursor: pointer;
}
input[type="file"].localInput {
	padding: 12px 20px;
	cursor: pointer;
}
.rowInput{
	display: flex;
    align-items: center;
    gap: 30px;
}
.custom_check {
    display: inline-flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
}
.custCheck {
    display: none;
}
.custom_check label {
    background: url(../images/checkoff.png);
	width: 70px;
    height: 48px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
	display:block;
	background-size: contain;
}
.custom_check .custCheck:checked + label {
    background: url(../images/checkon.png);
    background-size: cover;
    background-position: center;
	 background-repeat: no-repeat;
    background-position: center;
	display:block;
	background-size: contain;
}
.text-checkbox, .text-checkbox a{
	font-family: 'Georgia Ref';
    font-size: 26px;
	color:black;
}
.text-checkbox a{
	transition: all 0.3s ease;
	text-decoration: none;
}
.text-checkbox a:hover{
	color:#093064;
	text-decoration: underline;
}
.sendform,
button.sendform {
    font-family: 'Proxima Nova Cn Rg';
    font-size: 24px;
    color: #FFF;
    display: inline-block;
    background: #093064;
    border-radius: 6px;
    text-decoration: none;
    width: 372px;
    text-align: center;
    padding: 22px 0px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(9, 48, 100, 0.2);
}
.sendform:hover,
button.sendform:hover {
    background: #005bb4;
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(9, 48, 100, 0.3);
}
.sendform:active,
button.sendform:active {
    transform: translateY(-1px);
    box-shadow: 0 2px 6px rgba(9, 48, 100, 0.25);
}
.fornutt{
	text-align:center;
}
footer .head-menu{gap:30px;}
footer{
	display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 30px;
}
.logo{
	transition: all 0.3s ease;
	display: inline-block;
}
.logo:hover{
	transform: scale(1.05);
	opacity: 0.9;
}
footer .head-menu_link{
	transition: all 0.3s ease;
	position: relative;
}
footer .head-menu_link:hover{
	color:#093064;
	transform: translateY(-2px);
}
footer .head-menu_link::after{
	content: '';
	position: absolute;
	width: 0;
	height: 2px;
	bottom: -5px;
	left: 50%;
	background-color: #093064;
	transition: all 0.3s ease;
	transform: translateX(-50%);
}
footer .head-menu_link:hover::after{
	width: 100%;
}
.cont_head2{
	 font-family: 'Proxima Nova Cn Rg';
    font-size: 46px;
	color:#093064;
}
.imgcontainer img{
	width:100%;
}
.textuhead{
	font-family: 'Proxima Nova Cn Rg';
    font-size: 32px;
	color:black;
}
.textutext{
	font-family: 'Georgia Ref';
    font-size: 24px;
	color:black;
}
.textublock{
	position:relative;
	padding-left:40px;
}
.textublock:before{
	content:url(../images/galk2.png);
	position:absolute;
	top:0;
	left:0;
}
.textcontainerNew{
	display: flex;
    flex-direction: column;
    gap: 50px;
	flex:2;
	padding-left:30px;
	border-left:1px solid #36645C;
}
.info_area .incontent .imgcontainer{
	flex:1;
	padding-right:30px;
	
}
.info_area .incontent{
	display:flex;
}
.info_area{
	padding-top:60px;
}
.negrey_area .incontent{
	background:url(../images/Group.png);
	background-repeat:no-repeat;
	background-position:right;
}
.negrey_area{
	background:#0E284B26;
	display: flex;
    align-items: center;
    justify-content: center;
	margin-top:60px;
}
.poplahead{
	font-family: 'Proxima Nova Cn Rg';
    font-size: 32px;
	color:black;
	padding-bottom:15px;
}
.poplatext{
	font-family: 'Georgia Ref';
    font-size: 24px;
	color: black;
	padding-bottom: 30px;
}
.poplalist:before{
	content:url(../images/galk2.png);
}
.poplalist{
	font-family: 'Georgia Ref';
    font-size: 24px;
    color: black;
    display: flex;
    align-items: center;
    gap: 20px;
    padding-bottom: 30px;
}
.shitBlock{
	display: flex;
    align-items: center;
    justify-content: center;
}
.shitHead{
	font-family: 'Proxima Nova Cn Rg';
    font-size: 32px;
	color:black;
}
.shitText{
	font-family: 'Georgia Ref';
    font-size: 24px;
    color: black;
}
.number{
	color:#36645C;
	font-family: 'Proxima Nova Cn Rg';
    font-size: 72px;
}
.shitItem {
    display: flex;
    align-items: flex-start;
}
.text_p{
    background: white;
    border-radius: 32px;
    box-shadow: 0px 24px 52px #00000040;
    display: flex;
    flex-direction: column;
    padding: 60px;
	
}
.textShit{
	padding-bottom:60px;
}
.shitItem.leftItem .number{
	padding-right:60px;
}
.shitItem.leftItem .textShit{
	padding-left:60px;
	border-left:1px solid #36645C;
}
.shitItem.rightItem .number{
	padding-left:60px;
}
.shitItem.rightItem .textShit{
	padding-right:60px;
	border-right:1px solid #36645C;
}
.apopa{
	text-align:right;
	padding-top:30px;
}
.gridConter{
	display:flex;
	align-items: center;
    justify-content: center;
}
.ultrahead{
	color:#000;
	font-family: 'Proxima Nova Cn Rg';
    font-size: 26px;
	display:block;
	padding-bottom:15px;
}
.ultrafont{
	font-family: 'Georgia Ref';
    font-size: 20px;
    color: black;
}
.partians:last-child{
	border-right:none;
}
.partians{
	display: flex;
    align-items: center;
    gap: 30px;
	flex:1;
	border-bottom:1px solid #36645C;
	border-right:1px solid #36645C;
	padding: 30px;
}
.tustRow{
	display:flex;
}

@media screen and (max-width:1245px)
{
	.head_cont{
		flex-direction: column;
		gap: 15px;
	}
	.incontent{
		padding: 0px 20px;
	}
}
@media screen and (max-width:900px)
{
	.info_area .incontent {
		flex-direction: column;
	}
	.tustRow {
		display: flex;
		flex-direction: column;
	}
	.partians {
		display: flex;
		align-items: center;
		gap: 30px;
		flex: 1;
		border-bottom: 1px solid #36645C;
		border-right:none;
		padding: 30px;
		flex-direction: column;
	}
	.ourserv{
		display:none;
	}
	.shitItem {
		display: flex;
		align-items: flex-start;
		flex-direction: column;
	}
	.shitItem.rightItem{
		flex-direction: column-reverse;
	}
	.poplas{
		padding:25px;
	}
	.hideBan{
		padding-right:0 !important;
	}
	.shitItem .textShit{
		border:none !important;
	}
	.number{
		padding:0 !important;
	}
	.shitItem.leftItem .textShit {
		padding-left:0;
	}
	.shitItem.rightItem .textShit{
		padding-right:0;
	}
	.head-menu {
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
	}
	.banner_cont{
		flex-direction: column;
	}
	.sec_banner_area .incontent {
		flex-direction: column;
	}
	.right_bar {
		flex-direction: column-reverse;
	}
	.grayRow{
		flex-direction: column;
	}
	.nembeer_info .incontent {
		flex-direction: column;
		gap: 60px;
	}
	.hideon{
		display:none;
	}
	.rowInput{
		flex-direction: column;
	}
	.localInput{
		width:100%;
	}
	.text-checkbox,.text-checkbox a{
		font-size:18px;
	}
	.custom_check label{
		width:120px;
	}
	.buttonBlock{
		position: relative;
		padding-top: 45px;
	}
	.bigblue{
		padding:20px;
	}
	.greenLink{
		font-size: 22px;
	}
	.vertSoc .rightVert{
		display:none;
	}
	.vertline{
		display:none;
	}
	.cont{
		padding-left: 0;
	}
	.sendform,
	button.sendform {
		width:100%;
	}
	.scroll-to-top {
		width: 50px;
		height: 50px;
		bottom: 20px;
		right: 20px;
		font-size: 0;
	}
}

/* Кнопка прокрутки вверх */
.scroll-to-top {
	position: fixed;
	bottom: 30px;
	right: 30px;
	width: 60px;
	height: 60px;
	background: #093064;
	border: none;
	border-radius: 50%;
	cursor: pointer;
	display: none;
	align-items: center;
	justify-content: center;
	z-index: 1000;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	transition: all 0.3s ease;
	color: white;
}

.scroll-to-top:hover {
	background: #005bb4;
	transform: translateY(-3px);
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}

.scroll-to-top:active {
	transform: translateY(-1px);
}

.scroll-to-top svg {
	width: 24px;
	height: 24px;
}

.scroll-to-top.show {
	display: flex;
}

/* Стили для страницы политики конфиденциальности */
.privacy-info-area {
	padding-top: 0 !important;
}
.privacy-content {
	padding: 40px 0;
	width: 100%;
}
.privacy-content p {
	font-family: 'Georgia Ref';
	font-size: 26px;
	color: black;
	line-height: 1.6;
	margin-bottom: 20px;
}
.privacy-content h1,
.privacy-content h2,
.privacy-content h3 {
	font-family: 'Proxima Nova Cn Rg';
	color: black;
	margin-top: 30px;
	margin-bottom: 15px;
}
.privacy-content ul,
.privacy-content ol {
	margin-left: 30px;
	margin-bottom: 20px;
}
.privacy-content li {
	font-family: 'Georgia Ref';
	font-size: 26px;
	color: black;
	line-height: 1.6;
	margin-bottom: 10px;
}
/* Убираем иконки и лишние стили для элементов внутри privacy-content */
.privacy-content .textublock {
	position: relative;
	padding-left: 0;
}
.privacy-content .textublock:before {
	content: none;
	display: none;
}
/* Стили для textuhead внутри privacy-content */
.privacy-content .textuhead {
	font-family: 'Georgia Ref';
	font-size: 26px;
	color: black;
	line-height: 1.6;
	margin-bottom: 20px;
	font-weight: normal;
	width: 100%;
}

/* Модальное окно "Заказать звонок" */
.modal-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 10000;
	align-items: center;
	justify-content: center;
}
.modal-overlay.active {
	display: flex;
}
.modal-content {
	background: white;
	border-radius: 12px;
	padding: 40px;
	max-width: 500px;
	width: 90%;
	max-height: 90vh;
	overflow-y: auto;
	position: relative;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}
.modal-close {
	position: absolute;
	top: 15px;
	right: 15px;
	background: none;
	border: none;
	font-size: 32px;
	color: #666;
	cursor: pointer;
	line-height: 1;
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
}
.modal-close:hover {
	color: #000;
	transform: scale(1.1);
}
.modal-title {
	font-family: 'Proxima Nova Cn Rg';
	font-size: 32px;
	color: black;
	margin-bottom: 30px;
	text-align: center;
}
.sendform:disabled {
	opacity: 0.5;
	cursor: not-allowed;
	background: #ccc !important;
}
.sendform:disabled:hover {
	transform: none;
	box-shadow: none;
}