@import url(/adm/css/fontawesome.css);
body {
  background: #FFFFFF;
  font: 500 16px/22px 'DM Sans', Arial, Helvetica, sans-serif;
  color: #4A4A4A;
}
.wrapper {
  min-height: 100%;
  margin: 0 auto;
  max-width: 1920px;
}
.container {
  margin: 0 auto;
}
h1 {
    position: relative;
    color: #0340B7;
    text-transform: uppercase;
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 60px;
}
h2 {
    position: relative;
    color: #0340B7;
    text-transform: uppercase;
    font-size: 34px;
    line-height: 42px;    
    margin: 40px 0 15px;
}
h3 {
    position: relative;
    color: #0340B7;
    font-size: 28px;
    line-height: 36px;    
    margin: 30px 0 10px;
}
.menu-reg-link,
.menu-lk-link {
    display: none !important;
}
.top-wrap {
    background: #FFFFFF url(/libs/img/header_bg.jpg) no-repeat 50% 0;
    min-height: 1486px;
}
header {
  z-index:20;
  position:relative;
}
.top-line {
    margin: 0 auto;
    height: 84px;
    border-bottom: 2px solid #EBEAED;    
}
.inner-head {
    margin-bottom: 50px;
}
.nav-line {
    display: flex;
    gap: 30px;
    justify-content: center;
}
.top-line__logo {
    padding-top: 23px;
}
.top-line-img2 {
    display: none;
}
.header-btns {
    padding-top: 33px;
    text-align: center;
}

.header-btn {
    display: inline-block;
    height: 41px;
    min-width: 143px;
    text-align: center;
    line-height: 41px;
    padding: 0 8px 0 12px;
    font-size: 16px;
    color: #FFFFFF;
    font-weight: 500;
    letter-spacing: 2px;
    position: relative;
    transition: opacity ease 0.3s;
}
.red-btn {
    background: #E31E49;    
}
.red-btn::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 100%;
    border-top: 41px solid #E31E49;
    border-right: 19px solid transparent
}
.blue-btn {
    background: #5274E2;    
}
.blue-btn::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    right: 100%;
    border-bottom: 41px solid #5274E2;
    border-left: 19px solid transparent
}
.header-btn:link,
.header-btn:visited {
    color: #FFFFFF;
    text-decoration: none;
}
.header-btn:hover,
.header-btn:active {
    opacity: 0.7;
    color: #FFFFFF;
    text-decoration: none;
}

.header-btns .blue-btn {
    margin-left: 36px;
}
.top-title {
    margin-top: 114px;
    padding-left: 62px;
}

.inner-page .top-title {
    margin-bottom: 80px;
}


.date-place {
    margin-top: 125px;
}
.date-place__descr {
    color: #0340B7;    
    font-size: 30px;
    line-height: 41px;
    font-weight: bold;
    text-align: center;
}
.date-place__wrap {
    margin-top: 20px;
    text-align: center;
}
.top-date {
    display: inline-block;
    position: relative;
    width: 440px;
    height: 76px;
    line-height: 76px;
    background: #E31E49;
    padding-right: 5px;
    text-align: right;
    font-size: 40px;
    font-weight: bold;
    color: #FFF;
    margin-right: 65px;
}
.top-date::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 100%;
    border-top: 76px solid #E31E49;
    border-right: 36px solid transparent
}
.top-place {
    display: inline-block;
    position: relative;
    width: 445px;
    height: 76px;
    line-height: 76px;
    background: #5274E2;
    padding-left: 10px;
    font-size: 40px;
    font-weight: bold;
    color: #FFF;
}
.top-place::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    right: 100%;
    border-bottom: 76px solid #5274E2;
    border-left: 36px solid transparent
}
.home-hello {
    margin-top: 120px;
}
.home-page h2 {
    font-size: 40px;
    line-height: 48px;
    color: #0340B7;
    margin-bottom: 60px;
    text-align: center;
}
.home-orgs__wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}
.bot-wrap {
    background: #FFFFFF url(/libs/img/content_bg.jpg) no-repeat 50% 100px;
}
.home-place__wrap {
    display: flex;
    justify-content: space-between;
    gap: 5%;
}
.home-place__descr {
    flex: 0 0 30%;
}
.home-place__header {
    font-weight: bold;
    padding-top: 20px;
    margin-bottom: 30px;
}
.home-place__img {
    flex: 0 0 65%;
    padding-left: 60px;
    position: relative;
}
.place-icon {
    position: absolute;
    top: calc(50% - 61px);
    left: 0;
}
.home-topics ul li {
    font-size: 17px;
    line-height: 32px;
    font-weight: bold;
}

footer {
    height: 230px;
    background: #dbe9ff url(/libs/img/footer_bg.png) no-repeat 50% 0;
}
footer .container {
    padding: 70px 0 0;
}
/*.foot-top {
    display: flex;
}
.foot-event-logo {
    flex: 0 0 50%;
}
.foot-nav {
    flex: 0 0 50%;
}


.footer-menu ul {
    margin: 0;
    padding: 0;
}
.footer-menu ul li {
    list-style: none;
    margin-bottom: 25px;
}

.footer-menu a:link,
.footer-menu a:visited {
    text-decoration: none;
}
.foot-soc-media {
    padding-top: 5px;

}
.foot-soc-media a {
    display: inline-block;
    margin-right: 45px;
}*/


.foot-bot {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
}
.foot-bot > div {
    flex: 1;
}
.foot-contacts_tel {
    text-align: center;
}
.foot-contacts_mail {
    text-align: right;
}


/*.foot-bot {
    margin-top: 90px;
    padding-right: 75px;
}
.foot-tech-partner {
    font-size: 24px;
    line-height: 30px;
    text-align: center;
}
.foot-contacts {
    display: flex;
    gap: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 45px 0 0;
    font-size: 18px;
    line-height: 26px;
}
.fci-1 {
}
.fci-2,
.fci-3,
.fci-4 {    
    padding-top: 15px;
}
.fci-2 img,
.fci-3 img,
.fci-4  img {
    margin-right: 30px;
}
.foot-contacts a:link,
.foot-contacts a:visited {
    text-decoration: none;
}

.foot-contacts a:hover,
.foot-contacts a:active {
    
    
}*/

/*---------------- ЛК -----------------*/
.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 {
    background: #f5f6fa;    
    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: 20px;
    font-weight: bold;
    text-transform: none;    
    margin: 0;
    padding: 0;
    line-height: 28px;   
}
h2 .fa {
    margin-right: 10px;    
}
.lk_body h3 {
    font-size: 20px;
}

.wide_logout .link_button {
    width: 100%;
}
.wide-profile-block {
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
}

/*--------------------------menu---------------------*/
.header-menu {
  
}
.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 0 0 5px;
  margin-right: 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;
}
.menu__child-list li:last-child {
  margin-bottom: 10px;
}
.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: 7px;
   width: 40px;
   border: 1px solid #fff;
   background: #0340b7;
   margin-bottom: 5px;
   transition: all .3s;
}
.mobile__menu.active span:nth-of-type(1) {
  transform: translateY(12px) rotate(-45deg);
}
.mobile__menu.active span:nth-of-type(2) {
  opacity: 0;
}
.mobile__menu.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 {
  padding: 60px 60px 100px 60px;
  min-height: 300px;
}
.content_wrapper.wide {
  padding: 30px 20px;
}
.wide .right_buttons {
  text-align: center;
  padding-bottom: 30px;
}

.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;
    padding-left: 20px;
}
.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;
}
.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;
}




/*---------------------------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;
}


/*------------------------------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 queries------------------*/
@media (max-width:1449px) {
    .top-line {
        max-width: 1140px;
    }
    .header-menu .menu__list li a {
        padding: 0 10px;
    }
    .header-menu .menu__list li {
        letter-spacing: 1px;
    }


}

@media (max-width:1199px) {
    .top-line {
        max-width: 960px;
        flex-direction: column;
        align-items: center;
    }
    .nav-line {
        gap: 14px;
    }
    .header-menu {
        margin-right: 0;
    }
    .header-menu .menu__list li {
        font-size: 14px;
        letter-spacing: 0px;
    }
    .header-menu .menu__list li a {
        font-size: 14px;        
        letter-spacing: 0px;
        padding: 0 7px;
    }
    .top-title {
        padding-left: 15px;
        padding-right: 15px;
    }
    .top-date {
        width: auto;
        padding: 0 10px 0 20px;
        text-align: center;
        font-size: 32px;
        margin-right: 65px;
    }
    .top-place {
        width: auto;
        padding: 0 20px 0 10px;
        text-align: center;
        font-size: 32px;
    }
    .home-place__header {
        padding-top: 30px;
        margin-bottom: 40px;
    }

    .foot-bot {
        padding-right: 0;
    }
    .foot-contacts {
        gap: 30px;
    }
    .fci-2 img, .fci-3 img, .fci-4 img {
        margin-right: 15px;
    }
    .foot-top {
        gap: 30px;
    }

}

@media (max-width:991px) {
    .top-line {
        max-width: 720px;
        height: auto;
        padding: 0 15px;
    }
    .nav-line {
        gap: 0;
    }
    .top-line__logo img {
        width: 350px;   
    }
    .top-line__logo {        
        padding: 10px 0;
    }
    .top-line-img1 {
        display: none;
    }
    .top-line-img2 {
        display: block;
    }
    .header-btns {
        padding-top: 60px;
        padding-bottom: 20px;
    }
    .top-date::after,
    .top-place::after {
        content: none;
    }
    .date-place__wrap {
        display: flex;
        flex-direction: column;
        gap: 30px;
    }
    .date-place__wrap {
        margin-top: 30px;
    }
    .top-date {
        margin-right: 0;
    }
    .home-orgs__wrap {
        flex-wrap: wrap;
        justify-content: center;
    }
    .home-place__wrap {
        flex-direction: column;
        gap: 30px;
    }
    .home-place__descr {
        text-align: center;
        flex: auto;
    }
    .home-place__img {
        flex: auto;
    }    
    .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;
    }
    footer {
        height: auto;
        background: #dbe9ff;
        padding-bottom: 50px;
    }
    .foot-contacts {
        justify-content: center;
    }


}
@media (max-width:767px) {    
    .header_top {
      height: auto;
    }
    .logo_zone {
        width: 100%;
        float:  none;
        text-align: center;
    }
    .logo_zone img {
      margin: 0;
    }
    .sitetitle_zone {
        width: 100%;
        float:  none;
        text-align: center;
    }
    .content_wrapper {
      padding: 30px 15px 100px 15px;
    }
    .catalog .aside {
      padding-bottom: 10px;
      border-bottom: 1px dashed #CCC;
    }
    footer {
        height: auto;
        padding-bottom: 70px;
    }
    .foot-top {
        flex-direction: column;
        align-items: center;
    }
    .foot-event-logo {
        flex: auto;
    }
    .foot-nav {
        flex: auto;
        text-align: center;
    }
    .foot-soc-media {
        text-align: center;
    }
    .foot-soc-media a {
        margin: 0 15px;
    }
    .foot-bot {
        flex-direction: column;
        align-items: center;
    }
    .foot-contacts_tech {
        text-align: center;
    }
}

@media (max-width:575px) {
    .nav-line {
        justify-content: left;
    }
    .top-line__logo {        
        padding-right: 45px;
    }
    .header-btns .blue-btn {
        margin-left: 30px;
    }
    .header-btns {
        padding-bottom: 10px;
    }
    .header-btn {
        min-width: auto;
        letter-spacing: 1px;
        margin-bottom: 10px;
    }
    .top-title {
        margin-top: 80px;
    }
    .date-place {
        margin-top: 80px;
    }
    .date-place__descr {
        font-size: 28px;
    }
    .top-date {
        font-size: 25px;
    }
    .top-place {
        font-size: 24px;
    }
    .home-page h2 {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 40px;
    }
    .home-place__img {
        padding-left: 0px;
    }
    .place-icon {
        display: none;
    }    
    .foot-contacts {
        width: 250px;
        margin: 0 auto;
        flex-direction: column;
        align-items: flex-start;
    }
    .fci-1 {
        align-self: center;
    }
    h1 {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 40px;
    }
    h2 {
        font-size: 28px;
        line-height: 36px;    
        margin: 30px 0 15px;
    }
    h3 {
        font-size: 24px;
        line-height: 32px;    
        margin: 25px 0 10px;
    }
    

} 

@media (min-width: 992px) {
    .content_wrapper {
        padding: 30px 30px 100px 30px;
        overflow: hidden;
    }
    .content_wrapper.wide {
        padding: 30px;
    }
    .mobile__menu {
       display: none !important;
    }
    .header-menu {
        padding-top: 38px;
       clear: both;
       text-align: center;
    }
    .menu__list {
       background: transparent;
       margin: 0;
       padding: 0;
       height: 50px;
       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: 15px;
      line-height: 26px;
      color: #A29DB8;
      font-weight: bold;
      letter-spacing: 2px;
      text-transform: uppercase;
      text-decoration: none;
      text-align: left;
      width: auto;
      padding-left: 0;
    }
    .menu__list li a {
     display: block;
     height: 50px;
     font-size: 15px;
     line-height: 26px;     
     padding: 0 15px;
     color: #A29DB8;
     transition: all .15s ease;
    }
    .menu__list li a:hover,
    .menu__list li a:active {
      color: #0340B7;
    }
    .menu__child-list {
       position: absolute;
       left: 10px;
       top: 100%;
       border-top: 1px dotted #FFF;
       border-bottom: 1px dotted #FFF;
       padding: 10px;
       background: #5274E2;
       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: 5px 10px;
      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: #0340B7;
    }
    .ul_lang {
      padding-right: 20px;
    }
}


@media (min-width: 1450px) {
    .top-line {
        max-width: 1390px;
        margin: 0 auto;
    }
}