html {
	overflow-x: hidden;
	background-color: #DDDDDD;
}

*,
body {
	margin: 0;
	padding: 0;
	box-sizing: border-box;

	/* font-family: "Georgia"; */
	/* overflow-x: hidden; */
}

a {
	cursor: pointer;
}

.red {
	color: #E81019;
}

header.header {
	width: 100%;

	display: block;
	/* height: 40px; */
	margin-bottom: 3em;
}

header.header.sticky {
	/* position: fixed; */
	top: 0;
	left: 0;
	z-index: 9999;
	transition: 0.1s;
	background-color: #fff;
}

.warning_color {
	color: #E81019;
}


.bold {
	font-weight: 700;
}

/* The progress container (grey background) */

.progress-container {
	width: 100%;
	height: 3px;
	background: #ccc;
}

/* The progress bar (scroll indicator) */

.progress-bar {
	height: 3px;
	background: #fcb700;
	width: 0%;
}

/* header.header .container {
	width: 100%;
	display: block;
	max-width: 1440px;
	margin: 0 auto;
} */
.header_hr {
	height: 5px;
	background-color: #D9D9D9;
}

.header__desktop {
	display: block;
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
}

.header_bg {
	display: block;
	width: 100%;
	max-width: 1920px;
}

.header_bgMob {
	display: none;
}

.header_bgImg {
	width: 100%;
	height: 320px;
}

.header__desktop__scroll {
	display: block;
	width: 100%;
	max-width: 880px;
	margin: 0 auto;
	height: 74px;
	background-color: #FFFFFF;
	position: relative;
	top: 0;
	left: 0;
	z-index: 99999;
	transition: 0.1s;
	font-family: "Open Sans";
	border-bottom: 1px solid #DDD;
}

.header__desktop__scroll__center {
	display: flex;
	margin: 0 auto;
	max-width: 880px;
	padding: 13px 70px;
	justify-content: space-between;
}

.header__desktop__middle__center {
	display: flex;
	margin: 0 auto;
	max-width: 1070px;

}


.navBar {
	display: flex;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 19px;
	list-style-type: none;
	flex-direction: row;
	align-items: center;
	color: #444;
	z-index: 9999;
}

.navBarMini {
	display: flex;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 19px;
	list-style-type: none;
	flex-direction: row;
	align-items: center;
	color: #fff;
	z-index: 9999;
}

.navBar2 {
	width: 280px;
	height: 495px;
	display: block;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 19px;
	list-style-type: none;
	flex-direction: row;
	align-items: center;
	color: #444;
	z-index: 9999;
	margin-right: 50px;
	position: sticky;
	top: 100px;
	margin-bottom: 80px;
}





.navBar2_Main_Cont {
	display: block;
	padding-right: 10px;
	margin-top: 20px;
	margin-bottom: 25px;
}

.navBar2_MainP {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 17px;
	line-height: 25px;
	padding-left: 10px;
}

.navBar2_adaptive {
	display: flex;
	padding-top: 15px;
	padding-left: 20px;
	border-left: 1px solid #D9D9D9;
	align-items: center;
}

.navBar2_adaptiveP {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 17px;
	line-height: 25px;
}

.navBar_element {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 35px;
	text-decoration: none;
	color: #444444;
	margin-right: 25px;
	margin-left: 25px;
}

.navBar_elementLast {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 19px;
	text-decoration: none;
	color: #444444;
	padding: 11px 21px;
	border: 1px solid #0B55BF;
	margin: 0 0;
}

.navBar_element2 {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 19px;
	text-decoration: none;
	color: #ffffff;
	margin-right: 17px;
	margin-left: 17px;
}

.navBar_element:hover {
	text-decoration: underline;
}

.navBar li {
	height: 100%;
	display: flex;
	align-items: center;
}

.header__mob {
	width: 100%;
}

.mainArticle-content {
	font-family: 'Georgia';
	color: #444444;
	max-width: 740px;
}

.article-main {
	max-width: 880px;
	margin: 0 auto;
	padding: 30px 70px 40px;
	background-color: #fff;
}

.article-title {
	max-width: 1070px;
	margin-bottom: 30px;
}

.article-title p {
	font-family: 'Georgia';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 150%;
	color: #444444;
	margin-bottom: 20px;
}

.textHr {
	width: 100%;
	height: 1px;
	background: #DEE2E6;
	border: none;
	margin-top: 30px;
	margin-bottom: 30px;
}

.autorCont {
	display: flex;
	margin: 10px 0;
}

.autorLogo {
	margin-right: 15px;
}

.article-heading {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	font-size: 39px;
	line-height: 48px;
	margin-bottom: 20px;
	color: #192F5C;
}

.autorCont .article-author {
	font-family: 'Georgia';
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 17px;
	margin-bottom: unset;
	padding-top: 9px;
}

.autorCont .article-author {
	color: #6C757D;
}

.article-author {
	vertical-align: middle;
}



.navBar2_cont {
	display: flex;
	justify-content: space-between;
	margin-bottom: 5px;
	align-items: center;
}

.navBar2_contBig {
	display: flex;
	justify-content: space-between;
	margin-bottom: 5px;
}

.navBar2_Head {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	font-size: 22px;
	line-height: 33px;
	color: #192F5C;
}

.navBar2_cont_adaptive {
	display: block;
	margin-top: 20px;
}

.navBar2_cont_adaptive_left {
	border-left: #D9D9D9 solid 1px;
}

.header__tablet__scroll {
	display: none;
	justify-content: space-between;
	padding: 13px 15px 17px 15px;
	position: relative;
	align-items: center;
	top: 0;
	background-color: #fff;
	border-bottom: 1px solid #DDD;
}

.mainArticle {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.mainArticle-wrapper {
	display: flex;
	width: 100%;
}

.mainArticle-autor {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	min-height: 35px;
	margin: 30px 0;
}

.mainArticle-autorCard {
	display: flex;
	justify-content: space-between;
}

.mainArticle-autorCard img {
	width: 35px;
	height: 35px;
	border-radius: 50%;
	margin-right: 10px;
}

.mainArticle-autorCard_text {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}

.link {
	color: #0B55BF;
	text-decoration: unset;
	font-weight: 700;
}

.link:hover {
	text-decoration: underline
}

.blueSubtitle {
	font-family: 'Georgia';
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 150%;
	text-align: center;
	color: #0B55BF;
	max-width: 740px;
	padding: 15px;
	background-color: #F3F6F7;
	border: 1px solid #0B55BF;
	margin-bottom: 20px;
	margin-top: 20px;
	max-width: 740px;
}

.attention {
	padding: 15px;
	border-left: 3px solid #E81019;
	max-width: 740px;
	margin-top: 20px;
	background-color: rgba(232, 16, 25, 0.02);
	margin-bottom: 10px;
}

.attention-title {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 150%;
	color: #E81019;
	margin-bottom: 10px;
}

.attention-text {
	font-family: 'Georgia';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 150%;
	color: #444444;
}

.main-content_pCont {
	background-color: #F3F6F7;
	padding: 15px 15px 1px;
	margin-top: 30px;
	margin-bottom: 15px;
}



.mainArticle-content h3 {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	font-size: 32px;
	line-height: 39px;
	text-transform: uppercase;
	color: #192F5C;
	margin-top: 30px;
	margin-bottom: 15px;
}

.mainArticle-content h6 {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	font-size: 22px;
	line-height: 150%;
	color: #192F5C;
	margin-top: 30px;
	margin-bottom: 10px;
}

.mainArticle-content ul {
	padding-left: 25px;
}

.mainArticle-autorCard_text h3 {
	font-size: 14px;
	line-height: 17px;
}

.mainArticle-autorCard_text p {
	font-weight: 600;
	font-size: 10px;
	line-height: 115%;
	color: #2077b6;
}

.mainArticle-image {
	margin-top: 30px;
	margin-bottom: 30px;
}

.mainArticle-image1 {}

.mainArticle-image2 {
	margin-bottom: 30px;
}

.mainArticle-imageWithTxt {
	margin-top: 30px;
}

.mainArticle-image a img {
	width: 100%;
}

.mainArticle-image1 a img {
	width: 100%;
}

.mainArticle-image2 a img {
	width: 100%;
}

.main-title {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	font-size: 39px;
	line-height: 48px;
	color: #192F5C;
	margin: 20px 0;
}

.mainArticle-imageWithTxt a img {
	width: 100%;
}

.main-content_pAboveText {
	margin-top: 10px;
	font-family: 'Montserrat';
	font-style: italic;
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	color: #444444;
	letter-spacing: 0.01em;
}


.mainArticle-news {
	display: none;
	width: 300px;
	flex-direction: column;
	align-items: flex-start;
	margin-left: 30px;
	border-top: 3px solid #b9c7d5;
}

h3.main-content_phrase {
	display: block;
	font-family: 'Proxima Nova';
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	line-height: 30px;
	color: #f00;
	padding: 10px;
	border-bottom: 1px solid #f00;
	border-top: 1px solid #f00;
	border-left: 3px solid #f00;
	border-right: 3px solid #f00;
}

.main-content_title {
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	line-height: 150%;
}

.news_title_cont {
	display: flex;
	justify-content: space-between;
	max-width: 1070px;
	margin-top: 31px;
	margin-bottom: 16px;
}

.news_title {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
	text-transform: uppercase;
	color: #0B55BF;
}

.news_more {
	font-family: 'Georgia';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 150%;
	color: #0B55BF;
}

.news_cont {
	display: flex;
	margin-top: 30px;
	justify-content: space-between;
	/* overflow-x: scroll; */
}

.news {
	width: 333px;

}

.middle {
	margin-right: 35px;
	margin-left: 35px;
}

.news_subtitle {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	font-size: 10px;
	line-height: 12px;
	text-transform: uppercase;
	color: #0B55BF;
	margin-top: 10px;
}

.news_text {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	font-size: 23px;
	line-height: 28px;
	color: #192F5C;
	margin-top: 10px;
}

.news_autor {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	font-size: 10px;
	line-height: 12px;
	text-transform: uppercase;
	color: #BCBCBC;
	margin-top: 10px;
}

.mainArticle-column {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	max-width: 300px;
}

.news-block {
	display: flex;
	margin-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
}

.news-text {
	font-family: "Proxima Nova";
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	line-height: 17px;
	color: #000000;
	margin-left: 15px;
	text-decoration: none;
	cursor: pointer;
	padding-right: 10px;
}

.mainArticle-text {
	margin-top: 10px;
	font-size: 13px;
	line-height: 16px;
	font-weight: 700;
}

.mainArticle-subtext {
	font-family: "Proxima Nova";
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 16px;
	color: #000000;
	opacity: 0.5;
	padding-bottom: 20px;
	border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
}

.afterArticle {
	max-width: 740px;
	margin-top: 30px;
	margin-bottom: 10px;
	font-family: "Proxima Nova";
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 130%;
	color: #002f6c;
}

.main-content {
	max-width: 740px;
	display: flex;
}

.media {
	width: 138px;
	display: none;
	flex-direction: column;
}

.social {
	display: flex;
	text-align: center;
	align-items: center;
	justify-content: space-between;
	min-width: 165px;
}

.social span {
	font-family: "Proxima Nova";
	font-style: normal;
	font-weight: 600;
	font-size: 10px;
	line-height: 11px;
	text-transform: uppercase;
	color: #000000;
	opacity: 0.5;
	margin-right: 20px;
}

.social-logos {
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}

.mainArticle-text_dashed {
	padding-bottom: 20px;
	border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
	margin-bottom: 30px;
}

.mainArticle-keyPoints {
	display: flex;
	padding-top: 31px;
	border-top: #005594 solid 6px;
	padding-bottom: 25px;
	border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
	margin-bottom: 30px;
}

.mainArticle-keyPoints h2 {
	text-transform: uppercase;
	min-width: 75px;
	font-size: 18px;
	line-height: 18px;
	font-weight: 900;
	color: #002f6c;
	margin-right: 20px;
}

.mainArticle-keyPoints_list {
	list-style: none;
}

.mainArticle-keyPoints_item:before {
	content: "•";
	font-size: 25px;
	color: #002f6c;
	padding-right: 12px;
}

.mainArticle-keyPoints_item {
	font-weight: 600;
	font-size: 15px;
	line-height: 22px;
	display: flex;
}

.mainArticle-keyPoints_item:not(:last-child) {
	margin-bottom: 20px;
}

.media-news {
	border-top: 1px solid #000;
	margin-top: 10px;
	padding-top: 15px;
}

.media-news span {
	display: block;
	font-family: "Roboto";
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	line-height: 13px;
	display: flex;
	align-items: center;
	text-align: center;
	text-transform: uppercase;
	color: #000000;
}

.media-links {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.media-links a {
	padding: 5px 0;
}

.main-content-wrapper {
	max-width: 740px;
	margin: 0 auto;
	width: 100%;
}

.main-content p {
	font-family: "Constantia";
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 150%;
	color: #000000;
}

.main-content_p {
	font-family: 'Georgia';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 150%;
	margin-bottom: 15px;
}



.darkblue {
	color: #002F6C;
}

.mb-10 {
	margin-bottom: 10px;
}

.mb-20 {
	margin-bottom: 20px;
}

.mb-30 {
	margin-bottom: 30px;
}

.mt-20 {
	margin-top: 20px;
}

.mt30 {
	margin-top: 30px;
}

.mt-35 {
	margin-top: 35px;
}

.margin20 {
	margin: 20px 0;
}

.margin30 {
	margin: 30px 0;
}

.mrg30 {
	margin: 30px 0;
}

.mrb100 {
	margin-bottom: 100px;
}

.main-content-wrapper .main-holiday {
	font-family: "Proxima Nova";
	color: #002f6c;
	font-weight: 700;
	font-size: 20px;
	line-height: 150%;
	margin: 0;
	margin: 30px 0;
}

.main-content-wrapper .main-content_name {
	margin-bottom: 10px;
}

.main-content_name {
	font-family: "Proxima Nova";
	color: #002f6c;
	font-weight: 700;
	font-size: 20px;
	line-height: 150%;
	margin: 0;
	margin-top: 20px;
}

.img-shw {
	filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.15));
	margin-bottom: 15px;
	width: 100%;
}

.text-block {
	background: rgba(0, 47, 108, 0.05);
	padding: 1px 15px 10px;
	margin-bottom: 20px;
}

h2.title-block {
	font-family: "Proxima Nova";
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 150%;
	color: #002f6c;
	margin: 10px 0 10px;
}

p.undertitle-text {
	font-family: "Proxima Nova";
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 130%;
	color: #000000;
	margin-bottom: 10px;
}

p.undertitle-text+p {
	font-family: "Constantia";
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 150%;
	color: #000000;
	margin-bottom: 0;
}

h2.title-mb-10p {
	margin-bottom: 10px;
}

.actions {
	margin-bottom: 15px;
}

.actions-wrapper {
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.actions-wrapper .action {
	background-repeat: no-repeat;
	background-position-y: bottom;
	width: 160px;
	height: 160px;
	border: 1px solid #e9e9e9;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
}

.action.action-1 {
	background-image: url(../images/tesla-action.png);
}

.action.action-2 {
	background-image: url(../images/apple-action.png);
}

.action.action-3 {
	background-image: url(../images/amazon-action.png);
}

.action.action-4 {
	background-image: url(../images/microsoft-action.png);
}

.action.action-5 {
	background-image: url(../images/nvidia-action.png);
}

.action.action-6 {
	background-image: url(../images/facebook-action.png);
}

.actions-wrapper .action p {
	font-family: "Lato", sans-serif;
	font-style: normal;
	font-weight: 900;
	font-size: 13.606px;
	line-height: 11px;
	display: flex;
	align-items: center;
	color: #000000;
	padding-left: 12px;
	padding-top: 11px;
	margin-bottom: 0;
}

.actions-wrapper .action .green-figures {
	display: flex;
	color: #40a629;
}

figure.actions figcaption {
	padding: 6px 15px;
	background-color: #000;
	font-family: "Roboto Slab";
	font-style: normal;
	font-weight: normal;
	font-size: 9px;
	line-height: 13px;
	text-align: center;
	color: #fafaff;
	margin-top: 10px;
}

.h2-mt {
	margin-top: 15px;
}

.img-w-shdw {
	filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.15));
	margin-bottom: 14px;
	width: 100%;
}

.img-w-shdw-2 {
	margin-bottom: 14px;
	width: 100%;
}

.resp-img {
	width: 100%;
	height: auto;
}

.testimonial-mainTitle {
	margin-top: 10px;
}

.testimonial-section {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
}

.testimonial-block {
	width: 214px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-bottom: 25px;
}

.testimonial-title {
	font-family: "Proxima Nova";
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 21px;
	color: #000000;
}

a.testimonial-text {
	font-family: "Proxima Nova";
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 17px;
	color: #000000;
	margin-bottom: 0;
	margin-top: 5px;
	text-decoration: none;
	cursor: pointer;
}

.btn {
	max-width: 415px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	background: #0B213B;
	box-shadow: 0px 2px 14px rgba(30, 91, 54, 0.2);
	border-radius: 5px;
	padding: 20px 25px;
	font-family: "Proxima Nova";
	font-style: normal;
	font-weight: 800;
	font-size: 20px;
	line-height: 24px;
}

.btn-system {
	max-width: 303px;
	margin: 0 auto;
}

.testimonial-btn {
	margin-top: 20px;
}

.mb-10 {
	margin-bottom: 10px;
}

.mb-20 {
	margin-bottom: 20px;
}

.mb-30 {
	margin-bottom: 30px;
}

.mb-40 {
	margin-bottom: 40px;
}

.mt-20 {
	margin-top: 20px;
}

.mt30 {
	margin-top: 30px;
}

.mt-35 {
	margin-top: 35px;
}

.margin20 {
	margin: 20px 0;
}

.margin30 {
	margin: 30px 0;
}

.mrg30 {
	margin: 30px 0;
}

.system {
	width: 100%;
}

.system-mainTitle {
	font-family: "Proxima Nova";
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	line-height: 30px;
	color: #002F6C;
	text-align: center;
	margin-bottom: 5px;
}

.tac {
	text-align: center;
}

.system-block {
	width: 100%;
	margin-top: 20px;
}

.system-block-title {
	font-family: "Proxima Nova";
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	line-height: 30px;
	color: #002F6C;
	margin-bottom: 5px;
}

.system-text {
	font-family: "Roboto Slab";
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 21px;
	color: #000000;
	margin-bottom: 10px;
}

.system-text:nth-child(3n) {
	margin-bottom: 15px;
}

.system-img {
	width: 100%;
}

/* new-styles */

.data-end-scr {
	font-family: inherit;
}

.data-end {
	margin-top: 25px;
	text-align: center;
	font-family: "Proxima Nova" !important;
	font-style: normal;
	font-weight: bold !important;
	font-size: 20px;
	line-height: 21px;
	color: #002F6C !important;
}

/* /new-styles */

.comments {
	width: 100%;
	margin-top: 55px;
}

.comments-mainTitle {
	width: 100%;
	text-align: left;
	font-family: "Proxima Nova";
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	line-height: 30px;
	color: #002F6C;
	border-bottom: 1px solid #c4c4c4;
}

.comment-block {
	margin-top: 15px;
	width: 100%;
	display: flex;
	align-items: flex-start;
}

.comment-block:first-of-type {
	margin-top: 20px;
}

.comment-img {
	border-radius: 50%;
	display: block;
	width: 41px;
	height: 41px;
}

.comment-mainPart {
	margin-left: 16px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.comment-mainPart p {
	font-family: "Proxima Nova";
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 21px;
	color: #002F6C;
	margin-bottom: 0;
}

.comment-mainPart p span {
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	color: rgba(0, 0, 0, 0.5);
}

.comment-mainPart .comment-text {
	font-family: "Proxima Nova";
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 21px;
	color: #000000;
	margin-bottom: 10px;
}

.comment-like {
	height: 21px;
	display: flex;
	align-items: center;
	font-family: "Roboto";
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 21px;
	color: #ccc;
}

.comment-like span {
	margin: 0 4px;
}

a.brandName {
	/* font-weight: bold; */
	font-size: inherit;
	font-family: inherit;
	color: #0275FF;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}

span.brandName {
	font: inherit;
	color: inherit;
}

p.underGraphic-text {
	font-family: 'Proxima Nova';
	font-style: normal;
	font-weight: bold;
	font-size: 13px;
	line-height: 16px;
	color: #000000;
}

p.title-parag {
	font-family: 'Proxima Nova';
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 16px;
	color: #002F6C;
	margin-bottom: 5px;
}

p.underTitle-parag {
	font-family: 'Roboto Slab';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 21px;
	color: #000000;
}

.text-block {
	margin-top: 30px;
}

.resp-img {
	margin-bottom: 15px;
}

.mb30-20 {
	margin-bottom: 30px;
}

@media all and (max-width: 300px) {

	.action.action-4,
	.action.action-5,
	.action.action-6 {
		margin-top: 0;
	}

	.actions-wrapper .action {
		margin-top: 5px;
	}
}

@media all and (max-width: 320px) {
	.testimonial-block {
		flex-basis: 100%;
	}

	/* .article-heading {
		font-size: 23px;
		line-height: 23px;
	} */
}

@media (min-width: 320px) and (max-width: 460px) {
	.testimonial-block {
		flex-basis: 48%;
	}

	/* .article-heading {
		font-size: 28px;
		line-height: 28px;
	} */
}

@media (max-width: 460px) {
	.progress-container {
		margin-top: -6px;
	}

	.header_bgImg {
		height: 160px;
	}
}

@media (max-width: 370px) {
	.blockMob {
		display: block;
	}
}


@media (max-width: 1023px) {
	.header__desktop__middle {
		display: none;
	}

	.header__desktop__scroll {
		display: block;
	}

	.header__tablet__scroll {
		display: none;
		justify-content: space-between;
		padding: 13px 15px 13px 15px;
	}

	.header_bg {
		display: none;
	}

	.header_bgMob {
		display: block;
	}

}

@media (max-width: 1199px) {
	.navBar2 {
		display: none;
	}

	.main-container {
		margin: 0 auto;
		width: 100%;
	}

	.news_cont {
		overflow-x: scroll;
	}

	.article-main {
		max-width: 768px;
		margin: 0 auto;
		padding: 30px 14px;
	}

	.header__desktop__scroll {
		max-width: 768px;
	}

	.header__desktop__scroll__center {
		padding: 13px 15px;
	}
}




@media all and (max-width: 460px) {
	.text-block {
		margin-top: 10px;
	}

	.header__tablet__scroll {
		padding: 13px 10px 17px 10px;
	}

	.mainArticle-keyPoints_item {
		font-size: 14px;
		line-height: 21px;
	}

	p.undertitle-text {
		font-size: 14px !important;
		line-height: 150% !important;
	}

	p.undertitle-text+p {
		font-size: 16px !important;
		line-height: 140% !important;
	}

	header.header {
		margin-bottom: 20px;
		background-color: #fff;
		outline: none;
	}

	.article-main {
		padding: 20px 10px 40px;
	}

	.article-author {
		margin-top: 10px;
	}

	.mainArticle-text_dashed {
		padding-bottom: 10px;
		margin-bottom: 10px;
	}

	.main-content p {
		font-size: 16px;
		line-height: 22px;
	}

	.main-content_title {
		font-size: 18px;
		line-height: 25px;
	}

	h3.main-content_phrase {
		font-size: 18px;
		line-height: 140%;
	}

	.mrg30 {
		margin: 0 0 10px;
	}

	.mb-40 {
		margin-bottom: 20px;
	}

	.main-content-wrapper .main-holiday {
		margin: 10px 0;
		font-size: 18px;
	}

	.system-mainTitle {
		font-size: 18px;
		line-height: 140%;
	}

	.media {
		display: none;
	}

	.social span {
		margin-right: 10px;
	}

	.afterArticle {
		font-size: 14px;
		line-height: 18px;
	}

	.actions-wrapper {
		justify-content: center;
	}

	.actions-wrapper .action {
		max-width: 130px;
		max-height: 130px;
		margin: 0.1em;
	}

	.actions-wrapper .action p {
		font-size: 11px;
		line-height: 9px;
		margin-bottom: 0;
		padding-left: 10px;
		padding-top: 6px;
	}

	.testimonial-title {
		font-size: 12px;
		line-height: 18px;
	}

	p.testimonial-text {
		font-size: 12px;
		line-height: 14px;
	}

	figure.actions figcaption {
		font-size: 7px;
		line-height: 10px;
	}

	h2.system-mainTitle {
		font-size: 12px;
		line-height: 18px;
	}

	footer.footer {
		margin-top: 20px;
	}

	/* .mt-15 {
		margin-top: 40px;
	} */
	.article-author {
		font-size: 10px;
	}

	.text-block {
		margin-bottom: 10px;
	}

	/* .resp-img {
		margin-top: 10px;
	} */
	.mt-15 {
		margin-top: 10px;
	}

	.system-text:nth-child(3n) {
		margin-bottom: 20px;
	}

	.btn {
		padding: 20px 10px;
		font-size: 20px;
		line-height: 14px;
	}

	.mainArticle-autorCard_text h3 {
		font-size: 12px;
		line-height: 12px;
	}

	.mainArticle-autorCard img {
		margin-right: 5px;
	}

	.social {
		min-width: 130px;
	}

	p.mb-40 {
		margin-bottom: 40px;
	}
}

@media all and (min-width: 461px) {
	.header__mob {
		display: none;
	}

	.header__desktop {
		display: block;
	}

	header.header {
		/* height: 30px; */
		margin-bottom: 2em;
	}

	header.header.sticky {
		height: 22px;
	}

	/* .article-heading {
		font-size: 35px;
		line-height: 35px;
	} */
}

@media (min-width: 461px) and (max-width: 500px) {
	.actions-wrapper {
		justify-content: space-evenly;
	}

	.actions-wrapper .action {
		margin-top: 15px;
	}

	header.header.sticky {
		height: 0;
	}
}

@media (min-width: 501px) and (max-width: 585px) {
	header.header.sticky {
		height: 0;
	}
}

@media all and (max-width: 450px) {
	.article-heading {
		font-size: 28px;
		line-height: 34px;
	}

	.article-title p {
		font-size: 16px;
	}

	.autorCont .article-author {
		padding-top: 0;
	}

	.article-title {
		margin-bottom: 20px;
	}

	.main-content_p {
		font-size: 16px;
		line-height: 150%;
		margin-bottom: 10px;
	}

	.data-end {
		font-size: 15px;
	}

	.comments {
		margin-top: 40px;
	}

	.mainArticle-content h6:first-of-type {
		margin-top: 20px;
	}

	.mainArticle-imageWithTxt {
		margin-top: 20px;
	}

	.main-content_pAboveText {
		margin-top: 10px;
		font-family: 'Montserrat';
		font-style: italic;
		font-weight: 400;
		font-size: 14px;
		line-height: 17px;
		color: #444444;
		letter-spacing: 0.01em;
	}
}

@media all and (max-width: 767px) {
	.article-heading {
		font-size: 28px;
		line-height: 34px;
	}

	.blueSubtitle {
		margin-bottom: 0;
		font-size: 16px;
		line-height: 24px;
	}

	.main-title {
		font-size: 28px;
		line-height: 34px;
	}

	.main-content_pCont {
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.textHr {
		margin: 20px 0;
	}

	.article-title p {
		font-size: 16px;
	}

	.autorCont .article-author {
		padding-top: 0;
	}

	.article-title {
		margin-bottom: 20px;
	}

	.main-content_p {
		font-size: 16px;
		line-height: 150%;
		margin-bottom: 10px;
	}

	.mb30-20 {
		margin-bottom: 20px;
	}

	.data-end {
		font-size: 15px;
	}

	.attention-title {
		font-size: 16px;
		line-height: 150%;
	}

	.attention-text {
		font-size: 16px;
		line-height: 150%;
	}

	.news_title_cont {
		margin-top: 20px;
		margin-bottom: 10px;
	}

	.news_title {
		font-size: 16px;
		line-height: 150%;
	}

	.news_more {
		font-size: 16px;
		line-height: 150%;
	}

	.news_cont {
		margin-top: 20px;
	}

	.news_text {
		font-size: 18px;
		line-height: 22px;
	}

	.news {
		width: 250px;
	}

	.news-image {
		width: 250px;
		height: 112px;
	}


	.comments {
		margin-top: 40px;
	}

	.mainArticle-content h6:first-of-type {
		margin-top: 20px;
	}

	.mainArticle-imageWithTxt {
		margin-top: 20px;
	}

	.mainArticle-image1 {
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.mainArticle-image2 {
		margin-bottom: 20px;
	}


	.main-content_pAboveText {
		font-size: 12px;
		line-height: 15px;
	}

	.mainArticle-content h3 {
		font-size: 24px;
		line-height: 29px;
		margin-top: 20px;
		margin-bottom: 10px;
	}

	.mainArticle-autor {
		margin-top: 20px;
	}

	.mainArticle-subtext {
		padding-bottom: 10px;
	}

	.afterArticle {
		margin-top: 10px;
	}

	.mt30 {
		margin-top: 10px;
	}

	img .mt30 {
		margin: 0;
	}

	br {
		display: none;
		margin-right: 10px;
	}

	footer br {
		display: block;
	}

	.mainArticle-keyPoints {
		flex-direction: column;
		border-bottom: none;
		padding-bottom: 0;
	}

	.mainArticle-keyPoints h2 {
		margin-bottom: 10px;
		font-size: 16px;
	}

	.margin20 {
		margin: 10px 0;
	}

	.margin30 {
		margin: 10px 0;
	}

	.mrb100 {
		margin: 10px 0;
	}

	.main-content-wrapper h2 {
		margin: 10px 0;
		font-size: 18px;
		line-height: 140%;
	}

	.system-block-title {
		font-size: 18px;
	}

	.comments-mainTitle {
		font-size: 18px;
	}

	.mainArticle-keyPoints {
		border: 0;
		padding-top: 0;
	}

	.header__desktop__scroll {
		display: none;
	}

	.header__tablet__scroll {
		display: flex;
	}
}

@media all and (min-width: 767px) {

	header.header {
		margin-bottom: 30px;
	}

	.mainArticle-news {
		display: flex;
	}

	.mainArticle-wrapper {
		justify-content: start;
	}

	.title-news {
		font-size: 12px;
		line-height: 12px;
	}

	.news-title {
		font-size: 8px;
		line-height: 8px;
	}

	.news-text {
		font-size: 10px;
		line-height: 10px;
	}

	.media {
		display: flex;
	}


	/* .article-heading {
		font-size: 40px;
		line-height: 40px;
	}*/
}

@media (min-width: 767px) and (max-width: 900px) {
	.news-block {
		padding-top: 5px;
		margin-top: 5px;
	}

	.afterArticle {
		max-width: 560px;
		margin-top: 10px;
		margin-bottom: 20px;
	}

	.main-content-wrapper {
		max-width: 566px;
		margin-left: 0;
	}

	.mainArticle-image {
		max-width: 740px;
	}

	.actions-wrapper {
		justify-content: space-evenly;
	}

	.testimonial-block {
		flex-basis: 48%;
	}
}

@media all and (min-width: 793px) {

	.title-news {
		font-size: 11px;
		line-height: 11px;
	}

	.news-title {
		font-size: 8px;
		line-height: 8px;
	}

	.news-text {
		font-size: 11px;
		line-height: 11px;
	}

	/* .article-heading {
		font-size: 50px;
		line-height: 50px;
	} */
}

@media all and (min-width: 1025px) {

	/* header.header {
		height: 70px;
	} */
	.news-text {
		font-size: 12px;
		line-height: 17px;
	}

	.title-news {
		font-size: 14px;
		line-height: 14px;
	}

	.news-title {
		font-size: 8px;
		line-height: 11px;
	}

	.news-text {
		font-size: 12px;
		line-height: 17px;
	}

	header.header {
		margin-bottom: 5em;
	}
}

.pasScroll {
	font-weight: 400;
	border-left: 1px solid #D9D9D9;
}

.activeScroll p {
	font-weight: bold;
}



.activeScroll {
	border-left: none;
}

.arrow2 {
	left: -18px;
	position: relative;
}

.arrow2 img {
	display: none;
}


.activeScroll img {
	display: block;
}

.scrollClick {
	text-decoration: none;
	color: #444444;
}

em {
	font-style: normal;
}

.search {
	display: flex;
	align-items: center;
}

.main-byAutor {
	font-family: 'Georgia';
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 17px;
	color: #6C757D;
	margin-bottom: 10px;
}

.it {
	font-style: italic;
}

.bold {
	font-weight: bold;
}

.fz18 {
	font-size: 18px;
}