@import url(/adm/css/fontawesome.css);

.diafan_reminder {
    display: none !important;
}

body {
  background: #FFF;
  font: normal 16px/24px 'Manrope', Arial, Helvetica, sans-serif;
  color: #4A4A4A;
  height: 100%;
}
.wrapper {
  min-height: 100%;
  margin: 0 auto;
  max-width: 1920px;
}
.container {
    margin: 0 auto;
}
.content-wrapper .account p {
  margin-bottom: 5px;
}
.sidebar_wrapper {
  padding: 40px 0;
}

/*--------------------------header---------------------*/
header {
  z-index:20;
  position:relative;
}

.top-line {    
    height: 80px;
    width: 100%;
    position: fixed;
}
.top-line__wrap {
    height: 80px;
    display: flex;
    background: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(25px);
}
.top-line__logo {
    margin-right: auto;
    padding-left: 115px;
    padding-top: 12px;
}
.home-top-title {
    width: 1151px;
    height: 120px;
    background: #aa0000;
    padding-left: 45px;
    padding-top: 20px;
    border-radius: 0 55px 0 0;
}
.start-page h1 {
    font-size: 30px;
    line-height: 40px;
    color: #FFF;
    font-weight: bold;
    padding-bottom: 0;
}
.start-page h2 {
    font-size: 45px;
    line-height: 55px;
    font-weight: 700;
    color: #4A4A4A;
    text-transform: uppercase;
    padding-top: 0;
}


.home-big-header {
    padding-left: 0;
    padding-right: 0;
    position: relative;
    height: 551px;
    background: url(/libs/img/header_pattern.png) no-repeat 100% 0;  
    margin-bottom: 35px;
}
.home-top-title {
    position: absolute;
    top: 196px;
}

.top-line__menu {
    padding-top: 18px;
}
.top-line__menu .menu_enter {
    display: none;
}
.top-line__btns {
    padding-right: 127px;
    padding-top: 25px;
    padding-left: 5px;
}
.top-btn {
    font-family: Arial, sans-serif;
    display: inline-block;
    min-width: 96px;
    height: 34px;
    border-radius: 50px;
    color: #AA0000;
    background: #FFF;
    text-align: center;
    font-size: 14px;
    line-height: 34px;
    font-weight: 500;
    margin-left: 30px;
    padding: 0 15px;
}
.top-btn:hover,
.top-btn:active {
    color: #AA0000;
    background: #EEEEEE;
}
.top-btn img {
    margin-right: 5px;
}
.home-hello {
    padding-left: 330px;
    position: relative;
    overflow: visible;    
}
.home-hello__right {
    background: #d9d9d9;
    border-radius: 0 215px 0 215px;
    padding-right: 315px;
}
.home-hello__middle {
    background: #FFFFFF;
    border-radius: 0 215px 0 215px;
    position: relative;
}
.home-hello__text {
    border-radius: 0 215px 0 215px;
    position: relative;
    padding: 25px 130px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    color: #4A4A4A;

}
.home-hello__decor {
    position: absolute;
    background: #ff2424;
    left: -6px;
    bottom: -6px; 
    height: 50%;  
    max-height: 423px;
    width: 100%;
    border-radius: 0 215px 0 215px;
    z-index: -1;
}
.red-text-line {
    font-size: 22px;
    line-height: 28px;
    color: #AA0000;
    font-weight: 800;
}
.text-sign {
    padding-left: 30%;

}
.text-sign__descr,
.text-sign__fio {
    display: inline-block;
}
.text-sign__img {
    display: inline-block;
    margin: 0 50px 0 75px;
}

.home-right {
    margin-top: 130px;
    display: flex;
}
.home-left {
    margin-top: 130px;
    display: flex;
}
.home-left .section-text-zone {
    padding-left: 35px; 
}
.home-right .section-text-zone {
    padding-right: 35px; 
    padding-top: 3px;
}
.section-header-zone {
    flex: 0 0 31%;    
}
.section-text-zone {
    flex: 0 0 69%;
}
.home-results  {
    
}

.home-organizers {
    margin-top: 120px;
}
.org-cards__wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 90px;
    justify-content: space-between;
}
.org-card {
    display: flex;
    gap: 30px;
    width: 45%;
}
.org-card__photo {
    flex: 0 0 218px;
    min-height: 215px;
    background: url(/libs/img/org_img_bg.png) no-repeat 50% 0;
    padding: 7px 9px;
}
.org-card__photo img {
    border-radius: 100px;
}
.org-card__text {
    padding-top: 10px;

}
.org-card__fio {
    font-size: 30px;
    line-height: 32px;
    color: #CC2128;
}
.org-card__position {
    margin-top: 10px;
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
}
.org-card__descr {
    margin-top: 15px;
    font-size: 18px;
    line-height: 20px;
}

.home-gallery {
    margin-top: 120px;    
    position: relative;
}
.hg-slider {
    padding-right: 150px;
    padding-top: 50px;
}
.hg-slide__wrap {
    max-width: 358px;
    display: flex;
    flex-direction: column;
    justify-content: center;    
}
.hg-slider__item {
    margin: 0 15px;
}
.hg-slide__wrap.hg-odd {
    gap: 20px;
}
.hg-slide__wrap.hg-even {
    gap: 75px;
}
.hg-slider .slick-prev {
    position: absolute;
    top: 50%;
    right: -95px;
    border: none;
    background: transparent;
}
.hg-slider .slick-next {
    display: none !important;
}
.slick-track {
    display: flex;
    align-items: center;
}


.step_1.it_1,
.step_5.it_1 {
    border-radius: 10px 10px 133px 10px;
}
.step_1.it_2,
.step_5.it_2 {
    border-radius: 10px 10px 10px 133px;
}
.step_1.it_3,
.step_5.it_3 {
    border-radius: 133px 10px 10px 10px;
}

.step_2.it_1,
.step_6.it_1 {
    border-radius: 10px 10px 133px 10px;
}
.step_2.it_2,
.step_6.it_2 {
    border-radius: 133px 10px 10px 10px;
}

.step_3.it_1,
.step_7.it_1 {
    border-radius: 133px 10px 10px 10px;
}
.step_3.it_2,
.step_7.it_2 {
    border-radius: 10px 10px 10px 133px;
}
.step_3.it_3,
.step_7.it_3 {
    border-radius: 10px 133px 10px 10px;
}

.step_4.it_1,
.step_8.it_1 {
    border-radius: 10px 10px 10px 133px;
}
.step_4.it_2,
.step_8.it_2 {
    border-radius: 10px 133px 10px 10px;
}



.home-news {
    margin-top: 120px; 
    position: relative;
}
.hn-slider {
    padding-left: 150px;
    padding-top: 50px;
}
.hn-slide__wrap {
    max-width: 358px;    
    display: flex;
    flex-direction: column;
    justify-content: center;    
}

.hn-slide__img {
    height: 395px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.hn-slider__item {
    margin: 10px;
}

.hn-odd .hn-slide__img img {
    margin-top: -35px;
}
.hn-even .hn-slide__img img {
    margin-bottom: -35px;
}
.hn-slide__title {
    height: 200px;
    padding: 50px 5px;
    font-size: 20px;
    line-height: 26px;
    text-transform: uppercase;    
    font-weight: 700;
    color: #AA0000;
}
.hn-slide__date {
    font-size: 20px;
    line-height: 26px;
    padding: 0 5px;
}
.hn-slider .slick-prev {
    position: absolute;
    top: 50%;
    left: -95px;
    border: none;
    background: transparent;
}
.hn-slider .slick-next {
    display: none !important;    
}
.home-partners {
    margin-top: 120px;
    margin-bottom: 60px;
}
.home-partners__wrap {
    padding-top: 60px;
    display: flex;
    justify-content: space-between;
}

.hn-slide__title,
.hn-slide__date {
    opacity: 0;
    transition: opacity 0.3s;
}
.slick-active .hn-slide__title,
.slick-active .hn-slide__date  {
    opacity: 1;
}
.slick-active.hiddenText .hn-slide__title,
.slick-active.hiddenText .hn-slide__date {
    opacity: 0;
}

.main-content {
    padding-top: 80px;
}


/*-----------------------------News---------------------*/

.section-d_news .section-d__list {
    display: flex;
    gap: 2%;
    flex-wrap: wrap;
}

.element-d_news_item {
    flex: 0 0 32%;
    padding: 20px;
    border: 1px solid #EEE;
    box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.15);
    margin-bottom: 30px;
}
.detail-d_date {
    color: #CC2128;
    font-size: 15px;
    line-height: 19px;
    font-weight: 500;
    min-height: 30px;
}
.element-d__images {
    height: 200px;
}
.element-d__details {
    padding-top: 10px;        
}
.detail-d_name {    
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
}
.detail-d_anons {
    font-size: 16px;
    line-height: 20px;
    padding-top: 10px;
}

.section-d_news_id .date-d {
    color: #CC2128;
    font-size: 15px;
    line-height: 19px;
    font-weight: 500;
    min-height: 30px;
}

/* Указатель следующий/предыдущий */

.prevnext-d {
    margin-top: 2.5rem; /* 30/12 */
    padding-top: 1.25rem; /* 15/12 */
    overflow: hidden;
    border-top: 1px solid #dfdfdf;
}
.prevnext-d__prev,
.prevnext-d__next {
    position: relative;
}
.prevnext-d__icon {
    position: absolute;
    top: 0.25rem; /* 3/12 */
    line-height: 1;
    vertical-align: middle;
}
.prevnext-d__prev {
    padding-left: 2.5rem; /* 30/12 */
    float: left;
    padding-bottom: 20px;
}
.prevnext-d__prev .icon-d {
    margin-right: 1.25rem; /* 15/12 */
    left: 0;
}
.prevnext-d__next {
    padding-right: 2.5rem; /* 30/12 */
    float: right;
    padding-bottom: 20px;
}
.prevnext-d__next .icon-d {
    margin-left: 1.25rem; /* 15/12 */
    right: 0;
}

.show_all {
    margin: 30px 0;
}


/* Показать ещё */

.showmore-d {
    grid-column: 1 / -1;
    align-self: end;
    margin-top: 2.5rem; /* 30/12 */
    text-align: center;
}
.showmore-d .button-d,
.showmore-d [type='reset'],
.showmore-d [type='submit'] {
    margin-top: 0;
}

/* paginator */

.paginator {
    font-weight: bold;
    font-size: 20px;
    text-align: center;
}

.paginator > * {
    margin: 0 15px;
    /*vertical-align: middle;*/
}

.paginator > *.active {
    color: #000;
}

.paginator .start,
.paginator .end,
.paginator .prev,
.paginator .next,
.control-next,
.control-prev {
    display: inline-block;
    /*width: 21px;
    height: 21px;*/
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 20px;
}
.paginator .start,
.paginator .end {

}

.paginator_more {
    text-align: center;
}
form[loading="true"].paginator_more_form {
    display: block;
    background: url(../img/loader.gif) no-repeat center top;
    min-width: 50px;
    min-height: 50px;
    padding: 38px 0px 0px 0px;
    margin: 0px;
    cursor: progress;
}
form[loading="true"].paginator_more_form .paginator_more {
    display: none;
}

.button-d {
    display: inline-block;
    min-width: 200px;
    border: 0;
    border-radius: 55px;
    margin: 20px 20px 20px 0;
    cursor: pointer;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
    background: #AA0000;
    text-transform: uppercase;
    padding: 20px 40px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.button-d .icon-d {
    margin-right: 8px;
}
.button-d:hover {
    background: #FF2424;
}

/*------------------------------footer-----------------*/
footer {  
    min-height: 354px;
    background: #D9D9D9 url(/libs/img/footer_bg_img.png) no-repeat 100% 0; 
}
.foot__wrap {
    margin: 0 -15px;
    display: flex;
}
.foot__logo {
    padding-top: 85px;
    flex: 0 0 25%;
}
.foot__menu {
    padding-top: 75px;
    flex: 0 0 65%;
}
.foot-menu__list {
    list-style: none;
    column-width: auto;
    column-count: 2;
    column-gap: 10%;
    padding-left: 40px;
}
.foot-menu__item a:link,
.foot-menu__item a:visited {
    color: #9E9E9E;
    font-size: 18px;
    line-height: 38px;
}
.foot-menu__item a:hover,
.foot-menu__item a:active {
    color: #FF2424;;   
}



/*---------------- ЛК -----------------*/
.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;    
}

.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%;
   width: 100%;
   background: #770000;
   background: rgba(110, 0, 0, 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;
}

.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: 6px;
   width: 35px;
   border: 1px solid #fff;
   background: #AA0000;
   margin-bottom: 6px;
   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%; /* чтобы верстка не складывалась по ширине */
}

.no-scroll .top-line__wrap { 
    backdrop-filter: none;
}

/*----------------------------section--------------*/
section {
  clear:both;
  overflow:hidden;
}
.content-wrapper {
  padding: 60px 60px 100px 60px;
  min-height: 500px;
}
.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;
}


/*---------------------Media queries----------------*/
@media (max-width:1720px) {
    .home-hello {
        padding-left: 230px;
    }
    .home-hello__right {
        padding-right: 215px;
    }
    .hg-slider__item {
        margin: 0 10px;
    }
    .hn-slide__img {
        height: 365px;
    }
}
@media (max-width:1579px) {
   .top-line__logo {
        padding-left: 27px;
    } 
    .top-line__btns {
        padding-right: 27px;
    }
    .home-top-title {
        width: 1069px;
    }
    .home-hello {
        padding-left: 200px;
    }
    .home-hello__right {
        padding-right: 185px;
    }
    .org-cards__wrap {
        gap: 40px;
    }
    .org-card {
        width: 47%;
    }
    .org-card__descr {
        font-size: 16px;
    }
    .text-cols {
        column-gap: 8%;
    }
    .hg-slider {
        padding-right: 150px;
    }
    .hn-slider {
        padding-left: 150px;
    }
    .hg-slider__item {
        margin: 0 7px;
    }
    .hg-slide__wrap.hg-odd {
        gap: 15px;
    }
    .hg-slide__wrap.hg-even {
        gap: 50px;
    }
    .hn-slide__img {
        height: 345px;
    }
}
@media (max-width:1379px) {
   .top-line__logo {
        padding-left: 0px;
    } 
    .top-line__btns {
        padding-right: 0px;
    }
    .top-btn {
        margin-left: 15px;
    }
    .menu__list li a {
        padding: 0 10px !important;
    }
    .home-top-title {
        width: 100%;
    }
    .home-hello {
        padding-left: 160px;
    }
    .home-hello__right {
        padding-right: 145px;
    }
    .org-cards__wrap {
        flex-direction: column;
    }
    .org-card {
        width: 100%;
    }
    .section-header-zone {
        flex: 0 0 40%;    
    }
    .section-text-zone {
        flex: 0 0 60%;
    }
    .hn-slide__img {
        height: 365px;
    }
    .home-partners__wrap {
        flex-wrap: wrap;
        justify-content: center;
        gap: 75px;
    }
    footer {
        background-position: 113% 0;
    }
    .foot-menu__list {        
        column-gap: 5%;
    }
    .element-d_news_item {
        flex: 0 0 48%;
    }


}
@media (max-width:1299px) {
    .hn-slide__img {
        height: 345px;
    }
}
@media (max-width:1199px) {
    .top-line__btns {
        padding-right: 50px;
    }
    .home-top-title {
        height: auto;
        padding: 20px 30px;
    }
    .home-big-header {
        height: auto;
        background: transparent;
    }
    .home-hello {
        padding-left: 130px;
    }
    .home-hello__right {
        padding-right: 115px;
    }
    .section-text-zone .ml-35 {
        margin-left: 0;
    }
    .start-page h2 {
        font-size: 40px;
        line-height: 50px;
    }
    .hg-slider {
        padding-right: 100px;
    }    
    .hg-slider .slick-prev {
        right: -65px;
    }
    .hn-slider {
        padding-left: 100px;
    }
    .hn-slider .slick-prev {
        left: -65px;
    }
    .home-partners__wrap {
        gap: 50px;
    }
    .foot__logo {
        flex: 0 0 20%;
    }
    .foot__menu {
        flex: 0 0 70%;
    }
    .foot-menu__list {
        column-gap: 30px;
    }
    footer {
        background-position: 117% 0;
    }


}
@media (max-width:1099px) {
    .hn-slide__img {
        height: 300px;
    }
}
@media (max-width:991px) {
    .home-top-title {
        border-radius: 0;
    }    
    .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;
    }
    .home-hello {
        padding-left: 0;
        padding-right: 0;
    }
    .home-hello__right {
        border-radius: 0;
        padding-right: 0;
    }
    .home-hello__middle {
        border-radius: 0;
    }
    .home-hello__decor {
        display: none;
    }
    .home-hello__text {
        width: 720px;
        margin: 0 auto;
        padding: 25px 30px;
        border-radius: 0;
        border-bottom: 5px solid #ff2424;
    }
    .text-sign {
        padding-left: 5%;
    }
    .home-right {
        margin-top: 60px;
        flex-direction: column;
        gap: 30px;
    }
    .home-left {
        margin-top: 60px;
        flex-direction: column;
        gap: 30px;
    }
    .home-left .section-text-zone {
        padding-left: 0; 
    }
    .section-header-zone {
        flex: auto;    
    }
    .section-text-zone {
        flex: auto;
    }
    .home-right .section-header-zone {
        order: 1;
    }
    .home-right .section-text-zone {
        order: 2;
    }
    .home-organizers {
        margin-top: 60px;
    }
    .hn-slide__img {
        height: 365px;
    }
    footer {
        background-position: 120% 0;
    }
    .foot-menu__item a:link,
    .foot-menu__item a:visited {
        display: inline-block;
        font-size: 16px;
        line-height: 24px;
        padding-bottom: 10px;
    }
    h1 {
      font-size: 36px;
      line-height: 46px;
      margin: 0 0 40px;
    }

    h2 {
      font-size: 32px;
      line-height: 40px;
      margin: 30px 0 20px;
    }

    h3 {
      font-size: 26px;
      line-height: 34px;
      margin: 20px 0 15px;
    }
}
@media (max-width:890px) {
    .hn-slide__img {
        height: 330px;
    }
    footer {
        background-position: 124% 0;
    }
}


@media (max-width:767px) {    
    .start-page h1 {
        font-size: 24px;
        line-height: 34px;
    }
    .home-top-title {
        position: relative;
        top: -110px;
    }
    .top-btn {
        margin-left: 10px;
    }
    .content-wrapper {
      padding: 30px 10px 100px 10px;
    }
    .catalog .aside {
      padding-bottom: 10px;
      border-bottom: 1px dashed #CCC;

    }
    .home-hello__text {
        width: 540px;
    }
    .home-big-header {
        margin-bottom: 0;
    }
    .home-hello {
        margin-top: -50px;
    }
    input[type="submit"], .link_button {
        height: auto;
        font-size: 20px;
        line-height: 26px;
        padding: 20px 30px;
        border-radius: 0 55px 55px 55px
    }
    .start-page h2 {
        font-size: 36px;
        line-height: 40px;
    }    
    .org-card {
        flex-direction: column;
        gap: 10px;
    }
    .org-card__photo {
        width: 218px;
    } 
    .hn-slide__img {
        height: 280px;
    } 
    footer {  
        background: #D9D9D9; 
    }
    .foot__wrap {
        flex-direction: column;
        align-items: center;
    }
    .foot__logo {
        padding-top: 40px;
        flex: auto;
    }
    .foot__menu {
        padding-top: 40px;
        flex: auto;
    }
    .foot-menu__list {
        padding-left: 0;
    }
    .section-d_news .section-d__list {
        flex-direction: column;
    }
    .element-d_news_item {
        flex: auto;
    }
}
@media (max-width:667px) {
    .hn-slide__img {
        height: 240px;
    } 
    h1 {
      font-size: 28px;
      line-height: 38px;
      margin: 0 0 30px;
    }

    h2 {
      font-size: 26px;
      line-height: 34px;
      margin: 25px 0 15px;
    }

    h3 {
      font-size: 24px;
      line-height: 32px;
      margin: 20px 0 15px;
    }
}
@media (max-width:575px) {
    .home-top-title {
        height: auto;
        padding: 20px 15px;
        top: -72px;
    }
    .start-page h1 {
        font-size: 22px;
        line-height: 32px;
    }
    .top-enter {
        display: none;
    }
    .top-line__menu .menu_enter {
        display: inline;
    }
    .home-hello__text {
        width: 100%;
        padding: 25px 15px;
        font-size: 17px;
    }
    .text-sign {
        padding-left: 0;
    }
    .text-sign span {
        display: block;
        text-align: center;
        padding-bottom: 10px;
    }
    .start-page h2 {
        font-size: 32px;
        line-height: 42px;
    }
    .org-card__fio {
        font-size: 28px;
        line-height: 32px;
    }
    .text-cols {
        column-count: 1;
        column-gap: 0%;
    }
    .hg-slider {
        padding-right: 0;
    }
    .hg-slide__wrap {
        height: auto;
        margin: 0 auto;
    }
    .hn-slider {
        padding-left: 0;
    }
    .hn-slide__img {
        height: auto;
    }
    .hn-odd .hn-slide__img img {
        margin-top: 0;
    }
    .hn-even .hn-slide__img img {
        margin-bottom: 0;
    }
    .hn-slider__item {
        display: flex !important;
        justify-content: center;
    }
    .hn-slide__title {
        height: auto;
        text-align: center;
        padding: 20px 0;
    }
    .hn-slide__date {
        text-align: center;
    }
    .foot-menu__list {
        column-count: 1;
        column-gap: 0%;
        padding-bottom: 40px;
    }
    .foot__menu {
        text-align: center;
    }

}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1140px;
    }
    .content-wrapper.wide {
        padding: 30px;
    }
    .mobile__menu {
       display: none !important;
    }
    .header_menu {
       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-family: Arial, sans-serif;
      font-size: 16px;
      font-weight: 500;
      line-height: 50px;
      color: #AA0000;
      text-transform: none;
      text-decoration: none;
      text-align: left;
      width: auto;
      padding-left: 0;
    }
    .menu__list li a {
     display: block;
     height: 50px;
     font-size: 16px;
     line-height: 50px;
     padding: 0 15px;
     color: #AA0000;
     -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: #FF2424;
    }
    .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: 1380px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1320px;
    }
}
@media (min-width: 1580px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1520px;
    }
}