.form-send {
    display: block;
    margin-top: 20px;
    text-align: center;
    color: #fff;
    background-color: #8bc34a;
    border-color: #8bc34a;
    font-weight: 400;
    box-shadow: 0 0 30px rgb(115 128 157 / 10%);
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
  }

._error input[type="text"]{
    border: 1px solid #ff0000!important;
  }

  .form__body {
    position: relative;
}

.form__body::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(51, 51, 51, 0.9) url("/assets/images/icons/loading.gif") center / 50px no-repeat;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease 0s;
}

.form__body._sending::after {
    opacity: 1;
    visibility: visible;
}


@media (max-width: 991px) {
  .type__img img {
    max-width: 140px;
  }
}

@media (max-width: 767px) {
  .mainButton {
    padding: 8px 12px;
  }
}

@media (max-width: 375px) {
  .type__img img {
    max-width: 110px;
  }
}

.item {
  display: none;
}

.item.neispravnosti {
  display: block;
}




/* .loadMore:hover {
  background-color: #fff;
  color: #33739E;
} */

/* main */

html,
body {
  height: 100%;
}

.wrapper {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.main {
  flex: 1 1 auto;
}

.logo__text:hover {
  color: #fff;
  text-decoration: none;
}

.logo__text--footer {
  margin-top: -5px;
}

/* footer */

.footer__offer {
  font-size: 11px;
}

.itemCollapse b {
  font-weight: 300 !important;
}

.official__img {
  min-height: 400px;
}

/* .navigation__phone--black, .nav-link--black, .logo__text--black {
  color: #000;
} */

.nav-link--black, .logo__text--black {
  font-weight: 400;
}

.navigation__logo-link {
  margin-right: 5px;
}

.header .navigation__logo img {
  width: 120px;
}

.navigation__brand {
  position: relative;
  white-space: nowrap;
  border-bottom: 1px solid #ffffff;
  cursor: pointer;
}

.navigation__text {
  max-width: 220px !important;
}

.navigation__brand::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: -9px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #ffffff;
}



/* submenu */

.submenu-wrapper {
  position: relative;
}

.submenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;

  margin: 0 10px;
  padding: 15px 15px 5px;
  width: 94%;

  border-radius: 8px;
  box-shadow: 0 40px 30px rgba(0, 0, 0, 0.1);

  background-color: #ffffff;

  transform: translate(0px, 0.5%);

  z-index: 9;
}

.submenu__list {
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));

  grid-gap: 10px 20px;
}

.submenu__item {
  list-style-type: none;
}

.submenu__link {
  color: #000;
}

.submenu__link:hover {
  text-decoration: none;
  color: #006465;
}

/* end submenu */

/* colors */


.header {
  display: flex;
  align-items: center;
  min-height: 50px;
  background-color: #4183d7;
}

.subheader {
  background-color: #15498C;
}

.cover {
  background: linear-gradient( -56deg,#91B8DB 0,#fffF 156%);
}

.btn-warning {
  background-color: #15498C;
  border-color: #15498C;
}

.btn-warning:hover {
  border-color: #15498C;
}

.navigation__logo {
  color: #fff;
}

.navigation__phone--black:hover, .nav-link--black:hover, .logo__text--black:hover {
  color: linear-gradient( -56deg,#91B8DB 0,#fffF 156%);
}

.footerMap-link.active span, .footerMap-link:hover span, .sabNav:hover .sabNav__text, .text-warning, .type:hover .type__name {
  color: #91B8EB;
}

.btn-warning.choiceMalf:not(:disabled):not(.disabled):hover, .btn-warning.choiceModel:not(:disabled):not(.disabled):hover, .btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show>.btn-warning.dropdown-toggle {
  background-color: #91B8EB!important;
}

.bg-gradient-blue {
  background: linear-gradient(-56deg,#91B8EB 0,#4183D7 100%);
}

.bg-gradient-purple {
  background-color: #4183d7;
}

/* end colors */

/* neispravnosti */

.neispravnosti .type__img {
  height: 200px;
}

.neispravnosti .type__img img {
  max-width: 100%;
  width: 100%;
  object-fit: cover;
}

.neispravnosti .type__img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,.4);
  z-index: 1;
}

.neispravnosti .type {
  position: relative;
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.neispravnosti .type:hover .type__name {
  color: #ffffff;
}

.neispravnosti .type .type__img {
  overflow: hidden;
}

.neispravnosti .type:hover .type__img img {
  transform: scale(1.05);
  transition: all 0.2s;
}

.neispravnosti .type__name {
  position: absolute;
  padding: 0 5px;
  margin-top: 0;
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  z-index: 2;
}

/* end neispravnosti */


.neispravnosti__img, .remont__img {
  width: 100%;
  margin-bottom: 20px;
}

/* back-to-top */

.back-to-top {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 100px;
  width: 50px;
  height: 50px;
  border-color: transparent;
  border-radius: 50%;
  background: #4183d7;
  z-index: 5;
}

.back-to-top::before,
.back-to-top::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.back-to-top::before {
  width: 5px;
  height: 25px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background: #f5f5f7;
}

.back-to-top::after {
  width: 15px;
  height: 15px;
  -webkit-transform: translate(-50%, -70%) rotate(45deg);
      -ms-transform: translate(-50%, -70%) rotate(45deg);
          transform: translate(-50%, -70%) rotate(45deg);
  border-top: 5px solid #f5f5f7;
  border-left: 5px solid #f5f5f7;
}

.back-to-top:hover,
.back-to-top:focus {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
  outline: none;
}

/* end back-to-top */
