.elements-tabs__link.--current {
  border-bottom: 0.1875rem solid #022027 !important;
}

.elements-tabs__link {
  border-bottom: none !important;
}

.elements-tabs__link::before, .elements-tabs__link::after {
  display: none !important;
}


html body .mod--new-form.mod.mod--form{
  width: 100%;
  max-width: 475px;
  padding: 30px 40px !important;
}

.mod--new-form.mod.mod--form .mod__item label {
  display: block;
  text-align: left;
  margin-top: 10px;
  position: relative;
}

.mod--new-form.mod.mod--form .mod__item .mod__input--checkbox label{
  padding-left: 26px;
}

.mod--new-form.mod.mod--form .mod__item {
  width: 100% !important;
}

.mod--new-form.mod.mod--form .mod__title {
  font-size: 24px;
  line-height: 1.3;
  margin-top: 15px;
  margin-bottom: 15px;
}

.mod__item label {
  cursor: pointer;
}

.mod__item label i {
  position: absolute;
  top: 8px;
  left: 0;
  font-size: 18px;
}

.mod__item label i.fa-check-square-o {
  display: none;
}

.mod__item input[type="checkbox"]:checked + i.fa-square-o {
  display: none;
}
.mod__item input[type="checkbox"]:checked + i.fa-square-o + i.fa-check-square-o {
  display: inline;
}

.mod--new-form.mod.mod--form .mod__item .mod__input--textarea label {
  padding-left: 0;
}

.mod--new-form.mod.mod--form .mod__input--textarea textarea{
  border: 0.0625rem solid #d4dbea;
  color: #101241;
  font-size: 14px;
  font-family: Geologica;
  font-weight: 400;
  border-radius: 8px;
  padding: 10px;
  width: 100% !important;
}

.mod__item-text {
  font-size: 14px;
  line-height: 1.2;
  margin-top: 15px;
}

.mod--new-form.mod.mod--form .field__file-wrapper {
  display: flex !important;
  flex-wrap: nowrap;
}

.mod--new-form.mod.mod--form .field__file {
  width: 0;
  min-width: 0;
}

.mod--new-form.mod.mod--form .field__file-wrapper .field__file-fake {
  width: 100%;
}

.contact__params-modal-form {
  text-align: right;
  margin-top: 25px;
  color: #616a3f;
  cursor: pointer;
  transition: all 0.3s;
}

.contact__params-modal-form:hover {
  color: #6f3e3c;
}

.input__area:disabled {
  opacity: 0.5;
}

.form-result-success {
  display: block;
  width: 100%;
}

.mod__form-container.hide {
  display: none;
}

.form-result{
  color: red;
}

.mod--new-form input {
  border: 0.0625rem solid #d4dbea;
  width: 100%;
  color: #101241;
  font-size: 14px;
  font-weight: 400;
  border-radius: 8px;
  padding: 10px;
}
.mod--new-form input:disabled {
  opacity: 0.5;
}

.mod--new-form .mod__item label {
  cursor: auto;
}

.mod__input--disabled input {
  pointer-events: none;
  opacity: 0.5;
}

.mod--new-form select {
  width: 100%;
  color: #101241;
  font-size: 14px;
  font-weight: 400;
  padding: 10px;
  background: white;
}

.container-select-option {
  position: relative;
  overflow: hidden;
  border: 0.0625rem solid #d4dbea;
  border-radius: 8px;
}

.container-select-option .fa.fa-angle-down {
  position: absolute;
  top: 12px;
  right: 10px;
  z-index: 1;
}

.container-select-option::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  width: 30px;
  height: 100%;
  background: white;
}

.mod--new-form.mod.mod--form .mod__item label span {
  color: red;
}

.mod--new-form .field__wrapper {
  margin-top: 0;
}

.mod--new-form.mod.mod--form .field__wrapper label {
  margin-top: 0 !important;
}

html .popup__bg {
  background-color: rgba(0,0,0,0.6);
}

.personal-page__images-text {
  display: flex;
  gap: 60px;
}

.personal-page__images {
  width: 100%;
  max-width: 600px;
}

.personal-page__images img {
  object-fit: cover;
  min-height: 375px;
}

.personal-page__images .swiper-slide {
  height: 100%;
  max-height: 100%;
}

.swiper-button-prev{
  left: 25px;
}

.swiper-button-next {
  right: 25px;
}

.mod__item--file{
  display: none;
}

.edit-horses-page {
  font-size: 18px;
}

.personal-page__content {
  position: relative;
}

.edit-horses-page {
  position: relative;
  z-index: 5;
  color: #022027;
  border-radius: 12px;
  background: #ece9e4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 15px;
  margin: 10px 0;
  gap: 10px;
}

.personal-page__images .edit-horses-page {
  position: absolute;
  left: 15px;
}

h2 .edit-horses-page {
  width: 45px;
  top: -3px;
  margin: 0;
  left: 5px;
}

.personal-page__images {
  position: relative;
}

#edit-horses-page {
  max-width: 768px;
}

.mod__item--if-input {
  display: none;
}

.personal-page__back {
  position: absolute;
  top: -135px;
  left: 0;
}

.personal-page {
  position: relative;
}

body .page-header {
  margin: 35px 0 0 0;
}

.custom-modal-event{
  display: none;
  z-index: -1;
  pointer-events: none;
}

.custom-modal-event.is-open {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  inset: 0;
  z-index: 1000;
  pointer-events: auto;
  width: 100%;
}

.custom-modal-event.is-open .mod.mod--custom-event {
  display: block;
}

.container-bg {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.6);
  display: flex;
  align-items: center;
  justify-content: center;
}

.mod__item-text.mod__item-text--mod-danger {
  color: #ff8300;
}

html.modal-open {
  overflow: hidden;
}

.custom-modal-event.is-open .mod.mod--custom-event {
  max-height: 600px;
  overflow: hidden;
  overflow-y: scroll;
}

.old-gallery__title {
  text-align: left;
}

.old-gallery__items {
  display: flex;
  gap: 24px;
  margin-top: 10px;
  flex-wrap: wrap;
}

.old-gallery__item {
  width: 100px;
}

.old-gallery__remove {
  display: flex !important;
  gap: 10px;
  margin-top: 14px !important;
}

.old-gallery__item img {
  width: 100%;
  object-fit: cover;
}

.mod__form-container {
  width: 100%;
}

.old-gallery__item {
  width: 110px;
  padding: 4px;
  border: 1px solid #616a3f;
  border-radius: 12px;
  height: 110px;
}

#checkbox-old-gallery {
  position: absolute;
  opacity: 0;
  top: 0;
  width: 0;
  height: 0;
  display: block;
  padding: 0;
}

.old-gallery__remove {
  cursor: pointer !important;
  font-size: 14px;
  display: flex !important;
  align-items: center;
  position: relative;
}

.old-gallery__remove-block input:checked + .old-gallery__remove .old-gallery__remove-checkbox {
  background: #616a3f;
}

.old-gallery__remove-checkbox {
  width: 20px;
  height: 20px;
  border: 1px solid #616a3f;
}

.old-gallery__remove-block {
  position: relative;
}

.requests-info__block h2 {
  margin: 0;
}

.requests-info__block .block__title {
  padding: 0;
}

.requests-info__block .table-3 {
  margin: 0;
}

.requests-open-modal {
  margin-bottom: 20px;
}

.custom-modal-event .common-input-checkbox span {
  color: black !important;
}

.custom-modal-event .input input[type="checkbox"] + label::before,
.custom-modal-event .input input[type="radio"] + label::before {
  height: 20px;
  width: 20px;
}

.custom-modal-event .input input[type="checkbox"] + label::after {
  width: 4px;
  height: 12px;
}

.custom-modal-event .input input[type="checkbox"] + label,
.custom-modal-event .input input[type="radio"] + label {
  padding-left: 30px;
}





