@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 {
    background-color: #0c322c;
    padding: 40px 0;
}

.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;
    margin-top: -10px;
}

.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, .smiddle {
    padding: 1px 0 2px 0;
    color: white;
}

.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/2021/02/15/menyu.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;
    list-style: none;
    display: inline-block;
    margin: 33px 0 0 80px;
}

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

.nav-menu li:after {
    content: "";
    /* background-image: url(https://filearchive.cnews.ru/img/cnews/2020/06/29/caret.png); */
    background-image: url(https://filearchive.cnews.ru/img/cnews/2021/02/15/shape_1_copy_4.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    margin-left: 8px;
    width: 20px;
    height: 10px;
}

.nav-menu a {
    color: white;
    text-transform: uppercase;
    text-decoration: none;
}

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

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

a {
    color: #40af6f;
}

img {
    max-width: 100%;
}

.btn {
    font-size: 16px;
    font-weight: 500;
    padding: 13px;
    box-sizing: border-box;
    color: white;
    text-decoration: none;
    border: 2px solid;
    border-radius: 50px;
    min-width: 225px;
    display: inline-block;
}

.btn-fixed {
    position: fixed;
    bottom: 10px;
    right: 10px;
    padding: 13px;
    font-size: 18px;
    background: white;
    color: #ff6a52;
    border: 2px solid;
    text-align: center;
    z-index: 2;
}

h1 {
    font-size: 31px;
    font-weight: 300;
    text-transform: uppercase;
}

h1 span {
    font-weight: 500;
}

.container,
.wrapper {
    max-width: 1040px;
    margin: 0 auto;
}

.wrapper {
    padding: 0 0 60px;
}

#ArchiveForm {
    display: none;
}

.header-main {
    background-color: #0c322c;
    background-image: url(https://filearchive.cnews.ru/img/cnews/2020/06/29/introbg.png);
    background-size: contain;
    background-repeat: no-repeat;
    padding: 60px 0;
}

.plaque {
    background-color: #40ba84;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 35px 35px 35px 45px;
    border-radius: 25px;
    color: white;
    box-sizing: border-box;
}

.intro-plaque {
    background-image: url(https://filearchive.cnews.ru/img/cnews/2020/06/29/introsusepattern.png);
    width: 660px;
    margin-left: auto;
}

.research-sect {
    position: relative;
    padding: 60px 0;
    background-color: #0c322c;
}

.research-sect .container {
    position: relative;
}

.research-left {
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;
    height: 100%;
}

.research-right {
    position: absolute;
    height: calc(100% + 40px);
    width: auto;
    display: block;
    left: 57vw;
    top: -20px;
    border-radius: 25px;
}

.research-plaque {
    /* background-color: #ff6a52; */
    background-color: #fe7c3f;
    padding: 35px 55px 45px;
    margin-left: -30px;
}

.research-plaque .btn {
    position: relative;
    text-align: center;
}

.research-plaque .btn:after {
    content: "";
    background-image: url(https://filearchive.cnews.ru/img/cnews/2020/06/30/line1.png);
    background-position: center;
    background-size: contain;
    display: inline-block;
    width: 390px;
    height: 305px;
    position: absolute;
    top: -257px;
    left: 100%;
    background-repeat: no-repeat;
}

.research-plaque h2 {
    margin: 0 0 10px;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 31px;
    max-width: 520px;
}

.research-plaque h3 {
    margin: 0 0 60px;
    font-size: 24px;
}

.research-plaque .research-block-text {
    font-weight: 300;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}

.research-plaque .research-number {
    font-size: 214px;
    line-height: 157px;
    margin-bottom: 20px;
}

.research-plaque .research-text-right {
    font-size: 30px;
    position: relative;
}

.research-plaque .line-2 {
    margin-left: -24px;
}

.article-img {
    position: relative;
    height: 210px;
    overflow: hidden;
    max-width: 600px;
}

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

.article-block p {
    margin: 15px 0;
    color: white;
}

.main-page .more-articles-sect .container {
    flex-direction: column;
}

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

.article-block h2 {
    font-size: 30px;
    color: black;
    margin: 0 0 15px;
    line-height: 1.2;
}

.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-block .btn {
    color: #40af6f;
    align-self: flex-end;
}

.article-block .btn,
.news-block .btn {
    padding: 10px 13px;
}

.article-block .btn:after,
.news-block .btn:after,
.all-news-btn:after,
.read-more-sect .btn:after {
    content: "";
    background-image: url(https://filearchive.cnews.ru/img/cnews/2020/06/29/arrowright.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 40px;
    height: 20px;
    vertical-align: middle;
    margin-left: 10px;
    float: right;
}
/*
.more-articles-sect {
  margin: 0 -30px;
}
*/

.article-desc {
    font-size: 16px;
}

.all-news-btn {
    color: #ff8e77;
    float: right;
}

.all-news-btn:after {
    background-image: url(https://filearchive.cnews.ru/img/cnews/2020/06/30/arrowrightpink.png);
}

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

.news-block .btn {
    color: #7a7a7a;
    align-self: flex-end;
}

.news-block .btn:after {
    background-image: url(https://filearchive.cnews.ru/img/cnews/2020/06/30/arrowrightgrey.png);
}

.webinar-sect {
    background-color: #fe7c3f;
    padding: 30px 0;
    position: relative;
}

.webinar-sect:before {
    content: "";
    background-image: url(https://filearchive.cnews.ru/img/cnews/2020/06/30/patternwebinar.svg);
    position: absolute;
    width: 40vw;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    top: -140px;
    left: 55vw;
    z-index: 0;
}

.webinar-desc {
    display: flex;
    max-width: 540px;
    width: 50%;
}

.webinar-desc p {
    font-size: 22px;
    margin: 0;
}

.webinar-heading {
    margin: 30px 0 0;
}

.webinar-heading p {
    color: #f26a55;
    font-weight: 700;
    margin: 0;
    font-size: 24px;
}

.webinar-heading h2 {
    font-size: 40px;
    margin: 0 0 20px;
    max-width: 50%;
}

.webinar-desc img {
    margin-right: 18px;
    align-self: baseline;
}

.webinar-desc p,
.speaker-desc p {
    color: white;
}

.webinar-desc ul {
    margin: 0;
    position: relative;
    list-style: none;
}

.webinar-desc ul:before {
    content: "";
    /* background-image: url(https://filearchive.cnews.ru/img/cnews/2020/07/06/rounded_rectangle_1.svg); */
    /* background-image: url(https://filearchive.cnews.ru/img/cnews/2021/02/11/roundedrectangle4.png); */
    background-image: url(https://filearchive.cnews.ru/img/cnews/2021/03/17/roundedrectangle5.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: calc(100% + 90px);
    position: absolute;
    width: 310px;
    top: -62px;
    left: -275px;
}

.webinar-desc li {
    color: white;
    margin: 5px 0;
    font-size: 14px;
    /*font-size: 13px;*/
    position: relative;
}

.webinar-desc li:before {
    content: "";
    width: 14px;
    height: 14px;
    background-color: white;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    left: -19px;
    top: 3px;
}

.speaker-block {
    display: flex;
    width: 50%;
    max-width: 540px;
    margin: 30px 0 0;
}

.speaker-block img {
    border-radius: 10px;
    align-self: baseline;
}

.speaker-desc {
    width: 100%;
    text-align: right;
    padding-right: 25px;
}

.speaker-desc p {
    font-size: 18px;
}

.speaker-desc > p {
    margin-top: 15px;
}

.speaker-desc .speaker-name {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 0;
}

.speaker-name + p {
    margin-top: 0;
}

.publications-sect {
    padding: 60px 0;
    background-color: #efefef;
}

.publications-sect .article-block p {
    color: black;
}

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

.banner-sect {
    padding: 60px 0;
    background-color: #efefef;
}

/*
.more-articles-sect .container {
  flex-direction: column;
}
*/
.news-sect {
    padding-left: 60px;
    max-width: 460px;
    margin-left: auto;
}

.articles-sect h2,
.news-sect h2 {
    color: #737373;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 0;
    text-transform: uppercase;
}

.news-sect h2 {
    margin-bottom: 50px;
}

.article-heading {
    color: white;
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 20px;
    line-height: 1.15;
}

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

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

.news-block p {
    font-size: 16px;
    color: #000;
}

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

.news-desc > p {
    margin: 0;
}

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

.webinar-registration {
    position: absolute;
    background-image: url(https://filearchive.cnews.ru/img/cnews/2020/06/29/webinarsusepattern.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    top: 0;
    right: 0;
    width: 48%;
    height: 320px;
    margin-top: -80px;
    padding: 110px 30px;
    box-sizing: border-box;
    border-radius: 25px;
}

.webinar-registration p {
    margin: 0;
    font-size: 38px;
    color: white;
    font-weight: 300;
}

.webinar-registration .btn {
    text-align: center;
    padding: 12px;
}

.webinar-registration span {
    font-size: 24px;
}

.more-articles-sect {
    /* background-image: url(https://filearchive.cnews.ru/img/cnews/2020/06/30/patternarticles.svg); */
    background-image: url(https://filearchive.cnews.ru/img/cnews/2021/02/15/untitled1.png);
    padding: 60px 0;
    background-color: #0c322c;
}

.article-other-sect {
    background-image: none;
}

.footer-block {
    background: #0c322c;
    padding: 100px 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: #30ba78;
}

/*article*/
.article-intro {
    padding: 40px 0;
    background-color: #0c322c;
}

.article-title {
    color: white;
    font-size: 40px;
    font-weight: 700;
    margin: 0;
}

.article-annonce {
    font-size: 22px;
    background: #7ad4aa;
    font-weight: 500;
    padding: 40px 0;
    position: relative;
    z-index: 1;
}

.article-annonce p {
    position: relative;
}

.article-annonce p:first-of-type:before {
    content: "";
    position: absolute;
    background-image: url(https://filearchive.cnews.ru/img/cnews/2020/06/30/untitled5.svg);
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 300px;
    height: 170px;
    top: 2px;
    margin-left: -300px;
}

.article-wrap > p {
    margin: 40px 0;
}

.article-wrap h2 {
    margin-top: 60px;
}

figure.image {
    text-align: center;
}

figure.image img {
    border-radius: 25px;
}

figure.image > figcaption {
    margin-top: 15px;
    color: #555;
}

.article-other-sect {
    padding-bottom: 30px;
}

.article-other-sect h2 {
    color: #40af6f;
}

.article-other-sect .news-block p {
    color: white;
}

.article-other-sect .news-block {
    border-color: #ef8872;
}

.article-other-sect .news-block .btn {
    color: #ef8872;
}

.article-other-sect .news-block .btn:after {
    background-image: url(https://filearchive.cnews.ru/img/cnews/2021/02/15/group_1.png);
}

.read-more-sect {
    background-color: #fed2c7;
    background-image: url(https://filearchive.cnews.ru/img/cnews/2020/07/02/untitled1.jpg);
    padding: 30px 0;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.read-more-img {
    position: absolute;
    left: 0;
}

.read-more-sect .container {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
}

.read-more-sect h2 {
    margin: 0;
    color: #f35137;
    font-size: 30px;
    font-weight: 400;
}

.read-more-sect .btn {
    color: #ff6a52;
    border-color: #ff6a52;
    align-self: flex-end;
    margin-top: 30px;
}

.read-more-sect .btn:after {
    background-image: url(https://filearchive.cnews.ru/img/cnews/2020/06/30/arrowrightpink.png);
}

/*новости*/
.right_part {
    display: none;
}

footer {
    background-color: #0c322c;
}

footer .copy {
    border-left: 1px dashed white;
    padding-left: 25px;
    color: white;
}

.footer_inner {
    display: flex;
    padding: 40px 0;
    justify-content: space-between;
    align-items: center;
}

.footer_menu {
    list-style: none;
    padding: 0;
    display: flex;
}

.footer_menu li {
    margin: 0 10px;
}

/* modal */
.popup-research .close {
    position: absolute;
    right: 20px;
    top: 20px;
}

.popup-research .modal-body {
    background: url(https://filearchive.cnews.ru/img/cnews/2020/12/08/suse_banner.jpg) center no-repeat;
    background-size: contain;
    padding-left: 110px;
    padding-top: 80px;
}

.popup-heading {
    color: #ffffff;
    text-transform: uppercase;
    margin-top: 0;
    font-size: 26px;
    font-weight: bold;
}

.popup-research .modal-content {
    width: 1100px;
    height: 650px;
    border-radius: 0;
}

.popup-research {
    color: #fff;
}

.research-text {
    font-size: 39px;
    text-transform: uppercase;
    font-weight: 300;
    width: 530px;
    margin-top: 20px;
    margin-bottom: 46px;
}

.research-download .btn {
    background: #ff6a52;
    margin-left: 70px;
    text-align: center;
    position: relative;
}

.popup-research .dot {
    border-radius: 50%;
    width: 13px;
    height: 13px;
    background: #fff;
    display: block;
    position: absolute;
    right: -7px;
    top: 18px;
}

.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: 0.5;
}

.fade {
    transition: opacity 0.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: 0.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-clip: padding-box;
    border-radius: 0.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;
}

.bottom-background {
    position: absolute;
    bottom: 0;
    height: 50%;
    width: 100%;
    background: linear-gradient(180deg, rgba(1, 50, 90, 0) 0%, #01325a 100%);
}

.infographic-sect {
    padding: 0 0 30px;
    background-color: #0c322c;
}

.infographic-img {
    min-width: 100%;
}

.infographic-sect > .container {
    position: relative;
}

.infographic-sect .btn-link {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    text-align: center;
}

.btn-link .btn {
    min-width: 280px;
}

.infographic-container {
    height: 680px;
    overflow: hidden;
}

.infographic-opened .btn-link,
.infographic-opened .bottom-background {
    display: none;
}

.infographic-container.infographic-opened {
    height: 100%;
}

@media (min-width: 800px) {
    .modal-dialog {
        max-width: 1100px;
        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);
    }
}

.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 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.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: 0.3rem;
    border-top-right-radius: 0.3rem;
}
.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}
.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: 0.3rem;
    border-bottom-left-radius: 0.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: hidden;
}
.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.6;
    margin-top: 15px;
    position: relative;
    z-index: 1;
}
button.close {
    padding: 0;
    background-color: transparent;
    border: 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 */

@media (max-width: 1400px) {
    .webinar-registration {
        background-image: unset;
        background-color: #40ba84;
    }

    .webinar-registration p {
        margin-bottom: 20px;
    }
}

@media (max-width: 1100px) {
    body {
        overflow-x: unset;
    }

    .nav-menu {
        margin: 20px 0 0;
        text-align: center;
        display: flex;
        flex-direction: column;
        width: 100%;
        padding-top: 20px;
    }

    .nav-menu li {
        margin: 10px 0;
    }

    .cnews {
        position: relative;
    }

    .cnews_first,
    .cnews_first-footer {
        min-height: 30px;
    }

    .support {
        position: absolute;
        top: 0;
        right: 0;
    }

    .header-main {
        padding: 0;
    }

    .container,
    .wrapper {
        width: 90%;
        max-width: 100%;
    }

    .article-block {
        width: 100%;
    }

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

    .news-sect h2 {
        margin-bottom: 20px;
    }
    
    .research-left,
    .research-right,
    .research-plaque .btn:after {
        display: none;
    }

    .research-plaque {
        padding: 25px;
        margin-left: 0;
    }

    .webinar-desc,
    .speaker-block {
        width: 100%;
        max-width: unset;
    }

    .webinar-sect {
        border-radius: 0 0 25px 25px;
        padding-bottom: 0;
    }

    .webinar-registration {
        position: static;
        width: 100%;
        height: auto;
        margin-top: 40px;
        padding: 30px;
        border-radius: 25px 25px 0 0;
    }

    .webinar-registration p {
        margin: 0 0 20px;
        font-size: 26px;
    }

    .webinar-sect:before {
        display: none;
    }

    .speaker-block img {
        align-self: baseline;
    }

    .news-sect {
        padding-left: 0;
        max-width: 100%;
        margin-left: auto;
    }

    .webinar-heading h2 {
        font-size: 40px;
        margin: 0 0 20px;
        max-width: 100%;
    }
    
    .popup-research .modal-content {
        width: 800px;
    }
}

@media (max-width: 992px) {
    .modal-dialog-scrollable .modal-body {
        overflow-y: auto;
    }

    .popup-speaker {
        width: calc(100% - 100px);
    }

    .popup-research .speaker-block {
        margin-bottom: 30px;
    }

    .popup-date {
        position: static;
    }

    .modal-dialog {
        width: 90%;
        margin: 0.5rem auto;
    }

    .popup-date .btn {
        margin-left: 0;
    }
}

@media (max-width: 768px) {
    .intro-plaque {
        width: 100%;
        padding: 25px;
        box-sizing: border-box;
    }

    .footer_inner {
        flex-direction: column;
    }

    footer .copy {
        padding-left: 0;
        border: 0;
    }
    
    .popup-research .modal-dialog {
        justify-content: initial;
        margin-top: 30px;
    }
    
    .popup-research .modal-content {
        width: 100%;
        text-align: center;
    }
    
    .popup-research .modal-body {
        /* //background: #ff6a52; */
        padding-left: 1rem;
    }
    
    .popup-research .research-text {
        width: auto;
        font-size: 28px;
    }
    
    .research-download .btn {
        margin: 0;
    }
    
    .popup-research .dot {
        display: none;
    }

    .popup-research .modal-content {
        max-height: 90vw;
    }
}

@media (max-width: 576px) {
    .cnews .logo-cnews {
        padding-right: 12px;
        margin-right: 10px;
    }

    .cnews .logo-cnews img {
        width: 130px;
    }

    .support img {
        width: 60px;
        margin-top: -5px;
    }

    h1,
    h2 {
        font-size: 24px;
    }

    .article-heading {
        font-size: 24px;
    }

    .footer_menu {
        flex-direction: column;
        text-align: center;
    }

    .footer_menu li {
        margin: 10px;
    }

    .popup-date .btn {
        width: 100%;
        min-width: unset;
    }

    .popup-research .speaker-block {
        flex-direction: column;
    }

    .popup-research .speaker-desc {
        padding: 0;
    }

    .research-plaque .research-number {
        font-size: 80px;
    }
    
    .research-plaque .research-text-right {
        font-size: 20px;
        margin-left: 10px;
    }
    
    .research-plaque .line-2 {
        margin-left: 0;
    }
}

@media (max-width: 420px) {
    .popup-heading {
        font-size: 22px;
    }

    .popup-heading {
        font-size: 20px;
    }

    .popup-speaker {
        margin: 0;
        width: 100%;
    }

    .speaker-block img {
        max-width: 150px;
    }

    .webinar-heading h2 {
        font-size: 32px;
    }
}
