@font-face {
    font-family: Inter;
    src: url(font/Inter-Regular.ttf);
}

@font-face {
	font-family: Roboto;
	src: url(font/RobotoFlex-Regular.ttf);
}

@font-face {
    font-family: 'TT Interfaces';
    src: url('font/TTInterfaces-Regular.woff2') format('woff2'),
         url('font/TTInterfaces-Regular.woff') format('woff'),
         url('font/TTInterfaces-Regular.ttf') format('truetype');
  }


body {
	background-color: #FFFFFF;
	font-family: 'Roboto';
}

a {
	text-decoration: none;
}

.head {
	width: 100%;
	position: relative;
	padding-bottom: 242px;
	background: #fff;
}

.header {
	width: 1244px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
    align-items: center;
    padding-top: 24px;
    padding-bottom: 24px;
}

.header .logo {
	width: fit-content;
	display: flex;
	align-items: center;
	
}

.header .logo img {
	height: 39px;
}

.header .logo div {
	letter-spacing: 0.03em;
	color: #949494;
	font-weight: 400;
	font-size: 14px;
	line-height: 130%;
	margin-left: 12px;
}

.header .menu a {
	font-family: 'TT Interfaces';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: #0C1033;
	margin-right: 32px;
}

.header .menu a.selected {
	color: #178FEE;
}

.header .menu a:last-child {
	margin-right: 0;
}

.header a.button, .head-text a, .promo a.button {
	display: inline-block;
	background: #0C1033;
	border-radius: 4px;
	padding: 12px 20px;
	font-family: 'TT Interfaces';
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 100%;
	width: fit-content;
	color: #FFFFFF;
	margin-right: 16px;
}

.header a.button.light {
	color: #0C1033;
	background-color: #FFF;
	border: 1px solid #0C1033;
}

.head-text {
	width: 1244px;
	margin: 0 auto;
	display: flex;
	padding-top: 70px;
	flex-direction: column;
	position: relative;
}

.head-text .tag {
	font-family: 'TT Interfaces';
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 135%;
	color: #0078D4;
	margin-bottom: 24px;
	display: flex;
    align-items: center;
}

.head-text .tag img {
	height: 14px;
	margin-right: 8px;
}

.head-text .big {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-size: 72px;
	line-height: 100%;
	letter-spacing: -0.02em;
	color: #0C1033;
	margin-bottom: 16px;
}

.head-text .big span {
	color: #178FEE;
}

.head-text .small {
	font-family: 'TT Interfaces';
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 135%;
	color: rgba(12, 16, 51, 0.7);
	margin-bottom: 40px;
}

.facts {
	background: #F5F4F4;
	margin-top: -72px;
}

.facts .list {
	position: relative;
	padding: 32px 63px;
	width: 1240px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	background-color: #FFF;
	border-radius: 4px;
	gap: 48px;
	z-index: 2;
}

.facts .item {
}

.facts .item img {
	height: 80px;
}

.facts .item:last-child {
	border-right: 0;
}


.main-image {
	width: 50%;
	position: absolute;
	top: 0;
	right: 0;
	text-align: right;
}

.main-image img {
	height: 746px;
}

.adv-rev {
	background: #F5F4F4;
}

.advantages {
	width: 1240px;
	margin: 0 auto;
	padding-top: 160px;
}

.advantages .title {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-size: 48px;
	line-height: 100%;
	margin-bottom: 16px;
	text-align: center;
	letter-spacing: -0.02em;
	color: #0C1033;
}

.advantages .text {
	font-family: 'TT Interfaces';
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 135%;
	text-align: center;
	color: rgba(12, 16, 51, 0.56);
	margin-bottom: 64px;
}

.advantages .list {
	display: flex;
	justify-content: space-between;
}

.advantages .list .item {
	background: #FFFFFF;
	border-radius: 4px;
	display: flex;
	padding: 40px;
	flex-direction: column;
	width: 400px;
	align-items: center;
}

.advantages .list .item img {
	height: 128px;
	width: 128px;
	margin-bottom: 24px;
}

.advantages .list .item .tag {
	font-family: 'TT Interfaces';
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 135%;
	color: #0078D4;
	margin-bottom: 16px;
	display: flex;
	align-items: center;
}

.advantages .list .item .tag img {
	height: 16px;
	width: 16px;
	margin-bottom: 0;
	margin-right: 8px;
}

.advantages .list .item .desc {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-size: 32px;
	line-height: 110%;
	display: flex;
	align-items: center;
	text-align: center;
	letter-spacing: -0.02em;
	color: #0C1033;
}

.reviews {
	width: 1240px;
	margin: 0 auto;
	padding-top: 140px;
	padding-bottom: 160px;
	display: flex;
    flex-direction: column;
    align-items: center;
}

.reviews .title {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-size: 48px;
	line-height: 100%;
	text-align: center;
	letter-spacing: -0.02em;
	color: #0C1033;
	margin-bottom: 24px;
}

.reviews > img {
	height: 80px;
}

.reviews .list {
	display: flex;
	justify-content: space-between;
	margin-top: 64px;
	width: 100%;
}

.reviews .list .item {
	width: 400px;
	background: #FFFFFF;
	border-radius: 4px;
	padding: 40px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.reviews .list .item .name {
	font-family: 'TT Interfaces';
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 135%;
	color: #0078D4;
}

.reviews .list .item .social {
	font-family: 'TT Interfaces';
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 135%;
	color: rgba(12, 16, 51, 0.56);
}

.reviews .list .item .text {
	padding-top: 24px;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-size: 32px;
	line-height: 110%;
	text-align: center;
	letter-spacing: -0.02em;
	color: #0C1033;
}

.blocks-remote {
	width: 1240px;
	margin: 0 auto;
	padding-top: 120px;
}

.blocks-remote .item {
	display: flex;
	justify-content: space-between;
	margin-bottom: 64px;
}

.blocks-remote .item img {
	height: 515px;
}

.blocks-remote .item .text {
	margin-top: 191px;
}

.blocks-remote .item .text .title {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-size: 48px;
	line-height: 100%;
	letter-spacing: -0.02em;
	color: #0C1033;
	margin-bottom: 24px;
}

.blocks-remote .item .text .desc {
	font-family: 'TT Interfaces';
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 135%;
	color: rgba(12, 16, 51, 0.56);
}

.blocks-remote .item.small {
	justify-content: flex-start;
	gap: 67px;
}

.blocks-remote .item.small img {
	height: 327px;
}

.blocks-remote .item.small .text {
	margin-top: 56px;
}

.blocks-remote .item:last-child {
	margin-bottom: 0;
}

.payplan {
	padding-top: 160px;
	margin: 0 auto;
	width: 1240px;
	display: flex;
	justify-content: space-between;
}

.payplan .item {
	width: 400px;
	display: flex;
	flex-direction: column;
	background: #F5F4F4;
	border-radius: 4px;
	padding: 40px;
}

.payplan .item.selected {
	background: #0078D4;
}

.payplan .item .info {
	text-align: center;
	border-bottom: 1px solid rgba(12, 16, 51, 0.13);
	padding-bottom: 24px;
}

.payplan .item.selected .info {
	border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}

.payplan .item .info .text {
	font-family: 'TT Interfaces';
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 135%;
	color: rgba(12, 16, 51, 0.56);
	margin-bottom: 16px;
}

.payplan .item.selected .info .text {
	color: rgba(255, 255, 255, 0.56);
} 

.payplan .item .info .price {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-size: 48px;
	line-height: 110%;
	letter-spacing: -0.02em;
	color: #0C1033;
}

.payplan .item.selected .info .price {
	color: #FFFFFF;
}

.payplan .item .sublist {
	padding-top: 24px;
	text-align: center;
}

.payplan .item .sublist div {
	margin-bottom: 16px;
	font-family: 'TT Interfaces';
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 135%;
	color: #FF491D;
	display: flex;
	align-items: center;
	justify-content: center;
}

.payplan .item .sublist div img {
	width: 16px;
	margin-right: 8px;
}

.payplan .item.selected .sublist div {
	color: #FFFFFF;
}

.promo {
	width: 1240px;
	margin: 0 auto;
	margin-top: 160px;
	margin-bottom: 64px;
	background: #0C1033;
	padding: 80px 0;
	text-align: center;
}

.promo .title {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-size: 48px;
	line-height: 100%;
	text-align: center;
	letter-spacing: -0.02em;
	color: #FFFFFF;
	margin-bottom: 16px;
}

.promo .text {
	font-family: 'TT Interfaces';
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 135%;
	text-align: center;
	letter-spacing: -0.015em;
	color: #FFFFFF;
	margin-bottom: 32px;
}

.promo a.button {
	background: #0078D4;
	color: #FFFFFF;
}


/* encryption page */

.encr .outer {
	background-color: #F5F4F4;
}

.encr .head {
	background-color: #F5F4F4;
}

.encr .head-text {
	align-items: center;
}

.encr .head-text .big {
	text-align: center;
}

.encr .head-text .small {
	text-align: center;
}

.encr .facts {
	background-color: #FFF;
}

.encr .blocks-remote {
	padding-top: 160px;
}

.encr .blocks-remote .item.small {
	gap: 87px;
}

.encr .blocks-remote .item .text {
	margin-top: 110px;
}

.encr .blocks-remote .item.small .text {
	margin-top: 33px;
}

.encr .blocks-remote .item img {
	height: 460px;
}

.encr .blocks-remote .item.small img {
	height: 306px;
}

.encr .advantages .list .item {
	background: #F5F4F4;
}

.encr .adv-rev {
	background-color: #FFF;
}

.elements {
	padding-top: 160px;
	width: 1240px;
	margin: 0 auto;
}

.elements > .title {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-size: 48px;
	line-height: 100%;
	text-align: center;
	letter-spacing: -0.02em;
	color: #0C1033;
	margin-bottom: 64px;
}

.elements .list {
	display: flex;
	justify-content: space-between;
}

.elements .item {
	background: #F5F4F4;
	border-radius: 4px;
	padding: 40px;
	width: 400px;
	display: flex;
	flex-direction: column;
    height: fit-content;
	align-items: center;
}

.elements .item .title {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-size: 32px;
	line-height: 110%;
	display: flex;
	align-items: center;
	text-align: center;
	letter-spacing: -0.02em;
	color: #0C1033;
	margin-bottom: 16px;
}

.elements .item .desc {
	font-family: 'TT Interfaces';
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 135%;
	text-align: center;
	color: rgba(12, 16, 51, 0.56);
}

.elements .item img {
	width: 128px;
	margin-bottom: 24px;
}

/* advantages */

.adv-page .head, .reg-page .head {
	padding-bottom: 64px;
}

.adv-page .head-text, .reg-page .head-text {
	align-items: center;
}

.adv-page .head-text .big, .reg-page .head-text .big {
	text-align: center;
	margin-bottom: 40px;
}

.adv-page .advantages {
	padding-top: 64px;
	padding-bottom: 64px;
}

.adv-page .advantages .list {
	flex-wrap: wrap;
	gap: 20px;
}

.adv-promo {
	margin: 0 auto;
	margin-top: 100px;
	width: 1240px;
	height: 360px;
	padding: 60px 40px;
	background-image: url(img/adv-promo-back.png);
	background-size: contain;
}

.adv-promo .title {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-size: 48px;
	line-height: 100%;
	letter-spacing: -0.02em;
	color: #0C1033;
	margin-bottom: 24px;
}

.adv-promo .text {
	font-family: 'TT Interfaces';
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 135%;
	width: 432px;
	color: rgba(12, 16, 51, 0.56);
}

.adv-page .blocks-remote .item {
	gap: 60px;
	justify-content: flex-start;
}

.adv-page .blocks-remote .item.small {
	justify-content: space-between;
}

.adv-page .blocks-remote .item img {
	height: 406px;
}

.adv-page .blocks-remote .item .text {
	margin-top: 106px;
}

.adv-page .blocks-remote .item.small .text {
	margin-top: 107px;
}

/* download */

.download .main-image {
	position: initial;
}

.download .main-image img {
	height: auto;
	width: 100%;
}

.download .head {
	display: flex;
	margin-top: 70px;
	padding-bottom: 0px;
}

.download .head-text {
	width: 494px;
	margin: 0;
	margin-right: 100px;
	margin-left: 20px;
	padding-top: 0;
}

.download .head-text a {
	margin-bottom: 121px;
}

.download .head-text .text {
	font-family: 'TT Interfaces';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 135%;
	margin-bottom: 32px;
	color: rgba(12, 16, 51, 0.36);
}

.download .head-text .item {
	font-family: 'TT Interfaces';
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 135%;
	color: #0C1033;
	padding: 24px;
	background: #F5F4F4;
	border-radius: 4px;
}

.download .head-text .item:last-child {
	margin-top: 20px;
}

/* registration */

.reg-page .promo {
	margin-top: 64px;
	display: flex;
	justify-content: space-between;
	padding: 40px;
}

.reg-page .promo .big {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-size: 48px;
	line-height: 100%;
	letter-spacing: -0.02em;
	color: #FFFFFF;
	width: 429px;
	text-align: left;
}

.reg-page .promo .small {
	font-family: 'TT Interfaces';
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 135%;
	color: #F5F4F4;
	text-align: left;
	width: 479px;
}

.reg-page .how {
	width: 1240px;
	margin: 0 auto;
	padding-top: 16px;
	padding-bottom: 64px;
}

.reg-page .how > .title {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-size: 48px;
	line-height: 100%;
	text-align: center;
	letter-spacing: -0.02em;
	color: #0C1033;
	margin-bottom: 40px;
}

.reg-page .how .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 20px;
}

.reg-page .how .list .item {
	display: flex;
	flex-direction: column;
	width: 400px;
	overflow: hidden;
	background: #F5F4F4;
	border-radius: 4px;
	align-items: center;
	justify-content: space-between;
}

.reg-page .how .list .item img {

}

.reg-page .how .list .item .title {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-size: 32px;
	line-height: 110%;
	text-align: center;
	letter-spacing: -0.02em;
	color: #0C1033;
	margin-bottom: 8px;
}

.reg-page .how .list .item .text {
	font-family: 'TT Interfaces';
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 110%;
	text-align: center;
	letter-spacing: -0.02em;
	color: rgba(12, 16, 51, 0.3);
	margin-bottom: 40px;
}




@media(max-width:800px) {


	.header,.head-text,.facts,.main-image,.trusted-by,.numbers .inner,.advantages,.blocks-remote,.htc,.promo,.footer .inner{
		width:98%;
	}
	div{
		flex-flow: column;
		width: 100% !important;
		padding: 10px;
	}
	.blocks-remote .item img{
		width:100%;
	}
	.blocks-remote .item .text{
		margin-left:0px !important
	}
	.head-text .big{
		font-size: 56px;
		line-height: 100%;
	}
	.menu{
		display: none;
	}
	.menu-mobile{
		display: block;
	}
	.menu-window a.selected{
		color: white;
		font-weight: 600;
		padding-left: 0px;
		text-shadow: 0px 0px 30px;
	}
	img{
		height:auto !important;
	}
	.header .logo img, .footer .logo img{
		height:25px !important;
	}

	.trusted-by .list .item .logo img{
		width:100%
	}
	.facts .item .rating{
		width: 60px !important;
	}
	.main-image img{
		width: 100%;
	}
	.head-text{
		padding-top: 407px;
	}
	.big br{
		display:none
	}
	.item img{
		width:100%
	}
	.reviews > img{
		width:100%
	}


}