@font-face {
  font-family: "Roboto";
  src: url("/css/fonts/Roboto/Roboto-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto-Light";
  src: url("/css/fonts/Roboto/Roboto-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto-Bold";
  src: url("/css/fonts/Roboto/Roboto-Bold.ttf") format("truetype");
}
@font-face {
  font-display: swap;
  font-family: 'FontAwesome';
  src:url('/css/fonts/FontAwesome/fontawesome-webfont.eot?v=4.7.0');
  src:url('/css/fonts/FontAwesome/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('/css/fonts/FontAwesome/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('/css/fonts/FontAwesome/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('/css/fonts/FontAwesome/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('/css/fonts/FontAwesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

:root {
  --color-pink: #efe8f7;
  --color-purple: #562b83;
}
body {
  margin: 0px;
  height: 100%;
  width: 100%;
}
.bg_pink{
  background-color: var(--color-pink);
}
.bg_purple{
  background-color: var(--color-purple);
}
.bg_mon{
  background-color: #28337C;
}
.weight-500 {
  font-weight: 500;
}
.weight-600 {
  font-weight: 600;
}
.weight-700 {
  font-weight: 700;
}
.weight-800 {
  font-weight: 800;
}
.font-25 {
  font-size: 25px;
}
.font-18 {
  font-size: 18px;
}
.question_input {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.question_count_text {
  font-size: 30px;
  font-weight: lighter;
}
.question_option_cont {
  display: flex;
  flex-direction: row;
  justify-content: start;
  padding-bottom: 10px;
  padding-top: 10px;
}
.question_option_text {
  padding-left: 15px;
  cursor: pointer;
  margin-bottom: 0px;
}
.question_text {
  font-weight: 700;
}
.question_option_input{
  display: flex;
  align-items: center;
}
.central_page_cont{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
} 
.text_bold_{
  font-weight: bold;
  text-decoration: underline;
} 
.text_white {
  color: white;
}
.text_red {
  color: red;
}
.text_green {
  color: green;
}
.text_blue {
  color: blue;
}
.text_black {
  color: black;
}
.text_gray {
  color: gray;
}
.show_test_info {
  cursor: pointer;
}
.pointer {
  cursor: pointer;
}
.show_test_info:hover{
  text-decoration: underline;
}
.diagram {
  max-height: 500px;
  max-width: 500px;
}
.background_blue {
  background-color: blue;
}
.background_blue1 {
  background-color: #254c83;
}
.text_blue1 {
  color: #254c83;
}
.background_darkblue {
  background-color: #152c4e;
}
.background_lightblue {
  background-color: #b2cdf0;
}
.background_light1blue {
    background-color: #6299e1;
  }
.main_fon{
  background-image: url("/img/main1.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
}
.main_fon_mon{
  background-color: #385492;
  border: 0px solid black;
  border-radius: 10px;
}
.main_fon_mon_border{
  background-color: #385492;
}
.main_fon_mon_light{
  background-color: #b8c6e4;
  border: 0px solid black;
  border-radius: 10px;
}
.main_fon_mon_logo{
  background-image: url("/img/fon_mon.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}
.fon_total{
  background-color: #0f1d39;
}
.mainpage_image {
  width: 100px;
}
.instr_image {
  border: 3px solid black;
  border-radius: 10px;
  margin-top: 20px;
  height: 70px;
  margin-right: 10px;
  
}
.border_home {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: 3px solid black;
  border-radius: 10px;
  margin-top: 20px;
  width: 100%;
  height: 70px;
  opacity: 1;
  font-size: 12px;
}
.border_register {
  /*
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: 3px solid black;
  border-radius: 10px;
  margin-top: 10px;
  width: 100%;
  height: 70px;
  font-size: 15px;
  */
}
.border_register {
  border: 5px solid #152c4e;
  border-radius: 10px;
  margin-top: 20px;
 /* width: 80%;*/
  height: 70px;
  opacity: 1;
  /*font-size: 12px;*/
}
.border_total{
  border-left: 3px solid;
  border-right: 3px solid;
  color: #ffffff;
  }
  .border_bot{
    border-bottom: 3px solid;
    color: #ffffff;
    }
.h_mon {
  font-size: 30px;
  color: #ffffff;
  font-weight: bold;
}
.h_mon_light_20 {
  font-size: 20px;
  color: #253761;
  font-weight: bold;
  background-color: #b8c6e4;
  border: 0px solid black;
  border-radius: 10px;
}
.h_mon_light {
  font-size: 30px;
  color: #253761;
  font-weight: bold;
}
.h1_mon {
  font-size: 20px;
  color: #ffffff;
  font-weight: bold;
}
.underline {
  text-decoration: underline;
}
.h2_mon {
  font-size: 15px;
  color: #ffffff;
  font-weight: bold;
}
.h3_mon {
  font-size: 10px;
  color: #ffffff;
  font-weight: bold;
}
.h_mon_1 {
  font-size: 35px;
  color: #0f1259;
  font-weight: bold;
  background-color: #ffffff;
  border: 0px solid black;
  border-radius: 10px;
}
.h_mon_1_20 {
  font-size: 20px;
  color: #0f1259;
  font-weight: bold;
  background-color: #ffffff;
  border: 0px solid black;
  border-radius: 10px;
}
.h_mon_date {
  font-size: 35px;
  color: #ffffff;
  font-weight: bold;
  margin-left: 35%;
  margin-top: 20px;
  margin-right: 35%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.h_mon_ {
  font-size: 23px;
  color: #ffffff;
  font-weight: lighter;

}
.h_mon_black {
  font-size: 23px;
  color:  #3F3F3E;
  font-weight: lighter;
  background-color: #ffffff;
}
.h_mon_l {
  font-size: 30px;
  color: #ffffff;
  font-weight:lighter;
}
.h_home{
  margin-left: 10%;
  margin-top: 20px;
  margin-right: 10%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: 3px solid black;
  border-radius: 10px;
}
.loginfirst{
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #ffffff;
  border: 8px solid #152c4e;
  border-radius: 10px;
  line-height: 2.0
}
.logo_img {
  width: 60%;
}
.logo_register{
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center; 
}
.logo_success{
  text-align: center;
}
.h_register{
  font-size: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.h_register_text {
  font-size: 30px;
  text-align: center;
  font-size: 20px;
}
.h_question{
  font-size: 30px;
  margin-left: 25%;
  margin-top: 20px;
  margin-right: 25%;
  text-align: center;
  border: 3px solid black;
  border-radius: 10px;
}
.question{
  border: 3px solid black;
  border-radius: 10px;
  margin-left: 5%;
  margin-top: 20px;
  margin-right: 5%;
}
.question{
  border: 3px solid black;
  border-radius: 80px;
  margin-left: 5%;
  margin-top: 20px;
  margin-right: 5%;
}
.question_1{
  border: 3px solid black;
  border-radius: 10px;
  display: flex;
  align-items: center;
  width: 70%;
}
.question_2{
  border: 3px solid black;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 55px;
  height:40px;
}
.border_register_dash{
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: 3px dashed black;
  color: red;
  margin-top: 20px;
}
.button_next{
  /*position: absolute;*/
  bottom: 24;
  right: 20;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: white;
  border: 3px solid black;
  border-radius: 10px;
  margin-top: 20px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
}
.button_next2{
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: white;
  border: 3px solid black;
  border-radius: 10px;
  margin-top: 20px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
}
.button_next:hover {
  cursor: pointer;
  background-color: #b2cdf0;
}
.button_next2:hover {
  cursor: pointer;
  background-color: #b2cdf0;
}

.button_back{
  position: absolute;
  bottom: 92;
  right: 20;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: white;
  border: 3px solid black;
  border-radius: 10px;
  margin-top: 20px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
}

.border_100{
  border: 3px solid black;
  border-radius: 10px;
  margin-top: 10px;
  width: 100%;
  font-size: 15px;
}
.border_50{
  border: 3px solid black;
  border-radius: 10px;
  margin-top: 10px;
  width: 50%;
  font-size: 15px;
  right: 20;
}
.otvet{
  border: none;
  margin-top: 10px;
  width: 50%;
  font-size: 15px;
  right: 20;
}
.location{
  display: flex;
  justify-content: start;
  align-items: center;
  text-align: start;
}

.location_r{
  display: flex;
  justify-content: end;
}
.header_link {
  color: white;
}
.header_btn {
  margin-bottom: -60px;
  z-index: 100;
} 
.new_form_input {
  border: 4px solid #152c4e;
  border-radius: 10px;
  display: block;
  width: 100%;
  padding: 10px;
}
.new_form_input:read-only {
  color: gray;
}
.new_header_links {
  border: 1px solid black;
  border-right: 0px;
  border-left: 0px;
  text-transform: uppercase;
}
.mon_total_report_heading_descr_left {
  text-align: right;
}
.block_total {
  text-align: right;
}
.p_1 {
  line-height: 0.1  ;
}
.block_number{
  text-align: right;
}
.table_mon{
	border-spacing: 30px 30px;
	border-collapse: separate;
}
.a_1:hover{
color:#ffffff;
} 

.center_max {
  margin-right: -12px;
}
.right_max {
  padding-left: 16px;
}
.select-css { 
  padding: .6em 1.4em .5em .8em;
  width: 100%;
  max-width: 100%;
  } 

@media (max-width: 1200px) {
  .block_score {
    display: flex;  
    flex-direction: column;
  }
  .border_total{
    border-top: 3px solid;
    border-bottom: 3px solid;
    border-right: none;
    border-left: none;
    padding-bottom: 15px;
    }
  .center_max {
      margin-right: 0px;
    }
  .right_max {
      padding-left: 0px;
    }
  
}

@media (max-width: 992px) {
  .block_score {
    display: flex;  
    flex-direction: column;
  }
  .border_total{
    border-top: 3px solid;
    border-bottom: 3px solid;
    border-right: none;
    border-left: none;
    padding-bottom: 15px;
    }
  .center_max {
      margin-right: 0px;
    }
  .right_max {
      padding-left: 0px;
    }
}

@media (max-width: 768px) {
  .mainpage_image {
    width: 150px;
  }
  .border_home {
    width: 50%
  }
  .main_fon{
    background-image: none;
  }
  .button_next{
    position: static;
  }
  .button_back{
    position: static;
  }
  .question {
    border-radius: 30px;
    padding: 20px !important;
  }
  .h_question {
    font-size: 20px;
    margin-left: 15%;
    margin-right: 15%;
  }
  .h_mon_date {
    font-size: 20px;
  }
  .h_mon_light {
    font-size: 16px;
  }
  .h_mon {
    font-size: 16px;
  }
  .h_mon_1 {
    font-size: 16px;
  }
  .h1_mon {
    font-size: 16px;
  }
  .mon_total_report_heading_descr_left {
    text-align: left;
  }
  .block_right{
    display: flex;
    flex-direction: row-reverse;
  }
  .block{
    display: flex;
    flex-direction: row !important;
    justify-content: space-between;
    text-align: left !important;
    align-items: center;
    }
  .border_total{
    border-top: 3px solid;
    border-bottom: 3px solid;
    border-right: none;
    border-left: none;
    padding-bottom: 15px;
    }
  .center_max {
      margin-right: 0px;
    }
  .right_max {
      padding-left: 0px;
    }

}

@media (max-width: 576px) {
  .logo_img_unknow {
    width: 100%;
  }
  .header_link {
    font-size: 15px;
  }
  .header_btn { 
    margin-bottom: -55px;
  }
  .block_total {
    display: flex;  
    flex-direction: column;
    text-align: left;
  }
  .block_number {
    display: flex;  
    flex-direction: column;
  }
  .block{
    display: flex;
    flex-direction: row !important;
    justify-content: space-between;
    text-align: left !important;
    align-items: center;
    }
    .block_right{
      display: flex;
      flex-direction: row-reverse;
    }
    .border_total{
      border-top: 3px solid;
      border-bottom: 3px solid;
      border-right: none;
      border-left: none;
      }
  .center_max {
        margin-right: 0px;
      }
  .right_max {
        padding-left: 0px;
      }
  .h_mon_light_20{
    display: block;
    margin: 10px;
    font-size: 16px;
  }
  .h_mon_1_20{
    display: block;
    margin: 10px;
    font-size: 16px;
  }
}