/*
Theme Name: Invest
Author: KLIF (Artem G.)
Version: 1.0
Text Domain: invest
*/

.russo-fs24 {
  font-family: "Russo One", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: 0em;
  text-align: left;
}

.text-white.btn-submit {
  background: grey;
}
a.text-white,
.text-white {
  color: white !important;
}
a.text-black,
.text-black {
  color: var(--font-main);
}
a.text-black:hover {
  color: var(--c-table-1);
}

/*help class*/
.font-light {
  font-weight: 300;
}
.color-red {
  color: red;
}
.color-green {
  color: green;
}
.color-black {
  color: black !important;
}
.color-unset {
  color: unset;
}
.cursor-pointer {
  cursor: pointer;
}
.border-radius-left-side {
  border-radius: 10px 0 0 10px;
}
.overflow-auto {
  overflow: auto;
}
.mt-0 {
  margin-top: 0 !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-10 {
  margin-bottom: 10px;
}
.mt-15 {
  margin-top: 15px;
}
.pt-0 {
  padding-top: 0 !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}

/*==============*/
.table-body .table-item.table-item-with-sub-menu {
  overflow: visible !important;
}

.filter-block-body-item input[type="radio"] {
  width: 0;
  height: 0;
  overflow: hidden;
  display: none;
}

.crm-page-form-body.crm-page-form-body__edit-object,
.crm-page-form-body__add-object.crm-page-form-body__edit-object
  .crm-page-form-box:first-child {
  width: 100%;
  max-width: 850px;
}
.crm-page-form-body.crm-page-form-body__edit-object
  .crm-page-form__wrap
  > .crm-page-form-box:first-child
  .crm-page-form-box-title {
  border-radius: 20px 20px 0 0;
}
.crm-page-form-body.crm-page-form-body__edit-object
  .crm-page-form-box:first-child
  .crm-page-form-box-wrap {
  border-right: unset;
  padding-right: 15px;
}

.form-box-wrap-inputs.has-radio-btns .is-flex {
  display: flex;
  align-items: end;
  margin-bottom: 15px;
}
.form-box-wrap-inputs.has-radio-btns .is-flex .form-field-block {
  margin-bottom: 0;
}
.form-box-wrap-inputs.has-radio-btns input[type="radio"] {
  display: none;
}
.form-box-wrap-inputs.has-radio-btns .form-field-block input:checked ~ label {
  background: #ffe873;
  color: #000;
}
.form-box-wrap-inputs.has-radio-btns .form-field-block label {
  background: #ededed;
  border-radius: 5px;
  padding: 14px 20px;
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
  letter-spacing: 0em;
  text-align: left;
  color: #637989;
  margin-right: 5px;
  cursor: pointer;
  margin-bottom: 0;
}

.delete-favorite,
.add-favorite {
  cursor: pointer;
}

.sidebar-sub-menu li.active > a {
  color: #faa031;
}

ul.errors {
  padding: 15px 15px 10px 15px;
}
ul.errors.text-danger {
  color: red;
}
ul.errors li {
  list-style: disc;
  margin-left: 15px;
  margin-bottom: 5px;
}
ul.errors li a {
  font-weight: 700;
}
ul.errors.text-danger li a {
  color: red;
}

.crm-page a.btn-submit {
  display: inline-block;
  color: black;
}

.notifications-label {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  margin-right: 10px;
}
.crm-header-mail .notifications-label {
  position: relative;
  left: -11px;
  bottom: -1px;
  margin-right: 0;
}
.notifications-label.is-high {
  background-color: #dc3232;
}
.notifications-label.is-normal {
  background-color: #ffde39;
}

.single-crm .message-btn {
  display: inline-block;
  padding: 14px 34px;
  margin: 0 10px;
  border: 1px solid #ffde39;
  border-radius: 40px;
  background: #ffde39;
  color: #000;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: 0em;
  text-align: center;
}
.single-crm .message-btn.is-cancel {
  border: 1px solid black;
  background: black;
  color: white;
}

.pop-up__team-body.is-only-text:before {
  content: none !important;
}
.pop-up__team-center.is-full-width {
  max-width: 100%;
}

.single-crm .pop-up__team {
  color: black;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #00000066;
  z-index: -2;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: all 0.3s ease-in-out 0s;
}
.single-crm .pop-up__team.open {
  opacity: 1;
  z-index: 111;
  transition: all 0.3s ease-in-out 0s;
}
.single-crm .pop-up__team-body {
  width: 950px;
  height: 320px;
  border-radius: 30px;
  background: #fff;
  position: relative;
  display: flex;
  padding: 40px 45px 40px 30px;
}
.single-crm .pop-up__team-body::before {
  content: "";
  display: block;
  height: 100%;
  width: 137px;
  position: absolute;
  left: 0;
  top: 0;
  background: #1d1d1d;
  border-radius: 30px 0 0 30px;
}
.single-crm .pop-up__team-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 100%;
}
.close__pop-up__team {
  position: absolute;
  top: 30px;
  right: 30px;
}
.single-crm .pop-up__team-image img {
  width: 240px;
  height: 240px;
  border-radius: 50%;
}
.single-crm .pop-up__team-center {
  width: 100%;
  text-align: center;
}
.single-crm .pop-up__team-name {
  text-align: center;
}
.single-crm .pop-up__team-info {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: center;
  margin-top: 8px;
  margin-bottom: 31px;
}
.single-crm .pop-up__team-right p,
.single-crm .pop-up__team-right a {
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: 0em;
  text-align: center;
}
.single-crm .pop-up__team-phone {
  margin-top: 30px;
  margin-bottom: 27px;
}
.close__pop-up__team {
  cursor: pointer;
}
.object_additionally-wrap {
  width: 100%;
  margin-top: 40px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.object_additionally-wrap img {
  margin-right: 5px;
}
@media screen and (max-width: 1124px) {
  .single-crm .pop-up__team-body {
    width: 700px;
    height: 240px;
    padding: 38px 22px;
  }
  .single-crm .pop-up__team-image img {
    width: 160px;
    height: 160px;
  }
  .single-crm .pop-up__team-name {
    font-size: 22px;
  }
  .single-crm .pop-up__team-info {
    font-size: 14px;
    line-height: 17px;
    margin: 10px 0 26px;
  }
  .btn-transparent {
    font-size: 14px;
    line-height: 17px;
    padding: 10px 14px;
  }
  .btn-transparent svg {
    width: 26px;
    height: 26px;
  }
  .single-crm .pop-up__team-right p,
  .single-crm .pop-up__team-right a {
    font-size: 14px;
    line-height: 17px;
  }

  .single-crm .message-btn {
    font-size: 14px;
    line-height: 17px;
  }
}
@media screen and (max-width: 767px) {
  .russo-fs24 {
    font-size: 14px;
    line-height: 17px;
  }

  .single-crm .pop-up__team-body {
    width: calc(100% - 20px);
    height: auto;
    padding: 10px 30px 20px;
    max-width: 370px;
  }
  .single-crm .pop-up__team-wrap {
    flex-direction: column;
  }
  .single-crm .pop-up__team-body::before {
    height: 59px;
    width: 100%;
    border-radius: 30px 30px 0 0px;
  }
  .close__pop-up__team path {
    stroke: #fff;
  }
  .single-crm .pop-up__team-image img {
    width: 86px;
    height: 86px;
    margin-bottom: 10px;
  }
  .single-crm .pop-up__team-phone {
    margin: 12px 0 20px;
  }
}

/*text page - start*/

.breadcrumb {
  padding: 0 0 15px;
}
.text-page h5 {
  font-size: 28px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  line-height: 33px;
  letter-spacing: 0em;
  text-align: left;
}
.text-page h6 {
  font-size: 26px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  line-height: 33px;
  letter-spacing: 0em;
  text-align: left;
}
.text-page__body p {
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 10px;
}
.text-page__body li {
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 5px;
}
.text-page h1,
.text-page h2,
.text-page h3,
.text-page h4,
.text-page h5,
.text-page h6 {
  margin-bottom: 15px;
}
.text-page__body ul,
ol {
  padding: 10px 0 10px 35px;
}
.text-page__body ul li {
  list-style: disc;
}
.text-page__body a {
  text-decoration: underline;
}
@media screen and (max-width: 1367px) {
  .text-page h5 {
    font-size: 24px;
    line-height: 28px;
  }
  .text-page h6 {
    font-size: 20px;
    line-height: 24px;
  }
}

@media screen and (max-width: 767px) {
  .text-page h1 {
    font-size: 62px;
    line-height: 68px;
  }
  .text-page h5 {
    font-size: 20px;
    line-height: 24px;
  }
  .text-page h6 {
    font-size: 18px;
    line-height: 20px;
  }
  .text-page__body p,
  .text-page__body li {
    font-size: 16px;
    line-height: 22px;
  }
}
/*text page - end*/

.sidebar-info__bottom-item.v2 {
  width: calc(66.666% - 10px);
}
@media screen and (max-width: 550px) {
  .sidebar-info__bottom-item.v2 {
    width: calc(100% - 5px);
  }
}

.table-item-sub-menu.v2.open {
  height: 47px;
}
.table-item-sub-menu-elem.table-item-sub-menu-elem-delete.v2 a {
  border-top: unset !important;
}

.catalog-filters__left-bottom.open {
  max-height: 250px;
}

.catalog-filters-results {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.catalog-filters-results.disable {
  pointer-events: none;
}
.catalog-filters-result {
  cursor: pointer;
  padding: 10px 30px 10px 20px;
  border-radius: 5px;
  min-width: 50px;
  text-align: center;
  margin: 10px 10px 0 0;
  background: #640f1e;
  color: #fff;
  position: relative;
}
.catalog-filters-results.disable .catalog-filters-result {
  pointer-events: none;
  cursor: not-allowed;
}
.catalog-filters-result:hover {
  background-color: #640f1e;
}
.catalog-filters-result:before,
.catalog-filters-result:after {
  content: "";
  width: 10px;
  height: 1px;
  display: block;
  background-color: #fff;
  position: absolute;
  right: 10px;
  top: 0;
  margin: auto;
  bottom: 0;
}
.catalog-filters-result:before {
  transform: rotate(45deg);
}
.catalog-filters-result:after {
  transform: rotate(-45deg);
}

.form-field-block-body-item.disabled label {
  padding-left: 0;
  font-weight: 600;
}
.form-field-block-body-item.disabled label:before,
.form-field-block-body-item.disabled label:after {
  content: none !important;
}

.form-box-publish-inputs {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  width: 100%;
}
.form-box-publish-inputs .switch-wrap {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 3px 0;
}
.form-box-publish-inputs .switch-wrap:first-child {
  margin-top: 0;
}
.form-box-publish-inputs .switch-wrap:last-child {
  margin-bottom: 0;
}