::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar-thumb {
  background-color: var(--color-1);
}

::-webkit-scrollbar-track {
  background-color: var(--color-3);
}

@font-face {
  font-family: "IS-Black";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/eot/IRANSansWeb_Black.eot");
  src: url("../fonts/eot/IRANSansWeb_Black.eot?#iefix") format("embedded-opentype"), url("../fonts/woff2/IRANSansWeb_Black.woff2") format("woff2"), url("../fonts/woff/IRANSansWeb_Black.woff") format("woff"), url("../fonts/ttf/IRANSansWeb_Black.ttf") format("truetype");
}
@font-face {
  font-family: "IS-Bold";
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/eot/IRANSansWeb_Bold.eot");
  src: url("../fonts/eot/IRANSansWeb_Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/woff2/IRANSansWeb_Bold.woff2") format("woff2"), url("../fonts/woff/IRANSansWeb_Bold.woff") format("woff"), url("../fonts/ttf/IRANSansWeb_Bold.ttf") format("truetype");
}
@font-face {
  font-family: "IS-Medium";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/eot/IRANSansWeb_Medium.eot");
  src: url("../fonts/eot/IRANSansWeb_Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/woff2/IRANSansWeb_Medium.woff2") format("woff2"), url("../fonts/woff/IRANSansWeb_Medium.woff") format("woff"), url("../fonts/ttf/IRANSansWeb_Medium.ttf") format("truetype");
}
@font-face {
  font-family: "IS-Light";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/eot/IRANSansWeb_Light.eot");
  src: url("../fonts/eot/IRANSansWeb_Light.eot?#iefix") format("embedded-opentype"), url("../fonts/woff2/IRANSansWeb_Light.woff2") format("woff2"), url("../fonts/woff/IRANSansWeb_Light.woff") format("woff"), url("../fonts/ttf/IRANSansWeb_Light.ttf") format("truetype");
}
@font-face {
  font-family: "IS-UltraLight";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/eot/IRANSansWeb_UltraLight.eot");
  src: url("../fonts/eot/IRANSansWeb_UltraLight.eot?#iefix") format("embedded-opentype"), url("../fonts/woff2/IRANSansWeb_UltraLight.woff2") format("woff2"), url("../fonts/woff/IRANSansWeb_UltraLight.woff") format("woff"), url("../fonts/ttf/IRANSansWeb_UltraLight.ttf") format("truetype");
}
@font-face {
  font-family: "IS";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/eot/IRANSansWeb.eot");
  src: url("../fonts/eot/IRANSansWeb.eot?#iefix") format("embedded-opentype"), url("../fonts/woff2/IRANSansWeb.woff2") format("woff2"), url("../fonts/woff/IRANSansWeb.woff") format("woff"), url("../fonts/ttf/IRANSansWeb.ttf") format("truetype");
}
body {
  direction: rtl;
  text-align: right;
  font-family: "IS", tahoma, Arial, Helvetica, "sans-serif";
  font-size: 14px;
  line-height: 28px;
  color: var(--color-2);
}
@media (max-width: 767px) {
  body {
    font-size: 12px;
  }
}

header li,
footer li {
  list-style-type: none;
}

.one-line, .news-index--container--item__title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.before-after, .title-public:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
}

.dir-ltr {
  direction: ltr;
}

.dir-rtl {
  direction: rtl;
}

img {
  max-width: 100%;
  object-fit: cover;
}

video[poster] {
  object-fit: cover;
}

.transition, .comments-container--users-comments--answer__btn, .comments-container--form--col__btn, .news-index--container--item__title, .page-container .aside--tel, .btn, a {
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  -ms-ie-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

a {
  text-decoration: none;
  color: var(--color-1);
}
a:hover {
  text-decoration: none;
  color: var(--color-2) !important;
}

*:focus,
a:focus,
.btn:focus,
button:focus {
  box-shadow: 0 0 0 transparent !important;
  outline: 0px;
}

.btn {
  background: var(--color-2);
  line-height: 16px;
}
.btn:hover {
  background: var(--color-2);
}

.text-justify {
  text-align: justify;
}

.img-full-size, .page-container .aside--new-blog--item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
}

header {
  /* menu */
}
header .menu-container {
  margin-top: 10px;
}
header .responsive-logo {
  display: none !important;
}
header nav.navbar {
  border-bottom: 1px var(--color-2) solid;
}
header nav.navbar .navbar-brand {
  padding: 5px 10px 0;
  max-height: 37px;
  margin: 12px 0 0;
  height: 100px;
  max-width: 170px;
}
@media (max-width: 991px) {
  header nav.navbar .navbar-brand {
    margin-top: 0;
    display: block;
    padding: 0;
  }
}
header nav.navbar .navbar-brand img {
  height: 100%;
}
header nav.navbar .navbar-collapse .navbar-nav .nav-item.nav-link {
  display: block;
  color: var(--color-2);
  padding: 5px 10px 0;
  font-size: 1.01em;
  position: relative;
  border: 0;
  font-family: "IS-Bold";
  height: 37px;
  margin: 12px 12px 0 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
header nav.navbar .navbar-collapse .navbar-nav .nav-item.nav-link:hover, header nav.navbar .navbar-collapse .navbar-nav .nav-item.nav-link.active {
  color: var(--color-1) !important;
  background: var(--color-2);
}
@media (max-width: 991px) {
  header nav.navbar .navbar-collapse .navbar-nav .nav-item.nav-link {
    color: var(--color-1);
    padding: 7.5px 15px;
    margin: 2px 0;
    border-bottom: 1px dashed var(--color-1);
  }
  header nav.navbar .navbar-collapse .navbar-nav .nav-item.nav-link:last-child {
    border: none;
  }
  header nav.navbar .navbar-collapse .navbar-nav .nav-item.nav-link:hover, header nav.navbar .navbar-collapse .navbar-nav .nav-item.nav-link:focus {
    background: var(--color-1);
    color: var(--color-2);
  }
}
@media (max-width: 991px) {
  header nav.navbar {
    padding: 0;
  }
  header nav.navbar .container-fluid.py-2 {
    padding-top: 0 !important;
  }
}
@media (max-width: 991px) {
  header {
    padding: 0 !important;
    max-width: 100%;
  }
  header .navbar-collapse {
    background: var(--color-2);
    padding: 7.5px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
  }
  header__container {
    position: absolute;
  }
  header .navbar-toggler {
    background: var(--color-1);
  }
  header .responsive-logo {
    display: unset !important;
    position: absolute !important;
    padding: 0 !important;
    left: 5px;
    top: 5px;
    z-index: 9999999;
  }
  header .responsive-logo img {
    max-height: 45px;
  }
}
header .navbar-toggler {
  padding: 0.25rem 0.45rem;
  font-size: 1.25rem;
  line-height: 0;
  margin: 7px 0;
}

.title-public {
  font: 1.3em/1.8em "IS-Black";
}
.title-public strong {
  background: var(--color-1);
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
}
@media (max-width: 300px) {
  .title-public strong {
    padding: 0.5rem 1rem !important;
  }
}
.title-public:before {
  right: 0;
  background: var(--color-3);
  width: 100%;
  height: 2px;
  top: 45%;
}
@media (max-width: 767px) {
  .title-public {
    margin-bottom: 20px !important;
  }
}

footer {
  background: var(--color-3);
}
footer .logo-bottom img {
  max-height: 120px;
}
footer .sn a {
  background: var(--color-1);
  font-size: 1.8em;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  width: 56px;
  height: 56px;
  margin: 5px;
}
footer .sn a i {
  color: white;
  padding: 9px;
  background: var(--color-1);
  border: 2px white solid;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
@media (max-width: 575px) {
  footer .sn a i {
    padding: 5px;
  }
}
@media (max-width: 575px) {
  footer .sn a {
    width: 44px;
    height: 44px;
  }
}
footer .copyright {
  background: var(--color-2);
  color: white;
  font: 14px/22px "IS-Medium";
}
footer .copyright a {
  color: white !important;
}
footer .copyright a:hover {
  color: var(--color-2) !important;
}
@media (max-width: 1199px) {
  footer .copyright .container > div {
    flex-direction: column;
    text-align: center;
  }
  footer .copyright .container > div small {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  footer .copyright .d-flex {
    justify-content: center !important;
    text-align: center;
  }
}

.responsive-logo {
  display: none;
}

.page-container {
  background: #efefef;
}
.page-container__title {
  font: 1.2rem/2rem "IS-Bold";
  margin-bottom: 19px;
}
.page-container--bg-image {
  height: 440px;
}
.page-container--bg-image__back {
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
  filter: blur(4px) opacity(85%);
}
.page-container--bg-image__back-map {
  background: var(--color-2);
  filter: unset;
}
.page-container--bg-image img {
  width: 100%;
  height: 350px;
  -webkit-appearance: none;
  -webkit-box-shadow: 0px 0px 10px #002947;
  box-shadow: 0px 0px 10px #002947;
  margin: 43px 0;
  border: 4px #e9b027 solid;
}
.page-container--map-image__back {
  background: var(--color-2);
  filter: unset;
}
.page-container .title-public:before {
  display: none;
}
.page-container .news-index-row {
  grid-template-columns: 32% 32% 32%;
  gap: 2%;
}
.page-container .news-index-row .news-index--container--item {
  width: 100%;
}
@media (max-width: 550px) {
  .page-container .news-index-row .news-index--container--item {
    width: 300px !important;
    max-width: 100%;
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .page-container .news-index-row {
    grid-template-columns: 49% 49%;
  }
}
@media (max-width: 550px) {
  .page-container .news-index-row {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
  }
}
.page-container .aside {
  width: 300px;
}
.page-container .aside .aside--titleAd {
  text-align: center;
  background: var(--color-2);
  color: var(--color-1);
}
.page-container .aside .aside--titleAd h1 {
  font: 1em/1.6em "IS-Bold";
}
.page-container .aside .aside--titleAd small {
  color: white;
}
.page-container .aside--property {
  border: 1px var(--color-2) solid;
}
.page-container .aside--property--item {
  border-bottom: 1px var(--color-5) solid;
  font-size: 0.9em;
}
.page-container .aside--property--item a {
  color: black;
}
.page-container .aside--property--item a:hover {
  color: gray !important;
}
.page-container .aside--property--item div:first-child {
  width: 80px;
}
.page-container .aside--property--item div:last-child {
  width: calc(100% - 90px);
}
.page-container .aside--property--item:nth-child(even) {
  background: var(--color-5);
}
.page-container .aside--property--item:last-child {
  border: none;
}
.page-container .aside--realEstateAdvisor {
  font-size: 0.8em;
}
.page-container .aside--realEstateAdvisor img {
  width: 100px;
  height: 100px;
}
.page-container .aside--tel {
  background: var(--color-1);
}
.page-container .aside--tel a {
  color: black !important;
}
.page-container .aside--tel a:hover {
  color: black !important;
}
.page-container .aside--tel:hover {
  background: var(--color-3);
}
.page-container .aside--tagContainer__title {
  font: 1em/1em "IS-Bold";
}
.page-container .aside--new-blog--item {
  border-bottom: 1px #dee2e6 dashed;
}
.page-container .aside--new-blog--item__img {
  width: 100px;
  height: 59px;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .page-container .aside--new-blog--item__img {
    margin: 0 auto 10px;
  }
}
.page-container .aside--new-blog--item__text {
  width: calc(100% - 106px);
}
.page-container .aside--new-blog--item__text h5 {
  color: black;
  font-size: 0.9em;
  height: 38px;
  overflow: hidden;
  margin-bottom: 7px;
  line-height: 19px;
}
.page-container .aside--new-blog--item__text span {
  display: block;
  font-size: 0.7em;
  height: 20px;
  line-height: 20px;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .page-container .aside--new-blog--item__text {
    width: 100%;
    text-align: center;
  }
}
.page-container .aside--new-blog--item:last-child {
  border-bottom: none;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .page-container .aside--new-blog--item {
    flex-direction: column;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .page-container .aside {
    width: 200px;
  }
}
@media (max-width: 991px) {
  .page-container .aside {
    width: 100%;
  }
}
.page-container .article {
  width: calc(100% - 320px);
}
.page-container .article--properties__facility {
  width: 32%;
}
.page-container .article--properties__facility i {
  color: var(--color-1);
}
.page-container .article--properties--attributes__item {
  width: 32%;
}
.page-container .article .article-listing--title-page h1 {
  font: 1.7em/1.5em "IS-Bold";
}
.page-container .article .article-listing--conteiner-items--item {
  width: 32%;
  margin-top: 10px;
  color: #444444;
}
.page-container .article .article-listing--conteiner-items--item__property-type, .page-container .article .article-listing--conteiner-items--item__type {
  right: 0;
  color: white;
  background-color: rgba(0, 0, 0, 0.1803921569);
  z-index: 6;
  top: 4px;
  font-size: 0.7em;
  padding: 0 6px;
  border-radius: 5px 0 0 5px;
  line-height: 20px;
}
.page-container .article .article-listing--conteiner-items--item__type {
  top: 26px;
  background-color: var(--color-1);
}
.page-container .article .article-listing--conteiner-items--item__photo {
  left: 0;
  color: white;
  bottom: 0;
  padding: 0 6px;
  font-size: 13px;
  border-radius: 0 5px 0 0;
  line-height: 25px;
  background-color: rgba(0, 0, 0, 0.1803921569);
}
.page-container .article .article-post__main-img {
  width: 100%;
  max-height: 500px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .page-container .article .article-post__main-img {
    padding: 0 !important;
  }
}
.page-container .article .article-post__date-category {
  font-size: 0.9rem;
}
.page-container .article .article-post__brief {
  background: var(--color-1) !important;
}
.page-container .article .article-post--related-post__title {
  font: 1em/1.8em "IS-Bold";
  background: var(--color-2);
  color: var(--color-1);
}
@media (max-width: 991px) {
  .page-container .article .article-post--related-post a:last-child {
    display: none !important;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .page-container .article {
    width: calc(100% - 210px);
  }
}
@media (max-width: 991px) {
  .page-container .article {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .page-container > .container {
    flex-direction: column-reverse;
  }
}

.alert {
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 999999;
}

.public-btn {
  background: var(--color-1);
  color: var(--color-2) !important;
  padding: 10px 25px;
}
.public-btn:hover, .public-btn:focus {
  background: var(--color-2);
  color: var(--color-5) !important;
}

.pagination li.page-item {
  margin: 0 3px;
}
.pagination li.page-item a.page-link {
  background: #444444;
  color: white;
  border-radius: 4px;
  border: none;
  margin: 0 !important;
  line-height: 19px;
}
.pagination li.page-item a.page-link:hover, .pagination li.page-item a.page-link.active {
  background: var(--color-1);
  color: white !important;
}

.tags a {
  background: var(--color-1);
  color: var(--color-2);
  font-size: 0.9em;
}
.tags a:hover {
  background: var(--color-2);
  color: var(--color-1) !important;
}

.text-details h1,
.text-details h2,
.text-details h3,
.text-details h4,
.text-details h5,
.text-details h6 {
  margin: 30px 0 8px;
  font-weight: bold;
}
.text-details h1 {
  font-size: 24px;
}
.text-details h2 {
  font-size: 23px;
}
.text-details h3,
.text-details h4,
.text-details h5,
.text-details h6 {
  font-size: 22px;
}
@media (max-width: 767px) {
  .text-details h1 {
    font-size: 21px;
  }
  .text-details h2 {
    font-size: 20px;
  }
  .text-details h3, .text-details h4, .text-details h5, .text-details h6 {
    font-size: 19px;
  }
}

.slider .container-fluid {
  height: 45vw;
}
.slider .container-fluid .slider-mobile {
  display: none;
}
@media (max-width: 1199px) {
  .slider .container-fluid {
    height: 58vw;
  }
}
@media (max-width: 991px) {
  .slider .container-fluid {
    height: 60vw;
  }
  .slider .container-fluid .slider-desktop {
    display: none;
  }
  .slider .container-fluid .slider-mobile {
    display: block;
  }
}

.about-index__text {
  font: 1.2em/1.8em "IS-Medium";
}
.about-index__img {
  width: 100%;
  max-height: 700px;
  overflow: hidden;
}

.video-index {
  margin: 20px 0px;
  padding: 70px 0 10px;
  background: var(--color-2);
  color: var(--color-4);
}
.video-index--content h3 {
  font: 1.2em/1.8em "IS-Medium";
}
@media (max-width: 991px) {
  .video-index--content {
    flex-direction: column;
  }
  .video-index--content .col-lg-6.pe-4 {
    padding: 30px 0 0 !important;
  }
}

.product-index--content--item {
  width: 32%;
  -webkit-appearance: none;
  -webkit-box-shadow: 0 0 10px rgba(0, 41, 71, 0.4509803922);
  box-shadow: 0 0 10px rgba(0, 41, 71, 0.4509803922);
  padding: 8px 8px;
  border-radius: 7px;
  color: var(--color-2);
}
.product-index--content--item__category {
  font: 1.2em/1.8em "IS-Black";
}
@media (max-width: 991px) {
  .product-index--content--item__category {
    font: 1.1em/1.8em "IS-Black";
  }
}
.product-index--content--item__title {
  font: 1.2em/1.8em "IS-Bold";
}
@media (max-width: 991px) {
  .product-index--content--item__title {
    font: 1.1em/1.8em "IS-Bold";
  }
}
.product-index--content--item__img {
  width: 100%;
  height: 272px;
  object-fit: cover;
}
@media (max-width: 1199px) {
  .product-index--content--item__img {
    height: 196px;
  }
}
@media (max-width: 991px) {
  .product-index--content--item__img {
    height: 146px;
  }
}
@media (max-width: 767px) {
  .product-index--content--item__img {
    height: 220px;
  }
}
.product-index--content--item:hover {
  background: var(--color-2);
  color: var(--color-1) !important;
  -webkit-transform: rotate(2deg) scale(1.1);
  transform: rotate(2deg) scale(1.1);
}
@media (max-width: 767px) {
  .product-index--content--item {
    width: 370px;
    max-width: 100%;
    margin: 15px auto;
  }
}
@media (max-width: 767px) {
  .product-index--content {
    flex-direction: column;
    align-items: center;
  }
}

.vision-index {
  padding: 50px 0;
  margin-bottom: 20px;
  background: var(--color-2);
}
.vision-index--content {
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  background: var(--color-4);
}
.vision-index--content__right {
  width: calc(100% - 455px);
}
.vision-index--content__right strong {
  font: 1.3em/1.8em "IS-Black";
}
.vision-index--content__right h3 {
  font-size: 1rem;
  font-weight: inherit;
  line-height: 1.5rem;
  margin: 0;
}
@media (max-width: 1399px) {
  .vision-index--content__right {
    width: calc(100% - 355px);
  }
}
@media (max-width: 1199px) {
  .vision-index--content__right {
    width: 100%;
  }
}
.vision-index--content__left {
  width: 455px;
  align-self: stretch;
}
.vision-index--content__left img {
  border-radius: 0.5rem 0.5rem 0 0;
}
@media (max-width: 1399px) {
  .vision-index--content__left {
    width: 355px;
  }
}
@media (max-width: 1199px) {
  .vision-index--content__left {
    width: 260px;
    height: 260px;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    overflow: hidden;
    z-index: 9;
    left: -40px;
    top: -123px;
  }
}
@media (max-width: 650px) {
  .vision-index--content__left {
    width: 210px;
    height: 210px;
    margin: 0 auto;
    left: 0;
    right: 0;
  }
}
@media (max-width: 1199px) {
  .vision-index--content {
    padding-top: 45px;
  }
}

.news-index--container {
  border-bottom: 1px var(--color-2) solid;
}
.news-index--container--item {
  width: 30%;
  color: var(--color-2);
  background: var(--color-5);
  border: 1px solid var(--color-6);
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}
.news-index--container--item img {
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  width: 100%;
  object-fit: cover;
  height: 260px;
}
@media (max-width: 1399px) {
  .news-index--container--item img {
    height: 220px;
  }
}
@media (max-width: 1199px) {
  .news-index--container--item img {
    height: 170px;
  }
}
@media (max-width: 991px) {
  .news-index--container--item img {
    height: 200px;
  }
}
.news-index--container--item__title {
  font: 1em/1.8em "IS-Bold" !important;
  padding: 2px;
}
.news-index--container--item__date {
  font-size: 0.7em;
  padding: 2px;
}
.news-index--container--item__brief {
  max-height: 57px;
  padding: 2px;
}
.news-index--container--item:hover {
  color: var(--color-1) !important;
  background: var(--color-2);
}
@media (max-width: 991px) {
  .news-index--container--item {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .news-index--container--item {
    width: 360px;
    max-width: 100%;
    margin: 0 auto;
  }
}

.bottom-index--content--item {
  width: 28%;
  font-family: "IS-Bold";
  font-size: 1.2em;
  color: var(--color-2) !important;
}
.bottom-index--content--item img {
  width: 100%;
  height: 230px;
  overflow: hidden;
  object-fit: cover;
}
@media (max-width: 1399px) {
  .bottom-index--content--item img {
    height: 200px;
  }
}
@media (max-width: 1199px) {
  .bottom-index--content--item img {
    height: 170px;
  }
}
@media (max-width: 991px) {
  .bottom-index--content--item img {
    height: 130px;
  }
}
@media (max-width: 767px) {
  .bottom-index--content--item img {
    height: 90px;
  }
}
@media (max-width: 575px) {
  .bottom-index--content--item img {
    height: 180px;
  }
}
.bottom-index--content--item:hover {
  color: var(--color-1) !important;
}
@media (max-width: 575px) {
  .bottom-index--content--item {
    width: 300px;
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .bottom-index--content {
    flex-direction: column;
    align-items: center !important;
  }
}

.contact--page--form__three-cols {
  grid-template-columns: 32% 32% 32%;
  gap: 2%;
}
@media (max-width: 575px) {
  .contact--page--form__three-cols {
    grid-template-columns: 100%;
    gap: 0;
  }
}
.contact--page--form textarea {
  height: 130px;
}

.comments-container__title {
  background: var(--color-2);
  color: var(--color-1);
}
.comments-container__title span {
  font-size: 0.9rem;
}
.comments-container__title-dark {
  background: var(--color-2);
  color: var(--color-1);
}
.comments-container__text {
  color: gray;
  font-size: 0.8rem;
}
.comments-container--form {
  width: 100%;
}
.comments-container--form--col input,
.comments-container--form--col textarea {
  border: none;
  background: var(--color-5);
  padding: 4px 8px;
  width: 100%;
  font-size: 0.9rem;
}
@media (max-width: 460px) {
  .comments-container--form--col input,
.comments-container--form--col textarea {
    margin-bottom: 5px;
  }
}
.comments-container--form--col textarea {
  height: 150px;
}
.comments-container--form--col__btn {
  background: var(--color-1);
  border: none;
  width: 100%;
  padding: 4px 0;
  color: var(--color-2);
  font-weight: bold;
}
.comments-container--form--col__btn:hover {
  background: var(--color-2);
  color: var(--color-1);
}
@media (max-width: 460px) {
  .comments-container--form .row {
    flex-direction: column;
  }
  .comments-container--form .row .col-6 {
    width: 100%;
  }
}
.comments-container--users-comments {
  border: 1px var(--color-5) solid;
  background: var(--color-4);
}
.comments-container--users-comments--header {
  background: var(--color-2);
  color: white;
  padding: 2px 5px;
  font-size: 0.8em;
}
.comments-container--users-comments--header--likes i {
  font-size: 1.5em;
}
.comments-container--users-comments--header--likes__yes {
  color: #03dd00;
}
.comments-container--users-comments--header--likes__yes:hover {
  color: var(--color-4) !important;
}
.comments-container--users-comments--header--likes__no {
  color: #ff2d2d;
}
.comments-container--users-comments--header--likes__no:hover {
  color: var(--color-4) !important;
}
@media (max-width: 575px) {
  .comments-container--users-comments--header {
    flex-direction: column;
  }
}
.comments-container--users-comments--img-text i {
  font-size: 2em;
  color: var(--color-2);
}
.comments-container--users-comments--img-text__text-comment {
  line-height: 1.3rem;
}
.comments-container--users-comments--answer__btn {
  background: var(--color-2);
  color: var(--color-1);
  cursor: pointer;
}
.comments-container--users-comments--answer__btn:hover {
  background: var(--color-1);
  color: var(--color-2);
}

/*# sourceMappingURL=style.css.map */
