@import url(/adm/css/fontawesome.css);
body {
  background: #FFF;
  font: normal 20px/26px 'Montserrat', Arial, Helvetica, sans-serif;
  color: #494949;
  height: 100%;
}
.wrapper {
  min-height: 100%;
  margin: 0 auto;
  max-width: 1920px;
}
.container {
  margin: 0 auto;
}

/*--------------------------header---------------------*/
header {
  z-index:20;
  position:relative;
  background: #1A6283;
}
.header__wrap {
    display: flex;
    padding: 0;
    justify-content: center;
}
.header-menu {
    padding-top: 7px;
}
.header-btns {
    padding: 7px 0 0 5px;    
}
.header-menu .lk-link,
.header-menu .reg-link {
    display: none;
}
.top-link {
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    line-height: 57px;
    letter-spacing: 1px;    
    padding: 0 10px;
    margin-left: 20px;
    transition: color .3s ease;
}
.top-link:link,
.top-link:visited {
    color: #FFF;
    text-decoration: none;
}
.top-link:hover,
.top-link:active {
    color: #C3B9C5;
    text-decoration: none;
}
.header-logo {
    padding-top: 10px;
    margin-right: 35px;
}
.bighead {
    height: 712px;
    background: url(/libs/img/big-head-bg.jpg) no-repeat 50% 0;
}
.bighead__wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.bighead__name {
    margin-top: 82px;
    width: 100%;
    max-width: 673px;
    background: #006282;
    color: #FFF;
    font-size: 26px;
    line-height: 33px;
    padding: 10px;
    text-align: center;
    border-radius: 15px;
}
.big-head__title {
    margin-top: 11px;
}
.bighead__info {
    margin-top: 125px;
    display: flex;
    width: 673px;
    gap: 20px;
    justify-content: space-between;
}
.bighead__date {
    flex: 1;
    min-height: 109px;
    background: #DD7D31;
    border-radius: 28px;
    color: #FFF;
    font-size: 33px;
    line-height: 38px;
    font-weight: 700;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.bighead__place {
    flex: 1;
    min-height: 109px;
    background: #006282;
    border-radius: 28px;
    color: #FFF;
    font-size: 20px;
    line-height: 28px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.home-intro {
    text-align: center;
    padding-top: 40px;
}
.home-intro p {
    font-size: 19px;
    line-height: 27px;
}
.home-orgs__wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
    padding-top: 20px;
}
.home-orgs__img {
    display: flex;
    height: 130px;
    justify-content: center;
    align-items: center;
}
.home-orgs__text {
    padding-top: 50px;
    text-align: center;
    font-weight: 500;
}
.home-orgcom {
    padding-top: 30px;
}
.home-orgcom__wrap {
    padding: 0 135px;
}
.home-orgcom__item {
    padding-top: 45px;
    display: flex;
    gap: 30px;
}
.home-orgcom__img {
    flex: 0 0 252px;
    width: 252px;
    height: 252px;
    display: flex;    
    justify-content: center;
    align-items: center;
}
.home-orgcom__img img {
    border-radius: 117px;
}
.home-orgcom__wrap > div:nth-child(3n+1) .home-orgcom__img {
    background: url(/libs/img/orgcom_bg_1.png) no-repeat 50% 50%;
}
.home-orgcom__wrap > div:nth-child(3n+2) .home-orgcom__img {
    background: url(/libs/img/orgcom_bg_2.png) no-repeat 50% 50%;
}
.home-orgcom__wrap > div:nth-child(3n+3) .home-orgcom__img {
    background: url(/libs/img/orgcom_bg_3.png) no-repeat 50% 50%;
}

.home-orgcom__fio {
    font-size: 30px;    
    line-height: 38px;
    color: #006282;
    padding-top: 10px;
}
.home-orgcom__descr {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    padding-top: 10px;
}

.home-about-partners {
    margin-top: 90px;
    padding-top: 15px;
    background: url(/libs/img/bg_decor.png) no-repeat 50% 0;
}

.home-about__wrap {
    font-size: 25px;
    line-height: 40px;
    font-weight: 700;
    color: #1A6283;
    text-align: center;
    padding: 0 115px;
}
.home-sponsor {
    padding-top: 23px;
}
.home-sponsor__img {
    text-align: center;
    padding-top: 80px;
}
.home-partners {
    padding-top: 50px;
}
.home-partners__img {
    text-align: center;
}
.home-topics {
    padding-top: 15px;
}
.home-topics__wrap {
    padding: 0 135px;
    font-size: 25px;
    line-height: 40px;
}

.home-cta__wrap {
    padding: 100px 0 80px;
    text-align: center; 
}
.home-cta__wrap .link_button {
    margin: 20px;   
}
.home-nmo__wrap {
    font-size: 22px;    
    line-height: 30px;    
}

.home-gallery__wrap {
    position: relative;
    margin: 0 120px;
}
.home-gallery__item {
    transition: all 0.5s ease;
    margin: 100px 60px;
    opacity: 0.55;
}
.slick-center {
    transform: scale(1.4, 1.4);
    opacity: 1;
}
.slick-arrow {
    width: 56px;
    height: 56px;
    border-radius: 28px;
    background: transparent;
    border: 1px solid #006282;
    display: flex;
    justify-content: center;
    align-items: center;
}
.slick-arrow:hover,
.slick-arrow:hover img {
    opacity: 0.75;
}
.slick-arrow[aria-disabled="true"] {
    border: 1px solid #D9D9D9;
}
.slick-arrow[aria-disabled="true"] img {
    opacity: 0.25;
    cursor: default;
}
.slick-arrow[aria-disabled="true"]:hover {
    opacity: 1;
    border: 1px solid #D9D9D9;
    cursor: default;
}
.slick-arrow[aria-disabled="true"]:hover img {
    opacity: 0.25;
    cursor: default;
}

.slick-prev {
    position: absolute;
    top: calc(50% - 43px);
    left: -70px;
}
.slick-next {
    position: absolute;
    top: calc(50% - 43px);
    right: -70px;
}
.slick-dots {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 32px;
    height: 32px;
    border-radius: 16px;
    border: 1px solid #FFF;
    margin: 0 15px;
    padding: 0;    
    display: flex;
    justify-content: center;
    align-items: center;
}
.slick-dots .slick-active {
    border: 1px solid #006282;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 8px;
    background: #D9D9D9;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    transition: all ease 0.3s;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
    background: #006282;
}
.home-place {
    padding-top: 48px;
}
.home-place__wrap {
    display: flex;
    padding: 42px 144px 0;
    justify-content: space-between;
    gap: 30px;
}
.home-place__text {
    padding-top: 40px;
    font-size: 20px;
    line-height: 22px;
}
footer {
    margin-top: 95px;
    padding-top: 70px;
    min-height: 418px;
    background: #fbfbfb;
    position: relative;
}
footer h2 {
    margin-top: 0 !important;
    text-align: center;
}
.foot-tech-partner {
    padding-top: 56px;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
}
.foot-contacts {
    display: flex;
    gap: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 45px 115px 0;
    font-size: 20px;
    line-height: 28px;
    color: #494949;
}
.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 {
    color: #494949;
    text-decoration: none;
}

.foot-contacts a:hover,
.foot-contacts a:active {
    color: #DD7D31;
    
}
.foot_decor {
    position: absolute;
    right: 0;
    top: -139px;
}

/*---------------- ЛК -----------------*/
.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;
    line-height: 28px;
}

.wide_logout .link_button {
    width: 100%;
}
.wide-profile-block {
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
}

/*--------------------------menu---------------------*/
.header-menu {
  color: #FFF;
  height: 64px;
}
.menu__list {
   color: #273E7B;
   margin: 0;
   padding: 50px 0 0;
   list-style: none;
   position: fixed;
   top: 0;
   left: 0;
   right: 0;
   height: 100%;
   background: #084864;
   background: rgba(8, 72, 100, 0.97);
   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;
   display: block;
}
.menu__parent {
   max-width: 130px;
   position: relative;
}
.menu__parent.has-child a {
   padding-right:15px;
}
.menu__parent.has-child .fa {
  padding: 0 7px 0 5px;
  margin-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: 25px;
   top: 17px;
   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: 40px;
   border: 1px solid #FFF;
   background: #31b5f5;
   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 {
  padding: 60px 60px 100px 60px;
  min-height: 300px;
}
.content_wrapper.wide {
  padding: 30px 20px;
}
.wide .right_buttons {
  text-align: center;
  padding-bottom: 30px;
}

h1 {
    font-size: 50px;
    line-height: 58px;
    font-weight: 700;
    color: #006282;
    padding: 0;
    margin: 50px 0;
    text-transform: uppercase;
    text-align: center;
}

h2 {
    font-size: 40px;
    line-height: 48px;
    font-weight: 700;
    color: #006282;
    padding: 0;
    margin: 40px 0 20px;
    text-transform: uppercase;
    text-align: center;
}
.homepage h2 {
    font-size: 50px;
    line-height: 58px;
    font-weight: 700;
    color: #006282;
    padding: 0;
    margin: 100px 0 40px;
    text-transform: uppercase;
    text-align: center;
}
h3 {
  color: #DC7B2F;
  font-size: 30px;
  line-height: 38px;
  font-weight: 500;
  padding: 0;
  margin: 20px 0 10px;
  text-transform: none;
}


.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;
}
.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;
}


/*----------------------Media queries--------------------*/
@media (max-width:1599px) {
    .foot_decor {
        right: -100px;
    }
    .foot-contacts {
        gap: 30px;
    }
    .fci-2 img,
    .fci-3 img,
    .fci-4  img {
        margin-right: 15px;
    }
}
@media (max-width:1459px) {
    .header-logo {
        margin-right: 20px;
    }
    .header-menu .menu__list li {      
        letter-spacing: 0px;   
        font-size: 13px;   
    }
    .header-menu .menu__list li a {     
        padding: 0 10px;     
    }
    .top-link {
        letter-spacing: 0px;    
        padding: 0 5px;
        margin-left: 15px;
        transition: color .3s ease;
    }
    .home-orgcom__wrap,
    .home-about__wrap,
    .home-topics__wrap,
    .home-place__wrap {
        padding: 0 60px;
    }
    .home-gallery__item {
        margin: 80px 40px;
    } 
    .foot_decor {
        right: -160px;
    }   

}
@media (max-width:1299px) {
    .header-menu .menu__list li {      
        font-size: 14px;      
        text-transform: none;    
    }
    .header-menu .menu__list li a {     
        padding: 0 7px;     
    }
    .top-link {           
        padding: 0 5px;
        margin-left: 10px;
    }
    .home-orgcom__wrap,
    .home-about__wrap,
    .home-topics__wrap {
        padding: 0px;
    }
    .home-place__wrap {
        padding: 0 40px;
    }
    .foot_decor {
        display: none;
    }
    .foot-contacts {
        padding: 45px 50px 0;
    }


}
@media (max-width:1199px) {
    .header-menu .lk-link,
    .header-menu .reg-link {
        display: block;
    } 
    .header-btns {
        display: none;
    }
    .header-menu .menu__list li {
        text-transform: uppercase;
        font-size: 18px;
        font-weight: 500;
    }    
    .home-gallery__item  {
        opacity: 1;
        margin: 40px;
    }
    .home-gallery__item img {
        margin: 0 auto;
    }    
    .home-place__wrap {
        flex-direction: column;
        padding: 0;
        align-items: center;
    }
    .home-place__text {
        text-align: center;
    }
    .foot-contacts {
        justify-content: center;
        align-items: center;
        gap: 25px 50px;
    }
    

}

@media (max-width:991px) {    
    .home-orgs__item {
        margin-bottom: 40px;
    }    
    .home-orgs__text {
        padding-top: 20px;
    }
    .home-orgcom__fio {
        font-size: 24px;    
        line-height: 32px;
    }    
    .home-topics__wrap,
    .home-about__wrap {
        font-size: 24px;    
        line-height: 32px;
    }
    .home-orgcom__descr {
        font-size: 18px;    
        line-height: 26px;
    }    
    .home-gallery__wrap {
        margin: 0 15px;
    }
    footer {
      height: auto;
      margin: 135px 0 0;
      padding-bottom: 50px;
    }
        
    .fci-1 {
      width: 100%;
      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_guest {
        padding: 0 20px;
    }
    .lk_body {
        padding: 0 20px;    
    }
    .lk_sb_wrap .wide-profile-block {
        display: none;
    }
}
@media (max-width:767px) {
    .bighead__name {
        font-size: 20px;
        line-height: 26px;
    }
    .bighead__info {
        margin-top: 125px;
        width: 100%;
        flex-direction: column;
        gap: 20px;
        justify-content: center;
    }
    .home-orgs__wrap {
        flex-direction: column;
    }
    .home-orgs__img {
        height: auto;
    }
    .home-orgs__item {
        margin-bottom: 20px;
    }
    .home-orgcom__item {
        flex-direction: column;
        align-items: center;
    }
    .home-orgcom__fio {
        text-align: center;
    }
    .home-orgcom__descr {
        text-align: center;
        font-size: 18px;    
        line-height: 26px;
    }
    
    .home-about__wrap {
        font-size: 20px;    
    }
    .home-topics__wrap {
        font-size: 20px;    
        line-height: 28px;
    }
    .home-cta__wrap {
        padding: 50px 0;
    }
    .home-nmo__wrap {
        font-size: 20px;    
        line-height: 28px;    
    }
    .home-gallery__item {
        margin: 0px;
    }
    .foot-contacts {
        justify-content: flex-start;
        width: 250px;
        padding-left: 0;
        padding-right: 0;
        margin: 0 auto;
        font-size: 18px;
    }

    .content_wrapper {
      padding: 30px 10px 100px 10px;
    }
    .catalog .aside {
      padding-bottom: 10px;
      border-bottom: 1px dashed #CCC;

    }
    h1 {
        font-size: 32px;
        line-height: 40px;        
    }

    h2 {
        font-size: 28px;
        line-height: 36px;        
    }
    .homepage h2 {
        font-size: 32px;
        line-height: 40px;  
        margin: 50px 0 30px;
    }
    h3 {
      font-size: 24px;
      line-height: 32px;
    }
    .home-intro p {
        font-size: 18px;
        line-height: 26px;
    }
    input[type="submit"],
    .link_button {
        display: inline-block;
        min-width: 260px; 
        margin: 20px 0;       
    }


}

@media (max-width:575px) {
    .big-head__title {
        margin-top: 20px;
    }
    .bighead__info {
        margin-top: 150px;
    }
    .bighead__date {
        font-size: 24px;
        line-height: 30px;
    }
    .bighead__place {
        font-size: 18px;
        line-height: 24px;
    }


}

@media (min-width: 992px) {
    .content_wrapper {
        padding: 30px 30px 100px 30px;
        overflow: hidden;
    }
    
}

@media (min-width: 1200px) {
    .mobile__menu {
       display: none !important;
    }       
    .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: 14px;
      font-weight: 600;
      line-height: 57px;
      letter-spacing: 1px;
      color: #FFF;
      text-transform: uppercase;
      text-decoration: none;
      text-align: left;
      width: auto;
      padding-left: 0;
    }
    .menu__list li a {
     display: block;
     height: 57px;     
     padding: 0 10px;
     color: #FFF;
     transition: color .35s ease;
    }
    .menu__list li a:hover,
    .menu__list li a:active {
      color: #C3B9C5;
    }
    .menu__child-list {
       position: absolute;
       left: -10px;
       top: 100%;
       border-top: 1px dotted #FFF;
       border-bottom: 1px dotted #FFF;
       padding: 10px;
       background: #1A6283;
       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: #C3B9C5;
    }
    .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: #C3B9C5;
    }
}
@media (min-width: 1300px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1240px;
    }
}


@media (min-width: 1460px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1400px;
    }
}

    
