@import url(/adm/css/fontawesome.css);
body {
  background: #FFFFFF;
  font: normal 16px/22px 'Roboto', Arial, Helvetica, sans-serif;
  color: #1B365D;
}
.wrapper {
  min-height: 100%;
  margin: 0 auto;
  max-width: 1920px;
}
.container {
  margin: 0 auto;
}

/*--------------------------header---------------------*/
header {
  z-index:20;
  position:relative;
}
.inner-header {
    padding-bottom: 22px;
}
.inner-page .wrapper {
    background: #fff url(/libs/img/decor_inner_bg.jpg) 50% 0 no-repeat;
}
.h1-wrap {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    margin-left: -15px;
    margin-right: -15px;
}
.h1-wrap__left {
    flex: 2;
    max-width: 365px;
    height: 50px;
    background: transparent url(/libs/img/decor_inner_top.png) 100% 60% no-repeat;
}
.h1-wrap__right {
    flex: 2;
    max-width: 365px;
}
.h1-wrap__middle {
    flex: 1;
    white-space: nowrap;
}
.bot-line {
    margin-bottom: 45px;
}
.bot-line__left {
    width: 200px;
}
.bot-line__right {
    height: 32px;
    width: 940px;
    background: transparent url(/libs/img/decor_inner_bot.png) 100% 0 no-repeat;
}

.header-top {
    min-height: 171px;
    background: #FFF url(/libs/img/decor_f01.jpg) 50% 0 no-repeat;
}
.top-line {
    display: flex;
    justify-content: space-between;
    padding-left: 0;
    padding-right: 0;
}
.top-logo {
    padding-top: 22px;
}
.top-menu {
    padding-top: 13px;
}
.top-btns {
    padding-top: 21px;
    display: flex;
    gap: 11px;
}
.top-btn {
    display: inline-block;
    width: 143px;
    height: 32px;
    font-size: 14px;
    line-height: 32px;
    background: #1B365D;
    border-radius: 12px;
    text-align: center;
    transition: background ease 0.3s;
}
.top-btn:link,
.top-btn:visited {
    color: #FFF;
    text-decoration: none;
}
.top-btn:hover,
.top-btn:active {
    color: #FFF;
    text-decoration: none;
    background: #6A89BE;
}

.title-line-1 {
    font-size: 26px;
    font-weight: 500;
    line-height: 36px;
    color: #6c8bbf;
    text-align: center;
    padding-top: 30px;
}

.header-mid {
    position: relative;
    min-height: 153px;
}
.header-mid .bg-block {
    position: absolute;
    width: 100%;
    height: 153px;
    top: 0;
    left: 0;
    background: transparent url(/libs/img/decor_f02.png) 50% 0 no-repeat;
    pointer-events: none;
}
.title-line-2 {
    padding-left: 0;
    padding-right: 0;
    display: flex;
    gap: 2%;
}
.date-zone {
    width: 32%;
    height: 130px;
    border-radius: 22px;        
    background: #6A89BE;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 33px;
    font-weight: bold;
    line-height: 39px;
    letter-spacing: 0.65px;

}
.logo-zone {
    width: 66%;
}

.header-bot {
    min-height: 546px;
    background: #FFF url(/libs/img/decor_f03.jpg) 50% 0 no-repeat;
}
.title-line-3 {
    margin: 16px -15px 0;    
    font-size: 18px;
    letter-spacing: 0.36px;
    font-weight: 500;
    line-height: 26px;
    height: 58px;
    border-radius: 20px;
    background: #6A89BE;
    color: #FFF;
    text-align: center;
    padding: 16px 20px;
}
.orgs-line {
    margin-top: 45px;
    padding-left: 0;
    padding-right: 0;
    display: grid;
    grid-template-columns: repeat(6, 1fr);    
    gap: 20px;
}
.orgs5 {
    grid-column: span 2;
    grid-row: span 2;
}
.orgs6 {
    grid-column: span 2;
}
.orgs7 {
    grid-column: span 2;
}
.org-card {
    border-radius: 20px;
    padding: 5px;
    height: 143px;
    background: #E7E8E9;    
    color: #1C68C2;    
}
.org-card__img {
    width: 100%;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.org-card__title {
    width: 100%;
    height: 43px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    text-align: center;
}
.supports-zone {
    height: 269px;
    border-radius: 20px;
    background: #E7E8E9;    
    color: #1C68C2; 
    padding: 10px 20px;
}
.supports__descr {
    font-size: 15px;
    line-height: 19px;
    color: #1B365D;
    text-align: center;    
}
.supports__wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 10px;
    gap: 20px 40px;
}
.support-card__img {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    min-height: 50px;
}
.support-card__img img {
    height: auto;
}
.support-card__title {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    text-align: center;
    padding-top: 5px;
}
.cta_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: #1B365D;
    border-radius: 22px;
    text-align: center;
    transition: background ease 0.3s;
    font-size: 22px;
    line-height: 28px;
}
.cta_btn:link,
.cta_btn:visited {
    color: #FFF;
    text-decoration: none;    
}
.cta_btn:hover,
.cta_btn:active {
    color: #FFF;
    text-decoration: none;    
    background: #6A89BE;
}
.start-hello {
    position: relative;
    min-height: 408px;
    margin-bottom: 60px;
}
.start-hello .bg-block {
    position: absolute;
    width: 100%;
    height: 408px;
    top: 0;
    left: 0;
    background: transparent url(/libs/img/decor_f04.png) 50% 0 no-repeat;
    pointer-events: none;
}
.start-hello__wrap {
    padding-left: 0;
    padding-right: 0;
    display: flex;
    gap: 20px;
}
.start-hello__text {
    background: #E7E8E9;
    border-radius: 33px;
    flex: 1;
    padding: 25px;
    font-size: 18px;
    line-height: 24px;
}
.start-hello__text h3 {
    text-align: center;
    margin-bottom: 35px;
}
.start-hello__person {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: flex-end;
}
.start-hello__about {
    background: #6A89BE;
    border-radius: 33px;
    padding: 25px;
    color: #FFF;
}
.start-hello__fio {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px;
}
footer {
    min-height: 216px;
    background: #1B365D;
    border-radius: 44px;
    color: #FFF;
}
footer a:link,
footer a:visited {
    color: #FFF;
}
footer a:hover,
footer a:active {
    color: #FFF;
    text-decoration: underline;
}
footer h2 {
    font-size: 33px;
    line-height: 39px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    margin: 0;
    padding: 40px 0 15px;
}
.tech_partner {
    color: #a2acbd;  
    margin-bottom: 25px;  
}
.foot-line {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 65px;
}
.it2,
.it3 {
    display: flex;
    gap: 15px;
    align-items: center;
}

.top-reg-link {
    display: none !important;
}

.reg_param {
    display: inline-block;
    width: 530px;
    vertical-align: top;    
    margin: 0 10px 15px;
}
.reg_param.hidden {
    display: none;
}
.reg_param .infofield {
    margin-bottom: 5px;
}
.agree_wrap {
    text-align: center;
}
.reg_submit {
    text-align: center;
}
.registration_form .required_field {
    text-align: center;
}
.reg_submit input[type="submit"] {
    width: 360px;
    height: 70px;
    line-height: 70px;
    font-size: 22px;
    font-weight: 500;
    margin: 20px 0;
    border-radius: 22px;
}
.login-reg-links {
    padding: 30px 0;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
}
.login-reg-links a:link,
.login-reg-links a:visited {
    padding: 0 25px;
}
.login-reg-links a:hover,
.login-reg-links a:active {
}
.login-reg-links a:first-child {
    border-right: 1px solid #D9D9D9;
}
.login-site-logo,
.not_my_comp {
    text-align: center;
}

.login-reg-submit {
    text-align: center;
    padding-top: 30px;
}
.login-reg-submit input {
    margin-right: 0;
} 
/*---------------- ЛК -----------------*/


.login input[type="submit"] {
    min-width: 360px;
}
.inner_text {
    margin: 50px 0;
}
.h1_wrap {
    padding-left: 20px;

}
.lk_sidebar {
    padding: 0 20px 0 30px;    
    font-size: 16px;  
}
.reminding_form {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
}

.lk_guest {
    padding: 40px;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #ABC0E4;
    border-radius: 44px;
}
.login input[type="password"] {
    margin-top: 10px;
    margin-bottom: 10px;
}
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%;
   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 {
   
}
.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: 25px;
   top: 17px;
   z-index: 9999;
   width: 35px;
   display: inline-block;
   line-height: 5px;
}
.mobile__menu.is-active {
   z-index: 9999;
}
.mobile__menu span {
   display: inline-block;
   height: 6px;
   width: 40px;
   border: 1px solid #FFF;
   background: #3F75B6;
   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%; /* чтобы верстка не складывалась по ширине */
}

/*----------------------------section--------------*/
section {
  clear:both;
  overflow:hidden;
}
.content_wrapper {
    margin: 0 -15px 15px;
    padding: 15px;
    min-height: 500px;
    background-color: #FFF;
}
.content_wrapper.blue_bg {
    background-color: #ABC0E4;    
    border-radius: 44px;
    padding: 50px 15px 35px;
}
.lk_wrap {
    background-color: #FFF;
}

h1 {
    font-size: 44px;
    font-weight: bold;
    line-height: 50px;
    letter-spacing: 2.2px;
    position: relative;
    padding: 0;
    margin: 0 0 50px;
    text-transform: uppercase;
    text-align: center;
}
h2 {
    font-size: 36px;
    font-weight: bold;
    line-height: 42px;
    letter-spacing: 1.5px;
    position: relative;
    padding: 0;
    margin: 30px 0 20px;
    text-transform: uppercase;
}
h3 {
    font-size: 28px;
    font-weight: bold;
    line-height: 34px;
    letter-spacing: 1px;
    position: relative;
    padding: 0;
    margin: 20px 0 15px;
}

.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: 530px;
    display: table;
    position: relative;
    margin-left: 10px;
}
.captcha-image {
    display: inline-block;
    float: left;
    margin-right: 10px;
}
.block.captcha .input-title {
    margin-top: 0;
    font-size: 13px;
}
.block.captcha input[type="text"] {
    width: 360px;
}
.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;
}



/*---------------Media Queries----------------*/
@media (min-width: 992px) {
    .content_wrapper {        
        overflow: hidden;
    }    
    .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-size: 16px;
      line-height: 50px;
      color: #A3A2A2;
      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 7px;
     color: #A3A2A2;
     -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: #6A89BE;
    }
    .menu__child-list {
       position: absolute;
       left: -10px;
       top: 100%;
       border-top: 1px dotted #FFF;
       border-radius: 0 0 20px 20px;
       padding: 10px;
       background: #6A89BE;
       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: #1B365D;
    }
    .menu__parent.has-child {
      /*padding-right:17px;*/
    }
    .menu__parent.has-child:hover .menu__child-list {
       display: block;
    }
    .menu__parent.has-child > a {
      background: transparent;
      
    }
    .menu__parent.has-child:hover > a {
      color: #6A89BE;
    }
    .ul_lang {
      padding-right: 20px;
    }
}


@media (max-width:1199px) {
    .top-line {
        flex-wrap: wrap;
    }
    .top-logo {
        order: 1;
        flex: 0 0 50%;
    }
    .top-btns {
        order: 2;
        flex: 0 0 50%;
        justify-content: flex-end;
    }
    .top-menu {
        order: 3;
        width: 100%;
        text-align: center;
    }
    .title-line-1 {
        padding-top: 10px;
        padding-bottom: 30px;
    }
    .date-zone {
        height: 110px;
    }
    .title-line-3 {
        margin-top: 0;
        line-height: 24px;
        height: auto;        
    }
    .supports-zone {
        height: auto;
    }
    .supports__wrap {
        gap: 10px 20px;
    }
    .support-card {
        flex: 0 0 40%;
    }
    .scard3 {
        flex: 0 0 100%;
    }
    .bot-line__left {
        flex: 0 0 17.5%;
    }
    .bot-line__right {
        flex: 0 0 82.5%;
    }
    .reg_param {
        width: 440px;
    }
    input[type="text"],
    input[type="email"],
    input[type="password"],
    select  {
      width: 440px;
    }
    textarea {
      width: 440px;
    }
    .chosen-container-single .chosen-single {
        width: 440px;
    }
    .block.captcha input[type="text"] {
        width: 270px;
    }


}
@media (max-width:991px) {
    .h1-wrap__middle {
        white-space: wrap;
    }
    .top-btns {
        display: none;
    }
    .top-reg-link {
        display: block !important;
    }
    .menu__list li {
        text-align: left;
    }

    .date-zone {
        height: 82px;
        text-align: center;
        font-size: 30px;
        line-height: 34px;
        padding: 10px 20px;
    }
    .orgs-line {
        grid-template-columns: repeat(4, 1fr);    
        gap: 20px;
    }
    .orgs5 {
        grid-column: span 4;
        grid-row: span 1;
    }
    .orgs6 {
        grid-column: span 1;
    }
    .orgs7 {
        grid-column: span 2;
    }
    .support-card {
        flex: auto;
    }
    .cta_btn {
        height: 70px;
        margin-bottom: 60px;
    }
    .start-hello__wrap {
        flex-direction: column;
    }
    .start-hello__img {
        text-align: center;
    }

    .section.container {
        padding: 10px 30px;
    }
    .right_buttons {
      text-align: center;
      padding-bottom: 30px;
    }
    .h1_wrap {
        padding-left: 5px;
    }
    .lk_sidebar {
        padding: 0 20px;            
    }
    .lk_body {
        padding: 0 20px;    
    }
    .lk_sb_wrap .wide-profile-block {
        display: none;
    }
    .reg_param {
        padding-left: calc(100% / 2 - 230px);
    }
    .block.captcha {
        margin-left: calc(100% / 2 - 220px);
    }
}
@media (max-width:767px) {
    .h1-wrap__left {
        background-position: 100% 30%;
    }
    .title-line-1 {
        font-size: 24px;
        line-height: 30px;
        padding: 20px 0;
    }
    .title-line-2 {
        flex-direction: column;
    }
    .date-zone {
        width: 100%;
    }
    .logo-zone {
        width: 100%;
        margin: 30px 0;
    }
    .orgs-line {
        grid-template-columns: repeat(2, 1fr);    
        gap: 20px;        
    }
    .orgs5 {
        grid-column: span 2;
    }
    .orgs6 {
        grid-column: span 2;
    }
    .orgs7 {
        grid-column: span 2;
    }
    .foot-line {
        flex-direction: column;
        gap: 20px;
        padding-bottom: 40px;
    }
    h1 {
        font-size: 36px;
        line-height: 42px;
        letter-spacing: 1.5px;
        margin: 0 0 50px;
    }
    h2 {
        font-size: 28px;
        line-height: 34px;
        letter-spacing: 1px;
        margin: 30px 0 20px;
    }
    h3 {
        font-size: 24px;
        line-height: 30px;
        letter-spacing: 0.1px;
        margin: 20px 0 15px;
    }
    .content_wrapper {
      padding: 15px 10px;
    }
    .catalog .aside {
      padding-bottom: 10px;
      border-bottom: 1px dashed #CCC;
    }
    .bot-line__left {
        display: none;
    }
    .bot-line__right {
        flex: 0 0 100%;
    }
    .login input[type="submit"] {
        min-width: 200px;
    }

}

@media (max-width:575px) {
    .wrapper {
        padding: 0 15px;
    }
    .h1-wrap__left,
    .h1-wrap__right {
        display: none;
    }    
    .orgs-line {
        grid-template-columns: repeat(1, 1fr);    
        gap: 20px;        
    }
    .orgs5 {
        grid-column: span 1;
    }
    .orgs6 {
        grid-column: span 1;
    }
    .orgs7 {
        grid-column: span 1;
    }
    .org-card {
        height: auto;
    }
    .org-card__img {
        height: auto;
        padding: 10px 0;
    }
    .org-card__title {
        height: auto;
        padding: 0 10px 10px;
    }
    .supports__wrap {
        gap: 20px;
    }
    h1 {
        font-size: 28px;
        line-height: 34px;
        letter-spacing: 1px;
        margin: 0 0 30px;
    }
    h2 {
        font-size: 24px;
        line-height: 30px;
        letter-spacing: 0.5px;
        margin: 20px 0 15px;
    }
    h3 {
        font-size: 20px;
        line-height: 26px;
        letter-spacing: normal;
        margin: 15px 0 10px;
    }
    input[type="text"],
    input[type="email"],
    input[type="password"],
    select  {
      width: 300px;
    }
    textarea {
      width: 300px;
    }
    .chosen-container-single .chosen-single {
        width: 300px;
    }
    .reg_param {
        width: 300px;
        margin-left: 0;
        margin-right: 0;
        padding-left: calc(100% / 2 - 160px);
    }
    .block.captcha  {
        width: 300px;
        margin-left: calc(100% / 2 - 150px);
    }
    .block.captcha input[type="text"] {
        width: 100%;
        margin-top: 10px;
    }
    .block.captcha .input-title {
        padding-top: 20px;
    }
    .reg_submit input[type="submit"] {
        width: 300px;
        font-size: 20px;
    }
    .lk_guest {
        padding: 30px 15px;
    }
    .login-reg-links a {
        display: block;        
    }
    .login-reg-links a:first-child {
        border-right: none;
        margin-bottom: 20px;
    }
    .login_fields {
        text-align: center;
    }

}