
body {
  background: #FFF;
  font: normal 16px/22px 'Franklin Gothic Medium', Arial, Helvetica, sans-serif;
  color: #494949;
  height: 100%;
}
.wrapper {
  min-height: 100%;
  margin: 0 auto;
  max-width: 1920px;
}
.container {
  margin: 0 auto;
}

/*--------------------------header---------------------*/
.wrapper {
    background: #FFF url(/libs/img/head_bg.jpg) 50% 0 no-repeat;
}

header {
  z-index:20;
  position:relative;
}
.top-line {
    display: flex;
    justify-content: center;
    gap: 27px;
    padding-top: 41px;    
}
.lk-btn {
    display: inline-block;
    min-width: 188px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background: url(/libs/img/lk_bg.svg) 0 0 no-repeat;
    background-size: cover;
    font-family: "Franklin Gothic Demi Cond";
    font-size: 17px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.lk-btn:link, .lk-btn:visited {
    color: #494949;
}
.lk-btn:hover, .lk-btn:active {
    color: #006CF9;
}
.big-head {
    margin-top: 24px;
    background: url(/libs/img/header-img.png) 100% 0 no-repeat;
    background-size: contain;
    height: 637px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.title-blue {
    color: #006CF9;
    font-family: "Franklin Gothic Demi Cond";
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 1.573px;
    text-transform: uppercase;
}
.title-grey {
    color: #72797D;
    font-family: "Franklin Gothic Medium Cond";
    font-size: 44px;
    line-height: 48px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}
.title-format {
    margin-left: 50px;
}
.head_btn-zone {
    padding-top: 10px;
}
.head_reg-btn {
    display: inline-block;
    width: 686px;
    height: 107px;
    border-radius: 33px;
    background: #006CF9;
    text-align: center;
    color: #FFF;
    font-family: "Franklin Gothic Demi Cond";
    font-size: 55px;
    line-height: 107px;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: opacity ease 0.3s;
}

.head_reg-btn:link,
.head_reg-btn:visited {
    color: #FFF;
}
.head_reg-btn:hover,
.head_reg-btn:active {
    color: #FFF;
    opacity: 0.85;
}
.home-date-place {
    margin-top: 35px;
    padding-left: 16px;
}

.home-date_top-row {
    display: flex;
}

.home_event-date {   
    font-family: "Franklin Gothic Demi Cond";
    font-size: 144px;
    line-height: 130px;
    letter-spacing: 4.1px;
    text-transform: uppercase;      
}
.date-grad_full {
    display: inline-block;
    background: linear-gradient(275deg, #E0D6CD 6.76%, #B6C7DA 23.87%, #006CF9 82.61%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;  
}
.date-grad_blue {
    display: inline-block;
    background: linear-gradient(274deg, #B6C7DA 0.5%, #006CF9 70.0%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;  
}

.home_event-place {    
    height: 170px;
    padding: 30px 55px;
    margin-top: 15px;
    border-radius: 33px;
    background: #F2E5DD;
    flex: 0 0 967px;
}

.home-date-place h3 {
    color: #494949;
    font-family: "Franklin Gothic Demi Cond";
    font-size: 40px;
    line-height: 40px; 
    letter-spacing: 2px;
    text-transform: uppercase;    
    margin: 0 0 15px 0;
    padding: 0;
}
.home-date-place p {
    color: #494949;
    font-family: "Franklin Gothic Medium Cond";
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 100% */   
    margin: 0; 
}

.home-date_bot-row {
    display: flex;
    gap: 28px;
    justify-content: space-between;
}
.home_descr {
    display: flex;
    gap: 28px;
}
.home_event-day {
    flex: 0 0 301px;
    margin-top: 15px;
    color: #006CF9;
    font-family: "Franklin Gothic Demi Cond";
    font-size: 80px;
    font-style: normal;
    font-weight: 400;
    line-height: 96.193px; /* 120.241% */
    letter-spacing: 4.202px;
    text-transform: uppercase;    
}
.home-time {
    flex: 0 0 590px;
    height: 170px;
    border-radius: 33px;
    background: #F2E5DD;   
    padding: 30px 55px;
    margin-top: -35px; 
}
.home-time p {
    color: #494949;
    font-family: "Franklin Gothic Medium Cond";
    font-size: 40px;
    line-height: 60px;
    letter-spacing: 2px;
    text-transform: uppercase;    
}

.home-address {
    flex: 0 0 684px;
    height: 170px;
    border-radius: 33px;
    background: #91B5E0;
    padding: 30px 55px;
    margin-top: -35px;
}
.home-address h3,
.home-address p {
    color: #FFF;
}

.start-page h2 {
    display: inline-block;
    font-family: "Franklin Gothic Demi Cond";
    font-size: 66px;
    line-height: 60px; /* 90.909% */
    letter-spacing: 2px;
    text-transform: uppercase;    
    background: linear-gradient(275deg, #E0D6CD 6.76%, #B6C7DA 23.87%, #006CF9 82.61%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: 100px;
    margin-bottom: 60px;
    padding: 0;
} 

.home-orgs {
    margin-top: 10px;
    background: url(/libs/img/org_bg.png) 50% 100% no-repeat;
}
.home-orgs p {
    color: #494949;
    font-family: "Franklin Gothic Demi Cond";
    font-size: 30px;
    line-height: 36px; /* 120% */
    letter-spacing: 1.573px;
    text-transform: uppercase;
    margin-bottom: 38px;
}
.home-orgs h3 {
    display: inline-block;
    font-family: "Franklin Gothic Demi Cond";
    font-size: 44px;
    line-height: 40px; /* 90.909% */
    letter-spacing: 1.223px;
    text-transform: uppercase;
    background: linear-gradient(275deg, #E0D6CD 6.76%, #B6C7DA 23.87%, #006CF9 82.61%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: 60px;
    margin-bottom: 30px;
    padding: 0;
}

.home-about {
    padding: 0 143px;
}
.home-about p {
    color: #494949;
    font-family: "Franklin Gothic Medium Cond";
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px; /* 120% */
    letter-spacing: 1.573px;    
}
.home-benefit {
    border-radius: 55px;
    background: linear-gradient(98deg, #ECE1D7 4.75%, #6CBDFF 21.27%, #60B2FF 69.09%, #328BFF 91.7%);
    padding: 40px 100px 70px;
    margin-top: 55px;
}
.home-benefit h3 {
    color: #FFF;
    font-family: "Franklin Gothic Demi Cond";
    font-size: 44px;
    line-height: 40px; /* 90.909% */
    letter-spacing: 1.223px;
    text-transform: uppercase;
    text-align: center;
}

.home-benefit_wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 80px 35px;
    justify-content: center;
    padding-top: 50px;
}
.benefit-item {
    flex: 0 0 calc( (100% - 160px) / 3 );
}
.benefit-item_img {
    text-align: center;    
}
.benefit-item_descr {
    color: #FFF;
    text-align: center;
    font-family: "Franklin Gothic Medium Cond";
    font-size: 30px;
    line-height: 36px; /* 120% */
    letter-spacing: 1.573px;
    text-transform: uppercase;    
    margin-top: 30px;
}

.home-speakers {    
    background: url(/libs/img/speakers_bg.jpg) 50% 100% no-repeat;   
}
.home-speakers .container {
    padding: 0 143px; 
}

.speaker-item {
    display: flex;
    gap: 30px;
    margin-bottom: 50px;
}
.speaker-item_name {
    color: #006CF9;
    font-family: "Franklin Gothic Demi Cond";
    font-size: 30px;
    line-height: 36px; /* 120% */
    letter-spacing: 1.573px;
    text-transform: uppercase;
    flex: 0 0 400px;
}
.speaker-item_descr {
    color: #72797D;
    font-family: "Franklin Gothic Medium Cond";
    font-size: 30px;
    line-height: 36px; /* 120% */
    letter-spacing: 1.573px;
}


.home-program {
    padding: 0 143px;
    color: #FFF;
    margin-top: 100px;
}

.home-program_wrap {
    border-radius: 55px;
    background: linear-gradient(98deg, #ECE1D7 4.75%, #6CBDFF 21.27%, #60B2FF 69.09%, #328BFF 91.7%);
    padding: 0 143px 65px;
}
.home-program h2 {
    color: #FFF;
    -webkit-text-fill-color: #FFF;
    margin-top: 70px;
}
.program-item {
    display: flex;
    gap: 38px;
    margin-bottom: 45px;
}

.program-item_time {
    flex: 0 0 189px;
    font-family: "Franklin Gothic Demi Cond";
    font-size: 30px;
    line-height: 30px; /* 100% */
}
.program-item_descr {
    color: #FFF;
    font-family: "Franklin Gothic Medium";
    font-size: 24px;
    line-height: 24px; /* 100% */
}

footer {
    padding-top: 130px;
    padding-bottom: 80px;
    background: #FFF;
}

.tech-partner {
    color: #72797D;
    text-align: center;
    font-family: Arial;
    font-size: 24px;
    line-height: 28px;
}
.footer_wrap {
    display: flex;
    gap: 55px;
    justify-content: center;
    margin-top: 50px;
}
.foot_item {
    height: 68px;
    display: flex;
    align-items: center;
}
.foot_item img {
    margin-right: 30px;
}
.foot_item a:link,
.foot_item a:visited {
    color: #494949;    
    transition: color ease 0.3s;
}
.foot_item a:hover,
.foot_item a:active {
    color: #006CF9;    
}



/*---------------- ЛК -----------------*/
.inner_text {
    margin: 50px 0;
}
.h1_wrap {
    padding-left: 20px;

}
.lk_sidebar {
    padding: 0 20px 0 30px;    
    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 {
    padding: 0 30px 0 20px;    
}
.lk_body_wrap {
    padding: 20px;
    min-height: 400px;
    margin-bottom: 20px;
}

.lk_sb_wrap {
    border:  1px solid #CCC;
    padding: 20px;
    margin-bottom: 20px;
}

.lk_body h2 {    
    font-size: 28px;
    text-transform: none;    
    margin: 0 !important;
    padding: 0;
    line-height: 28px;   
    background: transparent;
    color: #006CF9;
    -webkit-text-fill-color: #006CF9;
}
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;
}

/*--------------------------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, 0, 51, 0.9);
   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;
}

.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;
}
.menu__child-list li:last-child {
  margin-bottom: 10px;
}
.menu__child-list .menu__child {
   text-align: left;
   display: block;
}


/*---------------Mobile menu-------------------*/
.mobile__menu {
   position: absolute;
   right: 12px;
   top: 10px;
   z-index: 9999;
   width: 40px;
   display: inline-block;
   line-height: 5px;
}
.mobile__menu.is-active {
   z-index: 9999;
   opacity: 1;
}
.mobile__menu:hover {
    opacity: 1;
}
.mobile__menu span {
   display: inline-block;
   border: none;
   border-radius: 40px;
   height: 6px;
   width: 40px;
   background: #006CF9;
   margin-bottom: 6px;
   transition: all .3s;
}
.mobile__menu.is-active span:nth-of-type(1) {
  transform: translateY(12px) rotate(-45deg);
}
.mobile__menu.is-active span:nth-of-type(2) {
  opacity: 0;
}
.mobile__menu.is-active span:nth-of-type(3) {
  transform: translateY(-12px) rotate(45deg);
}
.no-scroll {
    position: fixed; /* позиционируем чтобы исчез скролл */
    width: 100%; /* чтобы верстка не складывалась по ширине */
}


/*----------------------------section--------------*/
section {
  clear:both;
  overflow:hidden;
}
.content_wrapper {
    max-width: 1400px;
    margin: 0 auto ;
    padding: 100px 143px;
    min-height: 300px;
    border-radius: 55px;
    background: linear-gradient(98deg, #ECE1D7 4.75%, #6CBDFF 21.27%, #60B2FF 69.09%, #328BFF 91.7%);
    color: #FFF;
}

.wide .right_buttons {
  text-align: center;
  padding-bottom: 30px;
}
h1 {
    display: inline-block;
    font-family: "Franklin Gothic Demi Cond";
    font-size: 56px;
    line-height: 64px;
    letter-spacing: 2px;
    text-transform: uppercase;    
    background: linear-gradient(275deg, #E0D6CD 6.76%, #B6C7DA 23.87%, #006CF9 82.61%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 29px;
}
.inner-page h1 {
    margin-top: 48px;
}

h2 {
    display: inline-block;
    font-family: "Franklin Gothic Demi Cond";
    font-size: 48px;
    line-height: 56px;
    letter-spacing: 2px;
    text-transform: uppercase;    
    background: linear-gradient(275deg, #E0D6CD 6.76%, #B6C7DA 23.87%, #006CF9 82.61%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 25px;
}
.inner-page h2 {
    margin-top: 40px;
}

h3 {    
    font-family: "Franklin Gothic Demi Cond";
    color: #006CF9;    ;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: 2px;
    text-transform: uppercase;    
    margin-bottom: 15px;
}
.inner-page h3 {
    margin-top: 25px;
}

.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;
}
.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;
    margin: 0 auto;
}
.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;
}


/*---------------------------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;
}
.shop__menu .menu li {
  font-size: 15px;
  line-height: 24px;
  list-style-type: square;
}

/* shop */

.shop_list,
.shop_id {
    margin-top: 30px;
}
.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_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;
}



.reg_param {
    display: inline-block;
    width: 520px;
    margin-right: 20px;
    margin-bottom: 10px;
}

.param14 {
    margin-top: 15px;
}
.param13 {
    margin-bottom: 20px;    
}
.registration_form .param13,
.registration_form .param14 {
    margin-left: 25%;
}
.param17 {
    display: none;
}
.submit_wrap {
    text-align: center;
}

/*---------------Media queries-----------------*/
@media (max-width:1749px) {
    .big-head {
        height: 540px;
    }
    .head_logo-zone img {
        width: 750px;
    }
    .title-grey {
        font-size: 36px;
        line-height: 40px;
    }
    .title-format {
        margin-left: 20px;
    }
    .head_reg-btn {
        width: 600px;
    }
    .home_event-date {
        font-size: 110px;
    }
    .home_event-day {
        font-size: 70px;
    }
    .home-about,
    .home-speakers .container,
    .home-program {
        padding: 0 85px;
    }
    .home_event-place {
        flex: 0 0 821px;
    }
    .home-time {
        flex: 0 0 500px;
    }
    .home-address {
        flex: 0 0 550px;
    }
}

@media (max-width:1499px) {
    .content_wrapper {
        padding: 55px;
    }    
    .reg_param,
    input[type="text"],
    input[type="email"],
    input[type="tel"],
    input[type="password"],
    select,
    textarea  {
      width: 490px;
    }     
    .chosen-container {
        width: 490px !important;
    }

    .big-head {
        height: 430px;
        background-position: 110% 0;
        border-radius: 0 40px 40px 0;
    }
    .head_logo-zone img {
        width: 580px;
    }
    .title-grey {
        font-size: 30px;
        line-height: 34px;
    }
    .title-blue {
        font-size: 26px;
        line-height: 30px;
    }
    .title-format {
        margin-left: 5px;
    }
    .head_reg-btn {
        width: 450px;
        height: 80px;
        font-size: 45px;
        line-height: 80px;
    }
    .home_event-date {
        font-size: 100px;
    }
    .home_event-day {
        font-size: 66px;
        flex: 0 0 240px;
    }
    .home-about,
    .home-speakers .container,
    .home-program {
        padding: 0 50px;
    }
    .home_event-place {
        flex: 0 0 603px;
        height: 200px;
        padding: 25px 30px;
    }
    .home-time {
        flex: 0 0 auto;
        padding: 25px 30px;
        margin-top: -25px;
    }
    .home-address {
        flex: 0 0 auto;
        padding: 25px 30px;
        margin-top: -25px;
    }
    .home-date-place h3 {
        font-size: 36px;
    }
    .home-date-place p {
        font-size: 26px;
    }
    .home-orgs {
        background: transparent;
    }
    .home-benefit {
        padding: 40px 50px 70px;
    }
    .home-program_wrap {
        padding: 0 50px 65px;
    }

}

@media (max-width:1199px) {
    .top-line {
        gap: 15px;
    }
    .big-head {
        height: 400px;
        background-position: 140% 0;
        border-radius: 0 40px 40px 0;
    }
    .head_logo-zone img {
        width: 530px;
    }
    .title-grey {
        font-size: 28px;
        line-height: 32px;
    }
    .title-blue {
        font-size: 24px;
        line-height: 28px;
    }
    .title-format {
        margin-left: 5px;
    }
    .head_reg-btn {
        width: 430px;
        font-size: 40px;
    }
    .home_event-date {
        font-size: 90px;
    }
    .home_event-day {
        font-size: 60px;
        flex: 0 0 240px;
    }
    .home-about,
    .home-speakers .container,
    .home-program {
        padding: 0 50px;
    }
    .home_event-place {
        flex: 0 0 465px;
        height: 200px;
    }
    .home-time {
        flex: 0 0 auto;
        padding: 20px;
        margin-top: -25px;
    }
    .home-address {
        flex: 0 0 auto;
        padding: 20px;
        margin-top: -25px;
    }
    .home-date-place h3 {
        font-size: 30px;
    }
    .home-date-place p {
        font-size: 24px;
    }
    .home-benefit {
        padding: 40px 50px 70px;
    }
    .home-speakers {    
        background: transparent;   
    }
    .home-program_wrap {
        padding: 0 50px 65px;
    }
    .home_descr {
        gap: 20px;
    }
    .registration_form .param14 {
        margin-left: 0;
    }
    .registration_form .param13 {
        margin-left: 0;
    }
    .submit_wrap {
        text-align: left;
    }
    .block.captcha {
        margin: 0;
    }

}
@media (max-width:991px) {
    .mobile__menu {
        display: inline-block !important;
    }
    .menu__list {
        display: none;
    }
    .menu__list.active {
        display: block;
      }
    .big-head {
        height: auto;
        background-position: 50% 100%;
        padding-bottom: 530px;
    }
    .head_logo-zone {
        text-align: center;
    }
    .head_title-zone {
        text-align: center;
        padding: 30px 0;
    }
    .head_btn-zone {
        text-align: center;
        padding-top: 0;
    }
    .home-date_top-row {
        flex-direction: column;
    }
    .home_event-date {
        text-align: center;
    }
    .home_event-place {
        flex: 0 0 auto;
        height: auto;
        text-align: center;
    }
    .home_event-day {
        display: none;
    }
    .home_descr {
        width: 100%;
        flex-direction: column;
        gap: 0;
    }
    .home-time,
    .home-address {
        margin-top: 20px;
        text-align: center;
    }
    .home-about,
    .home-speakers .container,
    .home-program {
        padding: 0;
    }
    .speaker-item {
        flex-direction: column;
        gap: 10px;
    }
    .speaker-item_name {
        flex: 1;
    }
    .program-item {
        flex-direction: column;
        gap: 10px;
    }
    .program-item_time {
        flex: 1;
    }
    .footer_wrap {
        flex-wrap: wrap;
    }
    
    .section.container {
        padding: 10px 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;
    }
}
@media (max-width:767px) {
    .container.px0 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .wrapper {
        background: #FFF;
    }
    .big-head {
        padding-bottom: 250px;
        background-size: 320px;
    }
    .home_event-date {
        font-size: 60px;
        line-height: 66px;
        margin-bottom: 20px;
    }
    .home-benefit_wrap {
        flex-direction: column;
        gap: 30px;
    }

    .content_wrapper {
      padding: 30px 15px;
    }
    .catalog .aside {
      padding-bottom: 10px;
      border-bottom: 1px dashed #CCC;

    }
    .benefit-item_descr {
        margin-top: 15px;
    }

    .home-about, 
    .home-speakers .container, 
    .home-program {
        padding: 0 15px;
    }
    .home-program {
        margin-top: 50px;
    }

    h1 {
        font-size: 48px;
        line-height: 56px;
    }
    h2 {
        font-size: 36px;
        line-height: 44px;
    }
    h2 {
        font-size: 28px;
        line-height: 34px;
    }
    .reg_param,
    input[type="text"],
    input[type="email"],
    input[type="tel"],
    input[type="password"],
    select,
    textarea  {
      width: 400px;
    }     
    .chosen-container {
        width: 400px !important;
    }


}

@media (max-width:550px) {
    .top-line {
        padding-top: 60px;
        flex-direction: column;
        gap: 0;
    } 
    .top-line_logo {
        text-align: center;
    }
    .top-line_logo img {
        width: 320px;
    }    
    .top-line_links {
        margin-top: 30px;
        text-align: center;        
    }
    .head_logo-zone {
        display: none;
    }
    .head_title-zone {
        padding-top: 0;
    }
    .head_reg-btn {
        width: auto;
        font-size: 32px;
        padding: 0 30px;
    }
    .home-address {
        padding: 20px 10px;
    }
    .home-date-place p {
        font-size: 22px;
    }
    .home-time p {
        font-size: 28px;
    }
    .start-page h2 {
        font-size: 40px;
        line-height: 46px;
        margin-top: 50px;
        margin-bottom: 25px;
    }
    .home-orgs p {
        font-size: 24px;
        line-height: 30px;
    }
    .with_support h3 {
        font-size: 32px;
        line-height: 38px;
        margin-top: 10px;
    }
    .home-orgs img {
        width: 280px;
    }
    .home-about p {
        font-size: 24px;
        line-height: 30px;
    }
    .home-benefit {
        padding: 20px 20px 40px;
    }
    .home-benefit h3 {
        font-size: 32px;
        line-height: 38px;
    }
    .home-benefit_wrap {
        padding-top: 25px;
    }
    .benefit-item_descr {
        font-size: 24px;
        line-height: 30px;
    }
    .speaker-item {
        margin-bottom: 35px;
    }
    .speaker-item_name,
    .speaker-item_descr {
        font-size: 24px;
        line-height: 30px;
    }
    .home-program_wrap {
        padding: 0 25px 25px;
    }
    .footer_wrap {
        gap: 20px;
    }
    .foot_logo img {
        margin-right: 0;
    }
    .reg_param,
    input[type="text"],
    input[type="email"],
    input[type="tel"],
    input[type="password"],
    select,
    textarea  {
      width: 290px;
    }     
    .chosen-container {
        width: 290px !important;
    }

}



@media (min-width: 992px) {
    .mobile__menu {
       display: none !important;
    }
    .header_menu {
       clear: both;
       text-align: center;
    }
    .menu__list {
       background: transparent;
       margin: 0;
       padding: 0;
       height: 44px;
       display: block;
       position: relative;
       z-index: 9;
       overflow: visible;
    }
    .menu__list:after {
       width: 100%;
       height: 0px;
       visibility: hidden;
       overflow: hidden;
       content: "";
       display: inline-block;
    }
    .menu__list li {
      display: inline-block;
      font-size: 18px;
      line-height: 44px;
      color: #FFF;
      text-transform: uppercase;
      text-decoration: none;
      text-align: left;
      width: auto;
      padding-left: 0;
    }
    .menu__list li a {
     display: block;
     height: 44px;
     color: #494949;
     font-family: "Franklin Gothic Medium Cond";
     font-size: 17px;
     letter-spacing: 2px;
     text-transform: uppercase;
     line-height: 44px;
     padding: 0 10px;
     -webkit-transition: all .15s ease;
     -o-transition: all .15s ease;
     transition: all .15s ease;
    }
    .menu__list li a:hover,
    .menu__list li a:active {      
      color: #006CF9;
    }
    .menu__child-list {
       position: absolute;
       left: -10px;
       top: 100%;
       border-top: 1px dotted #FFF;
       border-bottom: 1px dotted #FFF;
       padding: 10px;
       background: #273E7B;
       display: none;
       z-index: 99;
       width: 225px;
    }
    .menu__child-list li {
       margin: 0 10px 0px 0px;
       line-height: 35px;
       text-transform: none;
    }
    .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) {
    .menu__list li a {
        padding: 0 27px;
    }    
}



@media (min-width: 1500px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1440px;
    }
}


@media (min-width: 1750px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1686px;
    }
}