* {
   padding: 0px;
   margin: 0px;
   border: none;
}



@media (min-width: 900px) {
   .card {
      padding: 40px 60px 40px 35px!important;
  }
}

h1 {
   color: rgb(59, 64, 66);
}

body {
   color: #495057;
   line-height: 17px;
   font-size: 14px;
   background-color: #F7F6FA !important;
   min-height: 100vh;
}

.inputMessage {
   color: #dc3545;
   height: 10px;
   top: -15px;
   position: absolute;
   font-size: 10px;

}

.top_link {
   display: flex;
   justify-content: end;
}

.top_link a {
   margin-top: 20px;
   margin-bottom: 20px;
   margin-right: 20px;
   text-decoration: none;
   color: #6891D4;
}

/* Модальное окно Да Нет */

.modal {
   top: 0px;
   width: 100%;
   height: 100%;
   background: #0000004f;
   padding: 0 5px;
   position: fixed;
   z-index: 2;
   display: flex;
   justify-content: center;
   align-items: center;
}

.star {
   color: #d55211;
}

.modal>div {
   max-width: 500px;
   border-radius: 3px;
   background: #fff;
   padding: 40px;
   border: 1px solid rgba(0, 0, 0, .125);
}

.modal>div>h4 {
   text-align: left;
   margin: 20px 0px;
   line-height: 35px;
}


.display_n {
   display: none !important;
}

.display_n_out {
   animation: out ease-in 0.5s;
}

@keyframes out {
   from {
      opacity: 1;
   }

   to {
      opacity: 0;
   }
}

.display_y {
   display: flex !important;
   animation: in ease-in 0.5s;
}

@keyframes in {
   from {
      opacity: 0;
   }

   to {
      opacity: 1;
   }
}

/* конец Модальное окно Да Нет */


/* Загрузка */
.loading {
   display: none;
   width: 100%;
   height: 100%;
   background: #73736F;
   opacity: 0.9;
   position: fixed;
   z-index: 10;
}

.loading>div {
   width: 60px;
   height: 60px;
   position: absolute;
   left: 50%;
   margin-left: -30px;
   top: 50%;
   margin-top: -30px;
}


.loading>div>div {
   content: '';
   position: absolute;
   width: 16px;
   height: 16px;
   background: #fff;
   top: 10px;
   left: 10px;
   transform-origin: 20px 20px;
   border-radius: 8px;
   animation: spin-a 2s infinite cubic-bezier(0.5, 0, 0.5, 1);
}

.loading>div>.c2 {
   top: 10px;
   left: auto;
   right: 10px;
   transform-origin: -4px 20px;
   animation: spin-b 2s infinite cubic-bezier(0.5, 0, 0.5, 1);
}

.loading>div>.c3 {
   top: auto;
   left: auto;
   right: 10px;
   bottom: 10px;
   transform-origin: -4px -4px;
   animation: spin-c 2s infinite cubic-bezier(0.5, 0, 0.5, 1);
}

.loading>div>.c4 {
   top: auto;
   bottom: 10px;
   transform-origin: 20px -4px;
   animation: spin-d 2s infinite cubic-bezier(0.5, 0, 0.5, 1);
}

@keyframes spin-a {
   0% {
      transform: rotate(90deg);
   }

   0% {
      transform: rotate(90deg);
   }

   50% {
      transform: rotate(180deg);
   }

   75% {
      transform: rotate(270deg);
   }

   100% {
      transform: rotate(360deg);
   }
}

@keyframes spin-b {
   0% {
      transform: rotate(90deg);
   }

   25% {
      transform: rotate(90deg);
   }

   25% {
      transform: rotate(180deg);
   }

   75% {
      transform: rotate(270deg);
   }

   100% {
      transform: rotate(360deg);
   }
}

@keyframes spin-c {
   0% {
      transform: rotate(90deg);
   }

   25% {
      transform: rotate(90deg);
   }

   50% {
      transform: rotate(180deg);
   }

   50% {
      transform: rotate(270deg);
   }

   100% {
      transform: rotate(360deg);
   }
}

@keyframes spin-d {
   0% {
      transform: rotate(90deg);
   }

   25% {
      transform: rotate(90deg);
   }

   50% {
      transform: rotate(180deg);
   }

   75% {
      transform: rotate(270deg);
   }

   75% {
      transform: rotate(360deg);
   }

   100% {
      transform: rotate(360deg);
   }
}


.loading>span {
   width: 100px;
   height: 30px;
   position: absolute;
   left: 50%;
   margin-left: -50px;
   top: 50%;
   margin-top: 30px;
   color: #fff;
   font-size: 14px;
   text-align: center;
}

.content {
   padding: 1.5em;
}

/* Загрузка конец */


.checkselect {
   width: 100%;
   position: relative;
   display: inline-block;
   min-width: 200px;
   text-align: left;
}

.checkselect-control {
   position: relative;
   padding: 0 !important;
}

.checkselect-control select {
   position: relative;
   display: inline-block;
   width: 100%;
   margin: 0;
   padding-left: 5px;
   height: 35px;
}

.checkselect-over {
   position: absolute;
   left: 0;
   right: 0;
   top: 0;
   bottom: 0;
   cursor: pointer;
}

.checkselect-popup {
   display: none;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   width: 400px;
   height: auto;
   max-height: 200px;
   position: absolute;
   top: 100%;
   left: 0px;
   border: 1px solid #dadada;
   border-top: none;
   background: #fff;
   z-index: 9999;
   overflow: auto;
   user-select: none;
}

.checkselect label {
   position: relative;
   display: block;
   margin: 0;
   padding: 4px 6px 4px 25px;
   font-weight: normal;
   font-size: 1em;
   line-height: 1.1;
   cursor: pointer;
}

.checkselect-popup input {
   position: absolute;
   top: 5px;
   left: 8px;
   margin: 0 !important;
   padding: 0;
}

.checkselect-popup label:hover {
   background: #03a2ff;
   color: #fff;
}

.checkselect-popup fieldset {
   display: block;
   margin: 0;
   padding: 0;
   border: none;
}

.checkselect-popup fieldset input {
   left: 15px;
}

.checkselect-popup fieldset label {
   padding-left: 32px;
}

.checkselect-popup legend {
   display: block;
   margin: 0;
   padding: 5px 8px;
   font-weight: 700;
   font-size: 1em;
   line-height: 1.1;
}

.region_select {
   width: 100%;
}

.file_note {
   font-size: 14px;
   color: red;
   font-style: italic;
}

.main-title {
   line-height: 30px;
   color: #2C234D;
   font-size: 24px;
   font-weight: 600;
   margin-bottom: 8px;
}

.block-title {
   line-height: 19px;
   color: #495057;
   font-size: 17px;
   font-weight: 600;
   margin-bottom: 20px;
}

.item-title {
   line-height: 26px;
   color: #495057;
   font-weight: 400;
   font-size: 14px;
   margin-bottom: 15px;
}



.card {
   border: none!important;
   border-radius: 10px!important;
   
}

select {
   width: 100%;
   padding: 0.375rem 0.75rem;
   border-radius: 3px;
   background: #fff;
   font-size: 14px!important;
   color: #495057;
   border: 1px solid #495057 !important;
   word-wrap: normal;
}


select::placeholder {
   color: rgba(49, 64, 71, 0.6) !important;
}

input {
   color: #495057;
   font-size: 14px!important;
   border: 1px solid #495057 !important;
}

input::placeholder {
   color: rgba(49, 64, 71, 0.6) !important;
}

.star {
   color: #495057;
}

.mb-20 {
   margin-bottom: 20px;
}

.mb-30 {
   margin-bottom: 30px;
}

.mb-10 {
   margin-bottom: 10px;
}

.mt-10 {
   margin-top: 10px;
}

.radio-label + label {
   font-size: 14px;
   margin-left: 9px;
   font-weight: 400;
   color: #495057;
   margin-bottom: 10px;
}

.f-text {
   line-height: 17px;
   font-size: 14px;
   font-weight: 400;
   color: #495057;
}

.f-btn-1 {
   font-size: 13px;
    color: #fff;
    padding: 3px 12px;
    background: #2B70FA;
    border-radius: 3px;
}



.f-check-label {
   display: inline;
   margin-left: 9px;
   font-size: 14px;
   color: #495057;
   font-weight: 400;
   line-height: 20px;
}

textarea {
   border: 1px solid #495057;
   border-radius: 3px;
   height: 145px;
   width: 100%;
   padding: 10px;
}

.file_note {
   font-size: 13px;
   line-height: 16px;
   color: #575757;
}

.f-link {
   display: inline!important;
   color: #2B70FA!important;
   text-decoration: none;
}

.f-btn-send {
   font-weight: 600!important;
   border: none!important;
   font-size: 13px!important;
    color: #fff!important;
    padding: 15px 50px!important;
    background: #2B70FA!important;
    border-radius: 3px!important;
}

input[type="radio"],
input[type="checkbox"] {
  display: inline;
}


.modal>div {
   border-radius: 10px;
}

.fields_note {
	text-align: center;
	margin-bottom: 5px;
	font-size:14px;
	color: #495057;
}

.warn-text {
	font-weight: bold;
	font-size: 18px;
}

.instr_href {
	color: blue;
}

.modal_button {
	margin-top: 10px;
}