
.menu_out_container{
  position: fixed;
    background: rgba(39, 101, 140, 0.8);
    z-index: 100;
    border-bottom: 1px solid #776b44;
}
.menu_title{
  color: white;
  font-size: 0.9rem;
  line-height: 1;
  font-family: 'RMedium';
}
.menu_button{
  width:100%;
  border-radius: 12px
}
.my_buttons{
  width:100%;
  border-radius: 12px;
  height: 40px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  font-family: "RMedium";
}
.white_button{
  color: #1a5c96;
  background-color: white;
}
.white_button:hover{
  background-color: #BfBfBf;
}


.my_advert{
  position: absolute;
  top: 20%;
  width: 65%;
  overflow: auto;
  margin: auto;
  right: 0;
  left: 0;
  border-radius: 45px;
  background-color: yellow;
}
.main_title{
  font-family: "RBold";
  letter-spacing: 5px;
  font-size: 6vw;
}
.main_subtitle{
  font-family: "RMedium";
  font-size: 1.1rem;
  margin-top: -9px;
}
.printedText{
  font-family: "RMedium";
  font-size: 1.5rem;
  margin-top: -9px;
}
.red_text{
	color: red;
}


.first_screen_front{
background-color: rgba(100,100,200, 0.2);
height: 100vh;
width: 100%;
background-size: 100%;

}
.first_screen{
  background: url('illustrations/1st.png') no-repeat;
  background-size: 100% 100%;
  background-position: 50% 50%;
  height: 100vh;
  width: 100%;
  padding:0;
}
.problems_screen{
  background-size: 100%;
  /* height: 100vh; */
  width: 100%;
  padding-top: 70px;
}

.help_screen{
  background-size: 100%;
  /* height: 100vh; */
  width: 100%;
  padding-top: 70px;
}
.instruments_screen{
  background-size: 100%;
  /* height: 100vh; */
  width: 100%;
  padding-top: 70px;
}
.online_classes_screen{
  background-size: 100%;
  /* height: 100vh; */
  width: 100%;
  padding-top: 70px;
}
.analitics_screen{
  margin-top: 70px;
  background-size: 100%;
  /* height: 100vh; */
  width: 100%;
  padding-top: 70px;
  padding-left: 0;
  padding-right: 0;
}
.price_screen{
  background-size: 100%;
  /* height: 100vh; */
  width: 100%;
  padding-top: 70px;
}
.form_screen{
  background-size: 100%;
  /* height: 100vh; */
  width: 100%;
}
.white_text{
  color: white;
}
.black_text{
  color:black;
}
.pink_text{
  color: #ff566a;
}
.blue_text{
  color: #1a5c96;
}
.grey_text{
  color: rgba(91,85,86,83);
}
.red_text{
  color: red;
}
.light_text{
  font-weight: 150;
}
.bold_text{
  font-weight: 800;
}
.problems_text{
  font-size: 1.1rem;

}
.analitic_text{
	font-size: 1rem;
	font-family: RMedium;
}
.default_title{
  font-size: 2.25em ;
}
.price_back{
   background-color:#f0f2f3;
  /* background-color: rgba(232,243,255,1); */
  border-radius: 4rem 4rem 0 0;
  /* height: 90vh; */
}
.h2_sub{
  font-size: 1.3rem;
}
.price_title{
  font-size: 3vw;
  line-height: 9vh;
}
.price_subtitle{
  font-size: 2vw;
}
.price_white{
  background-color: white;
  line-height: 2;
  border-radius: 2rem;
}

.online_classes_line{
  background-color: #1a5c96;
}

.online_classes_item{

	-moz-user-select: none;
	-khtml-user-select: none;
	 user-select: none;
	 cursor: pointer;
   height: 10vh;
}

.online_classes_item_text{
  font-size:13px;
  margin-top: 0px;
  margin-left: 17px;
  font-family: 'RLight';
  font-size: 16px;
}
.online_classes_item_text_header{
  margin-bottom:0px;
  margin-left: 17px;
  font-family: 'RBold';
}
.instruments_item_text_header{
  margin-bottom:0px;
}
.instruments_item_text{
  font-size:13px;
  margin-top: 0px;
}
.instruments_img{
  /*height: 50vh;*/
}
.blue_container{
    background-color: #1a5c96;
}
.default_title{
  border-bottom: 2px solid grey;
}
.nervous_title{
  line-height: 90%;
  /*font-size: 2.25em;*/
}
.control_img{
  height: auto;
  width: 100%;
}
.image_analitic{
  margin-top: -90%
}



.main_form_container{
  background-color:  #0071BC;
  border-radius: 30px;
  -webkit-box-shadow: 0px 100px 5px 0px rgba(232,243,255,1);
  -moz-box-shadow: 0px 100px 5px 0px rgba(232,243,255,1);
  box-shadow: 0px 100px 5px 0px rgba(232,243,255,1);
}
.form-group{
    margin-bottom: 1%;
}
.main_form_input{
  background: rgb(191, 207, 222);
  border-radius: 30px;
}
.form_img_row{
  margin-top: -2%;
}
.form_submit_button{
  margin-top: 10%;
  border-radius: 30px;
}
