::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar-thumb {
  background-color: var(--color-2);
}

::-webkit-scrollbar-track {
  background-color: var(--color-5);
}

@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: 28px;
  overflow-x: hidden;
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
    line-height: 22px;
  }
}

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, .branch:after, .branch:before, .branch--content--text:before, .news-index:before, .news-index:after, .products-index--item__code:before, .about-index h1:before, .slider:after, .slider:before, .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, .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;
}

.z-index-2 {
  z-index: 2;
}

header {
  background: var(--color-1);
  height: 160px;
  /* menu */
}
header .right-col__time {
  color: var(--color-1);
}
header .right-col__time span {
  display: inline-block;
  color: gray;
}
header .right-col__tel {
  border-radius: 20px;
  background: var(--color-1);
  color: var(--color-3);
  -webkit-appearance: none;
  -webkit-box-shadow: 0px 0px 6px #4a4a4a;
  box-shadow: 0px 0px 6px #4a4a4a;
}
header .navbar-brand {
  display: block;
}
header .navbar-brand img {
  object-fit: unset;
  max-width: 150px;
  max-height: 52px;
}
@media (max-width: 991px) {
  header .navbar-brand img {
    max-height: 30px;
  }
}
@media (max-width: 991px) {
  header .navbar-brand {
    margin-bottom: 0 !important;
  }
}
header .menu-container {
  margin-top: 10px;
}
header .responsive-logo {
  display: none !important;
}
header .menu {
  display: flex;
  overflow: hidden;
  align-self: center;
  justify-content: center;
}
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-1) !important;
  background: var(--color-2);
}
header .menu .dropdown:hover .dropdown-content {
  display: block;
}
@media screen and (max-width: 991px) {
  header .menu {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: var(--color-2);
    width: 100%;
    display: block;
    padding: 5px 0;
  }
  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;
    background: inherit;
    color: var(--color-1) !important;
    border: transparent;
    font-size: 30px;
    line-height: 34px;
  }
  header .menu.responsive {
    position: relative;
    z-index: 9999;
    padding-bottom: 4px;
  }
  header .menu.responsive .active {
    background: var(--color-1) !important;
    color: var(--color-2) !important;
  }
  header .menu.responsive a {
    float: none;
    display: block;
  }
  header .menu.responsive .menu__item {
    display: block;
    background: var(--color-3);
    margin: 7px 8px 3px;
    color: var(--color-1);
  }
  header .menu.responsive .menu__item:hover, header .menu.responsive .menu__item:focus {
    background: var(--color-1) !important;
    color: var(--color-2) !important;
  }
  header .menu.responsive .dropdown {
    float: none;
  }
  header .menu.responsive .dropdown-content {
    position: relative;
  }
  header .menu.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
  }
}
@media (max-width: 991px) {
  header {
    padding: 0 !important;
    max-width: 100%;
    height: 112px;
  }
  header__container {
    position: absolute;
  }
}
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;
}
header .sn {
  font-size: 1.4em;
}
header .sn a {
  color: var(--color-2);
}
header .sn a:hover {
  color: var(--color-3) !important;
}
@media (max-width: 991px) {
  header .sn a {
    margin-top: 12px;
  }
}

.title-public {
  font: 2.3em/1.8em "IS-Bold";
}
.title-public span {
  font: 1.3rem/1.8rem "IS-Medium";
}
@media (max-width: 767px) {
  .title-public span {
    margin-top: 16px;
    font-size: 1rem;
  }
}
.title-public:before {
  background: url(../../images/divider.png) no-repeat right 45%;
  width: 100%;
  height: 10px;
  right: 0;
  top: 45%;
  z-index: -1;
}
@media (max-width: 575px) {
  .title-public:before {
    background-size: 100% auto;
    top: 49%;
  }
}
@media (max-width: 575px) {
  .title-public {
    font-size: 1.4rem;
  }
}

.public-btn {
  background: var(--color-2);
  color: var(--color-3) !important;
  padding: 9px 20px 10px;
}
.public-btn:hover {
  background: var(--color-1);
}

footer {
  background: var(--color-1);
  color: var(--color-3);
  border-radius: 30px 30px 0 0;
}
footer .footer-container--col {
  width: 30%;
}
footer .footer-container--col__title {
  font: 1.1em/1.8em "IS-Bold";
}
@media (max-width: 991px) {
  footer .footer-container--col__title {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  footer .footer-container--col__title {
    background: url(../../images/divider.png) no-repeat right bottom;
    background-size: contain;
    padding-bottom: 1rem;
  }
}
footer .footer-container--col li {
  display: flex;
  flex-wrap: wrap;
}
footer .footer-container--col a {
  color: var(--color-3);
}
footer .footer-container--col a:hover {
  color: var(--color-2);
}
footer .footer-container--col .social-network-title {
  background: url(../../images/divider.png) no-repeat right bottom;
  background-size: contain;
}
@media (max-width: 991px) {
  footer .footer-container--col {
    font-size: 0.9rem;
  }
}
@media (max-width: 767px) {
  footer .footer-container--col {
    width: 100%;
    margin-top: 20px;
  }
}
footer .sn a {
  font-size: 1.8em;
  color: var(--color-2);
  border: 2px var(--color-2) solid;
  width: 50px;
  height: 50px;
}
@media (max-width: 991px) {
  footer .sn a {
    font-size: 1.4em;
    width: 40px;
    height: 40px;
  }
}
footer .copyright {
  background: var(--color-1);
  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 .justify-content-between {
    justify-content: center !important;
  }
}
@media (max-width: 767px) {
  footer > .container {
    flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  footer.pt-5 {
    padding-top: 10px !important;
  }
}

.responsive-logo {
  display: none;
}

.footer-logo-bg {
  background-color: var(--color-3);
}
@media (max-width: 575px) {
  .footer-logo-bg {
    padding: 0 !important;
  }
}

.footer-logo {
  background: var(--color-1);
  border-radius: 30px 30px 0 0;
}
.footer-logo img {
  height: 70px;
}
@media (max-width: 1399px) {
  .footer-logo img {
    height: 60px;
  }
}
@media (max-width: 991px) {
  .footer-logo img {
    height: 50px;
  }
}
@media (max-width: 767px) {
  .footer-logo img {
    height: 40px;
  }
}

.page-container {
  background: var(--color-3);
  color: var(--color-1);
  padding-bottom: 300px;
}
.page-container .container {
  background: white;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  overflow: hidden;
}
.page-container__img {
  width: 100%;
  max-height: 500px;
  object-fit: unset;
}
.page-container__img-map {
  width: 100%;
  max-height: 500px;
  overflow: hidden;
}
.page-container__title {
  font: 1.2rem/2rem "IS-Bold";
  margin: 30px 0 20px;
}
@media (max-width: 767px) {
  .page-container__title {
    font: 1rem/1.6rem "IS-Bold";
  }
}
.page-container + .footer-logo-bg {
  margin-top: -300px;
  background: transparent;
}
.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-4);
}
.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.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: var(--color-3);
  color: var(--color-1);
}
@media (max-width: 1199px) and (min-width: 992px) {
  .page-container .article {
    width: calc(100% - 210px);
  }
}
@media (max-width: 991px) {
  .page-container .article {
    width: 100%;
  }
}
.page-container .related-post:before, .page-container .related-post:after {
  display: none !important;
}
.page-container .related-post__title {
  font: 1em/1.8em "IS-Bold";
  background: var(--color-6);
  color: var(--color-2);
}
@media (max-width: 767px) {
  .page-container .related-post a:last-child {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .page-container > .container {
    flex-direction: column;
  }
}
@media (max-width: 575px) {
  .page-container {
    padding: 15px 0 315px !important;
  }
  .page-container .title-public {
    padding: 0 0 15px !important;
  }
}

.alert {
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 999999;
}

.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-3);
  color: var(--color-1);
  font-size: 0.9em;
}
.tags a:hover {
  background: var(--color-1);
  color: var(--color-3) !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:before {
  background: url(../../images/slider-bg-2.png) no-repeat left bottom;
  z-index: -2;
  bottom: 0;
  left: 0;
}
.slider:after {
  top: 0;
  border-left: var(--color-1) 100vw solid;
  border-bottom: 21vh transparent solid;
  z-index: 1;
  height: 83%;
}
@media (max-width: 767px) {
  .slider:after {
    border-bottom: 12vh transparent solid;
  }
}
@media (max-width: 575px) {
  .slider:after {
    border-bottom: 7vh transparent solid;
  }
}
.slider__img {
  height: 100%;
  width: 48%;
  bottom: 10%;
  right: 5%;
  z-index: 2;
}
@media (max-width: 991px) {
  .slider__img {
    width: 100%;
    position: relative !important;
    right: 0;
  }
  .slider__img img {
    margin: 0 auto;
    width: 65%;
  }
}
@media (max-width: 575px) {
  .slider__img img {
    width: 90%;
  }
}
.slider--container {
  height: inherit;
  position: relative;
  z-index: 2;
}
.slider--container--text {
  width: 40%;
}
.slider--container--text__link {
  background: var(--color-2);
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  color: var(--color-3);
}
.slider--container--text__link:hover {
  background: var(--color-4);
  color: var(--color-1) !important;
}
.slider--container--text__fa {
  font: 1.2em/2em "IS-Bold";
  color: var(--color-3);
}
.slider--container--text__fa span {
  display: inline-block;
  color: var(--color-2);
}
.slider--container--text__en {
  font: 2em/1.5em "IS-Black";
  color: rgba(255, 255, 255, 0.07);
}
@media (max-width: 991px) {
  .slider--container--text {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .slider {
    height: calc(100vh - 160px);
    overflow-x: hidden;
  }
}
@media (max-width: 991px) {
  .slider {
    display: flex;
    flex-direction: column-reverse;
  }
}

.icons .title-public:before {
  display: none;
}
.icons--container {
  border: 5px #565889 solid;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  height: 300px;
  z-index: -1;
}
.icons--container--item {
  color: var(--color-5);
  font-weight: bold;
}
.icons--container--item__img {
  background: var(--color-2);
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  width: 80px;
  height: 80px;
  padding: 15px;
}
@media (min-width: 768px) {
  .icons--container--item:nth-child(1) {
    right: 10%;
    bottom: 6%;
  }
  .icons--container--item:nth-child(2) {
    right: 26%;
    bottom: 45%;
  }
  .icons--container--item:nth-child(3) {
    right: 0;
    left: 0;
    margin: 0 auto;
    top: -35px;
    width: max-content;
  }
  .icons--container--item:nth-child(4) {
    left: 26%;
    bottom: 45%;
  }
  .icons--container--item:nth-child(5) {
    left: 10%;
    bottom: 6%;
  }
}
@media (max-width: 767px) {
  .icons--container--item {
    position: relative !important;
  }
}
@media (max-width: 500px) {
  .icons--container--item {
    margin: 5px;
  }
}
@media (max-width: 767px) {
  .icons--container {
    display: inline-flex;
    align-items: flex-start;
    justify-content: space-evenly;
    width: 100%;
    padding-top: 10px;
    height: auto;
  }
}
@media (max-width: 500px) {
  .icons--container {
    flex-wrap: wrap;
  }
}
.icons__center-img {
  max-width: 300px;
  max-height: 320px;
  overflow: hidden;
  margin-top: -150px;
}
@media (max-width: 1199px) {
  .icons__center-img {
    max-width: 230px;
    max-height: 250px;
  }
}
@media (max-width: 991px) {
  .icons__center-img {
    max-width: 200px;
    max-height: 220px;
  }
}
@media (max-width: 767px) {
  .icons__center-img {
    margin-top: 20px;
  }
}
@media (min-width: 991px) {
  .icons {
    margin-top: -80px;
  }
}

.about-index {
  background: var(--color-1);
  background: -moz-linear-gradient(180deg, rgb(28, 50, 71) 0%, rgb(35, 39, 50) 100%);
  background: -webkit-linear-gradient(180deg, rgb(28, 50, 71) 0%, rgb(35, 39, 50) 100%);
  background: linear-gradient(180deg, rgb(28, 50, 71) 0%, rgb(35, 39, 50) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1c3247", endColorstr="#232732", GradientType=1);
  color: var(--color-3);
}
.about-index h1 {
  font-size: 1.4em;
  font-family: "IS-Bold";
  max-width: 100%;
  overflow: hidden;
}
.about-index h1 .aboutt-index__title {
  width: fit-content;
}
.about-index h1 .aboutt-index__title strong {
  font-family: "IS-Black";
  font-size: 1.5em;
}
.about-index h1:before {
  background: url(../../images/divider.png) no-repeat right top;
  top: 36%;
  right: 190px;
  width: 100%;
  height: 10px;
}
@media (max-width: 1199px) {
  .about-index h1:before {
    top: 25%;
    right: 120px;
    background-size: 84% auto;
  }
}
@media (max-width: 991px) {
  .about-index h1:before {
    background-size: 74% auto;
  }
}
.about-index h2 {
  font: 1em/2.2em "IS-Bold";
}
@media (max-width: 1199px) {
  .about-index h2 {
    width: 85%;
  }
}
@media (max-width: 575px) {
  .about-index h2 {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .about-index img {
    width: 23%;
  }
}
@media (max-width: 575px) {
  .about-index img {
    display: none;
  }
}

.products-index {
  background: url(../../images/car-transparent.png) no-repeat right center;
  background-size: contain;
}
.products-index .title-public span,
.products-index .title-public a {
  font-size: 1rem;
  border: 1px var(--color-2) solid;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  width: 240px;
}
.products-index .title-public a {
  height: 38px;
  animation: change-bg 2.5s linear 0s infinite alternate;
}
@keyframes change-bg {
  0% {
    background: var(--color-2);
  }
  50% {
    background: white;
  }
  100% {
    background: var(--color-2);
  }
}
@media (max-width: 1199px) {
  .products-index .title-public:before {
    top: 48% !important;
  }
}
@media (max-width: 575px) {
  .products-index .title-public:before {
    top: 42% !important;
  }
}
.products-index--item {
  border: 1px var(--color-2) solid;
  background: white;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.568627451);
}
.products-index--item__category {
  color: var(--color-4);
  font-size: 0.8em;
}
.products-index--item__code {
  color: var(--color-3);
  font-size: 0.7em;
  z-index: 1;
  padding-right: 20px !important;
}
.products-index--item__code:before {
  border-top: var(--color-2) 28px solid;
  border-right: 20px transparent solid;
  z-index: -1;
  left: 0;
}
.products-index--item__img {
  width: 100%;
  height: 200px;
}
.products-index--item__img img {
  object-fit: contain;
}
.products-index--item__title {
  font-family: "IS-Bold";
  width: calc(100% - 56px);
  color: var(--color-5);
}
.products-index--item__model {
  font-size: 0.7em;
  width: 50px;
  font-family: "IS-Bold";
  border-right: 1px var(--color-5) solid;
}
.products-index--item__link {
  border: 1px var(--color-2) solid;
  font-size: 0.9em;
  color: var(--color-5);
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 7px 40px;
  font-weight: bold;
}
.products-index--item__link i {
  color: var(--color-2);
}
.products-index--item__link:hover {
  background: var(--color-2);
  color: var(--color-1) !important;
}
.products-index--item__link:hover i {
  color: var(--color-1);
}
.products-index .owl-nav i {
  background: var(--color-2);
  color: var(--color-1);
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.products-index .owl-nav i:hover {
  background: var(--color-1);
  color: var(--color-2);
}
@media (max-width: 767px) {
  .products-index .owl-index-products-item-div {
    width: 400px;
    max-width: 100%;
    margin: 0 auto;
  }
}

.news-index--container {
  z-index: 2;
}
.news-index--container--item {
  width: 30%;
  display: block;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  border: 1px var(--color-4) solid;
  color: var(--color-5);
  background: white;
  border-bottom: 6px var(--color-2) solid;
}
.news-index--container--item a {
  color: gray;
}
.news-index--container--item img {
  border-radius: 15px;
  width: 100%;
  height: 254px;
}
.news-index--container--item__title {
  font: 1em/1.8em "IS-Bold";
  padding: 2px;
}
.news-index--container--item__date {
  color: var(--color-4);
  font-size: 0.7em;
  padding: 2px;
}
.news-index--container--item__brief {
  height: 57px;
  padding: 2px;
  font-size: 0.9rem;
}
@media (max-width: 767px) {
  .news-index--container--item__brief {
    height: 44px;
  }
}
.news-index--container--item__read-more {
  background: var(--color-1);
  color: white !important;
}
.news-index--container--item__read-more:hover {
  background: var(--color-2);
  color: var(--color-1) !important;
}
@media (max-width: 991px) {
  .news-index--container--item {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .news-index--container--item {
    width: 300px;
    max-width: 100%;
    margin: 0 auto;
  }
}
.news-index:after {
  height: 40%;
  width: 150%;
  top: 39%;
  right: -25%;
  background: var(--color-2);
  -ms-transform: rotate(-6deg);
  transform: rotate(-6deg);
  z-index: 0;
}
@media (max-width: 575px) {
  .news-index:after {
    -ms-transform: rotate(-14deg);
    transform: rotate(-14deg);
  }
}
@media (max-width: 400px) {
  .news-index:after {
    -ms-transform: rotate(-18deg);
    transform: rotate(-18deg);
  }
}
.news-index:before {
  height: 40%;
  width: 100%;
  bottom: 0;
  right: 0%;
  background: var(--color-3);
  z-index: -1;
}

.branch {
  background: var(--color-3);
}
.branch--content--text {
  background: white;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  -webkit-appearance: none;
  -webkit-box-shadow: 0 0 20px gray;
  box-shadow: 0 0 20px gray;
  border: 1px var(--color-2) solid;
}
.branch--content--text:before {
  width: 265px;
  height: 265px;
  top: -145px;
  right: -6vw;
  background: url(../../images/branch.png) no-repeat center;
  background-size: cover;
  z-index: 3;
}
@media (max-width: 1199px) {
  .branch--content--text:before {
    width: 215px;
    height: 215px;
    top: unset;
    bottom: -115px;
    right: -8vw;
  }
}
@media (max-width: 991px) {
  .branch--content--text:before {
    width: 150px;
    height: 150px;
    bottom: -77px;
    right: -9vw;
  }
}
@media (max-width: 575px) {
  .branch--content--text:before {
    display: none;
  }
}
.branch--content--text a {
  background: var(--color-2);
  color: var(--color-3);
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
.branch--content--text a:hover {
  background: var(--color-1);
  color: var(--color-3) !important;
}
.branch:before {
  width: 264px;
  height: 264px;
  top: 2vw;
  right: 5vw;
  background: url(../../images/branch-transparent.png) no-repeat;
  background-size: cover;
  z-index: 0;
}
@media (max-width: 1199px) {
  .branch:before {
    width: 200px;
    height: 200px;
    background-size: cover;
  }
}
@media (max-width: 767px) {
  .branch:before {
    width: 180px;
    height: 180px;
    right: unset;
    left: 1vw;
  }
}
.branch:after {
  width: 50%;
  height: 100%;
  bottom: -9rem;
  left: 6%;
  background: url(../../images/car.png) no-repeat 5%;
  z-index: 0;
  background-size: 49%;
}
@media (max-width: 1199px) {
  .branch:after {
    left: 0;
  }
}
@media (max-width: 767px) {
  .branch:after {
    display: none;
  }
}

.contact--page {
  grid-template-columns: 49% 49%;
  gap: 2%;
}
.contact--page__form :is(textarea),
.contact--page__form input:is([type=text], [type=email], [type=tel]) {
  border-color: var(--color-2);
  border-style: dashed;
}
.contact--page__form textarea {
  height: 100px;
}
@media (max-width: 575px) {
  .contact--page {
    grid-template-columns: 100%;
  }
}

.news-page .news-page-row {
  grid-template-columns: 32% 32% 32%;
  gap: 2%;
}
.news-page .news-page-row .news-index--container--item {
  padding-bottom: 15px;
}
@media (max-width: 450px) {
  .news-page .news-page-row .news-index--container--item {
    width: 300px !important;
    max-width: 100%;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .news-page .news-page-row {
    grid-template-columns: 49% 49%;
  }
}
@media (max-width: 450px) {
  .news-page .news-page-row {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
  }
}

@media (max-width: 991px) {
  .page-container .news-index-row.news-page-row {
    grid-template-columns: 49% 49%;
  }
}
@media (max-width: 767px) {
  .page-container .news-index-row.news-page-row {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .page-container .news-index-row.news-page-row .news-index--container--item {
    width: 370px !important;
    max-width: 100%;
    margin-bottom: 15px;
  }
}

.comments-container__title {
  background: var(--color-4);
  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-3);
  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-2);
  border: none;
  width: 100%;
  padding: 4px 0;
  color: var(--color-1);
  font-weight: bold;
}
.comments-container--form--col__btn:hover {
  background: var(--color-1);
  color: var(--color-2);
}
@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-4) solid;
  background: white;
}
.comments-container--users-comments--header {
  background: var(--color-2);
  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:hover {
  color: var(--color-4) !important;
}
.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--img-text__text-comment {
  font-size: 0.9rem;
  line-height: 1.4rem;
}
.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-4);
}

/*# sourceMappingURL=style.css.map */
