@import url(/adm/css/fontawesome.css);
@font-face {
    font-family: 'DIN Pro';
    src: url('../fonts/DINPro-Medium.woff') format('woff'),
        url('../fonts/DINPro-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'DIN Pro Cond';
    src: url('../fonts/DINPro-CondensedBold.woff') format('woff'),
        url('../fonts/DINPro-CondensedBold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'DIN Pro';
    src: url('../fonts/DINPro-Black.woff') format('woff'),
        url('../fonts/DINPro-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'DIN Alternate';
    src: url('../fonts/DINAlternate-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

body {  
  font: normal 17px/21px Arial, Helvetica, sans-serif;  
  color: #333333;
  
}
.wrapper {
  min-height:100%;
  margin:0 auto;
}
.container {
  margin: 0 auto;  
}
img {
  max-width: 100%;
  height: auto;
}
a, img {
  outline:none;
}
a:focus {
  outline:none;
}
a {
  color:#F93F75;
  text-decoration:none;
}
a:hover {
  text-decoration:none;
}
.button {
    display: inline-block;
    min-width: 150px;
    height: 50px;
    line-height: 50px;
    border: none;
    cursor: pointer;
    text-align: center;
    color: #fff;
    font-size: 16px;
    background: #0155A6;
    text-transform: uppercase;
    padding: 0 20px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.button:hover {
    background: #1A65B0;
}
.button span {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    line-height: 1.125rem;
}
.content_wrapper .account p {
  margin-bottom: 5px;
}
.chosen-container-single .chosen-single {
    border-radius: 0px;
    background: #FFF;
}
form input {
  margin-bottom: 5px;
}
input[type="text"],
input[type="email"],
input[type="password"],
select  {
  width: 300px;
  padding: 2px 4px;
}
input[type="checkbox"] {
    vertical-align: middle;
  margin-right: 7px;
}
.registration_form .infoform,
.usersettings_form  .infoform {
    font-size: 0.8rem;
    margin: -5px 0 5px 0;
    font-weight: normal;
    font-style: italic;
}
.warning_wrap {
    color: #FF0000;
}
.chosen-container {
    margin-bottom: 5px;
}
textarea {
  width: 300px;
  padding: 2px 4px;
  height: 60px;
}
.wide_login input {
  margin-bottom: 10px;
}
.captcha {
    margin-top: 10px;
}
.captcha input {
  width: 131px;
}
.login input[type="checkbox"] {
  margin: 5px 0;
}
.scroll_table {
    overflow-x: scroll;
    margin-bottom: 20px;
}
.scroll_table table {
    margin: 0;
}

/* helpers */
.clear {
  clear:both;
}
.clearleft {
    clear: left;
}
.text_right {
    text-align: right;
}
.text_center {
    text-align: center;
}
.block_center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pt0 {
  padding-top: 0px!important;  
}
.pt10 {
  padding-top: 10px!important;  
}
.pt20 {
  padding-top: 20px!important;  
}
.pt30 {
  padding-top: 30px!important;  
}
.pb10 {
  padding-bottom: 10px!important;
}
.pb20 {
  padding-bottom: 20px!important;
}
.pb30 {
  padding-bottom: 30px!important;  
}
.ml10 {
  margin-left: 10px!important;    
}
.mr10 {
  margin-right: 10px!important;    
}
.mt0 {
  margin-top: 0px!important;  
}
.mt10 {
  margin-top: 10px!important;  
}
.mt15 {
  margin-top: 15px!important;  
}
.mt20 {
  margin-top: 20px!important;  
}
.mt30 {
  margin-top: 30px!important;  
}
.mt50 {
  margin-top: 50px!important;  
}
.mt100 {
  margin-top: 100px!important;  
}
.mb10 {
  margin-bottom: 10px!important;
}
.mb15 {
  margin-bottom: 15px!important;
}
.mb20 {
  margin-bottom: 20px!important;
}
.mb30 {
  margin-bottom: 30px!important;
}
.mb50 {
  margin-bottom: 50px!important;
}
.mb100 {
  margin-bottom: 100px!important;
}
.fz14 {
    font-size: 14px;
}


input[type="submit"],
.link_button {
    display: inline-block;
    min-width: 240px;
    height: 50px;
    border: 0;
    margin: 10px 10px 10px 0;
    cursor: pointer;
    line-height: 50px;
    text-align: center;
    color: #fff;
    background: #024F4F;
    text-transform: uppercase;
    padding: 0 20px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
input[type="submit"]:hover,
.link_button:hover {
    background: #0A6361;
}
a.link_button:link, a.link_button:visited {
    text-decoration: none;
    color: #FFF;
}
a.link_button:hover, a.link_button:active {
    text-decoration: none;
    color: #FFF;
}
.error_message, .error {
    position: static;
}

ul {
    padding-left: 22px;
    list-style: disc outside none;
}
ul li {
    padding-bottom: 10px;
}


.sidebar_wrapper {
  padding: 85px 15px 30px 0;

}
.sidebar_wrapper .link_button {
  min-width: 250px;
  margin: 10px 10px 10px 0;
  text-align: left;
  padding-left: 20px;
  letter-spacing: 0.5px;
}
.link_button i.fa {
  margin-right: 10px;
}

/*---------------POPUPS-------------------*/
.zoom_white {
    position: relative;
    background: #FFFFFF;
    padding: 25px;
    width:auto;
    max-width: 700px;
    margin: 0 auto;
}
.mfp-zoom-in .effect {
    opacity: 0;
    transition: all 0.2s ease-in-out;
    transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
    opacity: 0;
    transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .effect {
    opacity: 1;
    transform: scale(1);
}

#modal-photo .block.photo {
  padding-top: 15px;
}

.mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .effect {
    transform: scale(0.8);
    opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}

.grid {
  text-align: center;
}
.grid .speaker_outer {
    display: inline-block;
    margin: 0 10px 20px;
}

.speaker_block {
    position: relative;
}
.speaker_block .zoom_img {
    background: #308abe;
    width: 220px;
    height: 264px;
    overflow: hidden;
}
.speaker_block .speaker_img {
    opacity: 0.9;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}
.speaker_block:hover .speaker_img {
    opacity: 0.5;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.speaker_block .zoom_link {
    position: absolute;
    top: 60%;
    left: 18%;
    color: #FFF;
    border: 1px solid #fff;
    padding: 0;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,0,0) scale(1.1);
    transform: translate3d(0,0,0) scale(1.1);
}
.speaker_block:hover .zoom_link {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0) scale(1);
    transform: translate3d(0,0,0) scale(1);
}
.speaker_block .zoom_link a:link,
.speaker_block .zoom_link a:visited,
.speaker_block .zoom_link a:hover {
    color: #FFF;
    font-size: 18px;
    display: inline-block;
    padding: 10px 20px;
}
.speaker_block h3 {
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    padding: 5px 0 10px 0;
    margin: 0;
}

/*--------------------------landing---------------------*/
.target_23_0 {
    min-height: 80px;
    background-color: #003333;  
    position: relative;
    overflow: visible;
    z-index: 30;
}
.target_23_0  .logo_wrap {
  width: 60px;
  padding-top: 13px;  
}
.target_23_0  .nav_wrap {
  width: 100%;  
}
.inner .target_23_0  .nav_wrap {
    width: 900px;
}

.logo .top_logo1 {
  margin-right: 60px;
}
.hamburger {
  z-index: 10;
}


.header_zone {
    background: #055454 url(/libs/img/header_bg.png) no-repeat 50% 0;
    height: 406px;
    padding-top: 53px;
}
.logo_zone  {    
    width: 300px;
}

.title_zone {    
    padding-left: 115px;
    width: 670px;
}

.conf {
    width: 275px;
    float:  left;
    color: #06F2C4;
}
.conf .numb {
    float:  left;
    font: 900 79px/79px 'DIN Pro', sans-serif;    
}
.conf .descr {
    float:  left;
    padding: 12px 0 0 10px;
    font: 700 18px/21px 'DIN Alternate', sans-serif;
}
.dates {
    float:  left;
    margin-left: 32px;
    padding-top: 12px;
    width: 230px;
    color: #06F2C4;
    font: 700 27px/32px 'DIN Pro Cond', sans-serif;
}
.title {
    color:  #FFFFFF;
    padding-top: 6px;
    font: 900 54px/59px 'DIN Pro', sans-serif;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}
.title .c1 {
   color: #049B89;
}
.title .c2 {
   color: #06BF9C; 
}
.title .c3 {
    color: #06F2C4;
}

.inner_block {
    padding: 0 52px;
}
.inner .inner_block {
    padding: 0;   
}



header {
  z-index:20;
  position:relative;
}

/*-----------------------Сетка программы-------------*/
.moders {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
}
.program_day p {
    margin-bottom: 10px;
}
.item_time {
    font-size: 18px;
    font-weight: 700;
    color:  #06BF9C;
    padding-top: 10px;
}
.item_name {
    font-size: 16px;
    font-weight: 700;
}
.item_spk {
    color:  #014442;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    padding-bottom: 8px;
}
.item_descr {
    font-size: 15px;
}

.btn {
    display: inline-block;
    height: 36px;
    font-size: 16px;
    line-height: 36px;
    padding: 0 20px;
    margin-right: 10px;
    transition: all 0.4s;
}

.btn_green:link,
.btn_green:visited {
    background: #024F4F;
    color:  #FFFFFF;
}
.btn_green:hover,
.btn_green:active {
    background: #0A6361;
    color:  #FFFFFF;
}

.btn_grey:link,
.btn_grey:visited {
    background: #d4d4d4;
    color: #000000;
}
.btn_grey:hover,
.btn_grey:active {
    background: #0A6361;
    color:  #FFFFFF;
}
.content_toggle {
    display: inline-block;
    height: 36px;
    font-size: 16px;
    line-height: 36px;
    padding: 0 20px;
    margin-right: 10px;
    transition: all 0.4s;
}
.content_toggle:link,
.content_toggle:visited {
    background: #024F4F;
    color:  #FFFFFF;
    font-weight: normal;
}
.content_toggle:hover,
.content_toggle:active {
    background: #0A6361;
    color:  #FFFFFF;
}
.program_day .content_block {
    padding: 10px 0 0 0;
    margin: 10px 0;
    border-bottom: 1px dashed #d4d4d4;
}
.poster_session li {
    padding-bottom: 10px;
}
.poster_session em {
    font-size: 16px;
    line-height: 20px;
    font-weight: normal;
}


/*--------------------------menu---------------------*/
.header_menu {
  background: #273E7B;
  color: #FFF;
}
.menu__list {
   color: #273E7B;
   margin: 0;
   padding: 50px 0 0;
   list-style: none;
   position: fixed;
   top: 0;
   left: 0;
   right: 0;
   height: 100%;
   background: #000033;
   background: rgba(0, 51, 51, 0.95);
   z-index: 9999;
   display: none;
   overflow: scroll;
   overflow-x: hidden;
}
.menu__list:after {
   width: 100%;
   height: 0px;
   visibility: hidden;
   overflow: hidden;
   content: "";
   display: inline-block;
}
.menu__list li {
   width: 100%;
   max-width: 100%;
   padding-left: 30px;
   font-size: 22px;
   line-height: 36px;
   margin-bottom: 5px;
   color: #fff;
   text-transform: uppercase;
   text-decoration: none;
   vertical-align: top;
}
.menu__list a {
   color: #fff;
   text-decoration: none;
}
.menu__parent {
   max-width: 130px;
   position: relative;
}
.menu__parent.has-child a {
   padding-right:15px;
}
.menu__parent.has-child .fa {
  padding: 0 7px 0 5px;
  margin: 0;
}

.menu__parent .menu__child a {
   background: transparent;
   padding-right: 0;
}
.menu__parent a {
   color: #fff;
}
.menu__parent a:hover {
   color: #FFF;
}
.menu__child-list {
   margin: 0;
   padding: 5px 15px 0 0;
   min-width: 180px;
   display: none;
   text-align: left;
   -ms-text-align-last: left;
   -moz-text-align-last: left;
        text-align-last: left;
}
.menu__child-list li {
   text-transform: none;
   padding-bottom: 0;
}
.menu__child-list li:last-child {
  
}
.menu__child-list .menu__child {
   text-align: left;
   display: block;
}
.mobile__menu {
   position: fixed;
   right: 12px;
   top: 10px;
   z-index: 999;
   width: 35px;
   display: inline-block;
   line-height: 5px;
}
.mobile__menu.active {
   z-index: 9999;
}
.mobile__menu span {
   display: inline-block;
   height: 8px;
   width: 37px;
   border-radius: 8px;
   border: 1px solid #fff;
   background: #2cb9e7;
   margin-bottom: 4px;
}
.no-scroll {
    position: fixed; /* позиционируем чтобы исчез скролл */
    width: 100%; /* чтобы верстка не складывалась по ширине */
}


/*---------------- ЛК -----------------*/
.main_content {
    background: #0A6361;
}
.main_content .container {
    background: #FFFFFF;
}
    
.inner_text {
    padding: 50px 0;
}
.h1_wrap {
    padding-left: 20px;

}
.lk_sidebar {       
    font-size: 16px;     
}
.lk_guest {
    padding: 0 35px;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #CCC;
}
.wide-profile-block {
    text-align: center;
    font-size: 17px; 
    line-height: 28px;   
}
.account_item {
    display: flex;
}
.account_item span, 
.account_item a {
    font-size: 16px;
    line-height: 22px;
}
.account_item .fa {
    font-size: 18px;
    line-height: 22px;
    margin-right: 15px;    
}
.wide_logout input[type="submit"] {
    width: 100%;
}
.lk_body_wrap {
    background: #f5f6fa;    
    border-radius: 10px;
    padding: 20px;
    min-height: 430px;
    margin-bottom: 20px;
}

.lk_sb_wrap {
    border:  1px solid #CCC;
    border-radius: 10px; 
    padding: 20px;
    margin-bottom: 20px;
}
.inner_sb_wrap {
    border:  1px solid #CCC;
    padding: 20px;
    margin-bottom: 20px;
}

.lk_body h2 {    
    font-size: 20px;
    font-weight: bold;
    text-transform: none;    
    margin: 0;
    padding: 0;
    line-height: 28px;   
}
h2 .fa {
    margin-right: 10px;    
}

.wide_logout .link_button {
    width: 100%;
}
.wide-profile-block {
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
}


.no-scroll {
    position: fixed; /* позиционируем чтобы исчез скролл */
    width: 100%; /* чтобы верстка не складывалась по ширине */
}

.navbar-nav {
    list-style: none;
    margin: 0;
    padding: 28px 0;
    
}
.navbar .nav-item {
    display: inline-block;
    margin-right: 25px;
    padding: 0;
}

.nav-item a:link,
.nav-item a:visited {
    display: inline-block;
  color:  #00FFB0;
  text-decoration: none;
  font: normal 500 15px/24px 'DIN Pro', Arial, sans-serif;  
  transition: all 0.3s;  
  vertical-align: middle;

}
.nav-item a:hover,
.nav-item a:active {
  color:  #E30613;
}

/*----------------------------section--------------*/
section {
  clear:both;
  overflow:hidden;
}
.content_wrapper {
  padding: 60px 60px 100px 60px;
  min-height: 600px;
}
.content_wrapper.wide {
  padding: 30px 20px;
}
.wide .right_buttons {
  text-align: center;
  padding-bottom: 30px;
}
h1 {
  font: bold 23px/28px Arial, Helvetica, sans-serif;
  color: #014442;
  position: relative;
  padding: 0;
  margin: 0 0 30px 0;  
}
h2 {
  font: bold 20px/26px Arial, Helvetica, sans-serif;
  color: #014442;
  position: relative;
  padding: 0;
  margin: 30px 0 35px 0;  
}

h3 {
  font: bold 18px/24px Arial, Helvetica, sans-serif;
  color: #014442;
  position: relative;
  padding: 0;
  margin: 15px 0 10px 0;  
}

.content_wrapper table, 
.inner_text table {
    border-collapse: collapse;
}
.content_wrapper table tr td,
.content_wrapper table tr th, 
.inner_text table tr td,
.inner_text table tr th {
    border: 1px solid #3c3c3c;
    padding: 5px 10px;
}

.content_wrapper ul, .content_wrapper ol {
    margin: 5px 0 10px 0;
}
.content_wrapper ul li {
    list-style: disc outside;
    margin-left: 20px;
    padding-bottom: 5px;
}
.content_wrapper ol li {
    list-style: decimal outside;
    margin-left: 20px;
}
.content_wrapper li ul li {
    list-style-type: circle;
    margin-left: 25px;
}

.content_wrapper li ol li {
    list-style-type: lower-latin;
    margin-left: 25px;
}

.content_wrapper li li li {
    list-style-type: square;
    margin-left: 30px;
}
.fa {
    margin-right: 10px;
}
.block.captcha {
    width: 330px;
    display: table;
    position: relative;
}
.captcha-image {
    display: inline-block;
    float: left;
    margin-right: 10px;
}
.block.captcha .input-title {
    margin-top: 0;
    font-size: 13px;
}
.regcomments {
  font-size: 13px;
  font-style: italic;
  margin-bottom: 5px;
}

/* privacy policy */
.privacy_policy {
  position: fixed;
  z-index: 998;
  bottom: 0px;
  width: 100%;
  min-width: 320px;
  padding: 10px 5px 12px 0px;
  font-size: 100%;
  letter-spacing: 1px;
  font: 12px/16px Arial, Helvetica, sans-serif;
  color: #fff;
  background-color: #222;
  text-align: center;
}
.privacy_policy a:link, .privacy_policy a:visited {
  color: #F0E68C;
  text-decoration: underline;
}
.privacy_policy a:hover, .privacy_policy a:active {
  text-decoration: none;
}

.devoloper_tech ~ .privacy_policy {
  padding-bottom: 24px;
}

.privacy_policy .button {
    display: inline-block;
    color: #FFF;
    border: 2px solid #FFF;
    font-size: 12px;
    padding: 3px 10px;
    font-weight: normal;
    margin: 0 0 0 10px;
    height: auto;
    width: auto;
    min-width: auto;
    line-height: 1.2;
    background: transparent;
}
.privacy_policy .button:hover {
  cursor: pointer;
}

footer {
   background-color: #003333; 
   height: 200px;
}


/*---------------------------shop section-------------*/
.catalog .aside {
  margin: 0;
  padding: 10px 10px 0 30px;
}
.catalog .aside h3 {
  font-size: 18px;
}

.shop__menu {
  padding-bottom: 10px;
}
.shop__menu .menu {
  padding-left: 20px;
  margin-bottom: 0;
}
.shop__menu .menu li {
  font-size: 15px;
  line-height: 24px;
  list-style-type: square;
  padding-bottom: 3px;
}

/* shop */
.shop_list {
    border-bottom: none;
}


.shop_list .block_header {
    background: #EEE;
    font-size: 140%;
    font-weight: bold;
}
.shop_id input[type="text"] {
    margin-bottom: 10px;
}
.shop-item-price {
    display: block;
    margin-bottom: 15px;
}
.shop-item-price .price {
    font-size: 20px;
    padding: 0 10px;
}
.shop_form .addict-field select {
    width: 98px;
    margin: 0 5px 10px 0;
}
.shop_id .addict-field {
    margin-bottom: 15px;
}
.shop_id .error {
    font-size: 13px;
}
.shop_id .button {
    margin-bottom: 5px;
}
.shop_list {
    padding: 0 0 25px;
}
.shop_list .shop-item-title {
    display: block;
    font-size: 16px;
    margin: 10px 0 5px 0;
}
.shop_id .shop-item-info1 {
    padding-top: 15px;
}
.shop_list .shop-item {
    height: 350px;
    max-width: 280px;
    float: left;
    padding: 10px 20px 10px 10px;
    margin: 0 20px 20px 0;
    border: 1px solid #EEE;
    -webkit-transition: border .5s;
    -o-transition: border .5s;
    transition: border .5s;
}
.shop_list .shop-item:hover {
    border: 1px solid #00008B;
}
.shop_list .show_all {
    clear: left;
}
.clearleft {
    clear: left;
}
.cart_block {
    display: block;
    min-height: 30px;
    padding: 4px 0 0 35px;
    background: url(/libs/img/cart.png) no-repeat left top;
}
.cart_block .button {
    height: 30px;
    line-height: 30px;
    font-size: 0.875rem;
    margin: 10px 0;
}
.cart_table tr th {
    font-size: 13px;
    padding: 2px 5px;
}
#hidepars {
  display: none;
}
.cart_img img {
  width: auto;
  max-width: 100%;
}
.cart_count input[type="text"] {
  width: 30px;
}

.view-source {
  margin: 10px 0;
  padding: 10px;
  border: 1px solid #EEE;
}

.incontent_menu li {
    margin-bottom: 7px;
}
/* captcha */
/*.block.captcha {
    width: 430px;
    display: table;
    position: relative;
    margin: 15px 0;
}
.captcha-image {
    display: inline-block;
    float: left;
    margin-right: 20px;
}
.block.captcha .input-title {
    margin-top: 0;
}
.block.captcha input {
    width: auto;
}
.block.captcha .button-refresh {
    display: inline-block;
    margin: 2px 0;
    width: 22px;
    height: 22px;
    background: #FFF url(../img/icon_refresh.png) no-repeat 0 0;
}*/
.captcha {
    margin-top: 10px;
}
.avia_wrap {
  overflow-x: auto;
}


/*------------------------------footer-----------------*/
footer.container {
  clear:both;
  color:#fff;
  height: 100px;
  background: #273E7B;
  padding: 30px;
  overflow:hidden;
  position:relative;
  z-index:10;
  font:normal 14px/18px Arial, Helvetica, sans-serif;
}
footer a {
   color:#fff;
}
.footer_left {
   float:left;
   width:50%;
   -webkit-box-sizing: border-box;
           box-sizing: border-box;
}
.footer_left .trialogue_logo {
  float: left;
  margin-right: 10px;
}
.footer_left .copyright_text {
  padding-top: 5px;
}

.footer_right {
   float: right;
   width: 50%;
   text-align: right;
}
.socials a:link, .socials a:visited {
    display: inline-block;
    width: 30px;
    height: 30px;
    font-size: 16px;
    line-height: 28px;
    border: 2px solid #FFF;
    text-align: center;
    color: #FFF;
    margin-left: 30px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.socials a:hover {
  color: #4467c4;
  border: 2px solid #4467c4;
}

@media (max-width:1199px) {
    .header_zone {
        background: #055454;
    }
    .logo_zone  {    
        width: 250px;
    }

    .title_zone {    
        padding-left: 30px;
        width: 500px;
    }
    .conf {
        width: 230px;        
    }
    .conf .numb {        
        font-size: 70px;    
    }
    .conf .descr {                
        font-size: 16px;
        line-height: 19px;
    }
    .dates {        
        margin-left: 20px;        
        width: 210px;        
        font-size: 24px;
    }
    .title {
        font-size: 48px;    
        letter-spacing: 1px;
    }

}
@media (max-width:991px) {
    .header_zone {
        padding: 10px 0;
        height: auto;
    }
    .logo_zone  {    
        width: 100%;
        text-align: center;
        padding: 20px;
    }
    .logo_zone img {
        width: 200px;
    }
    .top_line {
        text-align: center;        
    }
    .title_zone {
        width: 100%;
        padding: 0;
    }
    .conf, .dates {
        float: none;
        display: inline-block;
        text-align: left;
        vertical-align: top;
        margin: 0 10px;
    }
    .dates {
        padding-top: 8px;  
    }
    .title {
        text-align: center;
        padding: 20px;
        font-size: 36px;
        line-height: 42px;
    }    

    .section.container {
        padding: 10px 30px;
    }
    .right_buttons {
      text-align: center;
      padding-bottom: 30px;
    }
    .h1_wrap {
        padding-left: 5px;
    }
    .lk_sidebar {
        padding: 0 20px;            
    }
    .lk_guest {
        padding: 0 20px;
    }
    .lk_body {
        padding: 0 20px;    
    }
    .lk_sb_wrap .wide-profile-block {
        display: none;
    }
    .hamburger-box {
        height: 17px;
    }

    .hamburger-box, .hamburger-inner, .hamburger-inner::after, .hamburger-inner::before {
        width: 25px;
    }

    .hamburger-box {
        width: 37px;
        height: 25px;
    }
    .hamburger-inner, .hamburger-inner::after, .hamburger-inner::before {
        background-color: #fff;
    }
    .hamburger--slider .hamburger-inner {
        top: 0;
    }
    .hamburger-box, .hamburger-inner, .hamburger-inner::after, .hamburger-inner::before {
        width: 25px;
    }
    .hamburger-inner, .hamburger-inner::after, .hamburger-inner::before {
        width: 100%;
        height: 1px;
        border-radius: 0;
    }
    .hamburger-inner, .hamburger-inner::after, .hamburger-inner::before {
        background-color: #fff;
    }
    .navbar-toggler:focus{
      outline: none;
      box-shadow: none;
    }
    .hamburger {
           position: absolute;
           top: 10px;
           right: 10px;
           padding: 15px 15px;
           display: inline-block;
           cursor: pointer;
           transition-property: opacity, filter;
           transition-duration: 0.15s;
           transition-timing-function: linear;
           font: inherit;
           color: inherit;
           text-transform: none;
           background-color: transparent;
           border: 0;
           margin: 0;
           overflow: visible;
      }
       .hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner::before, .hamburger.is-active .hamburger-inner::after {
           background-color: #FFF;
      }
       .hamburger-box {
           width: 30px;
           height: 24px;
           display: inline-block;
           position: relative;
      }
       .hamburger-inner {
           display: block;
           top: 50%;
           margin-top: -2px;
      }
       .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
           width: 30px;
           height: 1px;
           background-color: #FFF;
           border-radius: 4px;
           position: absolute;
           transition-property: transform;
           transition-duration: 0.15s;
           transition-timing-function: ease;
      }
       .hamburger-inner::before, .hamburger-inner::after {
           content: "";
           display: block;
      }
       .hamburger-inner::before {
           top: -10px;
      }
       .hamburger-inner::after {
           bottom: -10px;
      }
       .hamburger--3dy .hamburger-box {
           perspective: 80px;
      }
       .hamburger--3dy .hamburger-inner {
           transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
      }
       .hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
           transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
      }
       .hamburger--3dy.is-active .hamburger-inner {
           background-color: transparent !important;
           transform: rotateX(-180deg);
      }
       .hamburger--3dy.is-active .hamburger-inner::before {
           transform: translate3d(0, 10px, 0) rotate(45deg);
      }
       .hamburger--3dy.is-active .hamburger-inner::after {
           transform: translate3d(0, -10px, 0) rotate(-45deg);
      }

}
@media (max-width:767px) {
    .inner_block {
        padding: 0;
    }
    .org_zone {
        text-align: right;
        padding: 55px 15px 0 30px;
    }
    .title_zone {
        padding-right: 0;
    }
    .target_23_0 .logo_wrap {
        margin-left: 15px;
    }
    
    .content_wrapper {
      padding: 30px 10px 100px 10px;
    }
    .catalog .aside {
      padding-bottom: 10px;
      border-bottom: 1px dashed #CCC;

    }

    footer.container {
      height: auto;
    }
  
    

}

@media (min-width: 992px) {
    .container, 
    .container-lg, 
    .container-md, 
    .container-sm, 
    .container-xl {
        max-width: 750px;
    }
    .inner .container, 
    .inner .container-lg, 
    .inner .container-md, 
    .inner .container-sm, 
    .inner .container-xl {
        max-width: 960px;        
    }
    
    .content_wrapper {
        padding: 65px 110px;
        overflow: hidden;
    }
    .content_wrapper.wide {
        padding: 30px;
    }
    .mobile__menu {
       display: none !important;
    }
    .header_menu {
       clear: both;
       text-align: center;
    }
    .menu__list {
       background: transparent;
       margin: 15px 0;
       padding: 0;
       height: 50px;
       display: block;
       position: relative;
       z-index: 9;
       overflow: visible;
    }
    .menu__list .fa {
        margin: 0 5px;
    }
    .menu__list:after {
       width: 100%;
       height: 0px;
       visibility: hidden;
       overflow: hidden;
       content: "";
       display: inline-block;
    }
    .menu__list li {
        position: relative;
      display: inline-block;      
      color: #FFF;      
      text-decoration: none;
      text-align: left;
      width: auto;
      padding: 0;
    }
    .menu__list li a {
     display: block;
     height: 50px;
     font: normal 500 15px/50px 'DIN Pro', Arial, sans-serif;       
     padding: 0 10px;
     color:  #00FFB0;
     -webkit-transition: all .15s ease;
     -o-transition: all .15s ease;
     transition: all .15s ease;
     text-transform: none;
    }
    .menu__list li a:hover,
    .menu__list li a:active {
      background: #024F4F;
      color: #FFF;
    }
    .menu__child-list {
       position: absolute;
       left: -10px;
       top: 100%;       
       padding: 15px 10px 10px 10px;
       background: #003333;
       display: none;
       z-index: 99;
       width: 225px;
    }
    .menu__child-list li {
       margin: 0;
       line-height: 35px;
       text-transform: none;
       display: block;
    }
    .menu__child-list li a:link,
    .menu__child-list li a:visited {
      color: #FFF;
      display: block;
      height: auto;
      line-height: 1.3em;
      padding-top: 5px;
      padding-bottom: 5px;
      font-size: 15px;
    }
    .menu__child-list li a:hover,
    .menu__child-list li a:active {
      color: #FFF;
    }
    .menu__parent.has-child {
      /*padding-right:17px;*/
    }
    .menu__parent.has-child:hover .menu__child-list {
       display: block;
    }
    .menu__parent.has-child > a {
      background: transparent;
      padding-right: 0;
    }
    .menu__parent.has-child:hover > a {
      color: #FFF;
    }
    .ul_lang {
      padding-right: 20px;
    }
}


@media (min-width: 1200px) {
    .container, 
    .container-lg, 
    .container-md, 
    .container-sm, 
    .container-xl {
        max-width: 970px;
    }
    .inner .container, 
    .inner .container-lg, 
    .inner .container-md, 
    .inner .container-sm, 
    .inner .container-xl {
        max-width: 970px;
    }
    
}