.modal, .modal-backdrop {
    right: 0;
    bottom: 0;
    left: 0;
}
.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear;
}
.modal {
    display: none;
    overflow: auto;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    z-index: 1040;
}
.itemForm {
    flex-direction: column;
    margin-bottom: 12px;
    gap: 4px;
    max-width: 478px;
}
.itemForm .labelForm {
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}
.itemForm input[type="text"]{
	border-radius: 3px;
    background: #ECEDF3;
    border: none;
    height: 28px;
    width: 100%;
    outline: none;
    padding: 6px 8px;
}
.itemForm.checkinput {
    flex-direction: row;
    justify-content: flex-start !important;
    gap: 8px;
    display: flex;
}
.itemForm.checkinput .labelForm {
    order: 2;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}
.itemForm.checkinput input {
    width: 16px !important;
    height: 16px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    margin: 0;
	z-index:2;
}
.itemForm.checkinput input + span {
    border-radius: 2px;
    border: 1px solid #12B2E7;
    width: 16px;
    height: 16px;
    display: block;
}
.itemForm.checkinput input:checked + span {
    background: #12B2E7;
    border: 1px solid #12B2E7;
    position: relative;
}
.itemForm.checkinput input:checked + span:before{
	content:" ";
	display:block;
	position:absolute;
	width:12px;
	height:12px;
	background:url('/local/templates/potapovo/assets/images/checked.svg')no-repeat;
	left: 1px;
    top: 1px;
}
.fade.in {
    opacity: 1
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}
.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform .3s ease-out;
    -moz-transition: -moz-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
}
@media screen and (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        padding-top: 30px;
        padding-bottom: 30px;
    }
}
.modal-dialog {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    padding: 10px;
    z-index: 1050;
}
@media screen and (min-width: 768px) {
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    }
}
.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-content, .popover {
    background-clip: padding-box;
}
.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.43px;
}
.modal-title {
    margin: 0;
    line-height: 1.428571429;
}
.modal-text {
    padding: 20px;
}
.modal-body {
    position: relative;
    padding: 20px;
}
#content-1 .modal-body,#content-2 .modal-body,#content-3 .modal-body,#content-4 .modal-body,#content-5 .modal-body,#content-6 .modal-body{
	padding:0px;
}



.tabs-standart>input[type="radio"]:checked+label {
    border-radius: 3px 3px 0px 0px;
    border-bottom: 2px solid #12B2E7;
    font-weight: 500;
}
.tabs-standart>label:not(:first-of-type) {
    border-left: none;
}
.tabs-standart>label {
    color: #002137;
    font-family: Roboto;
    font-size: 13px;
    font-style: normal;
    line-height: 16px;
    border: none;
    padding: 8px 14px;
    background: none;
    font-weight: 400;
	border-bottom:1px solid #e0e0e0;
}
.tabs-standart>div {
    border: none;
    padding: 30px 0 0px;
}

.resultFilterPass>div:hover {
    background-color: #ecedf3;
}
.tabs-pass {
    font-size: 16px;
}




.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-dialog {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  padding: 10px;
  z-index: 1050;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.428571429px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.428571429;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.modal-footer:after {
  clear: both;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-content>.col-md-12 {
    padding: 0 20px;
}
.main_top_banner {
  text-align: center;
  line-height: 0px;
  margin-bottom: 20px;
}
.main_top_banner img {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}

.infoLine {
    margin: 0 0 15px 0;
    color: #f00;
}