/*
Theme Name: Microsoft
Theme URI: https://wordpress.org/
Description: Тема для Wordpress
Author: Divster
Author URI: https://divster.name/
Version: 100.0
*/
@font-face {
	font-family: 'Segoe UI';
	src: local('Segoe UI'), local('SegoeUI'),
		url('fonts/SegoeUI.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Segoe UI';
	src: local('Segoe UI Semibold'), local('SegoeUI-SemiBold'),
		url('fonts/SegoeUI-SemiBold.woff2') format('woff2');
	font-weight: 600;
	font-style: normal;
}
/* Eric Meyer's CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=);
	list-style-type: none;
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End of Eric Meyer's CSS Reset */
*{
	box-sizing: border-box;
}
html {
	height: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body{
	font-family: 'Segoe UI', sans-serif;
	font-size: 14px;
	line-height: 1;
	color: #000;
	height: 100%;
}
@media (prefers-color-scheme: dark) {
	body {
		background: #FFF;
		color: #222;
	}
}
body.not-scroll{
	overflow-y: hidden;
}
textarea,input[type=text],input[type=email],input[type=password],input[type=search],input[type=tel],input[type=number]{
	font-family: 'Segoe UI', sans-serif;
	border: 1px solid #666;
	background: #fff;
	color: #000;
	outline: none;
}
input[type=submit], button{
	border: none;
	background: none;
	padding: 0;
	margin: 0;
	-webkit-appearance: none;
	font-family: 'Segoe UI', sans-serif;
	outline: none;
	cursor: pointer;
}
button::-moz-focus-inner{
	border: 0;
}
.container {
	min-width: 280px;
	max-width: 1600px;
	margin: 0 auto;
}
a {
	color: #0167B8;
	text-decoration: underline;
	outline: none;
}
a:hover {
	text-decoration: none;
}

img {
	max-width: 100%;
	height: auto;
}
:invalid {
	box-shadow: none;
}
strong{
	font-weight: 600;
}
em{
	font-style: italic;
}
details summary::-webkit-details-marker{
	display: none;
}
:focus-visible{
	outline: 1px solid black;
}
.site-wrapper {
	display: flex;
	flex-direction: column;
	min-height: 100%;
	overflow: hidden;
	position: relative;
}
.site-container{
	flex: 1 0 auto;
}

/* Header
-----------------------------------------------------------------------------*/
.site-header {
	position: absolute;
	inset: 20px 0 auto;
}
.header-lang {
	display: table;
	margin: 0 0 0 auto;
	position: relative;
}
.header-lang__current {
	padding: 4px 14px 2px;
	background: linear-gradient(180deg, #C4EBFF 0%, #EDF3FF calc(100% - 6px));
	border: 1px solid #FFF;
	border-radius: 8px;
	font-weight: 600;
	font-size: 15px;
	line-height: 20px;
	text-transform: capitalize;
}
.header-lang__current i{
	display: inline-block;
	transform: rotate(90deg);
	vertical-align: middle;
	margin-left: 8px;
}
.header-lang ul{
	position: absolute;
	inset: calc(100% - 6px) 0 auto;
	visibility: hidden;
	background: #EDF3FF;
	border-radius: 0 0 8px 8px;
}
.header-lang.is-open ul{
	visibility: visible;
}
.header-lang ul a{
	display: block;
	padding: 4px 14px;
	font-weight: 600;
	font-size: 15px;
	line-height: 20px;
	color: #000;
	text-decoration: none;
	text-transform: capitalize;
}
/* Common
-----------------------------------------------------------------------------*/
.body-title-l {
	font-weight: 600;
	font-size: 48px;
	line-height: 64px;
	margin-bottom: 30px;
}
.body-title-m {
	font-weight: 600;
	font-size: 34px;
	line-height: 45px;
	margin-bottom: 24px;
}
.body-title-s {
	font-weight: 600;
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 14px;
}
.body-title-graient{
	display: inline-block;
	background: linear-gradient(90deg, #050505 0%, #0068AA 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}
.body-text-l {
	font-size: 18px;
	line-height: 24px;
}
.body-text-m {
	font-size: 15px;
	line-height: 20px;
}
.body-text-l sup,
.body-text-m sup{
	font-weight: 600;
	font-size: 11px;
	line-height: 11px;
	vertical-align: super;
	margin-left: 3px;
}
.body-link{
	font-weight: 600;
	font-size: 15px;
	line-height: 20px;
	margin-top: 25px;
}
.body-link i{
	display: inline-block;
	line-height: 0;
	margin-left: 7px;
}
.body-link i svg{
	fill: #0167B8;
}
.body-text-m + .body-link{
	margin-top: 14px;
}
.button{
	display: inline-block;
	padding: 9px 31px;
	border: 1px solid;
	border-radius: 4px;
	font-weight: 600;
	font-size: 15px;
	line-height: 20px;
	text-align: center;
	color: #006ABE;
	text-decoration: none;
	transition: all 0.2s;
}
.button_transparent {
	border-color: #006ABE;
}
.button_transparent:hover{
	background: #006ABE;
	color: #FFF;
}
.button_blue{
	background: #007ADC;
	border-color: #007ADC;
	color: #FFF;
}
.button_blue:hover{
	background: transparent;
	color: #006ABE;
}
/* Main
-----------------------------------------------------------------------------*/
.support {
	padding: 40px 0;
	background: #006ABE;
	color: #FFF;
	text-align: center;
}
.support__container{
	width: 1060px;
	max-width: 100%;
	margin: 0 auto;
}
.support .body-link a{
	color: #fff;
}
.support .body-link a i svg{
	fill: #fff;
}
.about {
	padding: 50px 0;
	background: linear-gradient(180deg, #C3EBFF 0%, #EEF3FF 100%);
}
.about__container {
	display: flex;
	align-items: center;
	gap: 100px;
}
.about_right .about__container{
	flex-direction: row-reverse;
}
.about__image {
	width: calc(50% - 10px);
	line-height: 0;
}
.about__image img{
	border-radius: 9px;
}
.about__content {
	width: calc(50% - 145px);
}
.idea__heading{
	text-align: center;
}
.idea {
	padding: 100px 0;
}
.idea__heading{
	width: 1050px;
	max-width: 100%;
	margin: 0 auto 100px;
}
.idea__btn {
	margin-top: 27px;
}
.idea__container {
	display: flex;
	flex-wrap: wrap;
	gap: 72px;
}
.idea__item {
	width: calc((100% - 2 * 72px) / 3);
}
.idea__item:nth-child(3n + 2) {
	margin-top: 180px;
}
.idea__image {
	line-height: 0;
	margin-bottom: 31px;
}
.idea__image img{
	border-radius: 9px;
}
.content {
	padding: 100px 0;
	background: linear-gradient(180deg, #D8CCE7 0%, #FEFDFE 100%);
}
.content__section {
	display: flex;
	align-items: center;
	gap: 100px;
}
.content__section:not(:last-child){
	margin-bottom: 150px;
}
.content__section:nth-child(even){
	flex-direction: row-reverse;
}
.content__image {
	width: calc(50% - 10px);
	line-height: 0;
}
.content__image img{
	border-radius: 9px;
}
.content__content {
	width: calc(50% - 145px);
}
.new {
	padding: 50px 0;
	position: relative;
}
.new::before{
	content: '';
	display: block;
	position: absolute;
	inset: 100px 0;
	background: linear-gradient(180deg, #D7EBF5 0%, #FBFDFE 100%);
	
}
.new__container {
	display: flex;
	align-items: center;
	gap: 100px;
	position: relative;
}
.new__image {
	width: calc(50% - 10px);
	line-height: 0;
}
.new__image img{
	border-radius: 9px;
}
.new__content {
	width: calc(50% - 145px);
}
.new__btn {
	margin-top: 20px;
}
.links {
	padding: 50px 0;
}
.links__container {
	display: flex;
	gap: 30px;
	padding: 50px 0;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
.links__item {
	width: calc((100% - 3 * 30px) / 4);
	font-weight: 600;
	font-size: 15px;
	line-height: 20px;
	text-align: center;
}
.links__item i{
	width: 63px;
	height: 63px;
	display: block;
	margin: 0 auto 11px;
}
.check{
	padding: 0 0 50px;
}
.check__container {
	display: flex;
	align-items: center;
	padding: 20px 78px 20px 51px;
	background: #0026C9;
	border-radius: 9px;
	color: #FFF;
}
.check__content {
	flex-grow: 1;
}
.check__content a{
	color: #FFF;
	text-decoration: none;
}
.check__control {
	margin-top: 20px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 32px;
}
.check__container .button {
	border-color: #FFF;
	color: #FFF;
}
.check__container .button:hover{
	background: #FFF;
	color: #0026C9;
}
.check__control .body-link{
	margin: 0;
}
.check__control .body-link a{
	color: #FFF;
}
.check__control .body-link a i svg{
	fill: #FFF;
}
.check__image {
	width: 323px;
	flex-shrink: 0;
	line-height: 0;
}
.footnote {
	padding: 50px 0 100px;
	background: #333;
	font-size: 12px;
	line-height: 16px;
	color: #FFF;
}
.footnote p,
.footnote li{
	margin-bottom: 16px;
}
.footnote ul{
	list-style: disc;
}
.footnote ol{
	counter-reset: ol;
}
/* .footnote ol li:before{
	content: counter(ol);
	counter-increment: ol;
	color: #00BCF2;
	text-decoration: underline;
	margin-right: 4px;
}
.footnote a{
	color: #00BCF2
} */
.footnote ol li:before{
	content: counter(ol);
	counter-increment: ol;
	font-weight: 600;
	font-size: 7px;
	line-height: 7px;
	vertical-align: super;
	margin-right: 2px;
}
.totop{
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	right: 40px;
	bottom: 33px;
	width: 48px;
	height: 48px;
	background: #DDF3FF;
	border: 1px solid #FFFFFF;
	box-shadow: 2px 4px 9px rgba(0, 0, 0, 0.2);
	border-radius: 8px;
	cursor: pointer;
	z-index: 50;
	visibility: hidden;
	opacity: 0;
	transition: 0.3s all;
}
.totop.is-show{
	visibility: visible;
	opacity: 1;
}
.totop:hover{
	background: #ABE1FF;
}
.totop svg{
	fill: #333;
	transform: rotate(-90deg);
}
/* Redactor Styles
-----------------------------------------------------------------------------*/
.alignnone {
	margin: 5px 20px 20px 0;
}
.aligncenter, div.aligncenter {
	margin: auto;
	text-align: center;
}
.alignright {
	float:right;
	margin: 5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin: 5px 20px 20px 0;
}
.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
a img.alignright {
	float:right;
	margin: 5px 0 20px 20px;
}
a img.alignnone {
	margin: 5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin: 5px 20px 20px 0;
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}
.wp-caption {
	max-width: 100%;
	padding: 0 0 10px;
	text-align: center;
	margin-top:20px !important;
	margin-bottom:20px !important;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border:3px solid #dbdddd;
	height: auto;
	margin:0 0 5px 0;
	max-width: 98.5%;
	padding:0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size:12pt;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}

/* Responsive
-----------------------------------------------------------------------------*/
@media only screen and (max-width: 1640px){
	.container{
		margin-left: 20px;
		margin-right: 20px;
	}
}
@media only screen and (max-width: 1190px){
	.body-title-l{
		font-size: 40px;
		line-height: 44px;
	}
	.about__container{
		gap: 50px;
	}
	.about__content {
		width: calc(50% - 40px);
	}
	.idea__container{
		gap: 50px;
	}
	.idea__item {
		width: calc((100% - 2 * 50px) / 3);
	}
	.idea__item:nth-child(3n + 2) {
		margin-top: 100px;
	}
	.content__section {
		gap: 50px;
	}
	.content__section:not(:last-child) {
		margin-bottom: 75px;
	}
	.content__content {
		width: calc(50% - 40px);
	}
	.new__container {
		gap: 50px;
	}
	.new__content {
		width: calc(50% - 40px);
	}
	.check__container {
		padding: 20px 30px;
	}
}
@media only screen and (max-width: 767px){
	.body-title-l{
		font-size: 30px;
		line-height: 40px;
		margin-bottom: 20px;
	}
	.body-title-m{
		font-size: 20px;
		line-height: 27px;
		margin-bottom: 20px;
	}
	.body-title-s {
		margin-bottom: 10px;
	}

	.body-link{
		margin-top: 20px;
	}
	.body-text-m + .body-link {
		margin-top: 10px;
	}
	.support {
		padding: 70px 0 26px;
	}
	.about__container{
		flex-direction: column !important;
		gap: 30px;
	}
	.about__image{
		width: 100%;
	}
	.about__content{
		width: 100%;
	}
	.idea {
		padding: 90px 0;
	}
	.idea__heading {
		margin: 0 auto 90px;
	}
	.idea__btn {
		margin-top: 20px;
	}
	.idea__container{
		flex-direction: column;
		gap: 60px;
	}
	.idea__item{
		width: 100%;
		margin: 0 !important;
	}
	.content {
		padding: 50px 0 140px;
	}
	.content__section{
		flex-direction: column !important;
		gap: 30px;
	}
	.content__section:not(:last-child) {
		margin-bottom: 60px;
	}
	.content__image{
		width: 100%;
	}
	.content__content{
		width: 100%;
	}
	.new{
		padding: 0 0 50px;
	}
	.new:before{
		inset: 10px 20px 0;
	}
	.new__container{
		flex-direction: column !important;
		gap: 30px;
	}
	.new__image{
		width: 100%;
	}
	.new__content{
		width: 100%;
		padding: 0 10px;
		position: relative;
	}
	.links {
		padding: 40px 0 50px;
	}
	.links__container{
		flex-direction: column;
		padding: 20px 0;
		gap: 10px;
	}
	.links__item{
		width: 100%;
		gap: 10px;
		display: flex;
		align-items: center;
	}
	.links__item i{
		width: 48px;
		height: 48px;
		flex-shrink: 0;
		margin: 0;
	}
	.check{
		padding: 0 0 60px
	}
	.check__container{
		flex-direction: column-reverse;
		align-items: center;
		gap: 20px;
		padding: 20px 0 40px;
		text-align: center;
	}
	.check__image{
		width: 100%;
	}
	.check__content{
		width: 100%;
		padding: 0 19px;
	}
	.check__control {
		gap: 20px;
		margin-top: 26px;
	}
	.footnote {
		padding: 30px 0 60px;
	}
	.totop{
		right: 10px;
		bottom: 10px;
	}
}