.model-dropdown-select {
	height: 45px;
	background: #e0e0e0;
	border-radius: 5px;
	position: relative;
	z-index: 50;
	cursor: pointer;
	line-height: 45px;
	padding: 0 15px;
	color: #000;
}

.model-dropdown-list {
	background: #fff;
	color: #000;
	z-index: 49;
	top: 41px;
	max-height: 342px;
	width: 100%;
	overflow-x: hidden;
}

.option {padding: 5px;border-bottom: 1px solid #e0e0e0;display: -webkit-box;display: -ms-flexbox;display: flex; width: 100%; margin: 0px; gap: 5px;}

.option_image {
	width: 80px;
	background-position: center;
	background-size: cover;
	background-color: #e0e0e0;
}

.block-info {
	max-width: 63%;
}

.option_title {font-weight: bold; font-size: 12px;}

.option_info {
	display: block;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 5px 0;
	margin: 5px 0;
}

.option_price {
	display: block;
	font-weight: 600;
}

.option_content {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-left: 15px;
}

.option:hover {
	cursor: pointer;
}

.pagination {
    justify-content: center;
    align-items: center;
    display: flex;
    margin-top: 40px;
  }
  .pagination ul {
    display: flex;
  }
  .pagination li {
    margin-right: 5px;
  }
  li.page-item {
      position: relative;
      display: block;
      padding: .5rem .75rem;
      margin-left: -1px;
      line-height: 1.25;
      color: #e51c24;
      background-color: #fff;
      border: 1px solid #dee2e6;
  }
  li.page-item.active {
      color: white;
      background-color: #e51c24;
  }
  
  .page-item a {
      text-decoration: none;
  }

.form_control.has-error, .select2-selection--single.has-error {
	border-color:red !important;
	animation: errore 1s linear !important;
}

.mark-logos__item-img img{
	max-width: 30px;
}


/* Всплываха */
.popup {
    max-width: 400px;
  }
  
  .popup__title {
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: 600;
    line-height: 120%;
  }
  
  .popup-form {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    grid-gap: 10px;
  }
  
  .popup-form--col {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    grid-gap: 10px;
  }
  
  .popup-form__btn {
    width: 100%;
  }

  .popup-credit {
    width: 100%;
    max-width: 450px;
    position: relative;
    padding: 40px;
  }
  
  .popup-credit__title span {
    color: #efdf01;
  }

  .checkbox.has-error {
    color: red !important;
}

  .label.has-error {
    color: red !important;
  }
  
  .popup-credit__text {
    margin-bottom: 20px;
  }
  
  .popup-credit .popup-form__input {
    max-width: 100%;
    width: 100%;
  }
  
  .popup-credit .btn {
    width: 100%;
  }

  input::-webkit-outer-spin-button,
  input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }

  .footer__bottom-link{
    font-size: 17px;
    color: blue;
  }