@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat.ttf');
}
  body{
    font-family: 'Montserrat';
    font-size: 1.5rem;
    font-weight: 400;
    text-align: left;
  }

main > .container {
    /* padding: 2px 15px 20px; */
}

/* .footer {
    /* background-color: #f5f5f5;
    font-size: .9em;
    height: 60px;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
} */

.not-set {
    color: #c55;
    font-style: italic;
}
header > .container > div.col-6,
footer> .container > div.col-4{
  height: 100%;
  margin: auto;
  padding: auto;
  background: #346FC8;
}
header > .container,
footer > .container{
  /* width: 1440px; */
  padding-left: 1rem;
  background: #346FC8;
}
header, footer{background: #346FC8;}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    content: '';
    left: 3px;
    display: inline-block;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    margin: 4px 4px 2px 4px;
    background: transparent;
}

a.asc:after {
    border-bottom: solid 7px #212529;
    border-top-width: 0;
}

a.desc:after {
    border-top: solid 7px #212529;
    border-bottom-width: 0;
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    /* padding-top: 7px; */
    color: rgba(255, 255, 255, 0.5);
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        /* padding: 10px 0; */
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.75);
}

.nav > li > form > button.logout:focus {
    outline: none;
}

/* .jumbotron .text-center*/ .bg-transparent { 
    border-radius: 0;
    background-image: url("../img/bass_header.jpg");
    background-size: cover;
    opacity: 0.5;
    z-index: 0;
}
h1.display-4{
    font-family: sans-serif OpenSans !important;
    font-size: calc(16px + 26 * (100vw/1200));
    font-weight: bold;
    color: white;
 }
div.description{
  width: 650px;
}
 .podproect_description > .description > h2{
    margin: 0 20px;
    padding: 10px 0;
    border-bottom: 1px solid #B3B3B3;
    line-height: 19.5px;
}
.podproect_description > .description > h2 > a{
  text-decoration: none;
  font-family: 'Montserrat';
  font-weight: 600;
  font-size: 16px;
  color: #346FC8;
}

.podproect_description > .description > p{
  font-family: 'Montserrat';
  font-weight: 400;
  font-size: 14px;
  line-height: 17.07px;
  margin: 0 20px;
  padding: 10px 0;

}

.col-podproect > p:hover,
.col-podproect > p:focus{
    color: #1c69a4;
    text-decoration: none !important;
}
.podproekt {
    position: relative;
    width: calc(270px + 40 * (100vw/1920));
    /* height: calc(270px + 1 * (100vw/1920)); */
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border: 1px solid #B3B3B3;
    border-top: none;
    width: 90%;
}
.col-podproect {
    width: 100%;
    margin: 40px 0;
}
.col-podproect:last-child{
    margin-right: 0;
}
.col-podproect:first-child{
    margin-left: 15px;
}
.podproect_description{
  display: flex;
  flex-direction: row;
  /* flex-wrap:wrap; */
  /* flex-grow: 3; */
  justify-items: stretch;
  justify-content: space-between;
}
.podproect_info{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background-color: #B3B3B3;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  color: #fff;
  font-family: 'Montserrat';
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  padding: 10px 20px;
}
.podproect_info > div > p{
  margin: 0;
  padding-bottom: 5px;
}
body, .body-content {
    /* background-color: #f6f6f6 !important; */
    background-color: #fff !important;
}
div.row.text-center{
    margin-top: 20px;
}
.desctext__header {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    padding: 0 0 10px;
    margin: 25px 0 25px;
    border-width: 0;
    font-size: calc(18px + 6 * (100vw/720));
    font-weight: 700;
    color: #1c69a4;
    border-bottom: 1px solid #1c69a4;
    width: 100%;
    text-align: left;
    background: none;
    outline: none !important;
}
.desctext__info{
    font-family: sans-serif OpenSans !important;
    font-size: calc(12px + 4 * (100vw/1920));
    text-align: justify;
    line-height: 30px;
    color: #212529;
}
h4{
    margin-top: 18px;
    font-family: sans-serif OpenSans !important;
    font-size: 18px;
}
a.btn.btn-outline-secondary{
    /* position: relative; */
    font-family: 'Montserrat';
    font-size: 1rem;
    line-height: 19px;
    color: #fff;
    background-color: #4AA842;
    border-color: #4AA842;
    border-radius: 6px;
    display: flex;
    font-weight: 400;
    width: 178px;
    height: 39px;
    padding: 0.5rem 0;
    justify-content: center;
    box-shadow: 0px 4px 4px 0px #00000040;

  }
/* img {
    vertical-align: bottom;
    border-style: none;
    height: 57px;
    padding: 5px 0;
    margin: 0;
} */
/* .site-brand {
    margin: 0 0 0 36px;
} */
.row {
    margin: 0;
}
/* .navbar-brand {
    font-family: sans-serif OpenSans !important;
    display: inline-block;
    line-height: inherit;
    white-space: nowrap;
    height: 30px !important;
    padding: 5px 5px !important;
    font-weight: bold;
    margin-right: 0 !important;
    margin-top: 0;
    color: #295990 !important;
    font-size: 21px !important;
    text-align: center;
} */
/* .navbar-text {
    font-family: sans-serif OpenSans !important;
    display: inline-block;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 0.9em;
    margin: 0px;
    text-align: center;
} */
/* .site-brand {
    display: inline-block;
    margin: 0 0 0 36px;
}
 */
.block-views{
    padding:0 10px;
}
.form-group{
  padding:10px;
}
/* .class-header > h5 {
 margin:0 !important;
}
.class-header > h5 > button {
  margin: 10px 0;
  width: 100%
} */
.field-content > a.btn{
  margin-bottom:10px;
}
aside.col-sm-3 {
  flex: 0 0 25% !important;
  max-width:25% !important;
  width:25% !important;
}
section.col-sm-9 {  
  flex: 0 0 75% !important;
  max-width:75% !important;
  width:75% !important;
}
b, strong{
  white-space:pre-wrap;
}
@media (max-width:700px) {
  aside.col-sm-3 { flex: 0 0 100% !important; max-width:100% !important; width: 100% !important; padding: 0 5px;}
  section.col-sm-9 { flex: 0 0 100% !important; max-width:100% !important; width: 100% !important; padding: 0;}
}
@media (max-width:875px){
  .block-title{
    font-size:27px !important;
  }
}
.main-container > .row > .col-sm-9 > .region.region-content{
  padding: 0 1 px !important;
}
/* .location{
    display: inline;
    font-weight: 400;
    line-height: 1.5;
    font-family: sans-serif OpenSans !important;
    color: white;
    text-align: left;
    padding: 0;
    margin: 0;
    border: 0;
    box-sizing: border-box;
    font-size: inherit;
    height: 1em;
    vertical-align: -.125em;
    margin-left: 5px;
    margin-right: 5px;
    width: .75em;
    overflow: visible;
} */
/* svg{
    color: white;
    height: 1em;
    line-height: 1.5;
    /* vertical-align: -.125em; */
    /* padding-right: 10px; 
} */
/* .location
{
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    font-family: OpenSans !important;
    color: white;
    text-align: left;
    border: 0;
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    padding: 0;
    margin: 0 !important;
} */
/* #block-useraccountmenu-3 {
    width: 100%;
    margin-right: 30px;
    margin-right: 0 !important;
    display: inline;
}*/
/*#block-useraccountmenu-3 > ul > li {
    position: relative;
    width: auto;
}
.menu--account li {
    float: right;
}
.menu--account li >a {
    padding-bottom: 0px !important;
    padding-top: 0px !important;
    color: white;
    width: 100%;
}

.menu--account li.active > a {
    padding-bottom: 0px !important;
    padding-top: 0px !important;
    color: white;
    width: 100%;
}
.menu--account li.last > a {
    padding-bottom: 0px !important;
    padding-top: 0px !important;
    color: #000;
    width: 100%;
} 
li.active > a {
    /* color: #1c69a4;
    text-decoration: underline;
}*/
/*.link-text{
    font-family: sans-serif OpenSans !important;
    padding: 0 !important;
}
/* .dropdown-toggle {
    white-space: nowrap;
}
svg:not(:root).svg-inline--fa {
    overflow: visible;
} */
/* .svg-inline--fa {
    display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;
    vertical-align: -0.125em;
} */
/* .fa-w-16{
    color: #000;
} */
.visually-hidden {
    position: absolute !important;
    overflow: hidden;
    clip: rect(1px,1px,1px,1px);
    width: 1px;
    height: 1px;
    word-wrap: normal;
}
/* .dropdown-toggle {
    white-space: nowrap;
}
.dropdown-toggle::after {
    /* display: inline-block; 
    display: none;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}*/
.nav {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(250px,1fr));
    column-gap: 20px;
    row-gap: 20px;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
/* .navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.navbar-top {
    margin-left: 5px;
    margin-right: 5px;
    width: 100%;
    background-color: #295990;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 3px;
    padding-bottom: 3px;
    display: inline-grid; 

}*/
.nav > li {
    display: flex;
    justify-content: center;
    align-items: center;
}
/* .navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:focus, 
.navbar-default .navbar-nav > .active > a:hover {
    background: #1c69a4 !important;
} */
/* .nav > li > a {
    padding: 15px;
}

ul.menu.menu--account.nav.navbar-nav.navbar-right {
    display: inline;
}
.svg-inline--fa .fa-sign-out-alt .fa-w-16{
    color: #000;
}
.dropdown-menu.dropdown-menu-right.show > li > a {
    font-size: 13px;
    width: 100%;
    padding: 20px !important;
    margin: 0 !important;
}
.dropdown-menu-right{
    padding: 0;
} */
/* li.last{
    font-weight: 400;
    line-height: 1.5;
    font-family: sans-serif OpenSans !important;
    font-size: 1rem;
    color: #212529 !important;
    list-style: none;
    border: 0;
    box-sizing: border-box;
    float: right;
    padding: 10px;
    margin: 0 !important;
    width: 100%;
    display: inline;
    justify-content: flex-start;
    align-items: center;
} */
/* .footer {
    font-family: sans-serif OpenSans !important;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    display: none;
} */
div.col-3 > p > a{
    color: #fff;
    font-size: 18px;
    line-height: 20px;
}

div.col-3 > div > a > img{
    width: 94px;
    height: 100px;
}
div.col-3{
    padding-top: 40px;
    padding-bottom: 80px;
}
/* .footer a:hover {
    color: rgb(160,160,160);
  } */

.site-login{
    /*форма авторизации на сайте*/
}
.site-registr{
    /*ссылка на форму регистрации на сайте*/
    vertical-align: top;
    padding-top: 0 !important;

}
#registr-button{
    background-color: green;
    border-color: green;
}
.desctext_header_login {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    padding: 0 0 10px;
    margin: 5px 0 10px;
    border-width: 0;
    font-size: calc(25px + 6 * (100vw/720));
    font-weight: normal;
    color: #1c69a4;
    width: 100%;
    text-align: left;
    background: none;
    outline: none !important;
}
.carousel-inner img{
    width: 100%;
    /* height: 400px; */
}
.carousel-control-next, .carousel-control-prev, 
.carousel-control-next:focus, .carousel-control-next:hover, 
.carousel-control-prev:focus, .carousel-control-prev:hover{
    opacity: 0;
    border: none;
}
  .container{
    /* width: 1260px; */
    margin: 0 auto;
    padding: 0;
  }
  header, footer{
    color: white;
    margin-bottom: 2rem;
    font-family: 'Montserrat';
    font-size: 1.5rem;
    font-weight: 400;
    text-align: left;
    vertical-align: middle;
    padding: auto 0;
    background: #346FC8;
  }
  ul.row.glavnoe-menu{
    vertical-align: middle;
    align-items: center;
    /* padding: 1.9rem 0; */
    margin: auto 0;
  }
  .glavnoe-menu > li{
    vertical-align: middle;
    padding: auto 0;
    padding-right: 0.8rem;

  }
  .glavnoe-menu > li:last-child{
    padding-right: 0;
  }
  .glavnoe-menu{
    height: 95px;
    margin: auto;
    justify-content: end;
  }
  
  .a_header, .a_header:hover, 
  .a_footer, .a_footer:hover,
  .nav-link, .nav-link:hover{
    color: #fff !important;
    text-decoration: none;
  }
  .a_header > strong{
    font-weight: 400;
  }
  .nav-link {padding: 0};
  .a_header > svg{
    margin: 1rem 0;
    overflow: hidden;
    vertical-align: middle;
  }
  .nav li > form > .a_header{
    color: white;
    font-size: 1.5rem;
    font-weight: 400;
    text-align: left;
    vertical-align: middle;
    padding: 0;
    border: none;
    line-height: 1.5rem;
    padding-top: 0 !important;
  }
  .footer{
    display: flex;
    justify-content: space-between;
  }
  .footer__column > div > h1 {
    font-size: 20px;
    font-weight: 500;
}
.footer__block {
    font-size: 18px;
}
.footer__block  {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: flex-start;
    padding: 0;
  }
.footer__column > .footer__block > p{
    font-size: 16px;
    padding-right: 20px;
}
.footer__block:not(:first-child) {
    padding: 0 0 0 20px;
  }

 .footer__block:not(:last-child) {
   margin: 0 0 20px 0;
 }
.footer__block:last-child{padding-left: 0 !important;}
  .footer__column{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0;
  }

  .quantity_courses{
    padding-top: 6rem;
  }
  .quantity_courses > div > p{
    font-size: 1.5rem;
    height: 72px;
    margin-top: auto;
    vertical-align: bottom;
    margin-bottom: 0;
  }
  .quantity_courses > div > h2{
    font-size: 6rem;
    font-weight: 600;
  }
  .menu_courses{
    display: flex;
    /* flex-direction: row; */
    padding: 2rem auto;
    margin: 80px auto;
    justify-content: space-between;
    align-items: center;

  }
  .menu_courses > div > div{
    width: 480px;
    height: 290px;
    vertical-align: middle;
    font-size: 36px;
    font-weight: 800;
    text-decoration: none;
    text-align: center;
    padding: 0 auto;
    justify-self: stretch;
  }
  .menu_courses > div > div > a{
    color: #fff;
  }
  .menu_dpo{
    background-image: url("../img/dpo.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    width: 480px;
    height: auto;
  }
  .menu_courses > div > div.menu_dpo{
    /* margin-left: 0; */
    /* margin-right: 0.5rem; */
    padding-top: 5rem;
    margin: auto;
  }
  .menu_courses > div > div.menu_online_courses{
    background-image: url("../img/online_courses.jpg");
    padding-top: 7rem;
    background-size: contain;
    background-repeat: no-repeat;
    margin: auto;
  }
  .advantage > div{
    vertical-align: top;
    padding-top: 1rem;
    margin-bottom: 2rem;
  }
  .advantage > div > svg {
    height: 118px;
    padding-bottom: 1.5rem;
  }
  .advantage > div > h3 {
    font-size: 1.25rem;
    font-weight: 800;
    line-height: 1.5rem;
    color: rgba(0, 0, 0, 0.7);
    padding-bottom: 1.5rem;
    height: 96px;
  }
  .advantage > div > p{
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.5rem;
    color: rgba(0, 0, 0, 0.7);
  }
  .block_go_to_program{
    margin: 2rem 0;
  }
  .go_to_program{
    padding: 1.25rem;
    background: rgba(52, 111, 200, 1);
    color: rgba(255, 255, 255, 1);
    font-size: 1.5rem;
    font-weight: 700;
    width: 350px;
    border-radius: 6px;
  }
  .go_to_program:hover{
    color: #fff;
  }
  .block_request{
    /* margin: 0 auto; */
    width: 1260px;
    padding: 0;
    padding-top: 5px;
    padding-bottom: 40px;
    margin-top: 50px;
    margin-bottom: 180px;
    text-align: center;
  }
  .block_request > .row{
    padding: 35px 35px 0;
    width: 680px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }
  .label_request{
    font-size: 32px;
    font-weight: 700;
    line-height: 39.01px;
  }
  .input_request{
    background-color: #D9D9D9;
    border: none;
    border-radius: 8px;
    padding: 10px;
    color: rgba(0, 0, 0, 0.6);
    width: 250px;
    font-size: 12px;
  }
  .label_consent{
    font-size: 10px;
    color: rgba(0, 0, 0, 0.6);
  }
  form.request > .row > input[type=checkbox]{
    background-color: #D9D9D9 !important;
    border: none;
    border-radius: 8px;
    width: 22px;
    height: 22px;
    padding: 5px;
    margin-left: 15px;
    margin-top: 3px;
  }
  .button_request{
    background-color: #346FC8;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    border-radius: 6px;
    border: none;
    padding: 10px 20px;
  }
  form.request > p{
    margin-right: 0;
  }
  #carouselExampleInterval2{
    display: none;
  }
  
  @media (max-width:1199px){
    .a_header, .nav li > form > .a_header{
      font-size: 1.3rem;
    }
    .menu_courses > div > div{
      width: 360px;
      height: 218px;  
      font-size: 28px;
      margin-bottom: 2rem;
    }
    .menu_courses > div > div.menu_dpo{
      padding-top: 4rem;
      padding-left: 0;
    }
    .menu_courses > div > div.menu_online_courses{
      padding-top: 5.5rem;
      padding-left: 0;
    }
    .quantity_courses > div > p{
      height: 72px;
      margin-top: auto;
      vertical-align: middle;
      margin-bottom: 0;
    }
  }
  @media (max-width:991px){
    body {
      font-size: 1.3rem;
    }
    .a_header > svg{
      margin: 0;
      height: 77.4px; width: 61.2px;
    }
    .a_header, .nav li > form > .a_header{
        font-size: 1.1rem;
        /* padding-top: 2px !important; */
    }
    ul.row.glavnoe-menu{
      vertical-align: middle;
      align-items: center;
      /* justify-content: center; */
      justify-items: center;
      padding-left: 0;
      margin: auto;
      height: 80px;
    }
    .glavnoe-menu > li:not(:last-child){
      display: none;
    }
    .glavnoe-menu >li:last-child{
      align-items: center;
      justify-content: center;
      padding-right: 16px;
    }
    header > .container > .row > div:last-child {
      padding-left: 0;
      margin-bottom: 1rem;
    }
    .quantity_courses{
      padding-top: 3rem;
    }
    .content{
      padding: 0;
    }
    .quantity_courses > div > h2{
      font-size: 5rem;
      font-weight: 600;
    }  
    .advantage > div > p{
      font-size: 1rem;
    }
    .go_to_program{
      font-size: 1.2rem;
    }
  }
  .conteiner_row{
    display: flex;
    /* flex-basis: auto; */
    flex-direction: row;
    /* justify-content: space-between; */
    /* width: 1440px;
    padding: 40px; */
  }
  @media (max-width: 992px){
    .col-podproect {
        margin: 0;
        width: 30%;
        margin-left: 20px;
        margin-bottom: 15px;
    }
}

@media (max-width: 767px){
    .col-podproect {
        margin: 0;
        width: 45%;
        margin-left: 20px;
        margin-bottom: 15px;
    }
    .quantity_courses > div > p {
      font-size: 1rem;
      height: 1.2rem;
    }
    .quantity_courses > div > h2 {
      font-size: 2.25rem;
    }
    .quantity_courses > div {
      background: linear-gradient(270deg, #346FC8 17.73%, rgba(52, 111, 200, 0) 92.64%);
      margin-bottom: 2rem;
    }
    .label_request{
      font-size: 1.5rem;
    }
    .block_request{
      width: 100%;
    }
    .block_request > .row{
      padding: 15px 15px 0;
      width: 550px;
    }
    .menu_courses{
      margin: 40px auto;
    }
    .menu_courses > div:first-child {
      padding-bottom: 20px;
    }
    .a_header > strong{
      display: none;
    }
    .col-logo{
      width: 45%;
      padding: 0;
      align-items: start;
      margin-right: 1rem;
      margin-top: 0.8rem;
    }
    .col-out{
      width: 45%;
      padding: 0;
      align-items: end;
    }
    .advantage > div {
      display: flex;
      /* grid-template:
        "a b b" 100%
        "c c c" 100%; */
    }
    .advantage > div > svg{
      width: 20%;
      margin-right: 2%;
    }
    .advantage >div > h3{
      width: 78%;
    }
    .advantage > div > p{
      display: block;
      width: 100%
    }
    .label_request{
      font-weight: 700;
      font-size: 2rem;
      line-height: 100%;
      letter-spacing: 0%;
      text-transform: uppercase;
      margin-bottom: 20px;
    }
    .block_request > .row{
      width: 330px;
      margin-bottom: 0;
      margin: 40px auto;
    }
}
@media (max-width:544px){
  /* .carousel-inner:first-child{
    display: none !important;
  }
  .carousel-inner:last-child{
    display: block !important;
  } */
   #carouselExampleInterval1{
    display: none !important;
   }
   #carouselExampleInterval2{
    display: block !important;
   }
   .a_header > svg {margin: 0;}
}
@media (max-width: 400px){
    .col-podproect {
        margin: auto;
        width: 90%;
        text-align: center;
        margin-bottom: 15px;
        height: calc(250px + 1 * (100vw/1920));

    }
}

  div.podproect_filter{
    display: flex;
    flex-direction: column;
    margin-top: 1rem;
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 16px;
    line-height: 19.5px;
    padding: 0;
    flex-shrink: 2;
    width: 410px;
    margin-right: 40px;
  }
  .podproect_filter > h3,
  .podproect_filter > div > h3{
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 18px;
    line-height: 21.94px;
    padding-top: 40px;
  }
  .name_course{
    /* border-width: 2px; */
    border-radius: 6px;
    border: 2px solid #D9D9D9;
    width: 350px;
  }
  .podproect_filter > select,
  .podproect_filter > select:active{
    width: 350px;
    margin-left: 1rem;
    overflow:inherit;
    border: none !important;
  }
  .podproect_filter > table{
    margin-left: 1rem;
  }
  .podproect_filter > div > .course_date{
    border: none;
    width: 120px;
    height: 23px;
    border-radius: 4px;
    gap: 10px;
    background-color: #B3B3B3;
    margin-left: 1rem;
  }
  .podproect_filter > div> .checkboox_prise{
    padding: 0;
    margin: 0;
    margin-left: 1rem;
  }
  .podproect_filter > div >.checkboox_prise > input{
    border: 1px solid #D9D9D9;
    width: 18; height: 18;
    margin-right: 0.5rem;
  }
  .podproect_filter > div > .course_prise{
    margin-left: 6px;
    background-color: #B3B3B3;
    border: none;
    width: 111px; height: 27px;
    border-radius: 4px;
    gap: 10px;
    padding: 6px;
    color: #ffffff;
    margin-bottom: 40px;
  }
  .podproect_filter > div > button{
    background-color: #346FC8;
    border: 1px solid #346FC8;
    width: 11rem;
    height: 40px;
    border-radius: 6px;
    gap: 10px;
    padding: 10px auto;
    color: #ffffff;
  }
  .podproect_filter > div:last-child{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    justify-items: stretch;

  }
  .list_projects{
    /* display: flex; */
    /* flex-shrink: 1; */
  }
  h1.type_podproect{
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 32px;
    line-height: 39px;
    margin: 0;
  }
  button.sort_podproect{
    background-color: #B3B3B3;
    border: none;
    border-radius: 4px;
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #ffffff;
  }
  div.logo_podproect{
    display: flex;
    width: 178px;
    height: 178px;
    /* background-image: url('/web/img/logo_podproect.png'); */
    margin: 20px 20px 20px 0;
    z-index: 99999;

  }
  #form-request > .row > div > h4,
  #form-userinfo > div > h3{
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 26px;
    color: #346FC8
  }


  /* .btn-primary{
    border-radius: 6px;
    padding-top: 20px;
    padding-right: 60px;
    padding-bottom: 20px;
    padding-left: 60px;
    gap: 10px;
    background-color: #346FC8;
    color: #fff;
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 20px;
    text-align: center;
  } */
  .info_user_edit{
    display: flex;
  }
  .info_user_edit > div{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 20px;
  }
  .form-control{
    justify-content: start;
    align-items: start;
    vertical-align: top;

  }
  .form-control, div.form-group > input{
    border: 3px solid #E1E1E1 !important;
    border-radius: 6px !important
  }
  #file-upload-button{
    font-size: 20px;
    padding: 8px 15px;
    background-color: #E1E1E1;
    border: 1px solid #E1E1E1;
    border-radius: 6px;
    gap: 10px;
  }
  hr.block_form_userinfo{
    border: 3px solid #E1E1E1;
    width: 15%;
    margin: 1.5rem;
    margin-right: auto;
  }
  p.info_support{
    font-size: 1.25rem;
  }
  .btn-userinfo{
    font-weight: 700;
    font-size: 1.25rem;
    text-align: center;
    color: #fff;
    padding: 1.25rem 3.75rem;
  }
  .btn-userinfo-create{
    background-color: #4AA842;
  }
  .btn-userinfo-next{
    background-color: #FD9A08;
  }
  .btn-userinfo-back{
    background-color: #B3B3B3;
  }
  .step_name{
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    text-align: left;
    margin: 3px 0 3px 9px;
  }
  .step_line{
    border: 2px solid #E1E1E1;
    width: 149px;
    margin: 23px;
  }
  .step_num{
  width: 50px;
  height: 50px;
  border-radius: 81px;
  padding: 10px 13px;
  gap: 10px;
  background-color: #E1E1E1;
  font-weight: 600;
  font-size: 28px;
  line-height: 28px;
  color: #fff;
}
.step_num.active{
  background-color: #FD9A08;
}
.step_num.finish{
  background-color: #4AA842;
}
.userinfo_page{
  display: block;
}
