@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Italic.woff2') format('woff2'),
        url('../fonts/Montserrat-Italic.woff') format('woff'),
        url('../fonts/Montserrat-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Regular.woff2') format('woff2'),
        url('../fonts/Montserrat-Regular.woff') format('woff'),
        url('../fonts/Montserrat-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Bold.woff2') format('woff2'),
        url('../fonts/Montserrat-Bold.woff') format('woff'),
        url('../fonts/Montserrat-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-SemiBold.woff2') format('woff2'),
        url('../fonts/Montserrat-SemiBold.woff') format('woff'),
        url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Medium.woff2') format('woff2'),
        url('../fonts/Montserrat-Medium.woff') format('woff'),
        url('../fonts/Montserrat-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}


body {
  background: #FFF;
  font: normal 14px/21px 'Montserrat', Helvetica, Arial, sans-serif;
  color: #666;
  font-weight: 500;
  height: 100%;
}
.wrapper {
  min-height:100%;
  margin:0 auto;
}

img {
  max-width: 100%;
  height: auto;
}
a, img {
  outline:none;
}
a:focus {
  outline:none;
}
a {
  color:#F93F75;
  text-decoration:none;
}
a:hover {
  text-decoration:none;
}
.button {
    display: inline-block;
    min-width: 150px;
    height: 50px;
    line-height: 50px;
    border: none;
    cursor: pointer;
    text-align: center;
    color: #fff;
    font-size: 16px;
    background: #273E7B;
    text-transform: uppercase;
    padding: 0 20px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.button:hover {
    background: #4467c4;
}
.button span {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    line-height: 1.125rem;
}


.content_wrapper .account p {
  margin-bottom: 5px;
}
.chosen-container-single .chosen-single {
    border-radius: 0px;
    background: #FFF;
}
form input {
  margin-bottom: 5px;
}
input[type="text"],
input[type="email"],
input[type="password"] {
  width: 300px;
  padding: 2px 4px;
}
input[type="checkbox"] {
    vertical-align: middle;
  margin-right: 7px;
}
.registration_form .infoform,
.usersettings_form  .infoform {
    font-size: 0.8rem;
    margin: -5px 0 5px 0;
    font-weight: normal;
    font-style: italic;
}
.warning_wrap {
    color: #FF0000;
}
.chosen-container {
    margin-bottom: 5px;
}
.block.captcha input[type="text"] {
    width: 122px;
}
textarea {
  width: 300px;
  padding: 2px 4px;
  height: 60px;
}
.wide_login input {
  margin-bottom: 10px;
}
.captcha {
    margin-top: 10px;
}
.captcha input {
  width: auto;
}
.login input[type="checkbox"] {
  margin: 5px 0;
}
.scroll_table {
    overflow-x: scroll;
    margin-bottom: 20px;
}
.scroll_table table {
    margin: 0;
}

/* helpers */
.clear {
  clear:both;
}
.clearleft {
    clear: left;
}
.text_right {
    text-align: right;
}
.text_center {
    text-align: center;
}
.block_center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pt10 {
  padding-top: 10px!important;  
}
.pt20 {
  padding-top: 20px!important;  
}
.pt30 {
  padding-top: 30px!important;  
}
.pb10 {
  padding-bottom: 10px!important;
}
.pb20 {
  padding-bottom: 20px!important;
}
.pb30 {
  padding-bottom: 30px!important;  
}
.mt10 {
  margin-top: 10px!important;  
}
.mt20 {
  margin-top: 20px!important;  
}
.mt30 {
  margin-top: 30px!important;  
}
.mt50 {
  margin-top: 50px!important;  
}
.mt100 {
  margin-top: 100px!important;  
}
.mb10 {
  margin-bottom: 10px!important;
}
.mb20 {
  margin-bottom: 20px!important;
}
.mb30 {
  margin-bottom: 30px!important;
}
.mb50 {
  margin-bottom: 50px!important;
}
.mb100 {
  margin-bottom: 100px!important;
}


input[type="submit"],
.link_button {
    display: inline-block;
    min-width: 150px;
    height: 50px;
    border: 0;
    margin: 20px 20px 20px 0;
    cursor: pointer;
    line-height: 50px;
    text-align: center;
    color: #fff;
    background: #990000;
    text-transform: uppercase;
    padding: 0 20px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
input[type="submit"]:hover,
.link_button:hover {
    opacity: 0.85;
}
a.link_button:link, a.link_button:visited {
    text-decoration: none;
    color: #FFF;
}
a.link_button:hover, a.link_button:active {
    text-decoration: none;
    color: #FFF;
}

.top_btns {
    display: flex;
    gap: 10px;
}
.top_btn {
    flex: 1;
}
.top_btns .top_btn:nth-child(1) {
    text-align: right;
}
.top_btns .top_btn:nth-child(2) {
    text-align: center;
}
.top_btns .top_btn:nth-child(3) {
    text-align: left;
}
.top_btns a {    
    position: relative;
    display: inline-block;
    text-align: center;
    min-width: 150px;
    font-size: 12px;
    line-height: 28px;    
    height: 28px;
    padding: 0 10px;
    border-radius: 52px;
}
.top_btns a i {
    position: absolute;
    top: 2px;
    margin: 0;
    opacity: 0;
    font-size: 19px;
    line-height: 24px;
    transition: all 300ms ease 0ms;
}
.top_btns a:hover i {
    opacity: 1;
    margin-left: 8px;
}
.reg_btn {    
    background-color: #FF3E2E;
    color: #FFF;
}
.lk_btn {    
    background-color: #BA1800;
    color: #FFF;
}
.pro_btn {    
    background-color: #FFFFFF;
    color: #990000;
}

a.lk_btn:link, a.lk_btn:visited,
a.reg_btn:link, a.reg_btn:visited {
    color: #FFFFFF;
    text-decoration: none;    
}
a.lk_btn:hover, a.lk_btn:active,
a.reg_btn:hover, a.reg_btn:active {
    color: #FFFFFF;
    text-decoration: none; 
    opacity: 1;
}
a.pro_btn:link, a.pro_btn:visited {
    color: #9D0C0C;    
    text-decoration: none;        
}
a.pro_btn:hover, a.pro_btn:active {
    color: #9D0C0C;    
    text-decoration: none; 
    opacity: 1;     
}

.error_message, .error {
    position: static;
}


.sidebar_wrapper {
  padding: 40px 0;
}
.sidebar_wrapper .link_button {
  min-width: 230px;
  margin: 10px 10px 10px 0;
  text-align: left;
  padding-left: 20px;
  letter-spacing: 0.5px;
}
.link_button i.fa {
  margin-right: 10px;
}





/*--------------------------header---------------------*/
header {
  z-index: 30;
  position: relative;
}

.top_line {    
    background: #990000;
    padding: 20px 0 20px 450px;
} 
.header_menu {
    position: sticky;
    top: 0;
    height: 74px;
    background: #E6E7E8;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
    padding: 12px 0;    
    z-index: 99;    
}

.menu_logos {
    float: left;   
    padding-top: 5px; 
}
.menu_wrap {
    float: right;
    text-align: right;
}

.conf_head {
    height: auto;    
    position: relative;   
    text-align: center; 
}
.confhead_wrap {
  display: flex;
  background: #FFF;
 }
.confhead_wrap > div {
  flex: 1;
}
.hello_section {
  border-radius: 0 0 200px 0;
  background-color: #E6E7E8;
  padding: 80px 0;
}
.hello__wrap {
  display: flex;
  gap: 5%;
  
}
.hello__img {
  flex: 0 0 27%;
}
.hello__text {
  flex: 0 0 78%;
}
.hello__text h2 {
  padding-top: 10px;
}
h2 .fa {
    margin-right: 10px;    
}
.orgs_section {
  padding: 54px 0 79px;
}
.orgs_section h3 {
  margin: 20px 0;
}
.orgs_wrap {
  display: flex;
  flex-wrap: wrap;  
}
.orgs_item {
  width: 25%;
} 

footer {
  background: #e6e7e8;
  border-radius: 0 200px 0 0;
}
.foot_top {
  padding: 40px 0;
  display: flex;
}
.foot_item {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 27px 0;
  align-items: center;
}
.foot_item .fa {
  margin: 0;
}
.foot_item__img {
  margin-bottom: 30px;
}

.foot_item__img span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;  
  border-radius: 35px;
  font-size: 22px;
  line-height: 1em;
}
.phone_pict {
  background-color: #FF3E2E;
  color: #FFF;  
}
.mail_pict {
  background-color: #BA1800;
  color: #FFF;  
}
.tech_pict {
  background-color: #FFFFFF;
  color: #E6E7E8;  
}
.foot_item__text {
  font-size: 16px;
  line-height: 21px;
  text-align: center;
}

.foot_bot {
  display: flex;
  justify-content: space-between;
  padding-bottom: 45px;
}
.foot_bot__right a:link,
.foot_bot__right a:visited {
  display: inline-block;  
  color: #666666; 
  font-size: 16px;
  margin-left: 12px;
}
.soc_tlg {
  /*transform: rotate(45deg);*/
}


/*--------------------------menu---------------------*/

.menu__list {
   display: none;
   color: #666;
   margin: 0;
   padding: 5%;
   list-style: none;
   position: absolute;
   left: 0;
   top: 41px;
   background: #fff;
   width: 100%;  
   z-index: 9999;
   border-top: 3px solid #2ea3f2;
   box-shadow: 0 2px 5px rgba(0,0,0,.1);
   text-align: left;
   max-height: 80vh;
   overflow-y: scroll;
   border-color: #E6E7E8;
}

.menu__list li {
   width: 100%;
   max-width: 100%;
   padding-left: 30px;
   font-size: 22px;
   line-height: 36px;   
   color: #fff;
   text-transform: uppercase;
   text-decoration: none;
   vertical-align: top;
}
.menu__list a {
   font-weight: 600;
   line-height: 0.9em;
   font-size: 16px;
   color: #BA1800;
   text-decoration: none;
   display: inline-block;
   margin-bottom: 5px;
}
.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 {

}
.menu__parent a:hover {
   
}
.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: absolute;
   right: 0;
   top: 10px;
   z-index: 999;
   width: 24px;
   display: inline-block;
   line-height: 5px;
}
.mobile__menu.active {
   z-index: 9999;
}
.mobile__menu span {
   display: inline-block;
   height: 4px;
   width: 25px;
   background: #BA1800;
   margin-bottom: 4px;
}

.menu__list .reg_link,
.menu__list .lk_link {
    display: none;
}


/*----------------------------section--------------*/
section {
  clear:both;
  overflow:hidden;
}
.content_wrapper {
  padding: 60px 60px 100px 60px;
  min-height: 300px;
}
.content_wrapper.wide {
  padding: 30px 20px;
}
.right_buttons {
    text-align: center;
}
.wide .right_buttons {
  text-align: center;
  padding-bottom: 30px;
}
h1 {
  font: normal 28px/1.2em Arial, Helvetica, sans-serif;
  color: #8E031E;
  position: relative;
  padding: 0 0 30px 0;
  margin: 0;
  text-transform: uppercase;
}

h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 1.4em;
  padding: 20px 0 15px 0;
  margin: 0px;
  text-transform: none;
  color: #333;
}
h3 {
  font-weight: 500;
  font-size: 30px;
  line-height: 1.4em;
  padding: 15px 0 10px 0;
  margin: 0px;
  text-transform: none;
  color: #333;
}

.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: 430px;
    display: table;
    position: relative;
}
.captcha-image {
    display: inline-block;
    float: left;
    margin-right: 20px;
}
.block.captcha .input-title {
    margin-top: 0;
}
.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 20px 12px;
  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;
}

/*-----------------Фотогалерея------------------------*/

.photo_list .photo_cat_img {
    display: none;
}
.photo_item .photo_image {
    margin: 0;
}
.photo_list .photo_item {
  width: 350px;
  max-width: 100%;
  display: inline-block;
  margin: 0 20px 20px 0;
  padding: 0;
}
.photo_list .photo_images {
    text-align: center;
}

.photo_cat .photo_cat_link {   
    text-transform: none;    
}

.paginator {
  font-size: 20px;
  text-align: center;
  margin: 20px 0;
  font-weight: bold;
}
.paginator > span, 
.paginator > a {
  padding: 0 10px;
}





/*----------MEDIA QUERIES--------------*/

@media (max-width:1199px) {

    

}
@media (max-width:991px) {  
  .section.container {
      padding: 10px 30px;
  }
  .top_line {    
    padding-left: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right 0px bottom 0px;
    background-blend-mode: normal;
    background-image: url(/libs/img/k26_top-decor.svg);    
  }
  .top_btns {
    flex-direction: column;
    align-items: flex-start;
    gap: 13px;
    margin-left: -25px;
  }
  .header_menu {    
    height: 41px;
    padding: 0;
  }
  .header_menu .container {
    position: relative;
  }
  .menu_logos {
    padding-top: 0;
  }
  .confhead_wrap {
    flex-direction: column;
  }
  .hello_section {
    border-radius: 0 0 150px 0;
  }
  .hello__wrap {
    flex-direction: column;
    gap: 30px;
  }
  .hello__img {
    text-align: center;
  }
  .orgs_item {
    width: 50%;
  }
  footer {
    border-radius: 150px 0 0 0;
  }
  .foot_top {
    flex-direction: column;
    gap: 30px;
  }
  .foot_item {
    padding: 0;
  }
  .foot_bot {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }
  

}
@media (max-width:767px) { 
  .hello_section {
    border-radius: 0 0 100px 0;
  }
  footer {
    border-radius: 0 0 0 0;
  }
  .mobile__menu {
    right: 15px;
  }
  .top_btns {
    margin-left: 0;
  }

}

@media (max-width:475px) { 
  .orgs_item {
    width: 100%;
  }

}

@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 {
       clear: both;
       text-align: center;
    }
    .menu__list {
       background: transparent;
       margin: 0;
       padding: 0;
       top: 0;
       height: 54px;
       display: block;
       position: relative;
       z-index: 9;
       overflow: visible;
       border-top: none;
       box-shadow: none;
    }
    .menu__list .fa {
        margin-right: 0;
    }
    .menu__list:after {
       width: 100%;
       height: 0px;
       visibility: hidden;
       overflow: hidden;
       content: "";
       display: inline-block;
    }
    .menu__list li {
      display: inline-block;
      color: #BA1800;   
      text-transform: none;
      text-decoration: none;
      text-align: left;
      width: auto;
      padding-left: 0;
    }
    .menu__list li a {
     display: inline-block;
     height: 54px;
     font-size: 13px;
     font-weight: 600;
     line-height: 54px;
     padding: 0 10px;
     color: #BA1800;
     -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: #E7242F;
      text-decoration: none;
    }
    .menu__child-list {
       position: absolute;
       left: -20px;
       top: 100%;       
       border: 1px solid #E6E7E8;
       padding: 10px;
       background: #FFFFFF;
       display: none;
       z-index: 99;
       width: 225px;
       transition: all .4s ease-in-out;
    }
    .menu__child-list li {
       margin: 0;
       padding: 0 10px;
       line-height: 35px;
       text-transform: none;
    }
    .menu__child-list li a:link,
    .menu__child-list li a:visited {
      display: block;
      height: auto;
      line-height: 1.3em;
      padding-top: 5px;
      padding-bottom: 5px;
      margin: 0;
      transition: all .4s ease-in-out;
    }
    .menu__child-list li a:hover,
    .menu__child-list li a:active {
      background-color: rgba(0, 0, 0, .03);
      opacity: .7;
    }
    .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: #E7242F;
    }
    .ul_lang {
      padding-right: 20px;
    }
    
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1100px;
    }
}
    

