@font-face {
    font-family: 'Inter';
    src: url('/fonts/Inter/Inter_regular/Inter-Regular.eot');
    src: local('Inter Regular'), local('Inter-Regular'),
        url('/fonts/Inter/Inter_regular/Inter-Regular.eot?#iefix') format('embedded-opentype'),
        url('/fonts/Inter/Inter_regular/Inter-Regular.woff2') format('woff2'),
        url('/fonts/Inter/Inter_regular/Inter-Regular.woff') format('woff'),
        url('/fonts/Inter/Inter_regular/Inter-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Inter_weight';
    src: url('/fonts/Inter/inter_600/Inter-SemiBold.eot');
    src: local('Inter Semi Bold'), local('Inter-SemiBold'),
        url('/fonts/Inter/inter_600/Inter-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('/fonts/Inter/inter_600/Inter-SemiBold.woff2') format('woff2'),
        url('/fonts/Inter/inter_600/Inter-SemiBold.woff') format('woff'),
        url('/fonts/Inter/inter_600/Inter-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Inter_light';
    src: url('/fonts/Inter/Inter_light/Inter-LightBETA.eot');
    src: local('Inter Light BETA'), local('Inter-LightBETA'),
        url('/fonts/Inter/Inter_light//fonts/Inter/Inter_light/Inter-LightBETA.eot?#iefix') format('embedded-opentype'),
        url('/fonts/Inter/Inter_light/Inter-LightBETA.woff2') format('woff2'),
        url('/fonts/Inter/Inter_light/Inter-LightBETA.woff') format('woff'),
        url('/fonts/Inter/Inter_light/Inter-LightBETA.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}


@font-face {
    font-family: 'Roboto-Medium';
    src: url('/fonts/roboto/500/Roboto-Medium.eot');
    src: local('/fonts/roboto/500/Roboto Medium'), local('Roboto-Medium'),
        url('/fonts/roboto/500/Roboto-Medium.eot?#iefix') format('embedded-opentype'),
        url('/fonts/roboto/500/Roboto-Medium.woff2') format('woff2'),
        url('/fonts/roboto/500/Roboto-Medium.woff') format('woff'),
        url('/fonts/roboto/500/Roboto-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto-Regular';
    src: url('/fonts/roboto/400/Roboto-Regular.eot');
    src: local('Roboto'), local('Roboto-Regular'),
        url('/fonts/roboto/400/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
        url('/fonts/roboto/400/Roboto-Regular.woff2') format('woff2'),
        url('/fonts/roboto/400/Roboto-Regular.woff') format('woff'),
        url('/fonts/roboto/400/Roboto-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto-Light';
    src: url('/fonts/roboto/300/Roboto-Light.eot');
    src: local('Roboto Light'), local('Roboto-Light'),
        url('/fonts/roboto/300/Roboto-Light.eot?#iefix') format('embedded-opentype'),
        url('/fonts/roboto/300/Roboto-Light.woff2') format('woff2'),
        url('/fonts/roboto/300/Roboto-Light.woff') format('woff'),
        url('/fonts/roboto/300/Roboto-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}






html,
body{
	margin:0;
	padding:0;
	
}
body{
	font-family: 'Inter';
}
.wrap{
	margin:0 auto;
	width:1800px;
}
#header{
	margin-bottom:28px;
	padding-top:24px;
	display:flex;
	justify-content: space-between;
}
#logo,
#logo-footer{
	position:relative;
	z-index:21;
}
.menu{
	margin:0;
	padding:0;
	display:flex;
	gap:19px;
	
}
#menu-block{
	display:flex;
	align-items: center;
	justify-content: space-between;
	transition: top 0.6s cubic-bezier(0.77, 0, 0.175, 1);
	
	
}
.menu li{
	list-style:none;
}
.menu li a{
	text-decoration:none;
	font-size:18px;
	color: rgba(0, 32, 84, 1);
	font-family: 'Inter_weight';
	font-size:18px;
}
.menu li a:hover{
	text-decoration:underline;
}
.soc-menu{
	display:none;
	width: 100%;
	width: -moz-available;
	width: -webkit-fill-available;
	width: stretch;
	padding:20px;
}
.soc-menu-fl{
	display:flex;
	flex-direction: row;
	border-top: 1px solid #00205433;
	padding-top:16px;
	justify-content: space-between;
}
.soc-menu-fl > div:first-child{
	display:flex;
	gap:10px;
	flex-direction: column;
}

.soc-menu-fl > div:first-child a{
	text-decoration:none;
	font-size: 18px;
	line-height: 25px;
	font-family: 'Roboto-Medium';
	color: #002054;
}
.soc-menu-fl > div:last-child{
	gap:12px;
	display:flex;
	flex-direction: row;
    align-items: flex-end;
}
.soc-menu-fl > div:last-child a{
	text-decoration:none;
}
.contacts{
	display:flex;
	gap:6px;
	flex-direction: column;
	text-align:right;
}
.contacts .phone{
	font-family: 'Roboto-Medium';
	font-size: 26px;
	color: rgba(0, 32, 84, 1);
	text-decoration:none;
	
}
.contacts .email{
	font-size:16px;
	color: rgba(0, 32, 84, 1);
	text-decoration:none;
}

#baner{
	height:680px;
	border-radius:20px;
	background-image:url('/images/baner.webp');
	background-repeat:no-repeat;
	background-size:cover;
	margin-bottom:60px;
	position:relative;
}
.baner-in{
	position:relative;
	padding:52px;
	min-height: 100%;
	min-height: -moz-available;
	min-height: -webkit-fill-available;
	min-height: stretch;
	display:flex;
	flex-direction: column;
	justify-content: space-between;
}
.personal-h{
	font-family: 'Roboto-Medium';
	font-size: 58px;
	line-height: 70px;
	text-transform: uppercase;
	color:#fff;
	font-weight:unset;
	margin-bottom:22px;
	margin-top:0;
	max-width:840px;
}
.personal-txt{
	max-width:536px;
	margin-bottom:42px;
	font-size: 18px;
	line-height: 24px;
	color:#fff;
}
.personal-feed{
	height:54px;
	background:#fff;
	border-radius:4px;
	color:rgba(0, 32, 84, 1);
	font-family: 'Inter_weight';
	font-size:18px;
	line-height:54px;
	text-align:center;
	cursor:pointer;
}




.burger{
	position:relative;
	z-index: 20;
	width:48px;
	height:48px;
	border-radius:4px;
	background: rgba(24, 111, 253, 1);
	display:none;
	cursor:pointer;
}
.burger .one,
.burger .two,
.burger .three{
	width:18px;
	height:2px;
	background:#fff;
	position:absolute;
}
.burger .one{
	top:16px;
	left:15px;
}
.burger .two{
	top:23px;
	left:15px;
}
.burger .three{
	top:30px;
	left:15px;
}

.h-d{
	display:flex;
	align-items: center;
	gap:8px;
	margin-bottom:24px;
	
}
.h-d > div:first-child{
	width:8px;
	height:8px;
	background:#186FFD;
	border-radius:4px;
}
.h-d > div:last-child{
	color: #002054;
	font-size:14px;
	line-height:20px;
	opacity:0.5;
}
.trust-block{
	margin-bottom:152px;
	display:grid;
	grid-template-columns:290px 290px 290px 290px 290px 290px;
	gap:12px;
}
.trust-block > div{
	border-radius:10px;
	background:#F4F3F9;
	height:152px;
	display: flex;
    align-items: center;
    justify-content: center;
	display:none;
}
.trust-block > div:first-child,
.trust-block > div:nth-child(2),
.trust-block > div:nth-child(3),
.trust-block > div:nth-child(4),
.trust-block > div:nth-child(5),
.trust-block > div:last-child{
	display:flex;
}
.trust-block > div > img{
	max-width:90%;
}
.trust-block > div:last-child{
	display:flex;
	gap:5px;
	flex-direction: column;
    justify-content: center;
}
.trust-block > div:last-child > div{
	font-family: 'Roboto-Medium';
	font-size: 44px;
	line-height: 52px;
	color: #186FFD;
	

}

.trust-block > div:last-child > div:first-child{
	font-family: 'Inter';
	font-size: 14px;
	line-height: 20px;
	color: #002054;
	opacity:0.7;

}
.trust-block > div:last-child > div:last-child{
	font-family: 'Inter_weight';
	font-size: 18px;
	line-height: 24px;
	color: #186FFD;

}
#about,
#personal,
#question{
	margin-bottom:160px;
}

.about-grid{
	display:grid;
	gap:18px;
	grid-template-columns:588px 588px 588px;
}
.about-grid > div{
	height:156px;
	border: 1px solid rgba(0, 32, 84, 0.2);
	padding:34px;
	border-radius:10px;
	display:flex;
	gap:8px;
	flex-direction: column;
    justify-content: center;
}
.about-grid > div > div:first-child{
	font-family: 'Roboto-Medium';
	font-size: 48px;
	line-height: 58px;
	text-transform: uppercase;
	color: rgba(0, 32, 84, 1);

}

.about-grid > div > div:last-child{font-family: Inter;
	font-family: 'Inter_light';
	font-size: 16px;
	line-height: 22px;
	color: rgba(0, 32, 84, 1);

}
#about .h-d,
#personal .h-d{
	margin-left:606px;
}
.about-text{
	text-indent:303px;
	margin-bottom:40px;
	margin-left:303px;
	font-family: 'Roboto-Medium';
	font-size: 44px;
	line-height: 54px;
	text-transform: uppercase;
	color:rgba(0, 32, 84, 1);
}
.about-text span{
	color:rgba(24, 111, 253, 1);
}

.about-text-sm{
	margin-left:606px;
	margin-bottom:28px;
	color: rgba(0, 32, 84, 1);	
	font-size: 18px;
	line-height: 24px;
	width:536px;
}
.about-text-sm.gr{
	display:grid;
	grid-template-columns:49% 49%;
	gap:2%;
	width:auto;
}
#why{
	margin-bottom:160px;
}
.why-one{
	margin-bottom:40px;
	display:grid;
	flex-direction: row;
	grid-template-columns:50% 50%;
}
.why-one-1{
	font-size: 38px;
    line-height: 46px;
	text-transform: uppercase;
	font-family: 'Roboto-Medium';
}
.why-one-1 span{
	color: rgba(24, 111, 253, 1);
}
.why-one-2{
	padding-left:45px;
	font-size: 18px;
    line-height: 24px;
	display:flex;
	align-items: flex-end;
}
.why-two{
	gap:18px;
	display:grid;
	grid-template-columns:436.5px 436.5px 436.5px 436.5px;
}
.why-two > div{
	border-radius:10px;
	height:400px;
	background-color: rgba(244, 243, 249, 1);

}
.why-two > .two{
	background-image:url('/images/why-two.webp');
	background-position:center center;
	background-size:cover;
	 filter: grayscale(100%); /* Current draft standard */
    -webkit-filter: grayscale(100%); /* New WebKit */
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%); 
    -o-filter: grayscale(100%); /* Not yet supported in Gecko, Opera or IE */ 
    filter: url(resources.svg#desaturate); /* Gecko */
    filter: gray; /* IE */
    -webkit-filter: grayscale(1); /* Old WebKit */
}
.why-two > .four{
	background-color:rgba(24, 111, 253, 1);
}
.why-two > div > div{
	padding:24px;
	display:flex;
	gap:31px;
	flex-direction: column;    
    justify-content: flex-end;
	height: 100%;
	height: -moz-available;
	height: -webkit-fill-available;
	height: stretch;
	
}
.why-two > div > div > div:first-child{
	text-align:center;
}
.why-b{
	font-family: 'Roboto-Medium';
	font-size: 28px;
	line-height: 36px;
	text-transform: uppercase;
	margin-bottom:16px;
	color:rgba(0, 32, 84, 1);
}

.why-txt{
	font-family: 'Inter_light';
	font-size: 16px;
	line-height: 22px;
	color:rgba(0, 32, 84, 1);
}

.why-two > .two .why-b,
.why-two > .two .why-txt,
.why-two > .four .why-b,
.why-two > .four .why-txt{
	color:#fff;
}
.why-two > .two .why-b{
	max-width:300px;
}

.personal-slide-item{
	border-radius:20px;
	overflow:hidden;
	margin-top:-30px;
	transition: height 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}

.personal-slide-item:first-child{
	margin-top:0;
}
.personal-slide-item-all{
	background-repeat:no-repeat !important;
}

.personal-slide-item.gray{
	background: rgba(244, 243, 249, 1);
}

.personal-slide-item.blue{
	background:rgba(111, 164, 253, 1);
}

.personal-slide-item.blue2{
	background:rgba(24, 111, 253, 1);
}
.personal-slide-item-all{
	padding:34px 40px;
	height: 100%;
	height: -moz-available;
	height: -webkit-fill-available;
	height: stretch;
}
.personal-slide-grid{
	display:grid;
	grid-template-columns: 546px 1118px 56px;

}
.personal-slide-grid-one{	
	font-family: 'Roboto-Medium';
	font-size: 48px;	
	line-height: 58px;	
	text-transform: uppercase;
	opacity:0.4;
	color: rgba(0, 32, 84, 1);
}
.personal-slide-grid-h{
	font-family: 'Roboto-Medium';
	font-size: 32px;
	line-height: 38px;
	text-transform: uppercase;
	margin-bottom:16px;
	color: rgba(0, 32, 84, 1);
}
.personal-slide-grid-txt{
	max-width:680px;
	font-family: 'Inter_light';
	font-size: 16px;
	line-height: 22px;
	color: rgba(0, 32, 84, 1);
	margin-bottom:26px;
}
.personal-slide-grid-three > div{
	width:56px;
	height:56px;
	background-color:#fff;
	border-radius:30px;
	background-image:url("/images/cl2.png");
	background-repeat:no-repeat;
	background-position:center center;
	cursor:pointer;
}
.blue .personal-slide-grid-one,
.blue2 .personal-slide-grid-one{
	color:#fff;
}

.blue .personal-slide-grid-h,
.blue2 .personal-slide-grid-h{
	color:#fff;
}
.blue .personal-slide-grid-txt,
.blue2 .personal-slide-grid-txt{
	color:#fff;
}
.personal-people-gr{
	display:grid;
	grid-template-columns: 680px 424px;
	gap:14px;
}
.personal-people-gr > div{
	padding:18px;
	border-radius:10px;
	backdrop-filter: blur(4px);
	background: rgba(255, 255, 255, 0.4);
}
#personal-slide{
	position:relative;
}
#personal-slide .personal-slide-item{
	position:relative;
	height:180px;
}
#personal-slide > div:last-child{
	height:150px;
}
#personal-slide .personal-slide-item:first-child .personal-slide-item-all{
	background:url("/images/personal-back-1.png");
	background-size:cover;
	background-position:center center;
}
#personal-slide .personal-slide-item:nth-child(2) .personal-slide-item-all{
	background:url("/images/personal-back-2.png");
	background-size:cover;
	background-position:center center;
}
#personal-slide .personal-slide-item:nth-child(3) .personal-slide-item-all{
	background:url("/images/personal-back-3.png");
	background-size:cover;
	background-position:center center;
}
#personal-slide .personal-slide-item:nth-child(4) .personal-slide-item-all{
	background:url("/images/personal-back-4.png");
	background-size:cover;
	background-position:center center;
}
#personal-slide .personal-slide-item:nth-child(5) .personal-slide-item-all{
	background:url("/images/personal-back-5.png");
	background-size:cover;
	background-position:center center;
}

#personal-slide .personal-slide-item:first-child{
	z-index:11;
}
#personal-slide .personal-slide-item:nth-child(2){
	z-index:12;
}
#personal-slide .personal-slide-item:nth-child(3){
	z-index:13;
}
#personal-slide .personal-slide-item:nth-child(4){
	z-index:14;
}
#personal-slide .personal-slide-item:nth-child(5){
	z-index:15;
}

#personal-slide .personal-slide-item.hgh{
	height:410px;
}

.personal-people-h1{
	font-family: 'Roboto-Medium';
	font-size: 18px;
	line-height: 26px;
	text-transform: uppercase;
	opacity:0.7;
	color: rgba(0, 32, 84, 1);
	margin-bottom:14px;
}
.personal-people-ul{
	list-style:none;
	margin:0px;
	padding:0;
}
.personal-people-ul li{
	margin-bottom:10px;
	padding-left:30px;
	margin-bottom:10px;
	font-size: 18px;
	line-height: 26px;
	color: rgba(0, 32, 84, 1);
	background:url("/images/li1.png") no-repeat;
	font-family: 'Inter_light';

}
.personal-people-h2{
	font-family: 'Inter_weight';
	font-size: 18px;
	line-height: 26px;
	margin-bottom:14px;
	color: rgba(0, 32, 84, 1);
	opacity:0.7;

}

.blue .personal-people-h1, 
.blue2 .personal-people-h1,
.blue .personal-people-ul li,
.blue2 .personal-people-ul li,
.blue .personal-people-h2,
.blue2 .personal-people-h2
{
	color:#fff;
}

.blue .personal-people-ul li,
.blue2 .personal-people-ul li{
	background: url('/images/li2.png') no-repeat;
}


.hgh .personal-slide-grid-three > div{
	background-color:rgba(24, 111, 253, 1);
	    background-image: url('/images/cl1.png');
}
.blue2.hgh .personal-slide-grid-three > div{
	background-color:rgba(111, 164, 253, 1);
}

#footer{
	background: rgba(244, 243, 249, 1);
	padding-bottom:80px;
}

.footer-in{
	padding:80px 0 0 0;
	display:grid;
	grid-template-columns: minmax(100px, 1fr) 1px minmax(100px, 1fr);
	gap:46px;
	position:relative;
}
.footer-line{
	background:rgba(0, 11, 47, 0.4);
}
.footer-one{
	display:flex;
	    flex-direction: row;
    justify-content: space-between;
}
.footer-one > div{
	max-width:273px;
	font-size: 16px;
	line-height: 22px;
	color: rgba(0, 32, 84, 1);

}
.footer-two{
	    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.footer-two ul{
	margin:0;
	padding:0;
}
.footer-two ul li{
	list-style:none;
	margin-bottom:24px;
}
.footer-two ul li:last-child{
	margin-bottom:0;
}
.footer-two ul li a{
	text-decoration:none;
	font-size: 17px;
	line-height: 22px;
	color: rgba(0, 32, 84, 1);
	font-family: 'Inter_weight';
}
.contacts-footer{
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.footer-phone{
	display: flex;
    flex-direction: column;
	gap:6px;
	align-items: flex-end;
}
.footer-phone .foot-phone{
	font-family: 'Roboto-Medium';
	font-size: 24px;
	line-height: 32px;
	color: rgba(0, 32, 84, 1);
	text-decoration:none;
}
.footer-phone .foot-email{
	
	font-size: 16px;
	line-height: 24px;	
	color: rgba(0, 32, 84, 1);
	text-decoration:none;
}
.footer-soc{
	display:flex;
	gap:12px;
	justify-content: flex-end;
}
.footer-soc a{
	width:40px;
	height:40px;
	display:block;
	text-decoration:none;
}
.footer-three{
	
	font-size: 15px;
	line-height: 20px;
	color: rgba(0, 32, 84, 1);
	position:absolute;
	bottom:0;
}
.question-h{
    margin-bottom: 40px;
    font-family: 'Roboto-Medium';
    font-size: 44px;
    line-height: 54px;
    text-transform: uppercase;
    color: rgba(0, 32, 84, 1);
	max-width:862px;
}

.question-block{
	display:grid;
	grid-template-columns: minmax(100px, 1fr) minmax(100px, 1fr);
	gap:20px;
}
.question-block-item-one{
	background:#F4F3F9;
	padding:24px;
	border-radius:14px;
	font-size:22px;
	line-height:30px;
	font-family: 'Roboto-Medium';
	align-items: center;
}
.question-crest{
	    width: 56px;
    height: 56px;
    background-color: #fff;
    border-radius: 30px;
    background-image: url(/images/cl2.png);
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
	
}
.question-block-item-one{
	display:grid;
	grid-template-columns: minmax(100px, 1fr) 56px;
	gap:10px;
}

.question-block-item-two{
	padding:14px 24px;
	font-size:16px;
	line-height:24px;
	color:#002054;
	display:none;
	padding:14px 24px;
	
}

.qqh .question-crest{
	background-color: rgba(24, 111, 253, 1);
    background-image: url('/images/cl1.png');
}
	
.qqh .question-block-item-two{
	display:block;
	
}
	

@media screen and (max-width: 1840px) {
	.wrap{
		width:1600px;
	}
	.trust-block{
		gap:12px;
		grid-template-columns:256px 256px 256px 256px 256px 256px;
	
		margin-bottom:120px;
	}
	#about,
	#why,
	#personal,
	#question{
		margin-bottom:120px;
	}
	.trust-block > div >img{
		max-width:90%;
	}
	.about-grid{
		grid-template-columns:521px 521px 521px;
	}
	#about .h-d,
	.about-text-sm,
	#personal .h-d{
		margin-left: 540px;
	}
	.about-text{
		text-indent: 270px;
		margin-left: 270px;
	}
	
	.why-two {    
		grid-template-columns: 386.5px 386.5px 386.5px 386.5px;
	}
	.personal-slide-grid {
    	grid-template-columns: 500px 966px 54px;
	}
	.personal-slide-grid-three > div {
		width: 54px;
		height: 54px;
	}
	.personal-slide-grid-one {
		font-size: 46px;
		line-height: 56px;
	}
	.personal-slide-item{
		margin-top:-35px;
	}
	.personal-slide-item:first-child{
		margin-top:0px;
	}
	.personal-people-h2{
		font-size: 17px;
		line-height: 24px;
	}
	.personal-people-gr img{
		max-width:220px;
	}
	.personal-people-gr {

		grid-template-columns: 600px 350px;
	}
	#personal-slide .personal-slide-item.hgh {
		height: 430px;
	}
}
@media screen and (max-width: 1640px) {
	.wrap{
		width:1400px;
	}
	#baner{
		height:520px;
	}
	.personal-h{
		font-size:48px;
		line-height:56px;
	}
	.personal-feed{
		height:50px;
		line-height:50px;
		font-size:17px;
	}
	.personal-txt{
		font-size:17px;
	}
	.baner-in{
		padding:44px;
	}
	.baner-in img{
		width:300px;
		height:auto;
	}
	.menu li a{
		font-size:17px;
	}
	#baner{
		margin-bottom:50px;
	}
	.trust-block{
		gap:10px;
		grid-template-columns:225px 225px 225px 225px 225px 225px;
	
		margin-bottom:110px;
	}
	#about,
	#why,
	#personal,
	#question{
		margin-bottom:110px;
	}
	.trust-block > div{
		height:130px;
	}
	.trust-block > div:last-child > div{
		font-size:38px;
		line-height: 44px;
	}
	.trust-block > div:last-child > div:first-child{
		font-size:13px;
		line-height: 18px;
	}
	.trust-block > div:last-child > div:last-child{
		font-size: 17px;
		line-height: 22px;
	}
	
	.about-grid{
		gap:16px;
		grid-template-columns:456px 456px 456px;
	}
	#about .h-d,
	.about-text-sm,
	#personal .h-d{
		margin-left: 472px;
	}
	.about-text{
		text-indent: 236px;
		margin-left: 236px;
		font-size: 40px;
		line-height: 48px;
		margin-bottom:30px;
	}
	.why-one-1{font-size: 40px;
		line-height: 48px;
		}
	.about-text-sm{
		font-size: 17px;
		line-height: 22px;
		margin-bottom: 24px;
	}
	.why-one-2{
	font-size: 17px;
		line-height: 22px;
		}
	.about-grid > div{
		height: 116px;
	}
	.about-grid > div > div:first-child{
		font-size:40px;
		line-height:50px;
	}
	.about-grid > div > div:last-child{
		font-size: 15px;
		line-height: 20px;
	}
	.why-two {    
		gap:14px;
		grid-template-columns: 339.5px 339.5px 339.5px 339.5px;
	}
	.why-two > div{
		height:360px;
	}
	.why-two img{
		width:70%;
	}
	.why-two > .two .why-b{
		max-width:100%;
		font-size: 26px;
		line-height: 32px;
		margin-bottom:10px;
	}
	.why-two > div > div {
		padding: 18px;}
	.why-txt{
		font-size:15px;
		line-height:20px;
	}
	.why-two > div > div{
		gap:10px;
	}
	.why-one-2{
		font-size: 17px;
        line-height: 22px;
		}
		
		
	.personal-slide-grid {
    	grid-template-columns:430px 838px 52px;
	}
	.personal-slide-grid-three > div {
		width: 52px;
		height: 52px;
	}
	.personal-slide-grid-one {
		font-size: 44px;
		line-height: 54px;
	}
	.personal-slide-item{
		margin-top:-35px;
	}
	.personal-slide-item:first-child{
		margin-top:0px;
	}
	.personal-slide-grid-three > div{
		background-size:22px;
	}
	.personal-people-ul li{
		margin-bottom: 8px;
		font-size: 16px;
		line-height: 22px;
	}
	.personal-people-h1,
	.personal-people-h2{
		font-size:16px;
		line-height:20px;
		margin-bottom:10px;
	}
	.personal-people-gr {
        grid-template-columns: 610px 260px;
    }
	
	.question-h{
		        font-size: 40px;
        line-height: 48px;
        margin-bottom: 30px;
	}
}
@media screen and (max-width: 1440px) {
	.wrap{
		width:1200px;
	}
	#logo img, #logo-footer img{
		width:220px;
	}
	.menu li a{
		font-size:16px;
	}
	.menu{
		gap:12px;
	}
	.contacts{
		gap:4px;
	}
	.contacts .phone{
		font-size:24px;
	}
	.contacts .email{
		font-size:15px;
	}
	#baner{
		margin-bottom:40px;
	}
	.trust-block{
	
		grid-template-columns:191px 191px 191px 191px 191px 191px;
	
		margin-bottom:100px;
	}
	#about,
	#why,
	#personal,
	#question{
		margin-bottom:100px;
	}
	
	
	.about-grid{
		gap:14px;
		grid-template-columns:390px 390px 390px;
	}
	#about .h-d,
	.about-text-sm,
	#personal .h-d{
		margin-left: 404px;
	}
	.about-text{
		text-indent: 202px;
		margin-left: 202px;
		font-size: 38px;
        line-height: 46px;
        margin-bottom: 25px;
	}
	.why-one-1{font-size: 38px;
		line-height: 46px;
		}
	.about-text-sm{
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 20px;
	}
	.about-grid > div{
		height: 90px;
	}
	.about-grid > div > div:first-child{
		font-size:40px;
		line-height:50px;
	}
	.about-grid > div > div:last-child{
		font-size: 15px;
		line-height: 20px;
	}
	.why-two {
		gap: 12px;
		grid-template-columns: 291px 291px 291px 291px;
	}
	
	
	.personal-slide-item-all {
		padding:25px;
	}
	.personal-slide-grid-one {
        font-size: 42px;
        line-height: 52px;
    }
	.personal-slide-grid-h{
		margin-bottom:12px;
	}
	.personal-slide-grid-three > div {
        width: 50px;
        height: 50px;
    }
	.personal-slide-grid {
        grid-template-columns: 380px 720px 50px;
    }
	.personal-people-gr {
        grid-template-columns: 494px 260px;
    }
	#personal-slide > div:last-child {
		height: 140px;
	}
	.footer-two ul li a{
	    font-size: 16px;
		line-height: 20px;
		}
	.footer-two ul li{
		margin-bottom:20px;
		}
	.footer-phone .foot-phone{
		font-size:20px;
		line-height:28px;
		}
	.footer-phone .foot-email{
		font-size:15px;
		line-height:22px;
			}
	.footer-one > div{
	    font-size: 15px;
		line-height: 20px;
		}
	.footer-three{
		font-size: 14px;
		line-height: 20px;
	}
	.question-h{
		        font-size: 38px;
        line-height: 46px;
        margin-bottom: 25px;
	}
	.question-block-item-one{
	    padding: 20px;
		}
	.question-crest {
    width: 50px;
    height: 50px;}
	.question-block-item-one {
    grid-template-columns: minmax(100px, 1fr) 50px;
	}
}

@media screen and (max-width: 1240px) {
	.question-block-item-one {
        padding: 16px;
		    font-size: 18px;
    line-height: 22px;
    }
	.question-block-item-two{
	    font-size: 15px;
    line-height: 20px;
		}
	.question-block-item-one {
    grid-template-columns: minmax(100px, 1fr) 46px;
	}
	.question-crest

	{
            width: 46px;
            height: 46px;
            background-size: 18px;
        }
	.wrap{
		width:1020px;
	}
	#logo img, #logo-footer img {
        width: 190px;
    }
	.menu li a {
        font-size: 14px;
    }
	.contacts .phone {
        font-size: 22px;
    }
	.contacts .email {
        font-size: 14px;
    }
	.contacts{
		gap:2px;
	}
	.baner-in img {
		width: 240px;
	}
	.baner-in {
        padding: 32px;
    }
	.personal-h {
        font-size: 38px;
        line-height: 46px;
		max-width: 540px;
		margin-bottom: 16px;
    }
	.personal-txt {
        font-size: 16px;
		margin-bottom:20px;
    }
	    .personal-feed {
        height: 46px;
        line-height: 46px;
        font-size: 16px;
    }
	#baner {
        height: 450px;
		border-radius:14px;
    }
	#baner{
		margin-bottom:30px;
	}
	#header {
		margin-bottom: 22px;}
	
	.trust-block{
	
		grid-template-columns:333px 333px 333px;
		margin-bottom:90px;
	}
	#about,
	#why,
	#personal,
	#question{
		margin-bottom:90px;
	}
	
	
	.about-grid{
		gap:10px;
		grid-template-columns:333px 333px 333px;
	}
	#about .h-d,
	.about-text-sm{
		margin-left: 344px;
	}
	.about-text{
		text-indent: 172px;
		margin-left: 172px;
		font-size: 36px;
        line-height: 44px;
        margin-bottom: 20px;
	}
	.why-one-1{font-size: 36px;
		line-height: 44px;
		}
	.about-text-sm{
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 20px;
	}
	.about-grid > div{
		height: 90px;
		padding:24px;
	}
	.about-grid > div > div:first-child{
		font-size:36px;
		line-height:46px;
	}
	.about-grid > div > div:last-child{
		font-size: 15px;
		line-height: 20px;
	}
	
	.why-two {
		grid-template-columns:  498px 498px;
	}
	    .why-two img {
        width: auto;
    }
	
	.personal-slide-item-all {
        padding: 20px;
    }
	    .personal-slide-grid-one {
        font-size: 38px;
        line-height: 48px;
    }
	.personal-slide-grid-h {
		font-size: 30px;
		line-height: 36px;
		margin-bottom:10px;
	}
	.personal-slide-grid-txt{
		font-size: 15px;
		line-height: 20px;
	}
	.personal-slide-grid {
        grid-template-columns: 60px 874px 46px;
    }
	.personal-slide-grid-three > div {
        width: 46px;
        height: 46px;
		background-size: 18px;
    }
	    .personal-slide-grid-one {
        font-size: 30px;
        line-height: 36px;
    }
	#personal-slide .personal-slide-item {
    	height: 160px;
	}	
	#personal-slide > div:last-child {
        height: 130px;
    }
	.personal-people-gr {
        grid-template-columns: 646px 260px;
    }
	.personal-people-ul li {
        margin-bottom: 6px;
        font-size: 15px;
        line-height: 20px;
    }
	.personal-people-h1, .personal-people-h2 {
        font-size: 15px;
	line-height: 18px;}
	#personal-slide .personal-slide-item.hgh {
        height: 360px;
    }

	.footer-one {
		gap:20px;
		flex-direction: column;
		justify-content: flex-start;
	}
	.footer-in{
		padding: 60px 0 0 0;
		gap:30px;
	}
	#footer{
		    padding-bottom: 60px;
		}
	    .footer-two ul li a {
        font-size: 15px;
        line-height: 18px;
    }
	.question-h{
		        font-size: 36px;
        line-height: 44px;
        margin-bottom: 20px;
	}
}


@media screen and (max-width: 1040px) {
	.question-block {
		grid-template-columns:100%;
	}
	#baner {
        height: 350px;
		border-radius:14px;
	}
	.wrap{
		width:auto;
		margin:0 20px;
	}
	#menu-block{
		top:-100%;
		position: fixed;
		background: #fff;
		height: 100%;
		width: 100%;
		left: 0;		
		flex-direction: column;
		z-index: 10;
		align-items: flex-start;
	}
	.menu li a{
		font-size:16px;
	}
	
	.menu{
		gap:18px;
		padding: 92px 20px 20px 20px;
		flex-direction: column;
	}
	
	.fade #header{
		
		position: fixed;
		z-index: 20;
		left: 20px;
		right: 20px;}
	.fade #header #menu-block{
		top:0;
		position: fixed;
		z-index: 20;
		left: 0px;
		right: 20px;
	}
	.fade #header .burger .one,
	.fade #header .burger .two,
	.fade #header .burger .three{
		display:none;
		}
	.fade #header .burger{
		background-image:url('/images/cr.png');
		background-repeat:no-repeat;
		background-position:center center;
	}
	body.fade{
		overflow:hidden;
	}
	#logo img, #logo-footer img {
        width: 187px;
    }
	#header {
		padding-top:16px;
        margin-bottom: 18px;
    }
	.contacts{
		display:none;
	}
	.burger{
		display:block;
	}
	.baner-in{
        padding: 24px;
    }
	.baner-in img {
        width: 200px;
    }
	.personal-h {
        font-size: 34px;
        line-height: 40px;
        margin-bottom: 12px;
    }
	.personal-txt{
		font-size:14px;
		line-height:20px;
		margin-bottom:22px;
	}
	.personal-feed {
        height:44px;
        line-height: 44px;
        font-size: 14px;
    }

	.soc-menu{
		display:block;
	}
	.h-d{
		margin-bottom:18px;
		gap:6px;
	}
	.h-d > div:first-child{
		width:6px;
		height:6px;
		
	}
	.h-d > div:last-child{
		font-size:13px;
		line-height:18px;
	}
	.trust-block{	
		gap:2%;
		row-gap:20px;
		grid-template-columns:32% 32% 32%;
	
		margin-bottom:80px;
	}
	#about,
	#why,
	#personal,
	#question{
		margin-bottom:80px;
	}
	
	#about .h-d, .about-text-sm, #personal .h-d {
        margin-left: 0;
    }
	.about-text{
		margin-left:0;
		text-indent:0;
		font-size: 34px;
        line-height: 40px;
		margin-bottom: 15px;
	}
	.why-one-1{font-size: 34px;
		line-height: 40px;
		}
	.about-text-sm{
		width:auto;
	}
	.about-grid{
		gap: 2%;
        grid-template-columns: 32% 32% 32%;
	}
	.about-grid > div{
		padding:20px;
		gap: 4px;
	}
	.about-grid > div > div:first-child{
		font-size: 32px;
        line-height: 38px;
	}
	.about-grid > div > div:last-child{
		font-size: 14px;
        line-height: 18px;
	}
	.why-two {
		grid-template-columns:  100%;
	}
	.why-one{
		grid-template-columns:100%;
		gap:12px;
		}
	.why-one-2{
			padding-left:0;}
	.about-text-sm.gr{
		grid-template-columns:100%;
		gap:0;
	}
	.personal-slide-grid {
        grid-template-columns: 60px minmax(200px, 1fr) 46px;
        gap: 10px;
    }
	.personal-slide-grid-h {
        margin-bottom: 5px;}
	.personal-people-gr {
        grid-template-columns: minmax(200px, 1fr) 260px;
    }
	    #personal-slide > div:last-child {
        height: 124px;
    }

    .personal-people-ul li {
        margin-bottom: 4px;
        font-size: 14px;
		line-height: 18px;
		background-size:20px;
	}
	.personal-people-gr{
		grid-template-columns:100%;
	}
	    #personal-slide .personal-slide-item.hgh {
        height:500px;
    }
	.question-h{
		        font-size: 34px;
        line-height: 40px;
        margin-bottom: 15px;
	}
}
@media screen and (max-width: 800px) {
	
	
	
	.question-h{
		        font-size: 30px;
        line-height: 38px;
        margin-bottom: 28px;
	}
	.trust-block{	
		row-gap:15px;
	}
	
	.about-text{
		
		font-size: 30px;
        line-height: 38px;
		margin-bottom:28px;
	}
	.why-one-1{font-size: 30px;
		line-height: 38px;
		}
	.about-text-sm{
		font-size:14px;
		line-height:20px;
		margin-bottom:20px;
	}
	.why-one-2{
	font-size:14px;
		line-height:20px;
		}
	.about-grid{
		grid-template-columns:100%;
		gap:8px;
	}
	.about-grid > div{
		border-radius:4px;
		padding:16px;
	}
	.about-grid > div > div:first-child{
		font-size:30px;
		line-height:36px;
	}
	.about-grid > div > div:last-child {
        font-size: 13px;
        line-height: 18px;
    }
	
	.footer-two{
		flex-direction: column;
		gap:20px;
		}
	.footer-phone{
		align-items: flex-start;
	}
	.contacts-footer{
		gap:20px;	
	}
	.footer-soc{
		    justify-content: flex-start;
	}
}
@media screen and (max-width: 700px) {
	
	    .question-block-item-one {
        grid-template-columns: minmax(100px, 1fr) 40px;
		border-radius:8px;
		font-size:17px;
		line-height:21px;
    }
	.question-crest{
	        width: 40px;
        height: 40px;
        background-size: 16px;
	}
	.question-h{
		        font-size: 26px;
        line-height: 34px;
	}
	.trust-block{	
		row-gap:10px;
	}
	
	.about-text{
		font-size:26px;
		line-height:34px;
	}
	.why-one-1{font-size: 26px;
		line-height: 34px;
		}
	
	
	#personal-slide .personal-slide-item.hgh {
        height: 550px;
    }
	.personal-slide-grid {
	grid-template-columns: 40px minmax(200px, 1fr) 40px;
	gap:5px;
	}
	    .personal-slide-grid-three > div {
        width: 40px;
        height: 40px;
        background-size: 16px;
    }
	    #personal-slide .personal-slide-item {
        height: 170px;
    }
	    #personal-slide > div:last-child {
        height: 125px;
    }
}

@media screen and (max-width: 600px) {
	.baner-in{
        padding:16px;
		min-height:auto;
    }
	.baner-in img {
        width:136px;
    }
	#baner{
		height:auto;
	}
	.baner-in img{
		margin-bottom:74px;
	}
	#baner {
        background-position: -200px center;
    }
	.trust-block{
		display: flex;
		width: max-content;
		gap: 10px;
		margin-bottom:70px;
	}
	#about,
	#why,
	#personal,
	#question{
		margin-bottom:70px;
	}
	.trust-block-all{
		
	}
	.trust-block > div{
		width: 152px;
		height:92px;
		}
	.trust-block-all{
		
		}
	.trust-block-all{
		overflow-x: scroll;
	}
	.trust-block-all::-webkit-scrollbar { display: none; }

		/* Для Firefox */
	.trust-block-all{ scrollbar-width: none; }

		/* Для Internet Explorer и Edge */
	.trust-block-all{ -ms-overflow-style: none; }
	.trust-block > div:last-child{
		gap:2px;
	}
	.trust-block > div:last-child > div {
        font-size: 24px;
        line-height: 28px;
    }
	.trust-block > div:last-child > div:first-child {
        font-size: 12px;
        line-height: 16px;
    }
	.trust-block > div:last-child > div:last-child {
        font-size: 14px;
        line-height:18px;
    }
	.trust-block > div:nth-child(2) >img{
		max-width:80%;
		}
	.why-two > .two .why-b{
		font-size:20px;
		line-height:28px;
	}
	.why-txt{
		font-size:14px;
		line-height:20px;
	}
	.why-two > div > div {
        padding: 16px;
    }
	
	.why-two{
		display:flex;
		width: max-content;
		gap:10px;
	}
	.why-two > div{
		height:320px;
		width:300px;
	}
	.why-b{
		font-size:20px;
		line-height:28px;
	}
	.why-two img {
        width: 60%;
    }
	.why-two > div{
		border-radius:6px;
	}
	.why-two-all{
		overflow-x: scroll;
	}
	.why-two-all::-webkit-scrollbar { display: none; }

		/* Для Firefox */
	.why-two-all{ scrollbar-width: none; }

		/* Для Internet Explorer и Edge */
	.why-two-all{ -ms-overflow-style: none; }
	.trust-block > div{
		display:flex;
	}
	.trust-block > div:last-child{
		display:none;
	}
	.personal-slide-item{
		border-radius:10px;
	}
	    .personal-slide-item-all {
        padding:18px;
    }
	.personal-slide-grid {
			grid-template-columns: 40px minmax(200px, 1fr) 40px;
		}
	.personal-slide-grid-one{
		font-size:22px;
		line-height:30px;
	}
	.personal-slide-grid{
		gap:10px;
		grid-template-columns:26px minmax(100px, 1fr);
	}
	.personal-slide-grid-three{
		display:none;
	}
	.personal-slide-grid-h{
		font-size:22px;
		line-height:30px;
		margin-bottom:12px;
	}
	.personal-slide-grid-txt {
        font-size: 13px;
        line-height: 18px;
    }
	#personal-slide .personal-slide-item,
	#personal-slide > div:last-child{
		height:auto;
		margin-top:0;
		width:300px;
	}
	#personal-slide .personal-slide-item,
	.personal-slide-grid
	{
		height:auto;
	}
	#personal-slide{
		display:flex;
		width: max-content;
		gap:10px;
	}
	.personal-slide-grid-txt,
	.personal-people-gr
	{
		margin-left:-36px;
	}
	.personal-slide-grid-txt{
		margin-bottom:16px;
	}
	.personal-people-gr{
		border-radius:4px;
	}
	.personal-people-gr > div {
		padding: 8px;
	}
	.personal-people-h1{
		font-size:14px;
		line-height:21px;
		margin-bottom:12px;
	}
	.personal-people-ul li{
		background-size: 16px !important;
        padding-left: 20px;
	}
	.personal-people-h2{
		font-size:14px;
		line-height:21px;
	}
	.personal-people-gr img{
		width:100%;
	}
	
	
	
	#personal-slide-all{
		overflow-x: scroll;
	}
	#personal-slide-all::-webkit-scrollbar { display: none; }

		/* Для Firefox */
	#personal-slide-all{ scrollbar-width: none; }

		/* Для Internet Explorer и Edge */
	#personal-slide-all{ -ms-overflow-style: none; }
	
	.personal-slide-item-all {
		height:100%;
		
	}
	.personal-slide-item{
		
		position:relative;
		height:auto;
	}
	.footer-in, #footer{
	padding-top:30px;
	
	}
	.footer-one{
			gap:30px;
	}
	.footer-one > div{
		font-size:13px;
		line-height:18px;
	}
	.footer-in{
		display:flex;
		flex-direction:column;
		gap:24px;
	}
	.footer-line{
		display:none;
	}
	.footer-two ul{
		order:3;
		}
	.contacts-footer{
		order:2;
	}
	.footer-phone .foot-phone{
		font-size:18px;
		line-height:25px;
		}
	.footer-phone .foot-email {
        font-size: 14px;
        line-height: 20px;
    }
	
	.footer-soc a {
		width: 34px;
		height: 34px;
	}
	.footer-soc a img{
		width: 34px;
		height: 34px;
	}
	.footer-two ul{
		padding-top:20px;
		border-top:1px solid rgba(0, 11, 47, 0.4);
	}
	
	.footer-three{
		position:relative;
		margin-top:20px;
		padding-top:20px;
		border-top:1px solid rgba(0, 11, 47, 0.4);
	}
}
@media screen and (max-width: 500px) {
	
	#baner {
        background-position: -350px center;
    }
	
}
@media screen and (max-width: 400px) {
	#baner {
        background-position: -550px center;
    }
	
}