@font-face {
  font-family: 'Roboto';
  src: url('/inc/fonts/Roboto/Roboto-Thin.woff') format('woff'),
       url('/inc/fonts/Roboto/Roboto-Thin.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('/inc/fonts/Roboto/Roboto-Light.woff') format('woff'),
       url('/inc/fonts/Roboto/Roboto-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('/inc/fonts/Roboto/Roboto-Regular.woff') format('woff'),
       url('/inc/fonts/Roboto/Roboto-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('/inc/fonts/Roboto/Roboto-Medium.woff') format('woff'),
       url('/inc/fonts/Roboto/Roboto-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('/inc/fonts/Roboto/Roboto-Bold.woff') format('woff'),
       url('/inc/fonts/Roboto/Roboto-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/*---header---*/
.top {
	margin: 40px 0;
}
.wrapper {
	margin-bottom: 100px;
}

.header {
	position: relative;
}

.header-inner .container {
	position: relative;
	background: none;
	display: flex;
	justify-content: center;
	flex-direction: column;
} 

.header-img {
	position: absolute;
	width: 50%;
	height: 100%;
	right: 0;
	top: 0;
	border-left: 80px solid #4b2475;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.header-main p {
	font-size: 20px;
	line-height: 28px;
	margin: 10px 0 20px;
	vertical-align: top;
	color: white;
}

.header-main strong {
	font-size: 24px;
}

.header-main a {
	text-decoration: none;
}

.article-text {
	flex-grow: 1;
}

.other_article .title {
	padding: 26px 0 7px;
	margin-left: 80px;
	text-transform: uppercase;
	border-bottom: 2px solid #d50e3e;
	font-size: 20px;
	color: #d50e3e;
}

.logo {
	padding: 10px 0 0;
	font-size: 73px;
	color: #fff;
	font-weight: 300;
}

.logo b {
	font-weight: 800;
}

.header-main .logo {
	font-size: 73px;
	padding-top: 46px;
	float: none;
}

.about {
	font-size: 17px;
	color: #fff;
	width: 35%;
	padding: 15px 0 35px 215px;
}

.about p {
	margin-right: 50px;
	margin-top: 15px;
}

.about p:last-child {
	font-size: 14px;
}

.back {
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: normal;
	z-index: 3;
	display: inline-block;
	position: absolute;
	top: 5px;
}

.back:hover {
	text-decoration: none;
}

.back:before {
	content: '\2190 ';
	font-size: 2em;
	vertical-align: -2px;
	margin-right: 10px;
}

.header-line {
	height: 87px;
	background-color: #8ebbcc;
	position: relative;
	color: #000000;
	font-size: 46px;
	font-weight: bold;
	line-height: 62px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.header-line:after {
	content: ' ';
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	background-color: #fafafa;
	height: 100%;
	width: 50%;
}

.header-line .container {
	background-color: #8ebbcc;
	height: 100%;
	position: relative;
	z-index: 2;
}

.header-line .container>a {
	color: #000000;
	display: inline-block;
	margin: 12px 0 0 0;
}

.header-inner {
	color: #fff;
	height: 370px;
}

.Anonce {
	font-size: 18px;
	font-weight: normal;
	line-height: 1.5;
	width: 90%;
}


.support {
	border: 0 !important;
	float: right;
	padding: 19px 0 0 0;
	position: relative;
}

.support img {
	width: 80px;
}

.cnews-level-menu {
	padding: 0;
	min-height: 70px;
}

.cnews-level-menu:after {
	content: ' ';
	display: block;
	clear: both;
}

.cnews-level-menu .banner {
	float: right;
	padding-top: 10px;
}

.cnews {
	padding: 0;
	min-height: 82px;
}

.cnews:after {
	content: ' ';
	display: block;
	clear: both;
}

.cnews .banner {
	float: right;
	padding-top: 10px;
}

.cnews_first,
.cnews_first-footer {
	float: left;
	margin: 0;
	padding-top: 27px;
}

.cnews_second,
.cnews_second-footer {
	display: none;
	float: left;
	font-size: 11px;
	padding-top: 0px;
	margin-left: 0;
	max-width: 180px;
}

.cnews_second a,
.cnews_second-footer a {
	text-decoration: none;
	font-size: 11px;
	color: #ccc;
}

.cnews_second a:hover,
.cnews_second-footer a:hover {
	color: #0067c5 !important;
}

.cnews_second .slogo,
.cnews_second-footer .slogo {
	padding: 2px 0 2px 0;
}

.cnews_second .stop,
.cnews_second-footer .stop {
	padding-top: 2px;
	font-size: 12px;
	color: #999;
}

.cnews_second .smiddle a,
.cnews_second-footer .smiddle a {
	padding: 1px 0 2px 0;
	color: #333;
}

.cnews_second .sbottom,
.cnews_second-footer .sbottom {
	margin-top: 3px;
}

.cnews_second .sbottom a,
.cnews_second-footer .sbottom a {
	text-decoration: none;
	border-bottom: 1px #999 dotted;
	margin-right: 5px;
}

.cnews_second-footer {
	max-width: 250px;
}

.cnews .logo-cnews {
	float: left;
	padding-right: 25px;
	margin-right: 20px;
	border-right: 1px solid black;
}

.cnews .logo-cnews img {
	vertical-align: middle;
	width: 150px;
}

.menu-icon {
	display: block;
	width: 30px;
	height: 19px;
	float: left;
	cursor: pointer;
	margin-top: 4px;
}

.menu-icon {
	background-image: url(https://filearchive.cnews.ru/img/cnews/2020/06/29/menuopener.png);
	background-size: contain;
	background-repeat: no-repeat;
}

.other_article {
	margin: 0 0 40px 20px;
	width: 400px;
	float: right;
	font-size: inherit;
}

.other_article_item {
	position: relative;
	line-height: 1.1;
	font-weight: normal;
	padding: 13px 0;
	padding-left: 80px;
}

.other_article_item a {
	color: #323030;
	text-decoration: none;
	font-size: 20px;
	line-height: 1.2;
}

.other_article_item a:hover {
	color: #323030;
	text-decoration: none;
}

.other_article_item time {
	position: relative;
	color: #6d6d6c;
	display: block;
	padding: 12px 0 0;
}

.logo-support {
	float: right;
	margin-top: 16px;
}

.nav-menu {
	padding: 0;
	margin-left: 40px;
	list-style: none;
	display: inline-block;
	margin: 33px 0 0 80px;
}

.nav-menu li {
	display: inline-block;
	margin: 0 12px;
	position: relative;
}

.nav-menu li a {
	padding-right: 28px;
}

.nav-menu li:after {
	content: "";
	background-image: url(https://filearchive.cnews.ru/img/cnews/2020/06/29/caret.png);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	display: inline-block;
	/*margin-left: 8px;*/
	width: 20px;
	height: 10px;
	position: absolute;
	right: 0;
	top: 5px;
	pointer-events: none;
}
.nav-menu li:hover:after {
	cursor: pointer;
}
.nav-menu a {
	color: black;
	text-transform: uppercase;
	text-decoration: none;
}

/*---/header---*/

a {
	color: #007dc3;
}

body {
	margin: 0;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	overflow-x: hidden;
}

.container, .content {
	max-width: 1100px;
	margin: 0 auto;
}

h1 {
	font-weight: 300;
	font-size: 58px;
	margin: 0;
	max-width: 50%;
	text-transform: uppercase;
	color: white;
}

.btn {
    background-color: #007dc3;
    color: white;
    display: inline-block;
    padding: 15px 40px;
	align-self: flex-end;
	text-decoration: none;
	cursor: pointer;
}
.btn:hover {
	background-color: #095179;
}
.all-news-btn {
	background-color: #62bae9;
	float: right;
}
.all-news-btn:hover {
	background-color: #007dc3;
}
.btn-fixed {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 2;
}

.intro-sect {
	background-image: url(https://filearchive.cnews.ru/img/cnews/2020/07/16/introbg.jpg);
	background-size: cover;
	padding: 120px 0;
}

.publications-sect, .more-articles-sect, .more-articles-sect-row {
	background-image: url(https://filearchive.cnews.ru/img/cnews/2020/07/16/pattern.jpg);
	background-size: initial;
	background-position: top 320px center;
	background-repeat: space;
	overflow: hidden;
	margin-bottom: 100px;
}

.publications-sect .container, .more-articles-sect .container, .more-articles-sect-row .container {
    display: flex;
}

.more-articles-sect {
	margin-top: 80px;
}
.articles-sect h2 {
    font-weight: 300;
    font-size: 40px;
    margin-top: 50px;
}

.article-heading {
    color: #007dc3;
	font-size: 30px;
	margin-top: 0;
}

.article-block {
    width: 520px;
    display: flex;
    flex-direction: column;
    margin: 20px 0 40px;
}

.article-block a {
    text-decoration: none;
}

.article-block a:hover p {
	opacity: 0.88;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}
.article-img {
	position: relative;
	height: 220px;
	overflow: hidden;
	width: 100%;
	max-width: 768px;
}

.article-img img {
    position: absolute;
    top: 50%;
    bottom: 0;
    left: 50%;
    right: 0;
    transform: translate(-50%, -50%);
    height: auto;
    max-width: initial;
    min-width: 100%;
}

.article-desc {
	font-size: 16px;
	/*padding-right: 40px;*/
	position: relative;
	display: flex;
	flex-direction: column;
}
.article-desc .comment-count {
	/*position: absolute;*/
	/*bottom: 15px;*/
	/*right: 0;*/
	display: flex;
	align-self: flex-end;
	margin-bottom: 15px;
}
.comment-count .comment_count {
	font-size: 16px;
	vertical-align: top;
	color: #007dc3;
	font-weight: 700;
	transition: all 1s ease;
}
.comment-count .comment_count:hover::before {
	transform: scale(1.1);
}
.comment_count::before {
	content: "";
	background-image: url(https://filearchive.cnews.ru/img/cnews/2020/07/23/commenticon.svg);
	background-repeat: no-repeat;
	display: inline-block;
	width: 25px;
	height: 20px;
	margin-right: 5px;
	margin-top: 1px;
	vertical-align: top;
}

.comment_count:empty,
.comment_count:empty::before {
	display: none;
}

.news-sect {
    padding-left: 60px;
    max-width: 460px;
    margin-left: auto;
}
@media (min-width: 1200px) {
	.news-sect .banner {
		padding-top: 40px;
	}
	.cnb-zone .cnb-container.cnb-image {
		width: 100%;
	}
	.cnb-zone .cnb-container img {
		width: 100%;
	}
}

.news-sect h2 {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 400;
    color: #737373;
	margin-top: 138px;
	margin-bottom: 40px;
}

.news-block {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #7a7a7a;
    display: flex;
    flex-direction: column;
}

.publications-sect .news-block:nth-child(4) {
	border-bottom: 0;
}

.news-block a {
    text-decoration: none;
}

.news-block a:hover p.news-heading {
	opacity: 0.8;
}

.news-desc {
    margin: 15px 0;
}

.news-block .news-date {
    font-weight: 700;
    color: #575757;
	font-size: 18px;
	margin: 0;
}

.news-heading {
    color: #000;
    font-weight: 700;
    font-size: 18px;
	margin-top: 0;
}

.more-articles-sect-row {
	padding: 20px 0;
}
.more-articles-sect-row .btn.all-news-btn {
	margin: 0 auto;
}
.more-articles-sect-row .container {
    flex-direction: column;
}

.more-articles-sect-row .article-block {
    display: flex;
	flex-direction: row;
	width: 100%;
}

.more-articles-sect-row .article-block .article-img {
	position: relative;
	height: 250px;
	overflow: hidden;
	width: 580px;
}

.more-articles-sect-row .article-text-right {
	flex-grow: 1;
	padding-left: 25px;    
	display: flex;
    flex-direction: column;
}

.more-articles-sect-row .article-heading {
    margin-bottom: 0;
}

.more-articles-sect-row .comment-count {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.more-articles-sect-row .comment_count:empty,
.more-articles-sect-row .comment_count:empty::before {
	display: block;
	visibility: hidden;
}

.btn-block:after {
	content: ' ';
	display: block;
	clear: both;
}

.book-sect {
	background-image: url(https://filearchive.cnews.ru/img/cnews/2020/07/16/bookbg.jpg);
	background-size: cover;
	padding: 40px 0;
	margin-top: 20px;
}

.comments_all + .book-sect {
	margin-top: 0;
	margin-bottom: 80px;
}

.book-block-text {
	padding: 40px;
	display: flex;
	align-items: center;
	border: 1px solid white;
	position: relative;
}

.book-img {
    position: absolute;
    top: 20px;
    right: 80px;
    z-index: 0;
}

.book-block-heading, .book-block-desc {
	color: white;
}

.book-block-heading {
    font-size: 46px;
    font-weight: 500;
    line-height: 1.1;
    text-transform: uppercase;
	margin: 0 60px 0 0;
	position: relative;
	max-width: 280px;
}

.book-block-heading:before {
    content: "";
    position: absolute;
    background-color: #f58220;
    width: 20px;
    height: 100%;
    display: inline-block;
    left: -50px;
}

.book-block-heading span {
	font-size: 24px;
	display: inline-block;
}

.book-block-desc {
	font-size: 16px;
	font-weight: 500;
	max-width: 280px;
}

.btn-book {
	background-color: #f58220;
	position: relative;
	margin-left: auto;
}

.webinar-sect {
	display: flex;
}

.webinar-text {
	max-width: 500px;
}

.webinar-img {
	background-image: url(https://filearchive.cnews.ru/img/cnews/2020/07/20/webinarimg.jpg);
	background-size: cover;
	background-position: right;
	min-height: 550px;
	width: 55%;
}

.webinar-desc {
	padding: 60px 40px;
	background-color: #f58220;
	color: white;
	width: 45%;
}

.webinar-name {
	font-size: 46px;
	font-weight: 700;
	text-transform: uppercase;
	color: white;
	margin: 0;
}

.webinar-block-name {
    margin: 0;
}

.webinar-block {
    background-color: #007dc3;
    width: 920px;
    display: flex;
    padding: 40px 40px 30px;
    box-sizing: border-box;
    margin-top: 30px;
	margin-left: -420px;
}

.webinar-block-name b {
    font-size: 20px;
}

.webinar-block-text {
	padding-left: 40px;
	width: 100%;
}

.webinar-block img {
	margin-top: -70px;
	align-self: baseline;
}

.webinar-block-contact {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.webinar-block-contact .btn {
	border: 1px solid white;
}

.webinar-block-theme {
    font-size: 36px;
    margin: 15px 0 30px;
}

.webinar-date {
    font-size: 46px;
	font-weight: 100;
	margin: 0;
}

.footer-block {
	background: #082748;
	padding: 20px 0;
	text-align: center;
	min-height: 100vh;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.footer-block img {
	align-self: baseline;
	margin: auto;
	max-width: 80%;
}

.footer-block p {
	color: #007dc3;
	margin: 0 0 20px;
}

.footer-block a {
	color: #007dc3;
	text-decoration: underline;
}

.scollable-ad-container {
	background-color: #082748 !important;
}

.scollable-ad-header-text, .scollable-ad-header-text a, .scollable-ad-counter-container {
	color: white;
}

/*article*/

.btn-home {
	position: relative;
    text-align: right;
    width: 200px;
	box-sizing: border-box;
}

.btn-home:before {
	content: "";
    background-image: url(https://filearchive.cnews.ru/img/cnews/2020/07/20/arrowleft.svg);
    height: 60%;
    width: 20px;
    display: inline-block;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 20%;
    left: 10px;
}

figure.image {
	text-align: center;
	margin: 0;
	max-width: 100%;
}

figcaption {
	color: #007dc3;
}

.article-annonce  {
    /*padding-top: 20px;*/
}

.article-annonce h1 {
	color: #000;
	font-size: 40px;
	font-weight: 400;
	text-transform: initial;
	max-width: 760px;
	width: 100%;
	margin: 30px 0 30px;
}
@media (min-width: 801px) {
	.article-annonce h1 {
		width: calc(100% - 330px);
	}
}
.article-annonce p {
    color: #007dc3;
    font-weight: 500;
    font-size: 20px;
}

.article-other-sect .container {
	position: relative;
}

.article-other-sect .container:before {
	content: "";
    display: block;
    width: calc(100% + 60px);
    height: 10px;
    background-color: #007dc3;
    position: absolute;
    top: 0;
    left: -30px;
    right: 0;
    margin: 0 auto;
}

.article-wrap+.book-sect {
    margin-top: 140px;
}

.right_part {
	display: none;
}

.news-sect .infographic > * {
	position: relative;
	z-index: 1;
}
.infographic {
	position: relative;
	margin-bottom: 40px;
}
.infographic:before {
	content: '';
	position: absolute;
	width: 50vw;
	height: calc(100% + 60px);
	background: rgba(202, 202, 202, .35);
	top: -30px;
	left: -35px;
}

.infographic .title {
    font-size: 25px;
    color: #347dbd;
    text-transform: none;
    margin-bottom: 27px;
	margin-top: 60px;
}

.infographic .tabs {
    display: flex;
    list-style: none;
    padding: 0 0 20px 0;
    margin: 0 0 13px 0;
    border-bottom: 1px solid #347dbd;
    justify-content: space-between;
}

.infographic .tabs li {
    width: 36px;
    height: 36px;
    line-height: 36px;
    border: 2px solid #347dbd;
    font-size: 20px;
    color: #347dbd;
    text-align: center;
    cursor: pointer;
}
.infographic .tabs li.active,
.infographic .tabs li:hover {
    background: #347dbd;
    color: #fff;
}
.infographic .tab-content {
    display: none;
}
.infographic .tab-content.active {
    display: block;
}

.infographic .text1 {
    color: #000;
    line-height: 23px;
}

.infographic .big {
    font-weight: bold;
    font-size: 38px;
    color: #f58220;
    margin-right: 2px;
    line-height: inherit;
}

.infographic .text2 {
    color: #fff;
    padding: 20px 0;
    display: flex;
    align-items: center;
    line-height: 1.4;
}

.infographic .icon {
    padding-left: 20px;
    font-size: 0;
    display: flex;
    align-items: flex-end;
}

.infographic .info {
    margin-top: 20px;
    background: #347dbd url('https://filearchive.cnews.ru/img/cnews/2020/11/02/ai-info-icon.png') 20px center no-repeat;
    padding: 0 20px 0 60px;
    display: flex;
}

.infographic .tab-content-1 .icon {
    margin-top: 10px;
}

.infographic .tab-content-3 .icon {
    margin-top: -30px;
}
.infographic .tab-content-4 .icon {
    margin: -23px -4px 12px 0;
}

.infographic .tab-content-5 .text2,
.infographic .tab-content-6 .text2 {
    display: block;
}

.infographic .tab-content-5 .text2 img {
    float: right;
    margin: 10px -20px 0 25px;
}

.infographic .tab-content-6 .text2 img {
    float: right;
    margin: 21px 0 0 25px;
}

.infographic  .tab-content-7 .icon {
    margin-top: 10px;
}

.infographic .tab-content-8 {
    text-align: center;
}

.infographic .tab-content-8 .info,
.infographic .tab-content-8 .text2,
.infographic .tab-content-8 .icon {
    display: block;
}

.infographic .tab-content-8 .info {
    background-image: none;
    padding: 0 20px;
}

.infographic .tab-content-8 .text2 {
    padding-bottom: 2px;
    padding-top: 4px;
}

.infographic  .tab-content-8 .icon {
    padding: 0 0 20px;
}

.slick-slider.infographic-slider {
	margin: 0 0 80px;
	position: relative;
}
.slick-slider.infographic-slider:before {
	content: '';
	position: absolute;
	width: 50vw;
	height: calc(100% + 50px);
	background: rgba(202, 202, 202, .35);
	top: -20px;
	left: -35px;
}

.info-img {
    max-width: 175px;
	margin-bottom: -20px;
}

.info-headings {
    position: relative;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}

.info-heading-1 {
    color: #347dbd;
    font-size: 25px;
    font-weight: 500;
	margin: 5px 0;
	width: 100%;
}

.info-heading-2 {
    color: #ef8132;
    font-weight: 700;
    font-size: 30px;
    margin: 0;
}

.info-heading-3 {
	font-weight: 500;
	font-size: 23px;
	margin-top: 0;
}

.info-number {
    color: #575757;
    font-size: 40px;
    font-weight: 700;
    /*position: absolute;*/
    /*right: 0;*/
    /*top: 0;*/
	margin: 0;
}

.info-bottom {
    display: flex;
    align-items: flex-end;
	margin: 30px 0;
}

/*.info-block-1 .info-number {*/
/*    top: 40px;*/
/*}*/

.info-block-3 .info-bottom, .info-block-4 .info-bottom, .info-block-5 .info-bottom, .info-block-6 .info-bottom, .info-block-7 .info-bottom, .info-block-8 .info-bottom {
    margin-top: 0;
}

.info-block-3 .info-heading-3, .info-block-4 .info-heading-3, .info-block-5 .info-heading-3, .info-block-6 .info-heading-3, .info-block-7 .info-heading-3, .info-block-8 .info-heading-3 {
	margin: 10px 0 40px;
}

.slick-dots {
	min-height: 56px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
    bottom: 0;
}

.slick-dots li {
    width: auto;
	height: auto;
}

.slick-dots a {
    color: #ef8132;
    font-size: 20px;
    display: inline-block;
	padding: 11px 13px;    
	border: 1px solid #ef8132;
	transition: .3s;
}
.slick-dots a:hover {
	background-color: #ef8132;
	color: white;
}

.slick-dots .slick-active a {
    background-color: #ef8132;
    color: white;
	padding: 15px 18px;
}

#ArchiveForm, .title_section {
    display: none;
}

.image img {
    max-width: 100%;
}

/* modal */
.modal-open {
	overflow: hidden;
}

.modal-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color: #000;
	z-index: 5;
}		
.modal-backdrop.fade {
	opacity: 0;
}
.modal-backdrop.in {
	opacity: .5;
}

.fade {
	transition: opacity .15s linear;
}
.modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	display: none;
	width: 100%;
	height: 100%;
	overflow: hidden;
	outline: 0;
}
.modal {
	z-index: 1072;
}
.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
}		

.modal-dialog {
	position: relative;
	width: auto;
	margin: .5rem;
	pointer-events: none;
}

.modal-dialog-scrollable {
	display: -ms-flexbox;
	display: flex;
	max-height: calc(100% - 1rem);
}		

.modal-content {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border-radius: .3rem;
	outline: 0;
}

.modal-dialog-scrollable .modal-content {
	max-height: calc(100vh - 1rem);
	overflow: hidden;
}

.modal-dialog-centered {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	min-height: calc(100% - 1rem);
}

.modal-body h1 {
	margin-top: 0;
}

.show-consent {
	cursor: pointer;
	color: #0987d1;
}
.article-item {

}
.article-item-container {
	display: flex;
	justify-content: space-between;
}
.article-item .container .left-column-article {
	max-width: 760px;
}
.article-item .container .right-column-banner {
	width: 300px;
	flex-shrink: 0;
	margin-left: 30px;
	padding-top: 1em;
	text-align: center;
}
.comments_all {
	margin: 0 -25px 0 -30px;
}
.btn-white {
	background: #fff;
	border: 1px solid #007dc3;
	color: #007dc3;
	display: inline-block;
	padding: 14px 5px;
	text-decoration: none;
	font-size: 16px;
	width: 48%;
	box-sizing: border-box;
	text-align: center;
}
.btn-white:hover {
	background: #007dc3;
	color: #fff;
}
.article-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 20px;
}
.article-header .right-btn-block {
	width: 300px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
@media (min-width: 900px) {
	.modal-dialog {
		max-width: 900px;
		margin: 1.75rem auto;
	}
}

@media (min-width: 576px) {
	.modal-dialog-scrollable {
		max-height: calc(100% - 3.5rem);
	}
	.modal-dialog-scrollable .modal-content {
		max-height: calc(100vh - 3.5rem);
	}
	.modal-dialog-centered {
		min-height: calc(100% - 3.5rem);
	}
	.modal-dialog-centered::before {
		height: calc(100vh - 3.5rem);
	}
}

@media (max-height: 650px) {
    .book-block-heading {
        font-size: 38px;
    }
}

.modal-dialog-centered.modal-dialog-scrollable {
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
	max-height: none;
}

.modal.fade .modal-dialog {
	transition: -webkit-transform .3s ease-out;
	transition: transform .3s ease-out,-webkit-transform .3s ease-out;
	-webkit-transform: translate(0,-50px);
	transform: translate(0,-50px);
}

.modal.in .modal-dialog {
	-webkit-transform: none;
	transform: none;
}
.modal-header {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 1rem 1rem;
	border-bottom: 1px solid #dee2e6;
	border-top-left-radius: .3rem;
	border-top-right-radius: .3rem;
}
.modal-body {
	position: relative;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}
.modal-footer {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 1rem;
	border-top: 1px solid #dee2e6;
	border-bottom-right-radius: .3rem;
	border-bottom-left-radius: .3rem;
}
.modal-dialog-scrollable .modal-footer, .modal-dialog-scrollable .modal-header {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
	overflow-y: auto;
	overflow-x: hidden;
}
.close {
	float: right;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .6;
}
button.close {
	padding: 0;
	background-color: transparent;
	border: 0;
	margin: 20px 20px 0 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
	cursor: pointer;
}
.modal-header .close {
	padding: 1rem 1rem;
	margin: -1rem -1rem -1rem auto;
}

.modal-body .book-sect {
	margin-top: 0;
	background-position: bottom;
}

.modal-body .book-img {
	right: -80px;
}

.modal-body .book-block-heading {
	margin: 0;
	max-width: 480px;
}

.modal-body .book-block-text {
    align-items: flex-start;
	flex-direction: column;
	max-width: 75%;
	margin: 0 auto;
	padding: 20px 40px;
}

.modal-body .book-block-desc ul {
	padding: 0;
}

.modal-body .book-block-desc {
	max-width: 370px;
	margin: 15px 0 0;
}

.modal-body .btn-book {
    margin-left: 90px;
    margin-top: 40px;
    margin-right: auto;
}

.modal-body .book-block-heading:before {
    margin-top: 20px;
}

@media (max-width: 800px) {
	.book-block-heading span {
		margin-bottom: 20px;
	}

	.modal-body .btn-book {
		margin-left: 20px;
	}
	.article-item .container {
		flex-direction: column;
		max-width: 90%;
	}
	.article-item .container .left-column-article {
		max-width: 100%;
		width: 100%;
	}
	.article-item .container .right-column-banner {
		width: 100%;
		margin-left: 0;
		padding-top: 0;
	}

}
@media (min-width: 801px) {
	.right-column-banner .banner {
		position: sticky;
		position: -webkit-sticky;
		top: 0;
	}
}
@media (min-width: 801px) and (max-width: 1200px){
	.slick-slide .info-bottom .info-img {
		margin-left: 20px;
	}
}
/* /modal */

@media (max-width: 1200px) {
	.container, .content {
		max-width: 90%;
	}
	.article-item .container {
		max-width: 90%;
	}

	.publications-sect .container, .more-articles-sect .container, .more-articles-sect-row .container {
		flex-direction: column;
	}

	.article-block {
		width: 100%;
	}

	.news-sect {
		padding-left: 0;
		max-width: 100%;
		margin-left: unset;
		margin-bottom: 60px;
	}

	.news-sect h2 {
		margin-top: 30px;
	}

	.book-block-text {
		flex-direction: column;
		align-items: baseline;
	}

	.more-articles-sect-row .article-block {
		flex-direction: column;
	}

	.more-articles-sect-row .article-text-right {
		padding-left: 0;
		padding-top: 20px;
	}

	.article-other-sect .container {
		padding-top: 10px;
		border-top: 10px solid #007dc3;
	}

	.article-other-sect .container:before {
		display: none;
	}
	.slick-slider.infographic-slider:before,
	.news-sect .infographic:before {
		width: 100vw;
		left: -5%;
	}
	.publications-sect .banner .cnb-zone.cnb-in {
		text-align: center;
		padding-top: 70px;
	}

	.comments_all {
		margin: 0;
	}
}

@media (max-width: 800px) {
	.nav-menu {
		margin: 30px 0 0 0;
		text-align: center;
		width: 100%;
	}

	.nav-menu li {
		display: block;
		margin: 12px 0;
	}

	.support {
		text-align: center;
	}

	.webinar-block {
		width: unset;
	}

	.webinar-block img {
		margin-top: 0;
	}

	.webinar-block-contact {
		flex-direction: column;
	}

	.webinar-block-contact .btn {
		align-self: flex-start;
		margin-top: 20px;
	}

	.book-img {
		display: none;
	}

	.modal .btn {
    	padding: 0;
	}

	.modal-content img {
    	max-width: 100vw;
	} 

	.modal-dialog, .modal-content {
    	max-width: 100vw;
	}

	.slick-slider.infographic-slider {
		margin: 0 -20px 40px;
		padding: 20px 20px 0;
		background-color: white;
	}
	.slick-slider.infographic-slider:before {
		height: 100%;
	}

	.slick-dots {
		bottom: 60px;
		max-width: calc(100vw - 40px);
	}

	.slick-dots a {
		padding: 9px;
		font-size: 14px;
	}

	.info-bottom {
		flex-direction: column-reverse;
	}

	.info-img {
		margin: -10px auto 20px;
		max-width: 140px;
	}
	.article-header .right-btn-block {
		width: 100%;
	}
	.article-header {
		flex-direction: column;
		align-items: flex-start;
	}
	.article-header .btn-home {
		width: 48%;
		margin-bottom: 20px;
		align-self: flex-start;
	}
	.slick-slider.infographic-slider:before {
		left: 0;
	}
}

@media (max-width: 640px) {
	h1 {
		font-size: 48px;
	}

	.more-articles-sect-row .article-block .article-img {
		 width: 100%;
	 }

	.article-img {
		width: 100%;
	}

	.book-block-heading {
		margin: 0;
		max-width: 100%;
	}

	.book-block-desc {
		max-width: 100%;
	}

	.webinar-desc {
		width: 100%;
		box-sizing: border-box;
    	padding: 60px 20px;
	}

	.webinar-img {
		width: 0;
	}

	.webinar-block {
		flex-direction: column;
		margin-left: unset;
	}

	.webinar-block-text {
		padding-left: 0;
		padding-top: 30px;
		width: 100%;
	}
}

@media (max-width: 480px) {
	h1 {
		font-size: 32px;
	}

	.book-block-heading {
		font-size: 32px;
	}

	.webinar-block {
		padding: 20px;
	}

	.webinar-block img {
		width: 100%;
	}

	.btn-home {
		width: 100%;
		text-align: center;
		box-sizing: border-box;
	}
	.infographic .info {
		flex-wrap: wrap;
	}
	.infographic .icon {
		width: 100%;
		justify-content: flex-end;
	}
	.slick-dots {
		margin: 45px 50% 0;
		transform: translate(-50%);
		width: 100vw;
		max-width: 100vw;
	}
	.slick-dots li {
		margin: 0 1%;
	}
	.info-block-3 .info-heading-3, .info-block-4 .info-heading-3, .info-block-5 .info-heading-3, .info-block-6 .info-heading-3, .info-block-7 .info-heading-3, .info-block-8 .info-heading-3 {
		margin-bottom: 10px;
	}
}
.MainMewsLentaNoPimp, .ArchiveLines {
	list-style: none;
	padding-left: 0;
}
.MainMewsLentaNoPimp a, .ArchiveLines a {
	color: #007dc3;
	font-weight: 500;
	font-size: 18px;
	text-decoration: none;
}
.MainMewsLentaNoPimp a:hover, .ArchiveLines a:hover {
	text-decoration: underline;
}
.GreyText {
	font-weight: 700;
	color: #575757;
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 20px;
}
.NewsPages .page, .ArchivePages .page {
	display: flex;
	list-style: none;
	padding: 0 0 20px 0;
	margin: 0 0 13px 0;
	justify-content: flex-start;
}
.NewsPages b, .ArchivePages b {
	display: none;
}
.NewsPages a, .ArchivePages a,
.NewsPages span, .ArchivePages span {
	width: 36px;
	height: 36px;
	line-height: 36px;
	border: 2px solid #347dbd;
	font-size: 20px;
	color: #347dbd;
	text-align: center;
	cursor: pointer;
	margin-right: 10px;
	text-decoration: none;
}
.NewsPages a.ff, .ArchivePages a.ff,
.NewsPages a.rew, .ArchivePages a.rew {
	border-color: transparent;
}
.NewsPages span, .ArchivePages span {
	background: #347dbd;
	color: #fff;
}
