html {
    font-family: 'Open Sans', sans-serif;
    color: #333333;
    font-size: 18px;
    scroll-behavior: smooth;
}
body {
    margin: 0;
}
.main {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
}
.main .sidebar {
    display: block;
    width: 28%;
    min-width: 28%;
}
.main .sidebar .fix {
	position: fixed;
	margin:2.2rem 0;
}
.main .sidebar .fix strong {
	color: #ED174F;
	font-size: 1.2rem;
  display: block;
  margin-bottom: 1.6rem;
}
.main .sidebar .fix ul {
	list-style: none;
  padding: 0;
  font-weight: 600;
}
.main .sidebar .fix ul li {
  margin: 0.8rem 0;
}
.main .sidebar .fix ul li a {
	text-decoration: none;
	color: #333;
}
.main .sidebar .fix ul li:hover a {
	text-decoration: underline;
	color: #ED174F;
}
h1.cnt {
	/*color: #003255;*/
	color: #333;
	font-size: 1.8rem;
}
.csc-default h2 {
    font-size: 1.4rem;
		color: #333;
    /*color: #2a5885;*/
    margin-top: 2rem;
}
.container {
	position: relative;
    min-width: 72%;
}
.container .share-block {
	position: absolute;
	right: 0;
}
.container .share-block .share-buttons {
	display: flex;
}
.container .share-block .share-buttons .share-button {
	margin-left: 2px;
}
/************** стили конструктора ****************/
.full-width{
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.full-width--cnt {
    max-width: 100%;
}
h4.cnt {
    margin-top: 3.5rem;
    font-size: 1.2rem;
    max-width: 80%;
    margin-bottom: 0;
}
h3.cnt {
    max-width: 100%;
}

.csc-default {
	margin-bottom: 2rem;
}
p {
  font-size: 1.1rem;
  line-height: 1.6rem;
  margin-block-start: .9rem;
  margin-bottom: 1.2rem;
  max-width: 100%;
  font-weight: 300;
}
p a, li a {
	color: #ee2056;
	text-decoration: none;
  font-weight: bold;
}
.csc-default p a,.csc-default li a {
	border-bottom: 1px dashed;
}
.csc-default p a:hover,.csc-default li a:hover {
	text-decoration: none;
    border-bottom: 1px solid;
    color: #c70538;
}
.highlight-green {
    display: inline-block;
    margin-left: .4rem;
    color: #fff;
    background-color: #6EC8BA;
    padding: .2rem .8rem;
    border-radius: 4px;
}
p a:hover, li a:hover {
	text-decoration: underline;
}
.csc-default li {
  font-weight: 300;
  margin: 14px 0;
}
.csc-default table tbody {
    vertical-align: middle;

}
.csc-default table {
    border: 1px solid #dedede;
    border-spacing: 0;  
    width: 100%;
}
.csc-default table td {
    border: 1px solid #dedede;
}
.csc-default table thead {
    background-color: #333;
    color: #fff;
}
.csc-default table tbody p, thead p {
    max-width: 100%;
    margin: 0;
    padding: 5px;
    font-size: 0.9rem;
}
.csc-default ul, ol {
    max-width: 90%;
    font-size: 1.1rem;
}
.csc-default ul, ul.quest-list {
    list-style: none;
    padding-inline-start: 4rem;
}
.csc-default ul li, ul.quest-list li {
    position: relative;
    margin: .9rem 0;
}
.csc-default ul li:before, ul.quest-list li:before {
    content: '';
    display: inline-block;
    /*background: #00a48a;*/
     /*background: #6EC8BA; */
    background: #ee2056; 
    width: 8px;
    height: 8px;
    position: absolute;
    left: -1.2rem;
    top: .6rem;
    border-radius: 100%;

}
/* Блок с двумя колнками 25-75% */
.content-col2{ clear:both; width: 100%; margin-bottom:2rem; }
.content-col2 .block-left{ width:25%; float:left; background-color:#F8F8F8; margin-right:15px; padding: 5px 10px; }
.content-col2 .block-right{ width:70%; float:right;  }

/* Блок с двумя колнками 50-50% обводка/белый фон */
.content-col2-equl-brd{ clear:both; width: 100%; margin-top:10px; }
.content-col2-equl-brd .block-left{ width:46%; float:left; padding: 5px 10px; border:1px solid #E4E0E0; }
.content-col2-equl-brd .block-right{ width:46%; float:right; padding: 5px 10px; border:1px solid #E4E0E0;  }

/* Блок с двумя колнками 50-50% без обводки */
.content-col2-equl{ clear:both; margin-top:10px;      overflow: hidden;}
.content-col2-equl .block-left{ width:48%; float:left; padding: 5px 10px 5px 0px; }
.content-col2-equl .block-right{ width:48%; float:right; padding: 5px 0px 5px 10px;  }

/* Блок в четыре колонки с обводкой */
.content-col4-equl-border { clear:both; margin-top:10px; }
.content-col4-equl-border .block-col1, .content-col4-equl-border .block-col2, .content-col4-equl-border .block-col3,  .content-col4-equl-border .block-col4 { width:23%; display: inline-block; vertical-align: top; padding: 7px;     border: 1px solid #c5c5c5; margin-right: 6px;     margin-bottom: 10px;}
.content-col4-equl-border .block-col2{ width:23%; display: inline-block; vertical-align: top; padding: 7px;     border: 1px solid #c5c5c5; margin-right: 6px;     margin-bottom: 10px;}
.content-col4-equl-border div:last-child {margin-right: 0;}
.content-col4-equl-border p {font-size: 14px; text-align: left;}
.content-col4-equl-border p a{color: #00a48a;}
.content-col4-equl-border p a:hover {color: #1a5c50;}

/* Блок в четыре колонки без обводки */
.content-col4-equl{ clear:both; margin-top:10px; }
.content-col4-equl .block-col1, .content-col4-equl .block-col2, .content-col4-equl .block-col3, .content-col4-equl .block-col4 { width:22%; display: inline-block; vertical-align: top; padding: 7px;     margin-right: 6px;     margin-bottom: 10px; border: none;}
.content-col4-equl div:last-child {margin-right: 0;}
.content-col4-equl p {font-size: 14px; text-align: center;}
.content-col4-equl p a{color: #00a48a;}
.content-col4-equl p a:hover {color: #1a5c50;}

/* Блок с border 1px */
.block-border{  clear:both; border:1px solid #E4E0E0; margin-bottom:2rem; }
.block-border h1.cnt{ font:15px 'Open Sans'; margin: 5px 0px 10px 0px; text-align:center; color: #333333;}
.block-border h2.cnt{ font:15px 'Open Sans'; margin: 5px 0px 10px 0px; text-align:center; color: #07937C;}
.block-border h3.cnt{ font:15px 'Open Sans'; margin: 5px 0px 10px 0px; text-align:center; color: #006453;}
.block-border p, .block-border ul{ font:14px 'Open Sans'; text-align: left;}
.block-border .blk-border-cnt{ padding:10px; }
.block-border .blk-border-cnt .csc-default {margin-bottom: 0;}

/* Блок с серым фоном */
.block-fon-grey{  clear:both; background-color:#f2f2f2; margin-bottom:2rem; }
.block-fon-grey h1.cnt{ font:15px 'Open Sans'; margin: 5px 0px 10px 0px; text-align:center; color: #333333;font-weight: bold;}
.block-fon-grey h2.cnt{ font:15px 'Open Sans'; margin: 5px 0px 10px 0px; text-align:center; color: #07937C;}
.block-fon-grey h3.cnt{ font:15px 'Open Sans'; margin: 5px 0px 10px 0px; text-align:center; color: #006453;}
.block-fon-grey p, .block-fon-grey ul{ font:14px 'Open Sans'; }
.block-fon-grey .block-fon-grey-cnt{ padding:26px; }
.block-fon-grey .block-fon-grey-cnt .csc-default {margin-bottom: 0;}

/* Блок с зеленым фоном */
.block-fon-green{  clear:both; background-color:#00a48a; margin-bottom:2rem; }
.block-fon-green h1.cnt{ font:15px 'Open Sans'; margin: 5px 0px 10px 0px; text-align:center; color: #ffffff; font-weight: bold;}
.block-fon-green h2.cnt{ font:15px 'Open Sans'; margin: 5px 0px 10px 0px; text-align:center; color: #ffffff;}
.block-fon-green h3.cnt{ font:15px 'Open Sans'; margin: 5px 0px 10px 0px; text-align:center; color: #ffffff;}
.block-fon-green p, .block-fon-green ul{ font:16px 'Open Sans'; color: #ffffff; margin: 12px 10px; }
.block-fon-green .block-fon-green-cnt{ padding:10px; } 
.block-fon-green .block-fon-green-cnt .csc-default {margin-bottom: 0;}

/* Блок с цветной шапкой */
.block-border-title{ clear:both; border:1px solid #E4E0E0; margin-bottom:2rem; }
.block-border-title h1.cnt{ font:15px 'Open Sans'; margin: 5px 0px 10px 0px; text-align:center; color: #333333;}
.block-border-title h2.cnt{ font:15px 'Open Sans'; margin: 5px 0px 10px 0px; text-align:center; color: #07937C;}
.block-border-title h3.cnt{ font:15px 'Open Sans'; margin: 5px 0px 10px 0px; text-align:center; color: #006453;}
.block-border-title p, .block-border-title ul{ font:12.5px 'Open Sans'; }
.block-border-title .blk-border-cnt{ padding:10px; }

.cont-item {
    display: inline-block;
    width: calc(22% + 0.2rem);
    font-size: 0.8rem;
    margin-right: 1.5%;
    vertical-align: top;
}
/***************** конец стили конструктора **************/
.menu-block {
    background-color: #fff;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
    height: auto;
    position: sticky;
    top: 0;
    z-index: 10000;
}
.menu-block .logo-txt {
    float: left;
    margin: 2rem;
    max-width: 50%;
    font-size: 1.6rem;
    text-transform: uppercase;
    font-weight: bold;
    color: #00a48a;
    line-height: 1.2;
}
.menu-block .logo-txt span {
    /* display: block; */
    color: #ED174F;
    font-size: 1.2rem;
    margin-top: 0.6rem;
    font-weight: lighter;
}
.menu-block.scrolled {
    background-color: rgba(255,255,255,0.95);
    transition: background-color .5s linear;
  }
.menu-container {
    max-width: 1200px;
    margin: 0 auto;
}
.menu-container .logo {
    float: left;
    margin: 16px 0;
}
.menu-container .main-menu {
    max-width: 80%;
    float: right;
}
.menu-container .main-menu ul {
    padding: 0;
    float: left;
    max-width: 100%;
    font-size: 1rem;
}
.menu-container .main-menu ul a {
    color: #333;
}
.menu-container .main-menu ul a:hover li {
    border-bottom: 6px solid #333;
    transition: border-bottom .2s ease-out;
}
.menu-container .main-menu ul a li {
    display: inline-block;
    margin-right: 20px;
    border-bottom: 6px solid transparent;
}
.menu-container .main-menu ul a li.order {
    font-weight: 700;
    color: #ff6600;
}
.menu-container .main-menu ul a:hover li.order {
    border-bottom: 6px solid #ff6600;
}
.menu-container .main-menu ul a#active li {
    border-bottom: 6px solid #333;
}

.conf {
    font-size: 0.8rem;
    line-height: 1.2;
    text-transform: uppercase;
    margin: 2rem 0;
    width: 15%;
    float: right;
    text-align: right;
    display: block;
}
.conf img {
    width: 65px;
    float: right;
    height: 65px;
    display: block;
    margin: 0;
}
.conf span {
    display: block;
    clear: both;
}
.mob-menu-toggler {
    display: none;
    position: absolute;
    right: 0rem;
    top: 1rem;
    border: none;
    outline-style: none;
    width: 45px;
    height: 40px;
    background-color: transparent;
    cursor: pointer;
    /*margin-top: 5px;*/
}
.mob-menu-toggler:hover {
    background-color: transparent;
}
.mob-menu-toggler .toggler-icon {
    background-image: none;
    position: absolute;
    background-color: #333;
    width: 2.5rem;
    height: 4px;
    left: 50%;
    margin-left: -1.25rem;
    top: 50%;
    margin-top: -1px;
}
.mob-menu-toggler .toggler-icon::before, .toggler-icon::after {
    content: "";
    background-image: none;
    position: absolute;
    background-color: #333;
    width: 2.5rem;
    height: 4px;
    /* left: 50%;
    margin-left: -1.25rem; */
    top: 50%;
    display: block;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}
.mob-menu-toggler .toggler-icon::before{
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
    margin-top: -4px;
}
.mob-menu-toggler .toggler-icon::after{
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
}
.mob-menu-toggler.opened .toggler-icon::before {
    top: 4px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transition: all .2s ease;
}
.mob-menu-toggler.opened .toggler-icon::after {
    top: 0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transition: all .2s ease;
}
.mob-menu-toggler.opened .toggler-icon {
    height: 0;
    background-color: transparent;
}
.mob-menu-list {
    position: fixed;
    z-index: 1000;
    right: 0;
    width: 35%;
    /* width: 70%; */
    padding: 1rem;
    padding-top: 0;
    background-color: rgba(255,255,255,0.95);
    height: 92%;
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    display: none;
    margin-top: -30px;
}
.mob-menu-list ul {
    list-style: none;
    padding-left: 1rem;
    margin-top: 2rem;
    overflow: hidden;
    clear: both;
}
.mob-menu-list ul li {
	margin-bottom: 1rem;
}
.mob-menu-list ul li a {
	color: #333;
	text-decoration: none;
}
.mob-menu-list ul li a:hover {
	text-decoration: underline;
}


footer {
    background-color: #333333;
    border-top: 5px solid #00a48a;
    overflow: hidden;
    color: #fff;
    text-align: left;
}
footer .content {
    text-align: left;
}
footer a {
    color: #fff;
    text-decoration: none;
}
footer a:hover {
    text-decoration: underline;
}
footer .f-menu ul a li:hover {
    text-decoration: underline;
}
footer .content .f-menu {
    	display: none;
    }
.content {
    max-width: 1200px;
    text-align: left;
    margin: 0 auto;
    overflow: hidden;
    padding: 30px 0px;
}
.f-menu ul {
    display: inline;
    padding: 0;
}
.f-menu ul li {
    display: inline-block;
    float: left;
    margin-right: 29px;
    font-size: 1.15rem;
    color: #999999;
    letter-spacing: 0.01em;
}
.f-menu ul a:last-child li {
    margin-right: 0;
}
.useful-head {
    font-size: 1.4rem;
    font-weight: bold;
}
.useful {
    max-width: 50%;
    float: left;
    margin: 40px auto;
}
.useful ul {
    display: inline;
}

.f-contact {
    max-width: 100%;
    margin: 12px auto;
    font-size: 1.1rem;
    width: 100%;
    overflow: hidden;
}
.f-contact .f-tel {
    margin-bottom: .5rem;
    float: left;
    max-width: 50%;
}
.f-contact .f-mail {
    clear: both;
    float: left;
    max-width: 50%;
    width: 50%;
}
.f-contact .logo-soc {
    float: right;
    max-width: 50%;
    width: 50%;
    text-align: right;
}
.soc {
    display: inline-block;
    vertical-align: bottom;
/*    float: right;
    margin-bottom: 0.8rem;*/
}
.soc a {
    display: inline-block;
    float: right;
    margin-left: 10px;
}
.flogo {
    display: inline-block;
    vertical-align: bottom;
    clear: both;
}

/*********************************/
/* спикеры */
/*********************************/
.speakers {
    overflow: hidden;
}
.speakers .speaker-card {
    background: #fff;
    width: 30%;
    border-radius: 4px;
    box-sizing: border-box;
    margin: 0 1.4rem 1.4rem 0;
    position: relative;
    font-size: .6rem;
    display: inline-block;
    color: #999;
    vertical-align: top;
}
.speakers .speaker-card .speaker-card-card-photo {
    position: relative;
    float: left;
    margin-right: .6rem;
}
.speakers .speaker-card .speaker-card-card-photo img {
    border-radius: 4px;
    width: 100%;
}
.speakers .speaker-card .speaker-card-info span.fio {
    font-size: .7rem;
    display: block;
    font-weight: bold;
    line-height: .8rem;
    margin-bottom: .3rem;
    color: #333;
}


/*********************************/
/* кнопка наверх */
/*********************************/

#go-top {
    position: fixed;
    bottom: 4rem;
    right: 1rem;
    text-align: center;
    display: none;
    z-index: 10000;
}
#go-top a {
    text-decoration: none;
    border: 0 none;
    display: block;
    width: 48px;
    height: 48px;
    background-color: #333333;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: #fff;
    font-size: 16px;
    line-height: 48px;
    border-radius: 3px;
    opacity: 0.3;
}
#go-top a:hover {
    opacity: 1;
}
/* конец кнопка наверх */
/*********************************/
/*********************************/
/* стили footer */
.footer .soc{float:left;height:34px;font:11px Tahoma; padding-top: 35px;}
.footer .ftr-cnt-main{width:1200px !important;padding-top:10px;height:auto !important;min-height:315px;overflow:hidden}
.bg-darkgray {
    background: linear-gradient(to right, #999999 80%, #333 20%);
    overflow: hidden;
}
.bg-darkgray .contacts-ftr {
    max-width: 1200px;
    margin: 0 auto;
}
.bg-darkgray .contacts-ftr .cont-desc {
    float: left;
    color: #ffffff;
    font-size: 3.5rem;
    font-weight: bold;
    width: 39.5%;
    margin-top: 3rem;
}
.bg-darkgray .contacts-ftr .cont-item {
    background-color: #333;
    padding: 3rem;
    text-align: center;
}
.bg-darkgray .contacts-ftr .cont-item:hover {
    background-color: #00a48a;
}
.bg-darkgray .contacts-ftr a.cont-item img {
    width: 80%;
}
/* НОВЫЕ ИКОНКИ СОЦСЕТЕЙ */
.fa {
	padding: 5px;
	font-size: 0.8rem;
	width: 25px;
	text-align: center;
	text-decoration: none;
	margin: 5px 0px;
	opacity: 1; /* у хлебных крошек*/
}
.fab {
    padding: 7px;
    font-size: 16px;
    width: 65px;
    text-align: center;
    text-decoration: none;
    margin: 5px 0px;
    opacity: 0.7;
}
.fa:hover {
    opacity: 1;
    cursor:pointer;
}
.fab:hover {
    opacity: 1;
    cursor:pointer;
}
.fa-facebook {
    background: #3B5998;
    color: white;
}
.fa-vk {
    background: #2a5885;
    color: white;
}
.fa-twitter {
    background: #55ACEE;
    color: white;
}
.fa-google {
    background: #dd4b39;
    color: white;
}
.soc-reg-find .soc .fa {
	padding: 10px;
	font-size: 14px;
	width: 14px;
	text-align: center;
	text-decoration: none;
	border-radius: 50%;
	opacity: 0.6;
}
.soc-reg-find .soc .fab {
	padding: 10px;
	font-size: 14px;
	width: 14px;
	text-align: center;
	text-decoration: none;
	border-radius: 50%;
	opacity: 0.6;
}
.soc-reg-find .soc .fa:hover{
	opacity: 1;
}
.soc-reg-find .soc .fab:hover{
    opacity: 1;
}
.soc-reg-find .soc a:hover {
    color: #fff;
}
.soc-reg-find .soc .fa-instagram {
    background: #125688;
    color: white;
}
.soc-reg-find .soc .fa-youtube {
    background: #bb0000;
    color: white;
}
.soc-reg-find .soc .fa-rss {
    background: #ff6600;
    color: white;
}
.soc-reg-find .soc .fa-telegram-plane {
    background: #49ade3;
    color: white;
}
  
/* соц сети  footer */

.soc-contact .soc .fa {
	padding: 10px;
	font-size: 14px;
	width: 14px;
	text-align: center;
	text-decoration: none;
	border-radius: 50%;
	opacity: 0.6;
}
.soc-contact .soc .fab {
    padding: 10px;
    font-size: 14px;
    width: 14px;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
    opacity: 0.6;
}
.soc-contact .soc .fa:hover{
    opacity: 1;
}
.soc-contact .soc .fab:hover{
    opacity: 1;
}
.soc-contact .soc a:hover {
    color: #fff;
}
.soc-contact .soc .fa-instagram {
    background: #125688;
    color: white;
}
.soc-contact .soc .fa-youtube {
    background: #bb0000;
    color: white;
}
.soc-contact .soc .fa-rss {
    background: #ff6600;
    color: white;
}
.soc-contact .soc .fa-telegram-plane {
    background: #49ade3;
    color: white;
}
.soc-reg-find .fa-facebook {
    background: #3B5998;
    color: white;
}
.soc-reg-find  .fa-vk {
    background: #2a5885;
    color: white;
}
.soc-reg-find  .fa-twitter {
    background: #55ACEE;
    color: white;
}
	
.soc-reg-find  .fa-google {
    background: #dd4b39;
    color: white;
}
footer {
    background-color: #333333;
    border-top: 5px solid #00a48a;
    overflow: hidden;
    color: #fff;
    text-align: left;
    z-index: 100;
    position: relative;
}
footer .content {
    text-align: left;
    padding: .5rem 0;
}
footer a {
    color: #fff;
    text-decoration: none;
}
footer a:hover {
    text-decoration: underline;
}
footer .f-menu ul a li:hover {
    text-decoration: underline;
}
.f-menu ul {
    display: inline;
    padding: 0;
}
.f-menu ul li {
    display: inline-block;
    float: left;
    margin-right: 29px;
    font-size: 1.15rem;
    color: #999999;
    letter-spacing: 0.01em;
}
.f-menu ul a:last-child li {
    margin-right: 0;
}


.soc {
    display: inline-block;
    vertical-align: bottom;
}
.flogo {
    display: inline-block;
    vertical-align: bottom;
    width: 10%;
}

/*********************************/
/* кнопка наверх */
#go-top {
    position: fixed;
    bottom: 30px;
    right: 20px;
    text-align: center;
    display: none;
}
#go-top a {
    text-decoration: none;
    border: 0 none;
    display: block;
    width: 48px;
    height: 48px;
    background-color: #333333;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: #fff;
    font-size: 16px;
    line-height: 48px;
    border-radius: 3px;
    opacity: 0.3;
}
#go-top a:hover {
    opacity: 1;
}
/* конец кнопка наверх */
/*********************************/
/* копирайты */
.copyright {
    clear: both;
}
.hrsmi{ 
    height: 1px; 
    background-color: #FFF; 
    border: 0; 
}
.smi{ 
    clear: both;  
    overflow: hidden;
    font-size: 10px; 
}
.smi div{ 
    width: 30%; 
    float: left; 
}
.smi div.smi-blk2{ 
    margin: 0 5%; 
}
.smi div p{ 
    margin: 8px 0;
    padding: 0;
    font-size: 10px;
    line-height: 14px;
    color: #FFF;
    max-width: 100%;
}
.age-icon {
    float: right;
    height: 40px;
}
.stuff-item {
    padding: 0;
}
/*.mob-menu-toggler {
    display: none;
}*/
.mob-menu-list {
    display: none;
}
.prod-mob {
    display: none;
}
.m-stuff-block {
    display: none;
}
.m-obw-sovet {
    display: none;
}
.m-obw-sovet2 {
    display: none;
}
/* конец копирайты */
li.archive {
    border-top: 1px solid #eaeaea;
    padding-top: 1rem;
    margin-top: 1.6rem !important;
}
li.archive a {
    color:#999 !important;
}


/*****************  контакты конференции ********************/
.contacts-conf {
        margin-top:3rem;
    }
.contacts-conf .contacts-general {
    font-size: 1.4rem;
    padding-bottom: 2rem;
}
.contacts-conf .contacts-general a {
    color: #00a48a;
}
.contacts-conf .contacts-in-case a{
    color: #333;
}
.contacts-conf .contacts-in-case .item {
    border-top: 1px solid #e4e4e4;
    padding: 1.2rem 1rem;
    font-size: .9rem;
}
.contacts-conf .contacts-in-case .item .cont-case {
    display: inline-block;
    vertical-align: middle;
    width: 34%;
    font-weight: bold;
}
.contacts-conf .contacts-in-case .item .cont-fio {
    display: inline-block;
    vertical-align: middle;
    margin: 0 .5rem;
    width: 25%;
}

.contacts-conf .contacts-in-case .item .cont-fio img {
    display: inline-block;
    vertical-align: middle;
    margin-right: .8rem;
    border-radius: 4px;
}
.contacts-conf .contacts-in-case .item .cont-fio span {
    display: inline-block;
    vertical-align: middle;
}
.contacts-conf .contacts-in-case .item .cont-mail {
    display: inline-block;
    vertical-align: middle;
    margin: .5rem 0;
}

/*********************************/
/* программа карточки */
/*********************************/
.card {
    padding: 1.5rem 2rem;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    border-left: 4px solid #6EC8BA;
    overflow: hidden;
    margin-bottom: 1rem;
}
.card-past {
     border-left: 4px solid #B3DDF4;
}
.date-time-block {
    display: inline-flex;
    padding: .8rem 1rem;
    background: rgba(110, 200, 186, 0.2);
    border-radius: 4px;
    color: #07937C;
    font-weight: bold;
    font-size: .9rem;
    max-width: 40%;
    vertical-align: middle;
    margin-right: 1rem;
}
.card-past .date-time-block {
    background: rgba(179, 221, 244, 0.2);
    color: #003255;
}
.date-time-block .date {
    margin-right: 1.5rem;
    color: #07937C;
}
.date-time-block .far {
   margin-right: 0.4rem;
   opacity: 0.5;
   font-size: 1rem;
}
.card-hdr-group {
    margin-bottom: 1.4rem;
}
.card-past .date {
    color: #003255;
}
.card-hdr-group .line-hdr {
    display: inline-block;
    max-width: 50%;
    font-size: .9rem;
    vertical-align: middle;
    font-weight: 600;
}
.card-main-info {
    margin-bottom: 1.4rem;
}
.card-main-info .section-hdr {
    font-size: 1.2rem;
    margin-bottom: .8rem;
    font-weight: 600;
}
.card-main-info .section-hdr span {
    font-weight: 300;
}
.card-main-info .speakers .speaker {
    color: #999;
    font-size: .8rem;
    margin-bottom: .4rem;
}
.card-main-info .speakers .speaker:last-child {
    margin-bottom: 0;
}
.card-main-info .speakers .speaker b {
    margin-right: .4rem;
}
.btn-active {
    display: inline-block;
    border: 1px solid #ED174F;
    box-sizing: border-box;
    border-radius: 4px;
    padding: .6rem 1.2rem;
    color: #ED174F;
    background: #fff;
    text-decoration: none;
    font-size: .8rem;
    margin-right: 1rem;
}
.btn-active:hover {
    color: #fff;
    background: #ED174F;
    transition: 0.15s ease;
}
.btn-active:focus {
    outline: none;
}
.btn-main {
    display: inline-block;
    border: 1px solid #00a48a;
    box-sizing: border-box;
    border-radius: 4px;
    padding: .6rem 1.2rem;
    color: #00a48a;
    background: #fff;
    text-decoration: none;
    font-size: .8rem;
    margin-right: 1rem;
    margin-bottom: 1rem;
}
.btn-main:hover {
    color: #fff;
    background: #6EC8BA;
    border: 1px solid #6EC8BA;
    transition: 0.15s ease;
}
.btn-main:focus {
    outline: none;
}
.btn-main i.fas {
	margin-right: .4rem;
}
.btn-active i.fas {
	margin-right: .4rem;
}
.card-past .btn-main {
    color: #003255;
    border: 1px solid #003255;
}
.card-past .btn-main:hover {
    color: #003255;
    background: rgba(179, 221, 244, 0.2);
    border: 1px solid rgba(179, 221, 244, 0.2);
    transition: 0.15s ease;
}
.prog-lines {
    margin-top: 3rem;
    /*margin-left: rem;*/
    color: #ee2056;
}
.prog-lines i {
    margin-right: .8rem;
}
.csc-default h4:first-of-type {
    margin-top: 0;
}
.csc-default h2:first-of-type {
    margin: 1rem 0 .9rem;
}
/*********************************/
/* форма */
/*********************************/
.form-thesis {
    max-width: 100%;
}

.question-block-two, 
.question-block-one{
    clear: both;
    overflow: hidden;
}

.question-block-two .question-group{
    width: 49%;
}

.question-block-two .question-group:first-child{
    float: left;
}

.question-block-two .question-group:last-child{
    float: right;
}


.question-group a {
    color: #333;
    text-decoration: underline;
}
.question-group a:hover {
    color: #00a48a;
}
.question-group label p{
    margin-bottom: .4rem;
    font-size: 1rem;
    font-weight: 600;
}
.question-group label .q-note {
    display: block;
    font-size: .8rem;
    font-weight: 300;
    line-height: 1.1rem;
    color: #999;
}

.question-group span.bound {
    color: #ee2056;
    font-size: 0.8rem;
    padding-left: 0.2rem;
    vertical-align: top;
}

.question-group input[type=text], textarea, select {
    width: 100%;
    border-radius: 4px;
    padding: 10px;
    border-width: thin;
    border: 1px solid #dedede;
    height: 2.4rem;
    box-shadow: none;
    box-sizing: border-box;
    font-size: .9rem;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
}
.question-group textarea {
    resize: none;
    height: initial;
    width: 100%;
}
.question-group input:focus, textarea:focus, select:focus {
    outline: 0;
    background-color: #fff;
    border: 1px solid #6EC8BA;
    /*box-shadow: inset 0px 0px 0px 1px #6EC8BA;*/
}
.question-group input:active, textarea:active {
    background-color: #fff;
    border: 1px solid #6EC8BA;
    /*box-shadow: inset 0px 0px 0px 1px #6EC8BA;*/
}
.question-group input[type=checkbox] {
    float: left;
    margin-right: 1rem;
}
.form-thesis .thesis {
    overflow: hidden;
    margin-bottom: 2rem;
}

/*********************************/
/* прижать футер */
/*********************************/
.box {
    min-height: calc(100vh - 234px);
}

/*********************************/
/* share шаринг соцсети */
/*********************************/
.share-buttons {
    display: flex;
    float: right;
    margin: .9rem 0;
}
.share-buttons .fab {
    width: auto;
    padding: 12px;
    font-size: 19px;
    text-align: center;
    text-decoration: none;
    opacity: 0.7;
    border-radius: 4px;
    margin: 0;
    display: flex;
    align-items: center;
    text-align: center;
    align-content: center;
}
.share-buttons .fab.fa-vk {
    margin: 0 .6rem;
}

/*********************************/
/* программа секции */
/*********************************/
h2.h2-prog {
    margin: 2rem 0 .9rem;
}
.prog-date {
    display: flex;
    align-items: center;
    margin: 2rem 0;
    flex-wrap: wrap;
}
.date {
    display: flex;
    align-items: center;
    font-size: .9rem;
    /*color: #003255;*/
    margin-right: 3rem;
}
.date i {
    font-size: 2.2rem;
    margin-right: .6rem;
}
.date b {
    font-size: 1.1rem;
    display: block;
}
.prog-pdf {
    display: inline-flex;
    align-items: center;
    margin-right: 3rem;
}
.prog-pdf:hover a {
    color: #00a48a;
    text-decoration: underline;
}
.prog-pdf a {
    display: inline-flex;
    vertical-align: middle;
    color: #333;
    text-decoration: none;
    font-size: .9rem;
}
.prog-pdf em {
    font-size: 2rem;
    margin: 0.3rem .6rem .3rem 0;
}
.nav { 
    font-size: 15px;  
    color: #FFF; 
    margin-bottom: 1.5rem; 
    text-align: center;
    display: flex;
    flex-direction: row;
}
.nav a { 
    background-color: #6EC8BA;  
    padding: 0.4rem 1.0rem; 
    /*margin: 0rem 1rem;  */
    color: #FFF; 
    text-align: center;  
    border-radius: 1.5rem;  
    text-decoration: none; 
    cursor:pointer; 
    margin-right: 1rem;
    font-weight: bold;
    line-height: 1rem;
}
.nav a:hover { 
    background-color: #EE2056; 
    cursor:pointer; 
}
.nav a#act { 
    background-color: #EE2056; 
    cursor:pointer; 
}
.bg-blue {
    background: #c4e2f859;
    padding: .5rem 2rem;
    border-radius: 4px;
    color: #003255;
}
.bg-blue p {
    font-weight: 500;
}
.bg-green {
    /*background: #6ec8ba1a;*/
    padding: .5rem 1.5rem;
    border-radius: 2px;
    /*color: #1a5c50;*/
    border-radius: 4px;
    border-left: 7px solid #ee2056;
}
.bg-green p{
    font-weight: 500;
}
.card-main-info .speakers .speaker span {
    font-weight: normal;
    margin-left: .1rem;
}

.prog-speakers {
    margin: 2rem 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 2rem;
    grid-column-gap: 4rem;
}

.list-author #column-hide{ display: none; visibility: hidden; width: 0;}

/*.prog-speakers .prog-speaker {
    width: 45%;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    margin-bottom: 2.6rem;
    margin-right: 2.6rem;
}*/
.prog-speakers .prog-speaker:nth-child(2n) {
    margin-right: 0;
}
.prog-speakers .prog-speaker div:last-child {
	margin-bottom: 0;
}
.prog-speakers .prog-speaker .prog-speaker-info {
    margin-bottom: .4rem;
    display: inline-flex;
    align-items: center;
}
.prog-speakers .prog-speaker .prog-speaker-info .prog-speaker-photo {
    margin-right: .8rem;
    width: auto;
    height: 3rem;
    float: left;
}
/*.prog-speakers .prog-speaker .prog-speaker-info .prog-speaker-fio-pos {
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    width: 80%;
}*/
.prog-speakers .prog-speaker .prog-speaker-info .prog-speaker-fio {
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    width: 65%;
    /*margin-bottom: .6rem;*/
}
.prog-speakers .prog-speaker .prog-speaker-position {
    color: #999;
    font-size: .7rem;
    width: 90%;
    margin-bottom: .4rem;
}
.prog-speakers .prog-speaker .prog-speaker-theme {
    font-size: .8rem;
    margin-bottom: .8rem;
}
.prog-speakers .prog-speaker .prog-speaker-doc {
    padding: .4rem 1.2rem;
}
a.back-btn {
	display: flex;
	align-items: center;
}
a.back-btn.top {
	margin-top: 2.4rem;
}
.back-btn .fas {
    /*display: inline-block;
    margin: 3rem 0 1rem;
    font-size: 1.2rem;
    color: #00a48a;
    text-decoration: none;*/
    display: inline-block;
    border: 1px solid #bfbfbf;
    box-sizing: border-box;
    border-radius: 100%;
    padding: .5rem .6rem;
    color: #bfbfbf;
    background: #fff;
    text-decoration: none;
    font-size: 1rem;
    margin-right: .6rem;
}
.back-btn.bottom .fas {
    border: 1px solid #6EC8BA;
    color: #6EC8BA;
}
.back-btn span {
   text-decoration: none;
   color: #bfbfbf;
   font-size: .8rem;
}
.back-btn.bottom  span {
	 color: #6EC8BA;
}
.back-btn:hover .fas{
    cursor: pointer;
    color: #fff;
    background: #6EC8BA;
    border: 1px solid #6EC8BA;
    transition: 0.15s ease;
}
.back-btn:hover span {
    text-decoration: underline;
    cursor: pointer;
    color: #6EC8BA;
}
.attention {
    background-color: #ee20560d;
    padding: .5rem 1.6rem;
    border-radius: 4px;
}
.attention p {
    font-weight: 500;
}
.attention a {
    color: #ee2056;
    text-decoration: underline;
}
.attention strong {
     color: #ee2056;
}
.conf-gallery {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 2rem;
}
.conf-gallery .foto {
	position: relative;
	width: 48%;
    margin: 0 .5rem .5rem 0;
	background-color: #333;
}
.conf-gallery .foto:hover img {
	opacity: 1;
}
.conf-gallery .foto img {
	width: 100%;
	height: 100%;
	position: relative;
	opacity: .8;
	cursor: pointer;
}
/* On screens that are px or less*/
@media screen and (max-width: 1199px){
   
   section, .main, footer {
   	padding-left:1rem;
   	padding-right: 1rem;
   }
    .speakers .speaker-card {
        width: 36%;
    }
}

/* планшеты */
/* On screens that are 992px or less*/
@media screen and (max-width: 992px){
    .content-hdr {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .issl-btn {
        padding: 1.1rem 2rem;
    }
    .h1-ta span::after {
        display: none;
    }
    .h1-ta {
        max-width: 100%;
    }
    .img-left img {
        max-width: 245px;
    }
    .f-menu ul li {
        font-size: 0.8rem;
    }
    .mob-menu-list {
	    width: 60%;
	    border-left: 1px solid #ffffff;
	    box-shadow: 0 0 110px rgba(0, 0, 0, 0.2);
    }
    .mob-menu-list ul {
	    list-style: none;
	    padding-left: 1rem;
	    margin-top: 2rem;
	    overflow: hidden;
	    clear: both;
    }
    .menu-lvl li {
	    margin-bottom: 0.8rem;
	    padding-bottom: 0.8rem;
	    border-bottom: 1px solid #e2e2e2;
	    color: #000;
    }
    .menu-lvl2 li {
	    margin-bottom: 0.5rem;
	    padding-bottom: 0;
	    font-size: 1rem;
	    font-weight: 300;
	    border-bottom: none;
    }
    
    /*********конструктор*************/
    .full-width {
        padding: 0 1rem;
    }
    /***************/
     .mob-menu-toggler {
     	display: block;
        right: 1rem;
    }
    .main .sidebar {
    	display: none;
    }
    .menu-block .logo-txt {
    	 font-size: 1.5rem;
    }
    .conf {
    	display: none;
    }
    footer .content {
    	padding-top: 2rem;
    	padding-bottom: 1rem;
    }
    .f-menu ul li {
    	font-size: 0.62rem;
    }
    .cont-item {
        width: calc(47% + 0.3rem);
        margin-bottom: 2rem;
    }
    .speakers .speaker-card {
        width: 30%;
    }
    .box {
    min-height: calc(100vh - 272px);
    }
}
@media screen and (max-width: 884px) {
    .speakers .speaker-card {
        width:28%;
        font-size: .7rem;
    }
    .menu-container .logo {
        width: 10%;
    }
    .menu-block .logo-txt {
        font-size: .9rem;
        margin: 1rem;
    }
    .menu-block .logo-txt span {
        font-size: .8rem;
    }
    .box {
    min-height: calc(100vh - 286px);
    }
}
/********************************/
/* моб */

/* On screens that are 640px or less*/
@media screen and (max-width: 640px){ 
    .contacts-conf .contacts-in-case .item .cont-fio.fio-none {
        display: none;
    }
    h2 {
        margin-bottom: 0.5rem;
    }
    .img-left img {
        max-width: 100%;
    }
    .useful {
        max-width: 100%;
        margin: 0;
    }
    .f-contact {
        max-width: 100%;
        float: left;
        text-align: left;
        width: 100%;
    }
    .f-contact .f-mail {
        margin-bottom: 3rem;
    }
    .soc {
        display: inline-block;
        vertical-align: bottom;
        float: left;
        margin-bottom: 0;
    }
    .soc a {
        display: inline-block;
        float: left;
        margin-left: 0; 
        margin-right: 5px;
    }
    
    ul.quest-list {
        padding-inline-start: 1.2rem;
    }
    .mob-menu-list {
        width: 80%;
    }
     
    .mob-menu-toggler span::before, span::after {
        display: none;
    }
    
    h4 {
        font-size: 2rem;
    }
    .container .share-block {
    	position: relative;
    }
    /*********конструктор*************/
    h4.cnt {
        max-width: 100%;
    }
    h3.cnt {
        max-width: 100%;
    }
    /***********************/
    .menu-container .logo {
    	float: left;
	    margin: 10px 0;
	    width: 17%;
    }
    .menu-block .logo-txt {
    	font-size: 0.6rem;
      font-weight: 400;
      margin: 22px 0 0 18px;
      max-width: 60%;
    }
    .menu-block .logo-txt span {
    	font-size: 0.5rem;
    	margin-top: 0.2rem;
    }
    .flogo {
    	width: 14%;
    	margin-left: 1rem;
    }
    .smi div {
    	width: 100%;
    }
    .smi div.smi-blk2 {
    	margin:0;
    }
    h1.cnt {
    	font-size: 1.6rem;
      line-height: 1.2;
    }
    footer .content .f-menu {
    	display: none;
    }
    .cont-item {
        width: 100%;
    }
    .contacts-conf {
        margin-top:1rem;
    }
    .contacts-conf .contacts-in-case .item {
        padding: 1rem 0;
        font-size: .7rem;
    }
    .contacts-conf .contacts-in-case .item .cont-case {
        display: block;
        width: 100%;
    }
    .contacts-conf .contacts-in-case .item .cont-fio, 
    .contacts-conf .contacts-in-case .item .cont-mail {
        display: inline-block;
        vertical-align: middle;
        width: 45%;
    }
    .contacts-conf .contacts-in-case .item .cont-fio {
        margin: .5rem 0;
    }
    .form-thesis {
        max-width: 100%;
    }
    /************  программа карточки  *************/
    .card {
        padding: 1rem;
    }
    .card-hdr-group {
        margin-bottom: 1rem;
    }
    .date-time-block {
        max-width: 100%;
        margin-right: 0;
        margin-bottom: .8rem;
        box-sizing: border-box;
        width: 100%;
        font-size: .8rem;
        padding: .5rem .5rem;
    }
    .card-hdr-group .line-hdr {
        max-width: 100%;
        font-weight: 400;
        font-size: .7rem;
    }
    .card-main-info .section-hdr {
        font-size: 1rem;
    }
    .card-btn-group a {
        margin-bottom: .8rem;
        margin-right: .6rem;
    }
    .card-main-info .speakers .speaker {
        font-size: .7rem;
        font-weight: 300;
        display: flex;
        flex-direction: column;
    }
    .card-main-info .speakers .speaker span {
        margin-left: 0;
    }
    .f-contact .f-tel {
        max-width: 100%;
    }
    .f-contact .logo-soc {
        width: 100%;
        max-width: 100%;
    }
    .speakers .speaker-card {
        width: 100%;
    }
    .speakers .speaker-card .speaker-card-info span.fio {
        font-size: .95rem;
        line-height: 1.1rem;
    }
    .box {
    min-height: calc(100vh - 478px);
    }
    .share-buttons {
        float: initial;
    }
    .highlight-green {
        margin-left: 0;
        margin: .2rem 0;
    }
    .date-time-block .date {
        font-size: .8rem;
    }
    .date-time-block .far {
        font-size: .8rem;
    }
    .nav {
        flex-direction: column;
        margin-bottom: 1rem;
    }
    .nav a {
        margin-right: 0;
        margin-bottom: .6rem;
        padding: 0.6rem 1.0rem;
    }
    .bg-blue {
        padding: .5rem 1rem;
    }
    .bg-blue p {
        font-size: .95rem;
        line-height: 1.4rem;
        /*font-weight: 300;*/
    }
    .bg-green {
        padding: .5rem 1rem;
    }
    .bg-green p {
        font-size: .95rem;
        line-height: 1.4rem;
        /*font-weight: 300;*/
    }
    .prog-lines {
        font-size: 1.2rem;
        margin-bottom: 1rem;
        margin-top: 2rem;
    }

}
@media screen and (max-width: 425px) {
    .box {
        min-height: calc(100vh - 496px);
    }
    /*.prog-speakers .prog-speaker {
        width: 100%;
    }*/
    .prog-speakers {
        grid-template-columns: 1fr;
        grid-row-gap: 1.8rem;
    }
    .prog-pdf {
        margin-right: 0;
    }
    .date {
        margin-right: 2rem;
    }
    a.back-btn.top {
    	margin-top: 0;
    }
    .conf-gallery .foto {
			width: 100%;
            margin: 0 0 .2rem 0;
    }
}


.fl_upld{
    margin-top: 1rem;
}
#fl_inp, #fl_inp2{
    display:none;
}
.fl_upld label{
    display: inline-block;
    border: 1px solid #ED174F;
    box-sizing: border-box;
    border-radius: 4px;
    padding: .6rem 1.2rem;
    color: #ED174F;
    background: #fff;
    text-decoration: none;
    font-size: .8rem;
    margin-right: 1rem;
    cursor: pointer;
}
.fl_upld label:hover{
    background:#ED174F;
    color: #FFF;
}
#fl_nm, #fl_nm2{
    color:#333333;
    font-size: 0.8rem;
}

.list-author{
    border: none !important;    
}

.list-author thead{
    background-color: #6ec8ba;
    color: #fff;
    font-weight: bold;
    border-radius: 4px 4px 0 0;
    text-align: left;
    padding: .5rem 1rem;
    font-size: 0.8rem;
}

.list-author th{
    padding: 0.5rem 1rem;
}

.list-author td{
    border: none !important;
    border-bottom: 1px solid #e4e4e4 !important;
    padding: .5rem 1rem;
    font-size: .8rem !important;
}