.bcrumbs {
    background-color: #f0f0f0;
    padding: 6px 0;
}

.breadcrumb {
    padding: 0;
    margin: 0;
    list-style: none;
}

.breadcrumb li {
    float: left;
}

.breadcrumb li a{
    color: #f08162;
}

.breadcrumb li+li::before {
    display: inline-block;
    padding-right: .5rem;
    padding-left: .5rem;
    color: #636c72;
    content: "/";
}

ul.responsive-table {
    margin: 0;
    padding: 0;
}
.responsive-table li {
    border-radius: 3px;
    padding: 25px 30px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 4px;
  }
.responsive-table .table-row {
    background-color: #ffffff;
    box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.1);
  }
.responsive-table .col-1 {
    flex-basis: 90%;
  }
.responsive-table .col-2 {
    flex-basis: 10%;
  }
  
  @media all and (max-width: 767px) {
    .responsive-table .table-header {
      display: none;
    }
    .responsive-table .table-row{
      
    }
    .responsive-table li {
      display: block;
    }
    .responsive-table .col {
      
      flex-basis: 100%;
      
    }
    .responsive-table .col {
      display: flex;
      padding: 10px 0;
    }
  }


.lead {
    font-size: 120%;
}

.strong {font-weight: bold;}

.form-main {
    max-width: 925px;
    margin: 0 auto;
    box-shadow: 0 2px 3px -1px rgba(0,0,0,0.3);
}

.form-group {
    margin-bottom: 1rem;
}

.form__content {
    flex: 1;
    padding: 50px 35px;
    background: rgb(255, 255, 255);
    padding: 0;
}

.form label {
    font-weight: 500;
    font-size: 16px;
    color: rgb(119, 119, 119);
    line-height: 1.4;
}

.form input:not([type="checkbox"]):not([type="radio"]) {
    background: none;
    border-radius: 0;
    outline: none !important;
    box-shadow: none !important;
    border: 0;
    padding-left: 0;
    padding-right: 0;
    border-bottom: solid 1px rgb(187, 187, 187);
    color: rgb(0, 0, 0);
    font-size: 19px;
    font-weight: 500;
}

.form label+input, .form label+select, .form label+.input-group {
}

.form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: rgb(73, 80, 87);
    background-color: rgb(255, 255, 255);
    background-clip: padding-box;
    border: 1px solid rgb(206, 212, 218);
    border-radius: .25rem;
    transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
}

.form select {
    background: none;
    border-radius: 0;
    outline: none !important;
    box-shadow: none !important;
    border: 0;
    padding-left: 0;
    padding-right: 0;
    border-bottom: solid 1px rgb(187, 187, 187);
    color: rgb(0, 0, 0);
    font-size: 20px;
    font-weight: 500;
}

label+.form-check {
    margin-top: 3px;
}

.form-check {
    position: relative;
    padding-left: 19px;
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}

.form-check .form-check-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.form-check .form-check-input+.form-check-label {
    font-size: 20px;
    font-weight: 500;
    color: rgb(0, 0, 0);
    line-height: 1.3;
    cursor: pointer;
    padding-left: 14px;
}

.form-check-label {
    margin-bottom: 0;
}

.form-check .form-check-input[type="radio"]:checked+.form-check-label:before {
    box-shadow: inset 0 0 0 3px #fff;
}

.form-check .form-check-input+.form-check-label:before {
    width: 19px;
    height: 19px;
    border: solid 1px rgb(153, 153, 153);
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 0;
}

.form-check .form-check-input[type="radio"]+.form-check-label:before {
    border-radius: 50%;
    background: rgb(16, 160, 155);
    box-shadow: inset 0 0 0 10px #fff;
    transition: box-shadow .2s;
}

.form-check .form-check-input+.form-check-label.small {
    font-size: 14px;
    padding-top: 4px;
}

small, .small {
    font-size: 80%;
    font-weight: 400;
}

p {
    margin-bottom: 1.3rem;
}

.form-check .form-check-input+.form-check-label:before {
    width: 19px;
    height: 19px;
    border: solid 1px rgb(153, 153, 153);
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 0;
}

.form-check .form-check-input[type="checkbox"]:checked+.form-check-label:after {
    transform: rotate(45deg) scale(1) translate3d(0, 0, 0);
}

.form-check .form-check-input[type="checkbox"]+.form-check-label:after {
    display: block;
    content: '';
    width: 8px;
    height: 13px;
    position: absolute;
    top: 5px;
    left: 6px;
    border: 0 solid rgb(16, 160, 155);
    border-right-width: 3px;
    border-bottom-width: 3px;
    transform: rotate(45deg) scale(0) translate3d(3px, 3px, 0);
    transition: .15s;
}

@media (min-width: 1440px) {
header .menu__wrapper__contacts {
    padding: 11px 0 11px 86px;
}
}

.footer__content a {
    text-decoration: underline;
    color: #000;
}

.js div#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: #fff url(/assets/img/loader.svg) no-repeat center center;
    background-size: 120px;
}

.menu__wrapper>ul>li>ul.sub-long {
    min-width: 600px;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

.menu__wrapper>ul>li>ul {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 300px;
    background: #fff;
    z-index: 50;
    padding: 0 0 12px 0;
    visibility: hidden;
    border: solid 1px #ccc;
    border-top: 0;
    opacity: 0;
    transition: .1s;
}
@media (max-width: 992px) {
    .menu__wrapper>ul>li>ul.sub-long {
        display: none;
    }
    .menu__wrapper>ul>li.menu-sub>a:before {display:none;}
}
.menu__wrapper>ul>li>ul.sub-long>li {
    display: inline-block;
    width: 100%;
}

.menu__wrapper ul>li:hover>a,
.menu__wrapper ul li.active>a {
    color: #e85222;
}

.menu__wrapper>ul>li>ul>li>a {
    display: block;
    font-weight: 500;
    padding: 6px 17px;
    transition: color .1s;
    color: #000;
}

.menu__wrapper>ul>li:hover>ul {
    visibility: visible;
    opacity: 1;
}

.menu__wrapper>ul>li.menu-sub>a:before {
    content: "";
    display: block;
    position: absolute;
    top: 47px;
    right: 5px;
    width: 0;
    height: 0;
    margin-left: 9px;
    pointer-events: none;
    border-top: solid 6px #aaa;
    border-left: solid 5px transparent;
    border-right: solid 5px transparent;
}
@media (min-width: 992px) {
    .menu__wrapper>ul>li.menu-sub>a:before {
        right: 0;
    }
}
@media (max-width: 992px) {
    .menu__wrapper>ul>li>ul.sub-long {
        display: none;
    }
    .menu__wrapper>ul>li.menu-sub>a:before {display:none;}
}
.ajax-snippet {display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0 -10px;}

img.img-fluid {
    width: 100%;
}

.blink_button {
    background-color: #f08262;
    -webkit-border-radius: 7px;
    border: none;
    cursor: pointer;
    display: inline-block;
}

@keyframes glowing {
  0% { background-color: #ff3900;}
  50% { background-color: #f4b29e;}
  100% { background-color: #ff3900;}
}

.blink_button {
  /* animation: glowing 1500ms infinite; */
  margin-top: 2px;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #eceeef;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #eceeef;
}

.table tbody + tbody {
  border-top: 2px solid #eceeef;
}

.table .table {
  background-color: #fff;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #eceeef;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #eceeef;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #dff0d8;
}

.table-hover .table-success:hover {
  background-color: #d0e9c6;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #d0e9c6;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #d9edf7;
}

.table-hover .table-info:hover {
  background-color: #c4e3f3;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #c4e3f3;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fcf8e3;
}

.table-hover .table-warning:hover {
  background-color: #faf2cc;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #faf2cc;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f2dede;
}

.table-hover .table-danger:hover {
  background-color: #ebcccc;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #ebcccc;
}

.thead-inverse th {
  color: #fff;
  background-color: #292b2c;
}

.thead-default th {
  color: #464a4c;
  background-color: #eceeef;
}

.table-inverse {
  color: #fff;
  background-color: #292b2c;
}

.table-inverse th,
.table-inverse td,
.table-inverse thead th {
  border-color: #fff;
}

.table-inverse.table-bordered {
  border: 0;
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive.table-bordered {
  border: 0;
}
