@charset "UTF-8";
/*****************************************************************
        _VARS.SCSS
******************************************************************/
/*****************************************************************
        _BASE.SCSS
******************************************************************/
/***********************************
        %Расширение/Наследование
************************************/
.fw {
  display: flex;
}

.fw {
  flex-wrap: wrap;
}

/* row */
/*
    - переопределение тегов
    - основные классы CSS, используемые на всех сайтах
*/
html,
body,
ul,
ol {
  margin: 0;
  padding: 0;
}

body {
  height: 100% !important;
  min-height: 100vh;
  margin: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  text-align: left;
}

/*************************************************************************************
           _LAYOUT.SCSS
*************************************************************************************/
body {
  display: flex;
  flex-direction: column;
  min-width: 400px;
  padding: 0 32px 0 32px;
}
body #sTop {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
}
body #sCenter {
  flex: 1 1 auto;
  display: flex;
  flex-direction: row;
  padding-top: 4px;
}
body #sBottom {
  display: flex;
  flex-direction: column;
}

#sTop #sTop1 {
  flex: 26px;
  display: flex;
  flex-direction: row;
}
#sTop #sTop1 #sTop11 {
  flex: 1 0 auto;
}
#sTop #sTop1 #sTop12 {
  flex: 0 0 100px;
}
#sTop #sTop2 {
  flex: 76px;
  display: flex;
  flex-direction: row;
}
#sTop #sTop2 #sTop21 {
  flex: 1 0 auto;
}
#sTop #sTop2 #sTop22 {
  flex: 1 0 auto;
}
#sTop #sTop2 #sTop23 {
  flex: 1 0 auto;
}
#sTop #sTop2 #sTop24 {
  flex: 1 0 auto;
}
#sTop #sTop2 #sTop25 {
  flex: 1 0 auto;
}
#sTop #sTop2 #sTop26 {
  flex: 1 0 auto;
}
#sTop #sTop3 {
  flex: 44px;
  display: flex;
  flex-direction: row;
}

#sCenter #sCenter1 {
  flex: 0 0 auto;
}
#sCenter #sCenter2 {
  flex: 1 0 auto;
  display: flex;
  flex-direction: row;
}
#sCenter #sCenter2 #sLeft {
  flex: 0 0 200px;
}
#sCenter #sCenter2 #sMain {
  flex: 5 0 auto;
  display: flex;
  flex-direction: column;
}
#sCenter #sCenter2 #sMain #sMain1 {
  flex: 0 0 auto;
}
#sCenter #sCenter2 #sMain #sMain2 {
  flex: 1 0 auto;
}

/*******************************************************************
    #sBottom - НЕ МЕНЯЕТСЯ
*********************************************************************/
#sBottom #sBottom2 {
  display: flex;
  flex-direction: row;
}
#sBottom #sBottom2 #sBottom21 {
  flex: 1 0 auto;
}
#sBottom #sBottom2 #sBottom22 {
  flex: 1 0 auto;
}

/*************************************************************************************
           _SITE.SCSS
*************************************************************************************/
.tooltip {
  font-size: 14px;
}

h1 {
  font-size: 14px;
  font-weight: bold;
}

h2 {
  font-weight: bold;
  font-size: 13px;
  border-bottom: 1px solid hsl(0, 0%, 50%);
  padding-bottom: 2px;
  display: inline-block;
  margin-bottom: 0px;
}

a {
  color: hsl(211, 100%, 40%);
  text-decoration: none;
}
a:hover {
  color: hsl(200, 14%, 50%);
  text-decoration: none;
}

a.active {
  color: hsl(0, 100%, 50%);
  -webkit-text-decoration: solid;
          text-decoration: solid;
}

ul {
  margin-top: 2px;
}

ul li {
  line-height: 1.3;
}

/************************************


*************************************/
.bParent {
  background: HSL(200, 100%, 65.5%);
  padding: 3px;
  display: flex;
  width: 100%;
  height: 600px;
}

.bChild {
  margin: 3px;
  padding: 5px;
  background-color: white;
}
.bChild .vRow {
  display: flex;
  padding: 2px 0 2px 0;
}
.bChild .title {
  width: 70px;
}
.bChild .form-control-sm {
  padding: 0.1rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1;
  border-radius: 0.1rem;
  width: 80px;
}
.bChild .btnClose {
  width: 20px;
  height: 20px;
  background: hsl(209.1, 39.3%, 80%);
  border-radius: 50%;
  padding: 2px 6px;
  color: white;
  font-size: 10px;
  font-weight: bold;
}
.bChild .qNum {
  width: 22px;
  height: 22px;
  background: hsl(0, 70%, 70%);
  border-radius: 50%;
  padding: 0px 6px;
  color: whitesmoke;
  font-size: 15px;
  font-weight: bold;
}
.bChild .qNum-1 {
  background: hsl(0, 70%, 50%);
}
.bChild .qNum-2 {
  background: hsl(90, 70%, 50%);
}
.bChild .qNum-3 {
  background: hsl(180, 70%, 50%);
}
.bChild .qNum-4 {
  background: hsl(270, 70%, 50%);
}
.bChild .qNum-5 {
  background: hsl(30, 70%, 50%);
}
.bChild .qNum-6 {
  background: hsl(120, 70%, 50%);
}
.bChild .qNum-7 {
  background: hsl(210, 70%, 50%);
}
.bChild .qNum-8 {
  background: hsl(300, 70%, 50%);
}
.bChild .qNum-9 {
  background: hsl(60, 70%, 50%);
}
.bChild .qNum-10 {
  background: hsl(150, 70%, 50%);
}
.bChild .qNum-11 {
  background: hsl(240, 70%, 50%);
}
.bChild .qNum-12 {
  background: hsl(330, 70%, 50%);
}

/*************************************************************************************
            Tecт Цвет для  верстки  Макета
*************************************************************************************/
body.development {
  font-weight: bold;
}
body.development #sTop {
  background-color: hsl(30, 100%, 50%);
  color: hsl(0, 0%, 0%);
}
body.development #sCenter {
  background-color: hsl(120, 100%, 50%);
  color: hsl(0, 0%, 0%);
}
body.development #sBottom {
  background-color: hsl(240, 100%, 50%);
  color: hsl(0, 0%, 100%);
}
body.development #sTop1 {
  background-color: hsl(0, 0%, 90%);
  color: hsl(0, 0%, 100%);
}
body.development #sTop2 {
  background-color: hsl(0, 0%, 80%);
  color: hsl(0, 0%, 100%);
}
body.development #sTop3 {
  background-color: hsl(0, 0%, 60%);
  color: hsl(0, 0%, 100%);
}
body.development #sTop11 {
  background-color: hsl(0, 0%, 10%);
  color: hsl(0, 0%, 100%);
}
body.development #sTop12 {
  background-color: hsl(0, 0%, 20%);
  color: hsl(0, 0%, 100%);
}
body.development #sTop13 {
  background-color: hsl(0, 0%, 30%);
  color: hsl(0, 0%, 100%);
}
body.development #sTop21 {
  background-color: hsl(0, 0%, 40%);
  color: hsl(0, 0%, 100%);
}
body.development #sTop22 {
  background-color: hsl(0, 0%, 50%);
  color: hsl(0, 0%, 100%);
}
body.development #sTop23 {
  background-color: hsl(0, 0%, 40%);
  color: hsl(0, 0%, 100%);
}
body.development #sTop24 {
  background-color: hsl(0, 0%, 70%);
  color: hsl(0, 0%, 100%);
}
body.development #sTop25 {
  background-color: hsl(0, 0%, 80%);
  color: hsl(0, 0%, 100%);
}
body.development #sTop31 {
  background-color: hsl(0, 0%, 30%);
  color: hsl(0, 0%, 100%);
}
body.development #sTop32 {
  background-color: hsl(0, 0%, 70%);
  color: hsl(0, 0%, 100%);
}
body.development #sTop33 {
  background-color: hsl(0, 0%, 80%);
  color: hsl(0, 0%, 100%);
}
body.development #sCenter1 {
  background-color: hsl(0, 0%, 30%);
  color: hsl(0, 0%, 0%);
}
body.development #sCenter2 {
  background-color: hsl(0, 0%, 70%);
  color: hsl(0, 0%, 0%);
}
body.development #sCenter3 {
  background-color: hsl(0, 0%, 80%);
  color: hsl(0, 0%, 0%);
}
body.development #sMain1 {
  background-color: hsl(0, 0%, 80%);
  color: hsl(0, 0%, 0%);
}
body.development #sMain2 {
  background-color: hsl(0, 0%, 30%);
  color: hsl(0, 0%, 0%);
}
body.development #sBottom1 {
  background-color: hsl(0, 0%, 30%);
  color: hsl(0, 0%, 0%);
}
body.development #sBottom2 {
  background-color: hsl(0, 0%, 70%);
  color: hsl(0, 0%, 0%);
}
body.development #sBottom3 {
  background-color: hsl(0, 0%, 80%);
  color: hsl(0, 0%, 0%);
}
body.development #sBottom11 {
  background-color: hsl(0, 0%, 10%);
  color: hsl(0, 0%, 100%);
}
body.development #sBottom12 {
  background-color: hsl(0, 0%, 20%);
  color: hsl(0, 0%, 100%);
}
body.development #sBottom13 {
  background-color: hsl(0, 0%, 30%);
  color: hsl(0, 0%, 100%);
}
body.development #sBottom21 {
  background-color: hsl(0, 0%, 40%);
  color: hsl(0, 0%, 100%);
}
body.development #sBottom22 {
  background-color: hsl(0, 0%, 50%);
  color: hsl(0, 0%, 100%);
}
body.development #sBottom23 {
  background-color: hsl(0, 0%, 40%);
  color: hsl(0, 0%, 100%);
}
body.development #sBottom24 {
  background-color: hsl(0, 0%, 70%);
  color: hsl(0, 0%, 100%);
}
body.development #sBottom25 {
  background-color: hsl(0, 0%, 80%);
  color: hsl(0, 0%, 100%);
}
body.development #sBottom31 {
  background-color: hsl(0, 0%, 30%);
  color: hsl(0, 0%, 100%);
}
body.development #sBottom32 {
  background-color: hsl(0, 0%, 70%);
  color: hsl(0, 0%, 100%);
}
body.development #sBottom33 {
  background-color: hsl(0, 0%, 80%);
  color: hsl(0, 0%, 100%);
}/*# sourceMappingURL=vit.css.map */