

/* Start:/bitrix/templates/.default/components/bitrix/news.list/services_list_big/style.css?17766235334399*/
/* === work-6 (Home 06) === */
.work-6__inner .work-6__wrapper {
  margin-top: 80px;
  border-top: 1px solid rgba(17, 17, 17, 0.1);
}
@media only screen and (max-width: 991px) {
  .work-6__inner .work-6__wrapper {
    margin-top: 40px;
  }
}
.work-6__inner .work-6__item {
  display: grid;
  grid-template-columns: 785px 1fr;
  border-bottom: 1px solid rgba(17, 17, 17, 0.1);
}
@media only screen and (max-width: 1919px) {
  .work-6__inner .work-6__item {
    grid-template-columns: 685px 1fr;
  }
}
@media only screen and (max-width: 1399px) {
  .work-6__inner .work-6__item {
    grid-template-columns: 500px 1fr;
  }
}
@media only screen and (max-width: 1199px) {
  .work-6__inner .work-6__item {
    grid-template-columns: 400px 1fr;
  }
}
@media only screen and (max-width: 991px) {
  .work-6__inner .work-6__item {
    grid-template-columns: 1fr;
  }
}
.work-6__inner .work-6__item:hover .media img {
  clip-path: inset(0 0 0 0);
}
.work-6__inner .work-6__item:hover .content::before {
  width: 100%;
}
.work-6__inner .work-6__item:hover .content .number {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.1);
}
.work-6__inner .work-6__item:hover .content .text .title {
  color: var(--white);
}
.work-6__inner .work-6__item:hover .content .text .rr-underline {
  visibility: visible;
}
.work-6__inner .work-6__item:hover .content .text .desc {
  color: rgba(248, 248, 248, 0.7);
}

.work-6__inner .work-6__item .media {
	overflow: hidden;
	position: relative;
	border-right: 1px solid rgba(17, 17, 17, 0.1);
	background-repeat: no-repeat;
	background-size: cover;
}
.work-6__inner .work-6__item .media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  clip-path: inset(0 100% 0 0);
  transition: clip-path 0.6s ease-in-out;
}
.work-6__inner .work-6__item .content {
  gap: 70px;
  display: flex;
  padding-top: 60px;
  padding-left: 70px;
  position: relative;
  margin-left: -2px;
}
@media only screen and (max-width: 1399px) {
  .work-6__inner .work-6__item .content {
    gap: 50px;
    padding-top: 15px;
    padding-left: 20px;
    padding-bottom: 15px;
  }
}
@media only screen and (max-width: 1199px) {
  .work-6__inner .work-6__item .content {
    gap: 20px;
  }
}
@media (max-width: 575px) {
  .work-6__inner .work-6__item .content {
    flex-wrap: wrap;
  }
}
.work-6__inner .work-6__item .content::before {
  top: 0;
  right: 0;
  width: 0;
  z-index: -1;
  content: "";
  height: 100%;
  position: absolute;
  transition: all 0.6s;
  background: var(--primary);
}
.work-6__inner .work-6__item .content .number {
  width: 60px;
  height: 60px;
  display: flex;
  font-size: 24px;
  min-width: 60px;
  font-weight: 500;
  line-height: 52px;
  align-items: center;
  border-radius: 500px;
  transition: all 0.3s;
  color: var(--primary);
  letter-spacing: 0px;
  justify-content: center;
  border: 1px solid rgba(17, 17, 17, 0.1);
}
.work-6__inner .work-6__item .content .text .desc {
    color: #555;
    font-size: 16px;
    font-weight: 500;
    max-width: 530px;
    line-height: 22px;
    transition: all 0.3s;
    letter-spacing: 0px;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
}
.work-6__inner .work-6__item .content .text .title {
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 34px;
    transition: all 0.3s;
    color: var(--primary);
    letter-spacing: -0.72px;
}
@media only screen and (max-width: 1399px) {
  .work-6__inner .work-6__item .content .text .title {
    margin-bottom: 20px;
  }
}
.work-6__inner .work-6__item .content .text .title a:hover {
  color: var(--white);
}
.work-6__inner .work-6__item .content .text .rr-underline {
	visibility: hidden;
	font-size: 15px;
    margin-bottom: 20px;
    line-height: 17px;
	font-weight: 500;
	margin-top: 40px;
	color: var(--white);
	transition: all 0.3s;
	letter-spacing: 1px;
	/* letter-spacing: -0.48px; */
	text-transform: uppercase;
}
@media only screen and (max-width: 1399px) {
  .work-6__inner .work-6__item .content .text .rr-underline {
    margin-top: 20px;
  }
}
.work-6__inner .work-6__item .content .text .rr-underline::before {
  background: var(--white);
}
.work-6__inner .work-6__item .content .text .desc {
	color: #555;
	font-size: 15px;
	font-weight: 500;
	max-width: 530px;
	line-height: 20px;
	transition: all 0.3s;
	letter-spacing: 0px;
}
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/news.list/servs_list/style.css?17766271351988*/
/* === services-3 (Home 03) === */
.services-3__inner {
  padding-top: 112px;
  padding-bottom: 70px;
}
@media only screen and (max-width: 991px) {
  .services-3__inner {
    padding-top: 70px;
  }
}
.services-3__inner .services-3__wrapper {
  gap: 36px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media only screen and (max-width: 1199px) {
  .services-3__inner .services-3__wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 991px) {
  .services-3__inner .services-3__wrapper {
    gap: 30px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .services-3__inner .services-3__wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .services-3__inner .services-3__wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.services-3__inner .services-3__item {
  padding-right: 36px;
}
@media only screen and (max-width: 991px) {
  .services-3__inner .services-3__item {
    padding-right: 20px;
  }
}
.services-3__inner .services-3__item:not(:last-child) {
  border-right: 1px solid #DADADA;
}
.services-3__inner .services-3__item .icon {
  display: flex;
  margin-bottom: 45px;
  justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  .services-3__inner .services-3__item .icon {
    margin-bottom: 30px;
  }
}
.services-3__inner .services-3__item .icon span {
  width: 30px;
  height: 30px;
  display: flex;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  align-items: center;
  border-radius: 500px;
  color: var(--primary);
  background: #EFEFEF;
  letter-spacing: -0.42px;
  justify-content: center;
}
.services-3__inner .services-3__item .title {
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 18px;
  letter-spacing: -0.6px;
}
.services-3__inner .services-3__item .desc {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: var(--secondary);
  letter-spacing: -0.48px;
  max-width: 260px;
}

/* End */


/* Start:/bitrix/templates/.default/components/bitrix/news.list/port/style.css?17757471976846*/

/* === project-6 (Home 06) === */
.project-6__top .section-title-6__wrapper .title {
  max-width: 1010px;
}
.project-6__top-content {
	display: flex;
	align-items: center;
	margin-top: 36px;
	margin-bottom: 41px;
	justify-content: space-between;
}
@media only screen and (max-width: 1399px) {
  .project-6__top-content {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 991px) {
  .project-6__top-content {
    margin: 50px 0;
  }
}
@media only screen and (max-width: 767px) {
  .project-6__top-content {
    gap: 15px;
    margin: 40px 0;
    flex-wrap: wrap;
  }
}
.project-6__thumb > img{
	width:100%;
}
.project-6__thumb {
  overflow: hidden;
  position: relative;
}
.project-6__thumb .project-6__content .details-list {
	height: 156px;
}
.project-6__thumb:hover .project-6__content {
  transform: translateY(0);
  background-color: var(--white);
}
.project-6__thumb:hover .project-6__content .title {
  color: var(--primary);
}
.project-6__thumb:hover .project-6__content .price-plan span {
  opacity: 1;
  visibility: visible;
}
.project-6__thumb:hover .project-6__content .price-plan div {
  opacity: 1;
  visibility: visible;
}
.project-6__thumb:hover .project-6__content .details-list {
	opacity: 1;
	visibility: visible;
}
.project-6__thumb::before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: rgba(17, 17, 17, 0.14);
}
.project-6__thumb .content-top {
	top: 30px;
	left: 30px;
	right: 30px;
	display: flex;
	position: absolute;
	align-items: center;
	justify-content: space-between;
	/* flex-wrap: wrap; */
}
.project-6__thumb .content-top .sub-title {
    line-height: 1;
    font-size: 12px;
    font-weight: 500;
    padding: 6px 11px;
    color: var(--white);
    border-radius: 500px;
    display: inline-block;
    /* text-transform: uppercase; */
    font-family: var(--font_bai);
    border: 1px solid rgba(255, 255, 255, 0.24);
    background: #000;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	    margin-right: 18px;
}
.project-6__arrow i {
  font-size: 22px;
  line-height: 0.7;
  font-weight: 300;
  color: var(--white);
  transform: rotate(-45deg);
}
.project-6__content {
  left: 10px;
  right: 10px;
  bottom: 10px;
  display: flex;
  align-items: start;
  position: absolute;
  transform: translateY(75px);
  justify-content: space-between;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 575px) {
  .project-6__content {
    flex-wrap: wrap;
    transform: translateY(145px);
  }
}
.project-6__content .title {
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 15px;
  color: var(--white);
  letter-spacing: -0.02em;
  font-family: var(--font_bai);
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 1399px) {
  .project-6__content .title {
    font-size: 17px;
  }
}
@media only screen and (max-width: 1199px) {
  .project-6__content .title {
    font-size: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .project-6__content .title {
    font-size: 17px;
  }
}
@media only screen and (max-width: 767px) {
  .project-6__content .title {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .project-6__content .title {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.project-6__content .price-plan {
  padding: 30px;
  padding-right: 15px;
  padding-top: 23px;
  padding-bottom: 25px;
}
@media only screen and (max-width: 1919px) {
  .project-6__content .price-plan {
    padding-left: 15px;
  }
}
@media (max-width: 575px) {
  .project-6__content .price-plan {
    padding: 10px;
  }
}
.project-6__content .price-plan span {
  opacity: 0;
  visibility: visible;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: var(--primary);
  letter-spacing: -0.03em;
  text-transform: capitalize;
  font-family: var(--font_bai);
  transition: all 0.3s ease-in-out;
}
.project-6__content .price-plan div {
  gap: 10px;
  opacity: 0;
  display: flex;
  font-size: 24px;
  margin-top: 6px;
  font-weight: 500;
  line-height: 30px;
  align-items: center;
  visibility: visible;
  color: var(--primary);
  letter-spacing: -0.03em;
  font-family: var(--font_bai);
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 991px) {
  .project-6__content .price-plan div {
    font-size: 22px;
  }
}
@media (max-width: 575px) {
  .project-6__content .price-plan div {
    font-size: 16px;
  }
}
.project-6__content .price-plan div cite {
  width: 56px;
  height: 1px;
  display: inline-block;
  background-color: var(--primary);
}
@media only screen and (max-width: 1399px) {
  .project-6__content .price-plan div cite {
    width: 20px;
  }
}
.project-6__content .details-list {
  opacity: 0;
  max-width: 160px;
  list-style: none;
  padding: 28px 33px;
  visibility: visible;
  display: inline-block;
  background-color: var(--primary);
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 1399px) {
  .project-6__content .details-list {
    padding: 28px 15px;
  }
}
@media (max-width: 575px) {
  .project-6__content .details-list {
    max-width: 100%;
    padding: 15px;
  }
}
.project-6__content .details-list li {
	gap: 8px;
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;
	align-items: center;
	margin-bottom: 17px;
	color: var(--white);
	display: block;
	font-family: var(--font_tektur);
	white-space: nowrap;
}
.project-6__content .details-list li:last-of-type {
  margin-bottom: 0;
}
.project-6__pagination {
  gap: 6px;
  display: flex;
  align-items: center;
  width: 22px !important;
  justify-content: center;
  transform: translateX(0%) !important;
}
.project-6__pagination .swiper-pagination-bullet {
  width: 4px;
  opacity: 1;
  height: 16px;
  border-radius: 0;
  left: 0 !important;
  transform: scale(1) !important;
  margin: 0 !important;
  background-color: var(--primary);
}
.project-6__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 1px;
  opacity: 1;
  transform: scale(1) !important;
}
.project-6__dec {
  font-size: 16px;
  font-weight: 500;
  max-width: 338px;
  line-height: 22px;
  color: var(--secondary);
  letter-spacing: -0.03em;
  font-family: var(--font_bai);
  margin-left: 225px;
}
.project-6__btn .rr-btn-primary {
  gap: 8px;
  border-radius: 0;
  color: var(--white);
  padding: 15px 29.71px;
  background-color: var(--primary);
}
.project-6__btn .rr-btn-primary i {
  font-weight: 400;
  color: var(--white);
  transform: rotate(-45deg);
}
.project-6__btn .rr-btn-primary .text span {
  color: var(--white);
}
/* End */
/* /bitrix/templates/.default/components/bitrix/news.list/services_list_big/style.css?17766235334399 */
/* /bitrix/templates/.default/components/bitrix/news.list/servs_list/style.css?17766271351988 */
/* /bitrix/templates/.default/components/bitrix/news.list/port/style.css?17757471976846 */
