html{
    box-sizing: border-box;
}
*, *::before,*::after{
    box-sizing: inherit;
}



body{
    font-family: 'PT Sans', arial;
    font-style: normal;
    font-size: 16px;
    line-height: 1.2;
    font-weight: normal;
    color: #102746;
    margin: 0;
    background: url(../img/news/resize/fon03.png) repeat right;
    background-color: #E9E9E9;
    background-position: 100%;
}
.wrapper{
    max-width: 100%;
    margin: 0 auto;
}
.wrapperI{
    max-width: 100%;
    margin: 0 auto;
}
.header{
    top: 0;
    left: 0;
    width: 100%;
}
.header__wrapper{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-around;
        background: #F5F5F5;
        border: 1px solid #D7D7D7;
    }
.intro{
    left: 0;
    top: 0;
    width: 100%;
    overflow: hidden;
}
.header__logo span {
    font-family: PT Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 9px;
    color: #49BAD7;
}
.header__link {
    font-family: PT Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 22px;
    text-decoration: none;
    color: #596162;
}
.header__logo{
   display: flex;
   flex-direction: row;
   align-items: center;
   width: 100%;
   justify-content: space-around;
}
.intro__title {
    font-family: PT Sans;
font-style: normal;
font-weight: normal;
font-size: 31px;
line-height: 40px;
color: #596162;
text-align: center;
    padding-top: 35px;
}
.intro__title span {
    color: #49BAD7;
}
.wrapper_footer {
    background: #F5F5F5;
    border: 1px solid #D7D7D7;
    box-sizing: border-box;
    display: flex;
    align-items: flex-end;
    justify-content: space-around;
}
.panel_body {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 10px;
    flex-wrap: wrap;
    background: linear-gradient(180deg, #596162 0%, rgba(89, 97, 98, 0.7) 100%);
}
.panel_but:nth-child(1) {
    margin-left: 0px;
}
.panel_but {
    font-family: PT Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 17px;
    color: #49BAD7;
    margin-right: 60px;
}
.panelAcc {
    top: 0;
    left: 0;
    width: 100%;
    background-color: #E1E1E1;
}
.panel_but a {
    text-decoration: none;
    color: #F5F5F5;
}
.square{
   display: flex;
   flex-wrap: wrap;
   /* align-items: center; */
   justify-content: space-evenly;
   background-repeat: no-repeat;
   background-position: 50% 10%;
}

.block_prof {
   display: flex;
   align-items: center;
   flex-direction: column;
   padding-top: 15px;
   padding-left: 140px;
   padding-right: 140px;
   border-radius: 7px;
}

.input_prof {
   display: flex;
   flex-direction: row;
   justify-content: center;
   margin-top: 17px;
}
select#id_visp {
   font-family: PT Sans,arial;
   font-style: normal;
   font-weight: normal;
   font-size: 20px;
   line-height: 31px;
   background: #E6E6E6;
   border: 1px solid #D3D3D3;
   box-sizing: border-box;
   box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.17);
   border-radius: 3px;
   width: 382px;
   height: 48px;
   text-shadow: 0 0 black;
   overflow: hidden;
   padding-left: 12px;
}
h1 {
   margin-bottom: 10px;
   font-family: Muller;
   font-style: normal;
   font-weight: normal;
   font-size: 36px;
   line-height: 36px;
   text-align: center;
   color: #FFFFFF;
}

.prof_body {
   padding-top: 15px;
   background: #1C293A;
   border-radius: 8px;
   margin-top: 80px;
}

.intBP span {
   font-size: 20px;
   font-family: Muller;
   font-style: normal;
   font-weight: normal;
   line-height: 19px;
   color: #999999;
   padding-top: 8px;
}

input::-webkit-input-placeholder { color: black; }
input::-moz-placeholder { color: black; }
textarea::-webkit-input-placeholder { color: black; }
textarea::-moz-placeholder { color: black; }

.intBP {
   display: flex;
   flex-direction: column;
}

input.int_prof {
   box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.17);
   width: 253px;
   text-shadow: 0 0 black;
   overflow: hidden;
   padding-left: 12px;
   height: 45px;
   background: #1C293A;
   font-family: Muller;
   font-style: normal;
   font-weight: normal;
   font-size: 16px;
   line-height: 16px;
   border: 1px solid rgba(255, 255, 255, 0.35);
   box-sizing: border-box;
   border-radius: 3px;
   color: #115390;
}

input.ynt_prof {
   background: #E6E6E6;
   border: 1px solid #D3D3D3;
   box-sizing: border-box;
   box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.17);
   border-radius: 3px;
   width: 105px;
   height: 48px;
   text-align: center;
   font-family: PT Sans,arial;
   font-style: normal;
   font-weight: normal;
   font-size: 20px;
   line-height: 31px;
}

.input_prof .intBP:nth-child(1) {
   margin-right: 30px;
}

input.ind_prof {
   background: #E6E6E6;
   border: 1px solid #D3D3D3;
   box-sizing: border-box;
   box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.17);
   border-radius: 3px;
   width: 110px;
   height: 48px;
   padding-left: 12px;
   font-family: PT Sans,arial;
   font-style: normal;
   font-weight: normal;
   font-size: 20px;
   line-height: 31px;
}

.input_prof:nth-child(6) {
   flex-direction: row;
   justify-content: flex-start;
   margin-top: 50px;
}

button.transition {
   font-family: PT Sans;
   font-style: normal;
   font-weight: normal;
   font-size: 18px;
   line-height: 23px;
   background: #05CBB6;
   border: 0;
   border-radius: 3px;
   width: 100px;
   border-bottom: #026f63 1px solid;
}

.transition a {
   text-decoration: none;
   color: white;
}

button.transition:nth-child(1) {
   margin-right: 48px;
   height: 40px;
   width: 210px;
}

button.transition:nth-child(2) {
   background-color: #7A7A7A;
   border-bottom: #3e3e3e 1px solid;
}
input.int_out:hover {-webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 0px rgba(0, 0, 0, 0.3);-moz-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 0px rgba(0, 0, 0, 0.3);box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.3), 0 1px 0px rgba(0, 0, 0, 0.1);}

.main_prof {
   display: flex;
   align-items: center;
   justify-content: center;
   margin-top: 20px;
   margin-bottom: 115px;
}

.wrapper_footer {
   background-color: #303741;
   display: flex;
   align-items: flex-end;
   justify-content: space-between;
}

.block_footer span {
   font-style: normal;
   font-weight: normal;
   font-size: 24px;
   line-height: 31px;
   color: #FFFFFF;
}

.block_footer {
   padding-top: 35px;
   padding-bottom: 35px;
   margin-right: 150px;
}

.block_footer:nth-child(1) {
   margin-left: 160px;
}

footer {
   margin-top: 60px;
}

input.int_out {
   margin-top: 40px;
   font-family: Muller;
   font-style: normal;
   font-weight: normal;
   font-size: 16px;
   line-height: 22px;
   border: 0;
   border-bottom: #026f63 1px solid;
   color: white;
   cursor:pointer;
   width: 207px;
   height: 45px;
   background: #246BFD;
   box-shadow: 0px 2px 2px #022D86;
   border-radius: 7px;
   margin-bottom: 30px;
}

.input_prof:nth-child(6) {
   justify-content: center;
}

textarea {
   width: 824px;
   height: 230px;
   resize: none;
   background: #E6E6E6;
   border: 1px solid #D3D3D3;
   font-family: PT Sans,arial;
   font-style: normal;
   font-weight: normal;
   font-size: 20px;
   line-height: 31px;
   color:black;
}
#id_sogl {
   width: 18px;
   margin-right: 20px;
   height: 25px;
   cursor: pointer;
   background: #D6D6D6;
   box-shadow: inset -1px -1px 4px rgba(0, 0, 0, 0.25), inset 1px 1px 4px rgba(94, 89, 89, 0.25);
   border-radius: 1px;
   margin-left: 45px;
}
#bloc {
   flex-direction: row;
   justify-content: center;
}
input.fileLoad {
   width: 0.1px;
   height: 0.1px;
   opacity: 0;
   overflow: hidden;
   position: absolute;
   z-index: -1;
}
label {
   background: #05CBB6;
   border: 0;
   border-radius: 3px;
   width: 150px;
   height: 48px;
   border-bottom: #026f63 1px solid;
   display: flex;
   justify-content: center;
   color: white;
   padding-top: 12px;
   cursor: pointer;
   font-size:20px;
}

label:hover {
   -webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 0px rgba(0, 0, 0, 0.3);
   -moz-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 0px rgba(0, 0, 0, 0.3);
   box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.3), 0 1px 0px rgba(0, 0, 0, 0.1);
}
#id_dateC {
 font-family: PT Sans,arial;
 font-style: normal;
 font-weight: normal;
 font-size: 20px;
 line-height: 31px;
 background: #E6E6E6;
 border: 1px solid #D3D3D3;
 box-sizing: border-box;
 box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.17);
 border-radius: 3px;
 width: 275px;
 height: 48px;
 text-shadow: 0 0 black;
 overflow: hidden;
 padding-left: 12px;
}
.datetimeshortcuts a {
 color: #026f63;
 text-decoration: none;
 font-size: 17px;
 font-family: PT Sans,arial;
}
.datetimeshortcuts a:hover {
 text-decoration: line-through;
}

input.int_prof::placeholder {
  font-family: Muller;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 16px;
  color: rgba(255, 255, 255, 0.35);
}

h2 {
  font-family: Muller;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 30px;
}


#outblock {

justify-content: right;

margin-left: 50px;
}


input:focus {
  background: #1C293A;
  border: 1px solid #115391;
  box-sizing: border-box;
  border-radius: 3px;
}
#id_name {
}

input:not(:placeholder-shown) {
  background: #1C293A;
  border: 1px solid #115391;
  box-sizing: border-box;
  border-radius: 3px;
}

#id_name {
}
#backT {
  text-align: center;
  margin-right: 30px;
  border: 1px solid #fb7d7d;
  box-shadow: 0px 2px 2px #97384A;
}
@media screen and (max-width:1550px){
	body{
    background: #0C0F18;
    background-color: #0C0F18;
}
}
@media screen and (max-width:865px){
	.input_prof {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 17px;
}
	.input_prof .intBP:nth-child(1) {
		margin-right:0px;
}
.intBP {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 15px;
}
#backT {
    text-align: center;
    margin-right: 0px;
    border: 1px solid #fb7d7d;
    box-shadow: 0px 2px 2px #97384A;
	margin-top: 0px;
}
.intBP span {
    font-size: 20px;
    font-family: Muller;
    font-style: normal;
    font-weight: normal;
    line-height: 19px;
    color: #999999;
    padding-top: 8px;
}
#bloc {
    flex-direction: row;
    justify-content: center;
    margin-left: 20px;
    margin-right: 20px;
}
#span-sogl {
    color: #999999;
}
.input_prof:nth-child(6){
	margin-left:0px;
	margin-top:0px;
}

input.int_prof {
	width:280px;
}
#id_sogl{
	width:50px;
}
}

@media screen and (min-width:1930px){
	body{
    background: url(../img/news/resize/fon07.png) repeat right;
	}
	
}