::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar-thumb {
  background-color: var(--color-3);
}

::-webkit-scrollbar-track {
  background-color: var(--color-4);
}

@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: 16px;
  line-height: 1.8rem;
}
@media (max-width: 991px) {
  body {
    font-size: 15px;
    line-height: 1.5rem;
  }
}

header li,
footer li {
  list-style-type: none;
}

.one-line, .news-index--item__title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.before-after, .news-index--item:before, .search-index--title:after, .search-index--title:before, footer .footer-center-line--social:before, footer .footer-center-line: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--item:hover .news-index--item__title, .news-index--item:hover:before, .news-index--item:before, .news-index--item__title, .news-index--item, .product-index--box, .page-container .aside--tel, footer .footer-center-line--logo--link:hover .footer-center-line--logo--link__img, footer .footer-center-line--logo--link__img, .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-4) !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 {
  position: relative;
  z-index: 99;
  color: white;
  /* menu */
}
header .header-row-top .right-col__tel {
  border-radius: 20px;
  background: var(--color-1);
  -webkit-appearance: none;
  -webkit-box-shadow: 0px 0px 6px #4a4a4a;
  box-shadow: 0px 0px 6px #4a4a4a;
}
header .header-row-top .sn a {
  font-size: 1.2em;
  border: 1px white solid;
  width: 30px;
  height: 30px;
  color: white;
  background: var(--color-1);
}
header .header-row-top .sn a:hover {
  color: var(--color-6) !important;
  background: white;
}
@media (max-width: 991px) {
  header .header-row-top {
    display: none !important;
  }
}
header .responsive-logo {
  display: none !important;
}
header .menu {
  display: flex;
  overflow: hidden;
  align-self: center;
  background: var(--color-1);
  border-radius: 12px;
  height: 60px;
}
header .menu__item {
  margin: 12px 12px 0 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
header .menu button {
  text-align: inherit;
}
header .menu a {
  display: block;
  color: #eaeaea;
  padding: 5px 10px 0;
  font-size: 1.01em;
  position: relative;
  border: 0;
  font-family: "IS-Bold";
  height: 37px;
}
@media (max-width: 1199px) {
  header .menu a {
    font-size: 0.9em;
  }
}
header .menu .icon {
  display: none;
}
header .menu .dropdown {
  overflow: hidden;
  position: unset;
}
header .menu .dropbtn {
  font-size: 1.1em;
  font-family: "IS-Bold";
  border: none;
  outline: none;
  color: var(--color-1);
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}
@media (max-width: 991px) {
  header .menu .dropbtn {
    font-size: 0.9em;
  }
}
header .menu .dropdown-content {
  display: none;
  position: absolute;
  background-color: var(--color-2);
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}
header .menu .dropdown-content a {
  float: none;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  border-bottom: 1px var(--color-1) dashed;
}
header .menu .dropdown-content a:last-child {
  border: none;
}
header .menu .dropdown-content a:hover {
  background: var(--color-2);
  color: var(--color-1) !important;
}
header .menu a:hover,
header .menu a.active,
header .menu .dropdown:hover .dropbtn,
header .menu .dropdown-content a.active > .dropbtn {
  color: var(--color-6) !important;
}
header .menu .dropdown:hover .dropdown-content {
  display: block;
}
@media screen and (max-width: 991px) {
  header .menu {
    position: relative;
    background: var(--color-6);
    width: 100%;
    display: block;
    overflow: unset;
    height: unset;
  }
  header .menu__item {
    background: white;
    display: none;
  }
  header .menu a:not(:first-child),
header .menu .dropdown .dropbtn {
    display: none;
  }
  header .menu a.icon {
    float: right;
    display: block;
    border: transparent;
    font-size: 26px;
    padding: 18px 10px;
    font-size: 26px;
    height: 57px;
    color: var(--color-5) !important;
  }
  header .menu.responsive {
    position: relative;
    z-index: 9999;
    padding-bottom: 1px;
  }
  header .menu.responsive .active {
    background: white !important;
    color: var(--color-1) !important;
  }
  header .menu.responsive a {
    float: none;
    display: block;
  }
  header .menu.responsive .menu__item {
    display: block;
    background: var(--color-1);
    margin: 9px;
  }
  header .menu.responsive .dropdown {
    float: none;
  }
  header .menu.responsive .dropdown-content {
    position: relative;
  }
  header .menu.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
  }
  header .menu .responsive-logo {
    height: auto !important;
    max-height: 50px !important;
  }
}
@media (max-width: 991px) {
  header {
    background: var(--color-6);
    padding: 0 !important;
    height: 57px;
    max-width: 100%;
  }
  header__container {
    position: absolute;
  }
  header .navbar-brand {
    display: none;
  }
  header .responsive-logo {
    display: unset !important;
    position: absolute !important;
    padding: 0 !important;
    left: 5px;
    top: 5px;
    z-index: 9999999;
  }
  header .responsive-logo img {
    height: 45px;
  }
}
header .navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='255 255 255 100' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
header .fa-bars {
  color: black;
}
header .navbar-toggler {
  padding: 0.25rem 0.45rem;
  font-size: 1.25rem;
  line-height: 0;
  margin: 7px 0;
}

footer {
  background: var(--color-2);
  color: var(--color-3);
}
footer a {
  color: var(--color-3);
}
footer a:hover {
  color: var(--color-1) !important;
}
@media (max-width: 767px) {
  footer .why-farda-motors .div-circle {
    width: 100%;
  }
}
footer .why-farda-motors--circle {
  grid-template-columns: auto auto;
  gap: 20px;
}
footer .why-farda-motors--circle--item__number {
  width: 140px;
  height: 140px;
  -webkit-appearance: none;
  -webkit-box-shadow: 0 0 10px #98c9ef;
  box-shadow: 0 0 10px #98c9ef;
  padding: 10px;
  font-family: "IS-Black";
  color: var(--color-2);
  background: white;
  border: 2px var(--color-1) solid;
}
@media (max-width: 991px) {
  footer .why-farda-motors--circle--item__number {
    width: 115px;
    height: 115px;
    font-size: 0.8rem;
  }
}
footer .why-farda-motors--circle--item__title {
  color: white;
  font-size: 1.1em;
}
@media (max-width: 991px) and (min-width: 768px) {
  footer .why-farda-motors--circle {
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
  }
}
footer .why-farda-motors__big-img img {
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  max-height: 430px;
  overflow: hidden;
}
@media (max-width: 991px) {
  footer .why-farda-motors__big-img img {
    max-height: 300px;
  }
}
@media (max-width: 991px) {
  footer .why-farda-motors__big-img {
    text-align: center;
  }
}
@media (max-width: 991px) {
  footer .why-farda-motors--container {
    flex-direction: column;
  }
}
footer .footer-center-line:before {
  background: var(--color-1);
  width: 37%;
  left: 0;
}
footer .footer-center-line--social {
  position: relative;
}
footer .footer-center-line--social:before {
  border-top: 0px transparent solid;
  border-bottom: 51px var(--color-1) solid;
  border-right: 51px transparent solid;
  top: 0;
}
footer .footer-center-line--social__a {
  color: var(--color-5);
  font-size: 1.5em;
}
footer .footer-center-line--social__a:hover {
  color: var(--color-4) !important;
}
@media (max-width: 991px) {
  footer .footer-center-line--social {
    justify-content: center !important;
  }
}
footer .footer-center-line--logo--link {
  height: 40px;
}
footer .footer-center-line--logo--link__img {
  filter: grayscale(100%);
  max-height: 100%;
}
footer .footer-center-line--logo--link:hover .footer-center-line--logo--link__img {
  filter: grayscale(0);
}
@media (max-width: 991px) {
  footer .footer-center-line--logo {
    margin: 20px 0 10px;
  }
}
@media (max-width: 470px) {
  footer .footer-center-line--logo {
    display: grid !important;
    grid-template-columns: 48% 48%;
    gap: 15px;
    text-align: center;
  }
}
@media (max-width: 991px) {
  footer .footer-center-line {
    background: var(--color-1);
  }
}
footer .footer-container--col {
  width: 31%;
}
footer .footer-container--col__title {
  background: url(../../images/footer-line.png) no-repeat right bottom;
}
footer .footer-container--col li {
  display: flex;
  flex-wrap: wrap;
}
footer .footer-container--col li i {
  font-size: 0.7rem;
}
footer .footer-container--col li a:hover {
  color: var(--color-6) !important;
}
@media (max-width: 575px) {
  footer .footer-container--col {
    width: 48%;
    margin: 20px 0 0 !important;
  }
  footer .footer-container--col:nth-child(1) {
    width: 100%;
  }
}
@media (max-width: 575px) {
  footer .footer-container {
    flex-wrap: wrap;
  }
}
footer .copyright {
  background: var(--color-1);
  color: var(--color-5);
  font: 14px/22px "IS-Medium";
}
footer .copyright a {
  color: var(--color-5) !important;
}
footer .copyright a:hover {
  color: var(--color-6) !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: 991px) {
  footer .copyright .container {
    justify-content: center !important;
    text-align: center;
  }
  footer .copyright .container .my-2 {
    margin-bottom: 0 !important;
  }
  footer .copyright .container .my-2 + .my-2 {
    margin-bottom: 0.5rem !important;
  }
}

.responsive-logo {
  display: none;
}

.public-title {
  padding-left: 120px;
  background: url(../../images/title-left.png) no-repeat left center;
  width: max-content;
  font-family: "IS-Bold";
  font-size: 1.5rem;
}
.public-title span {
  color: var(--color-1);
}
@media (max-width: 767px) {
  .public-title {
    font-size: 1.3rem;
  }
}
@media (max-width: 575px) {
  .public-title {
    font-size: 1.1rem;
  }
}

.page-container {
  background: #efefef;
  padding: 0 20px 35px;
  margin-top: 9px;
}
.page-container__title {
  font: 1.2rem/2rem "IS-Bold";
  margin-bottom: 19px;
}
@media (max-width: 575px) {
  .page-container__title {
    font: 1rem/1.6rem "IS-Bold";
    margin-bottom: 19px;
  }
}
.page-container__img {
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  width: 380px;
  height: 380px;
  -webkit-appearance: none;
  -webkit-box-shadow: 0px 0px 10px #002947;
  box-shadow: 0px 0px 10px #002947;
  margin-right: 10px;
  margin-bottom: 10px;
  float: left;
  border: 7px #e9b027 solid;
}
@media (max-width: 767px) {
  .page-container__img {
    float: none;
    margin: 0 auto 30px;
    display: block;
    text-align: center;
  }
}
@media (max-width: 450px) {
  .page-container__img {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 370px) {
  .page-container__img {
    width: 250px;
    height: 250px;
  }
}
@media (max-width: 320px) {
  .page-container__img {
    width: 220px;
    height: 220px;
  }
}
.page-container .news-index-row {
  grid-template-columns: 32% 32% 32%;
  gap: 2%;
}
.page-container .news-index-row .news-index--item {
  padding-bottom: 7px;
  width: 100%;
}
@media (max-width: 767px) {
  .page-container .news-index-row .news-index--item {
    width: 300px !important;
    max-width: 100%;
    margin-bottom: 15px;
  }
  .page-container .news-index-row .news-index--item__title {
    font-size: 0.9rem;
  }
}
@media (max-width: 991px) {
  .page-container .news-index-row {
    grid-template-columns: 49% 49%;
  }
}
@media (max-width: 767px) {
  .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-6);
  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--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 {
  background: var(--color-5);
}
.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;
  text-align: left;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .page-container .aside--new-blog--item__text span {
    text-align: center;
  }
}
@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.2em/1.8em "IS-Bold";
  color: var(--color-1);
}
.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 {
  max-height: 600px;
}
.page-container .article .article-post__img {
  width: 100%;
  max-height: 400px;
  overflow: hidden;
}
.page-container .article .article-post__date-category {
  font-size: 0.8em;
}
.page-container .article .article-post__brief {
  background: #ffffff;
  color: var(--color-1);
  border: 7px double var(--color-1);
}
.page-container .article .article-post--related-post__title {
  font: 1em/1.8em "IS-Bold";
  background: var(--color-6);
  color: var(--color-2);
}
@media (max-width: 1399px) {
  .page-container .article .article-post--related-post .news-index-row {
    grid-template-columns: 49% 49%;
  }
  .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 {
    margin-top: 0;
  }
  .page-container > .container {
    flex-direction: column;
  }
}

.alert {
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 999999;
}

.public-btn {
  background: var(--color-4);
  color: var(--color-5) !important;
  padding: 10px 25px;
}
.public-btn:hover, .public-btn:focus {
  background: var(--color-6);
  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-5);
  color: var(--color-1);
  font-size: 0.9em;
}
.tags a:hover {
  background: var(--color-6);
  color: var(--color-5) !important;
}

.slider-index {
  height: 90vh;
  z-index: -1;
  margin-top: -180px;
  overflow: hidden;
  width: 100%;
}
.slider-index img {
  width: 100%;
  height: 100%;
}

.bg-shine {
  background: url(../../images/white-line.png) no-repeat left top;
  background-size: 100% 100%;
}

.search-index {
  background: url(../../images/dark-bg.png) no-repeat center top;
  margin-top: -60px;
  height: 245px;
}
.search-index--box {
  background: whitesmoke;
}
.search-index--box i {
  color: var(--color-3);
}
.search-index--title {
  color: var(--color-5);
  font-size: 2em;
  width: max-content;
  margin: 0 auto;
  padding: 0 150px;
}
.search-index--title:before {
  background: url(../../images/title-right.png) no-repeat right center;
  top: 0;
  right: 0;
}
.search-index--title:after {
  background: url(../../images/title-left.png) no-repeat left center;
  top: 0;
  left: 0;
}
@media (max-width: 991px) {
  .search-index--title {
    font-size: 1.6rem;
    padding: 0 150px !important;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .search-index--title {
    font-size: 1.5rem;
  }
}
@media (max-width: 575px) {
  .search-index--title {
    width: 100%;
    padding: 0 !important;
  }
}
@media (max-width: 400px) {
  .search-index--title:after, .search-index--title:before {
    display: none;
  }
}
@media (max-width: 991px) {
  .search-index {
    height: unset;
    padding: 20px 0 !important;
  }
}

.about-index--text__h1 {
  font: 1.3em/1.9em "IS-Bold";
}
.about-index--text__h2 {
  font: 1.1em/1.7em "IS-Medium";
  color: var(--color-3);
}
@media (min-width: 576px) {
  .about-index--text {
    padding-right: 105px;
    background: url(../../images/dots.png) no-repeat right center;
  }
}

.product-index--box {
  width: 30%;
  border: 1px var(--color-3) solid;
  background: white;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
.product-index--box--colors {
  display: none !important;
  left: 0;
  top: 0;
}
.product-index--box--colors__item {
  width: 15px;
  height: 15px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.product-index--box--colors__item:first-child {
  background: #c40001;
}
.product-index--box--colors__item:nth-child(2) {
  background: #34348a;
}
.product-index--box--colors__item:nth-child(3) {
  background: #a7a7a7;
}
.product-index--box__img {
  max-height: 204px;
  overflow: hidden;
}
.product-index--box__title {
  font-family: "IS-Black";
  font-size: 1.3rem;
}
.product-index--box__read-more {
  color: var(--color-4);
  border: 1px var(--color-1) solid;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  font-size: 0.8rem;
}
.product-index--box__read-more i {
  color: var(--color-1);
}
.product-index--box__read-more:hover {
  background: var(--color-1);
  color: var(--color-5) !important;
}
.product-index--box__read-more:hover i {
  color: var(--color-6);
}
.product-index--box:hover {
  -webkit-appearance: none;
  -webkit-box-shadow: 0 0 26px var(--color-1);
  box-shadow: 0 0 26px var(--color-1);
  border-color: transparent;
}
@media (max-width: 767px) {
  .product-index--box {
    width: 48%;
    margin-top: 4% !important;
  }
}
@media (max-width: 400px) {
  .product-index--box {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .product-index .public-title {
    background: none;
    padding: 0;
    width: auto;
  }
}

.news-index--item {
  width: 30%;
  display: block;
  height: 260px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  overflow: hidden;
}
.news-index--item__title {
  color: white;
  margin-top: -37px;
  font-size: 1em;
  padding: 0 15px;
  box-sizing: border-box;
  width: 100%;
  height: 23px;
  font-family: "IS-Bold";
}
.news-index--item:before {
  background: hsl(206deg, 70%, 55%);
  background: linear-gradient(90deg, hsla(206deg, 70%, 55%, 0.8) 0%, hsla(206deg, 90%, 27%, 0) 100%);
  background: -moz-linear-gradient(90deg, hsla(206deg, 70%, 55%, 0.8) 0%, hsla(206deg, 90%, 27%, 0) 100%);
  background: -webkit-linear-gradient(90deg, hsla(206deg, 70%, 55%, 0.8) 0%, hsla(206deg, 90%, 27%, 0) 100%);
  bottom: 0;
  height: 70%;
}
.news-index--item:hover:before {
  background: hsl(206deg, 70%, 55%);
  background: linear-gradient(90deg, hsl(206deg, 70%, 55%) 0%, hsla(206deg, 90%, 27%, 0) 100%);
  background: -moz-linear-gradient(90deg, hsl(206deg, 70%, 55%) 0%, hsla(206deg, 90%, 27%, 0) 100%);
  background: -webkit-linear-gradient(90deg, hsl(206deg, 70%, 55%) 0%, hsla(206deg, 90%, 27%, 0) 100%);
}
.news-index--item:hover .news-index--item__title {
  margin-top: -47px;
}
@media (max-width: 1199px) {
  .news-index--item {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .news-index--item {
    width: 400px;
    max-width: 100%;
    height: 245px;
    margin: 0 auto;
  }
}

.contact--page {
  grid-template-columns: 49% 49%;
  gap: 2%;
}
.contact--page__text {
  background: white;
  padding: 10px 15px;
}
.contact--page__form :is(textarea),
.contact--page__form input:is([type=text], [type=email], [type=tel]) {
  border: none;
  border-bottom: 2px solid var(--color-6);
  padding: 10px 10px;
}
@media (max-width: 575px) {
  .contact--page__form :is(textarea),
.contact--page__form input:is([type=text], [type=email], [type=tel]) {
    padding: 7px 10px;
    font-size: 14px;
  }
}
.contact--page__form textarea {
  height: 100px;
}
.contact--page__map {
  max-height: 500px;
}
@media (max-width: 767px) {
  .contact--page {
    grid-template-columns: 100%;
    gap: 1.5%;
  }
}

.comments-container__title {
  background: var(--color-6);
  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: 360px) {
  .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-5);
  font-weight: bold;
}
.comments-container--form--col__btn:hover {
  background: var(--color-6);
  color: var(--color-1);
}
@media (max-width: 360px) {
  .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-5);
}
.comments-container--users-comments--header {
  background: var(--color-1);
  color: white;
  padding: 2px 5px;
  font-size: 0.7em;
}
.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-6);
}
.comments-container--users-comments--answer__btn {
  background: var(--color-1);
  color: var(--color-5);
  cursor: pointer;
}
.comments-container--users-comments--answer__btn:hover {
  background: var(--color-6);
  color: var(--color-1);
}

/*# sourceMappingURL=style.css.map */
