* {
  box-sizing: border-box;
}

.breadcrumbs {
  position: relative;
  z-index: 2;
}

.container {
  width: 100%;
  max-width: 1410px;
  padding: 0 20px;
  margin: 0 auto;
}

.product {
  font-family: "Open Sans", sans-serif;
  color: #1B1B1B;
  font-weight: 400;
  line-height: 1.3;
}

.product .link {
  color: #2D7FA6;
  font-size: 15px;
  flex: none;
  transition: all .3s;
  text-decoration: underline;
}

.product .link:hover {
  color: #374d64;
}

.product .btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  padding: 15px 30px;
  border-radius: 30px;
  cursor: pointer;
  color: #fff;
  background: #2D7FA6;
  font-weight: 400;
  font-size: 16px;
  text-decoration: none;
  -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out, border 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out, color 0.3s ease-in-out, border 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out, border 0.3s ease-in-out;
}

.product .btn_light {
  background: #fff;
  color: #2D7FA6;
  border-radius: 30px;
  border: 1px solid #2D7FA6;
  padding: 15px 20px;
}

.product .btn_light:hover {
  background: #2D7FA6;
  color: #fff;
}

.product__title {
  font-size: 30px;
  margin-bottom: 15px;
}

.product__inner {
  display: grid;
  grid-template-columns: 1fr 427px;
  gap: 38px;
  margin-top: 34px;
}

.wrap__product {
  width: calc(100% + 40px);
  padding: 0 20px;
  margin: 0 -20px;
  overflow: hidden;
}

.wrap__product .sidebar_product {
  display: none;
}

.product_img {
  display: grid;
  grid-template-columns: 87px 1fr;
  gap: 24px;
  height: 493px;
  overflow: hidden;
}

.product_slider__main {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  border: 2px solid #E8E8E8;
  overflow: hidden;
}

.product_slider__nav {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 58px 0;
  overflow: hidden;
}

.product_slider__nav .swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.product_slider__nav .swiper .product_slider__item {
  border-radius: 10px;
  border: 1px solid #E8E8E8;
}

.product_slider__item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.product_slider__item img {
  display: block;
  max-width: 100%;
  width: auto;
  max-height: 100%;
  height: auto;
}

.product_slider__nav .swiper-button {
  width: 42px;
  height: 43px;
  left: 50%;
  margin: 0 -21px;
}

.product_slider__nav .swiper-button::after {
  display: none;
}

.product_slider__nav .swiper-button-prev {
  top: 0;
  bottom: auto;
}

.product_slider__nav .swiper-button-next {
  bottom: 0;
  top: auto;
}


.product_main {
  display: grid;
  grid-template-columns: 1fr 287px;
  gap: 15px;
  margin-bottom: 57px;
}

.product_head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
  margin-bottom: 7px;
}

.product_logo {
  max-height: 51px;
  flex: 2;
}

.product_logo img {
  max-width: 100%;
  height: auto;
  max-height: 100%
}

.product_toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.product_toolbar_btn {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 5px;
  border: 1px solid #E8E8E8;
  background: #FFF;
  cursor: pointer;
}

.product_favorite.active svg path {
  fill: #2D7FA6;
  stroke: #2D7FA6;
}

.product_article {
  color: #828282;
  font-size: 15px;
  margin-bottom: 29px;
}

.product_text__info .pay_product,
.product_text .action_product {
  display: none;
}

.product_characteristics__title {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 9px;
}

.product_characteristics__list {
  padding: 0;
  margin: 0 0 15px;
}

.product_characteristics__list li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
  list-style: none;
  margin-left: 0;
  margin-bottom: 9px;
  font-size: 15px;
  position: relative;
}

.product_characteristics__list li::before {
  display: none;
}

.product_characteristics__list li:last-child {
  margin-bottom: 0;
}

.product_characteristics__list li::after {
  content: '';
  width: calc(100% - 20px);
  height: 1px;
  border-bottom: 1px dashed #C8C8C8;
  position: absolute;
  bottom: 2px;
  left: 10px;
}

.product_characteristics__list li .prop {
  color: #828282;
  background: #fff;
  position: relative;
  z-index: 1;
}

.product_characteristics__list li .value {
  background: #fff;
  position: relative;
  z-index: 1;
}

.product_characteristics .link_characteristics {
  font-size: 15px;
}

.product_info {
  margin-bottom: 46px;
}

.product_tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.product_tabs .tab {
  border-radius: 10px 10px 0px 0px;
  background: #F3F3F3;
  padding: 10px 30px;
  font-size: 16px;
  cursor: pointer;
}

.product_tabs .tab.active {
  border-radius: 5px 5px 0px 0px;
  color: #2D7FA6;
}

.product_content {
  border-radius: 0px 20px 20px 20px;
  border: 1px solid #E8E8E8;
  padding: 30px;
}

.product_content .item_content {
  display: none;
}

.product_content .item_content.active {
  display: block;
}

.product_content .item_content p {
  color: #4F4F4F;
  font-size: 15px;
  margin-top: 0;
}

.product_content .item_content p:last-child {
  margin-bottom: 0;
}

.product_content .product_characteristics__list li {
  margin-bottom: 19px;
}

.product_content .product_characteristics__list li:last-child {
  margin-bottom: 0;
}

.sidebar_product__item {
  border-radius: 20px;
  border: 5px solid #F3F3F3;
  background: #FFF;
  padding: 10px;
  margin-bottom: 24px;
}

.sidebar_product__title {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 17px;
}

.action_product {
  padding: 25px 10px;
}

.price_product {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 10px;
  margin-bottom: 24px;
}

.price_new {
  font-size: 24px;
  font-weight: 600;
}

.price_old {
  color: #828282;
  font-size: 18px;
  text-decoration: line-through;
}

.action_product__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 24px;
}

.quantity_product {
  width: 117px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  border-radius: 30px;
  padding: 13px 15px;
  background: #F3F3F3;
  border: none;
  overflow: hidden;
  -webkit-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

.quantity_product .quantity__button {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 31%;
  flex: 0 0 31%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  border: none;
  padding: 0;
  cursor: pointer;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.quantity_product .quantity__button svg {
  width: 24px;
  height: 24px;
  stroke: currentColor;
}

.quantity_product .quantity__button_minus {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  flex: none;
}

.quantity_product .quantity__button_plus {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  flex: none;
}

.quantity_product .quantity__input {
  text-align: center;
  flex: 2;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: auto;
  max-width: 100%;
  overflow: hidden;
}

.quantity_product .quantity__input input {
  display: block;
  height: 100%;
  width: auto;
  max-width: 100%;
  font-family: "Open Sans", sans-serif;
  color: #1B1B1B;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  text-align: right;
  border: none;
  padding: 0;
  background-color: transparent;
}

.available_product {
  color: #3FC24F;
  font-size: 14px;
  position: relative;
  padding-left: 13px;
}

.available_product::before {
  content: '';
  width: 7px;
  height: 7px;
  background: #3FC24F;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -3px;
}

.available_product span {
  color: #1B1B1B;
}

.available_product a {
  color: #3FC24F;
}

.buttons_product {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.buttons_product .btn {
  flex: 2;
}

.delivery_product__subtitle {
  font-size: 15px;
  position: relative;
  padding-left: 24px;
  margin-bottom: 17px;
}

.delivery_product__subtitle::before {
  content: '';
  width: 18px;
  height: 18px;
  background: url(../img/truck.svg) no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -9px;
}

.delivery_product__subtitle span {
  font-weight: 700;
}

.delivery_product__inner {
  margin-bottom: 17px;
}

.delivery_product__text {
  color: #828282;
  font-size: 12px;
  padding-bottom: 17px;
  border-bottom: 1px solid #F3F3F3;
  margin-bottom: 17px;
}

.delivery_product__info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  color: #828282;
  font-size: 15px;
  padding-bottom: 17px;
  border-bottom: 1px solid #F3F3F3;
  margin-bottom: 17px;
}

.delivery_product__info p {
  flex: 2;
  margin: 0;
}

.delivery_product__note {
  color: #828282;
  font-size: 15px;
  position: relative;
  padding-left: 27px;
}

.delivery_product__note::before {
  content: '';
  width: 21px;
  height: 21px;
  background: url(../img/note.svg) no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.delivery_product__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  gap: 16px;
}

.delivery_product__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  flex: 2;
}

.delivery_product__logo {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  flex: none;
}

.delivery_product__logo img {
  width: auto;
  max-width: 87px;
  height: auto;
  max-height: 23px;
}

.delivery_product__time {
  font-size: 10px;
  flex: 2;
  text-align: right;
  position: relative;
}

.delivery_product__time::after {
  content: '';
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #C8C8C8;
  position: absolute;
  bottom: 1px;
  right: 0;
}

.delivery_product__time p {
  display: inline;
  margin: 0;
  background: #fff;
  position: relative;
  z-index: 2;
}

.delivery_product__time p::before {
  content: '';
  width: 100%;
  height: 3px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: -3px;
  z-index: 2;
}

.delivery_product__time span {
  font-size: 15px;
  font-weight: 700;
}

.pay_product {
  border-radius: 10px;
  padding: 0;
}

.pay_product__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.pay_product__item {
  padding: 6px 10px;
  border-left: 1px solid #EBEBEB;
}

.pay_product__item:first-child {
  border: none;
}

.pay_product__title {
  font-size: 14px;
  margin-bottom: 10px;
}

.pay_product__logo img {
  max-width: 100%;
  height: auto;
  max-height: 100%;
}

.pay_product .link {
  font-size: 14px;
}

.pay_product__price {
  font-size: 10px;
}

.pay_product__price b {
  font-size: 15px;
  font-weight: 600;
  white-space: nowrap;
}

.pay_product__price span {
  white-space: nowrap;
}

.note_product {
  color: #828282;
  font-size: 12px;
  margin-bottom: 24px;
}

.brand_product {
  padding: 25px;
}

.brand_product__logo {
  height: 51px;
  margin: 0 0 20px;
}

.brand_product__logo img {
  display: block;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  margin: 0;
}

.brand_product__text {
  font-size: 15px;
  margin-bottom: 20px;
}

.brand_product__links {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}

.brand_product__links a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  color: #2D7FA6;
  font-size: 15px;
  text-decoration: none;
  transition: all .3s;
}

.brand_product__links a:hover {
  color: #374d64;
}

.brand_product__links svg {
  width: 11px;
  height: 11px;
}

.brand_product__links a svg path {
  transition: all .3s;
}

.brand_product__links a:hover svg path {
  stroke: #374d64;
}

.callback_product {
  border-radius: 20px;
  background: #F8FAFD;
  padding: 30px;
  text-align: center;
}

.callback_product__icon {
  height: 64px;
  margin-bottom: 16px;
}

.callback_product__icon img {
  display: block;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  margin: 0 auto;
}

.callback_product__descr {
  font-size: 15px;
  margin-bottom: 16px;
}

.callback_product .btn {
  width: 210px;
  margin-bottom: 16px;
}

.callback_product__social {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13.5px 0;
}

.callback_product__social span {
  font-size: 13px;
  font-weight: 600;
}

.callback_product__social a {
  display: block;
  width: 34px;
  height: 34px;
  transition: all .3s;
}

.callback_product__social a:hover {
  opacity: .7;
}

.callback_product__social a svg {
  width: 100%;
  height: auto;
}

.product_reviews__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 26px;
  margin-bottom: 30px;
}

.product_reviews .item_review__rating {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.product_reviews .item_review__rating span {
  display: block;
  width: 24px;
  height: 24px;
}

.product_reviews .item_review__rating span svg {
  display: block;
  width: 100%;
  height: auto;
}

.product_reviews .item_review__text {
  color: #4F4F4F;
  font-size: 15px;
}

.product_reviews .btn_review {
  width: 207px;
}

.product_similar {
  width: 100%;
  margin-bottom: 60px;
}

.product_similar h2 {
  font-family: "Open Sans", sans-serif;
  color: #142633;
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 24px;
}

.tabs_availability {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 20px;
}

.tab_availability {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 11px;
}

.tab_availability svg {
  width: 24px;
  height: auto;
}

.tab_availability span {
  color: #1B1B1B;
  font-size: 15px;
  cursor: pointer;
} 

.content_availability__item {
  display: none;
  max-height: 250px;
  overflow-y: auto;
}

.content_availability__item.active {
  display: block;
}

.list_availability {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}

.item_availability {
  padding-bottom: 30px;
  border-bottom: 1px solid #E8E8E8;
}

.item_availability:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.item_availability__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 15px;
}

.item_availability__phone {
  color: #787878;
  font-size: 15px;
  margin-bottom: 15px;
}

.item_availability__phone a {
  color: #787878;
  font-size: 15px;
  text-decoration: none;
}

.c-articles {
  margin: 40px 0;
}

.c-articles h2 {
  font-size: 38px;
  margin-bottom: 30px;
}

.c-articles__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.c-articles_item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 37px;
  border-radius: 20px;
  border: 0.5px solid #A5A5A5;
  background: #FFF;
  padding: 42px;
}

.c-articles_item:nth-child(even) .c-articles_item__img {
  order: 1;
}

.c-articles_item:nth-child(even) .c-articles_item__text {
  order: 2;
}

.c-articles_item__img img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 20px;
}

.c-articles_item__title {
  display: block;
  color: #142633;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 20px;
  text-decoration: none;
  transition: all .3s;
}

.c-articles_item__title:hover {
  color: #2D7FA6;
}

.c-articles_item__descr {
  color: #535353;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

.similar_slider {
  max-width: 100%;
  position: relative;
}

.similar_slider .swiper {
  overflow: hidden;
}

.similar_slider .item_similar .inner_wrap {
  padding: 25px;
  box-shadow: inset 0px 0px 0px 1px #ececec;
  margin-right: -1px;
}

.similar_slider .swiper-button::after {
  display: none;
}

.similar_slider .swiper-button {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 4px 13.6px rgba(0, 0, 0, 0.15);
  z-index: 5;
}

.similar_slider .swiper-button svg {
  height: 15px;
  width: auto;
}

.similar_slider .swiper-button-prev {
  left: -13px;
}

.similar_slider .swiper-button-next {
  right: -13px;
}

.similar_slider .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
  z-index: 10;
  pointer-events: auto;
}

.action_product__mob {
  display: none;
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 77px;
  background: #FFF;
  box-shadow: 0 0 33px 0 rgba(0, 0, 0, 0.14);
  z-index: 20;
}

/* Page Projects */
.projects {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 1.3;
}

.projects__head {
  height: 459px;
  padding: 38px 0;
  color: #fff;
  position: relative;
}

.projects__head .container {
  position: relative;
  z-index: 2;
}

.projects__title {
  font-family: 'Open Sans', sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 25px;
}

.projects__descr {
  display: none;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 22px;
}

.projects__head .btn_wh {
  width: 237px;
  height: 50px;
  border-radius: 30px;
  background: #FFF;
  padding: 15px 35px;
  color: #142633;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.projects__contacts {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 28px;
  margin-top: 54px;
}

.projects__phone {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}

.projects__phone a {
  display: block;
  font-size: 18px;
  line-height: 1.5;
  color: #fff;
  text-decoration: none;
  position: relative;
  padding-left: 29px;
  border-right: 1px solid #fff;
  padding-right: 20px;
}

.projects__phone a:last-child {
  border-right: none;
  padding-right: 0;
}

.projects__phone a::before {
  content: '';
  width: 24px;
  height: 24px;
  background: url(../img/phone.svg) no-repeat;
  background-size: cover;
  position: absolute;
  top: 2px;
  left: 0;
}

.projects__social {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.projects__social a {
  display: block;
  width: 43px;
  height: 43px;
  border-radius: 50%;
  text-decoration: none;
  overflow: hidden;
}

.projects__social a svg {
  width: 100%;
  height: 100%;
}

.projects__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.projects__bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.projects__inner {
  padding: 41px 0 0;
}

.projects__inner h2 {
  font-family: 'Open Sans', sans-serif;
  color: #142633;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 32px;
}

.projects__inner p {
  color: #535353;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

.projects__inner p a {
  color: #2D7FA6;
  text-decoration: none;
}

.projects__inner p a:hover {
  text-decoration: underline;
}

.projects__intro h2 {
  margin-bottom: 40px;
}

.projects__intro p {
  margin: 0 0 7px;
}

.projects__tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 40px 0;
}

.projects__tabs .tab {
  border-radius: 6px;
  background: #F3F3F3;
  padding: 12px;
  color: #1B1B1B;
  font-size: 16px;
  transition: all .3s;
  cursor: pointer;
}

.projects__tabs .tab:hover,
.projects__tabs .tab.active {
  color: #2D7FA6;
}

.projects__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.item_projects {
  display: block;
  height: 287px;
  border-radius: 30px;
  border: 1.245px solid #E8E8E8;
  overflow: hidden;
  position: relative;
}

.item_projects::before {
  content: '';
  width: 100%;
  height: 128px;
  background: linear-gradient(180deg, rgba(17, 17, 17, 0.00) 0%, rgba(0, 0, 0, 0.90) 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.item_projects__image {
  height: 100%;
}

.item_projects__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.item_projects__title {
  width: calc(100% - 90px);
  color: #FFF;
  font-size: 18.675px;
  font-weight: 700;
  line-height: 1.4;
  padding: 0 24px;
  position: absolute;
  left: 0;
  bottom: 34px;
  z-index: 2;
}

.item_projects__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: rgba(255, 255, 255, 0.30);
  border: 1px solid #2D7FA6;
  border-radius: 5px;
  position: absolute;
  right: 30px;
  bottom: 34px;
  z-index: 2;
}

.item_projects__button svg {
  width: 18px;
  height: 15px;
}

.projects__more {
  display: flex;
  justify-content: center;
  margin: 26px 0 40px;
}

.projects__more .btn_light {
  width: 192px;
  border-radius: 30px;
  border: 1px solid #2D7FA6;
  padding: 10px 15px;
  color: #2D7FA6;
  text-align: center;
  font-size: 16px;
}

.projects__advantages {
  display: grid;
  grid-template-columns: 1fr 640px;
  align-items: flex-start;
  gap: 42px;
  border-radius: 30px;
  background: #F8FAFD;
  padding: 42px;
  margin-bottom: 40px;
}

.projects__advantages .advantage_text h2 {
  margin-bottom: 32px;
}

.projects__advantages .advantage_text p a {
  white-space: nowrap;
}

.projects__advantages .advantage_image {
  padding: 0 55px;
  position: relative;
  overflow: hidden;
}

.projects__advantages .advantage_slider {
  overflow: hidden;
}

.projects__advantages .advantage_slider .swiper-slide {
  border-radius: 24px;
  overflow: hidden;
}

.projects__advantages .advantage_slider img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.projects__advantages .advantage_image .swiper-button {
  width: 28.5px;
  height: 57px;
}

.projects__advantages .advantage_image .swiper-button::after {
  display: none;
}

.projects__advantages .advantage_image .swiper-button-prev {
  left: 0;
}

.projects__advantages .advantage_image .swiper-button-next {
  right: 0;
}

.projects__brand {
  padding: 42px 0;
  overflow: hidden;
}

.brand_slider .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}

.brand_slider .swiper-slide {
  display: flex;
  align-items: center;
  width: auto !important;
  height: 110px;
}

.brand_slider img {
  width: 100%;
  height: auto;
}

.projects__brand .projects__more {
  margin: 32px 0 0;
}

.projects__brand .projects__more .btn {
  width: 173px;
  border-radius: 30px;
  background: rgba(45, 127, 166, 0.98);
  padding: 15px 35px;
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.projects__reviews {
  border-radius: 30px;
  background: #F8FAFD;
  padding: 42px;
  margin-bottom: 40px;
  overflow: hidden;
}

.projects__reviews .reviews__list {
  padding: 0 55px;
  position: relative;
}

.projects__reviews .reviews_slider {
  overflow: hidden;
}

.projects__reviews .reviews_slider .swiper-wrapper {
  align-items: stretch;
}

.projects__reviews .reviews_slider .swiper-slide {
  display: flex;
  align-items: center;
  height: auto;
  border-radius: 24px;
  background: #FFF;
  overflow: hidden;
}

.projects__reviews .reviews_slider img {
  display: block;
  width: 100%;
  height: auto;
}

.projects__reviews .reviews__list .swiper-button {
  width: 28.5px;
  height: 57px;
}

.projects__reviews .reviews__list .swiper-button::after {
  display: none;
}

.projects__reviews .reviews__list .swiper-button-prev {
  left: 0;
}

.projects__reviews .reviews__list .swiper-button-next {
  right: 0;
}

.projects_service {
  padding: 42px 0;
  margin-bottom: 20px;
}

.projects_service .service_inner {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 19px;
  background: url(../img/service_decor.png) no-repeat bottom right 65px;
  border-radius: 24px;
  border: 1px solid #E8E8E8;
  padding: 40px 42px;
}

.projects_service .service_inner > div {
  width: 30%;
}

.projects_service .service_address {
  max-width: 288px;
}

.projects_service .service_city {
  color: #1B1B1B;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
  text-transform: uppercase;
  margin-bottom: 11px;
}

.projects_service .service_address span {
  display: block;
  color: #535353;
  line-height: 1.4;
}

.projects_service .service_title {
  color: #6D6D6D;
  line-height: 1.4;
  margin-bottom: 10px;
}

.projects_service .service_schedule {
  max-width: 217px;
}

.projects_service .service_schedule span {
  display: block;
  color: #1B1B1B;
  line-height: 1.4;
}
 
.projects_service .service_contacts {
  margin-left: 6px;
}

.projects_service .service_contacts a {
  display: block;
  color: #29A4DE;
  line-height: 1.4;
  text-decoration: none;
  margin-bottom: 5px;
}

.projects_service .service_contacts a:last-child {
  margin-bottom: 0;
}

.projects_service .service_phone {
  margin-bottom: 6px;
  position: relative;
  padding-left: 25px;
}

.projects_service .service_phone::before {
  content: '';
  width: 18px;
  height: 18px;
  background: url(../img/icon_phone.svg) no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.projects_service .service_email {
  position: relative;
  padding-left: 25px;
}

.projects_service .service_email::before {
  content: '';
  width: 18px;
  height: 18px;
  background: url(../img/icon_mail.svg) no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.projects_articles {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  padding: 42px 0;
}

.projects_articles .item_article {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 35px;
  border-radius: 20px;
  border: 0.5px solid #A5A5A5;
  background: #FFF;
  padding: 42px;
}

.projects_articles .item_article__text {
  flex: 2;
  color: #535353;
  line-height: 1.4;
}

.projects_articles .item_article__title {
  margin-bottom: 20px;
}

.projects_articles .item_article__text p {
  margin: 0 0 10px;
}

.projects_articles .item_article__text br {
  display: block;
  height: 28px;
}

.projects_articles .item_article__text ul {
  padding-left: 22px;
  margin: 0 0 28px;
}

.projects_articles .item_article__text ul li {
  list-style: disc;
  margin: 0;
}

.projects_articles .item_article__text ul li::before {
  display: none;
}

.projects_articles .item_article__image {
  width: 619px;
  flex: none;
}

.projects_articles .item_article__image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 20px;
}

.projects_articles .item_article:nth-child(odd) .item_article__text {
  max-width: 607px;
}

.projects_articles .item_article:nth-child(even) .item_article__image {
  order: 1;
}

.projects_articles .item_article:nth-child(even) .item_article__text {
  order: 2;
}

.projects_articles .item_article:nth-child(even) .item_article__text p {
  margin-bottom: 0;
}




.page_callback {
  margin-bottom: 42px;
}

.page_callback__inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  border-radius: 30px;
  background: #2D7FA6 url(../img/logo_callback.svg) no-repeat left 311px bottom 39px;
  padding: 42px;
  font-family: "Open Sans", sans-serif;
  color: #fff;
}

.page_callback__title {
  font-size: 38px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 32px;
}

.page_callback__descr {
  max-width: 384px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 32px;
}

.page_callback__contacts .social {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 32px;
}

.page_callback__contacts .social a {
  display: block;
  width: 43px;
  height: 43px;
  border-radius: 50%;
  overflow: hidden;
  text-decoration: none;
}

.page_callback__contacts .contact_list a {
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.36;
  text-decoration: none;
  margin-bottom: 12px;
}

.page_callback__contacts .contact_list a:last-child {
  margin-bottom: 0;
}

.page_callback__contacts .contact_phone {
  padding-left: 21px;
  position: relative;
}

.page_callback__contacts .contact_phone::before {
  content: '';
  width: 13px;
  height: 13px;
  background: url(../img/icon_phone_wh.svg) no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 3px;
}

.page_callback__contacts .contact_email {
  padding-left: 21px;
  position: relative;
}

.page_callback__contacts .contact_email::before {
  content: '';
  width: 13px;
  height: 13px;
  background: url(../img/icon_mail_wh.svg) no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 3px;
}

.page_callback__form {
  padding-top: 63px;
}

.page_callback__form form {
  width: 100%;
}

.page_callback__form .field_form {
  display: block;
  margin-bottom: 16px;
}

.page_callback__form .field_form span {
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 8px;
}

.page_callback__form .field_form input,
.page_callback__form .field_form textarea {
  display: block;
  width: 100%;
  height: 45px;
  padding: 12px 8px;
  border-radius: 100px;
  background: #FFF;
  border: none;
  color: #1B1B1B;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
}

.page_callback__form .field_form textarea {
  height: 102px;
  border-radius: 16px;
}

.page_callback__form .button_form input {
  display: block;
  width: 239px;
  height: 50px;
  padding: 14px 35px;
  border-radius: 30px;
  background: #FFF;
  border: none;
  color: #2D7FA6;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}

.page_callback__form .checkbox_form {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
  color: #fff;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom: 16px;
}

.page_callback__form .checkbox_form input {
  position: absolute;
  z-index: -1;
  opacity: 0
}

.page_callback__form .checkbox_form label::before {
  content: "";
  display: block;
  width: 27px;
  height: 27px;
  border-radius: 2px;
  background: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}

.page_callback__form .checkbox_form input:checked+label::before {
  background-image: url(/img/checkbox.svg)
}

.page_callback__form .checkbox_form label {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  font-weight: 400
}

.page_callback__form .checkbox_form span {
  display: block;
  padding-left: 38px;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  color: #fff;
}

.page_callback__form .checkbox_form span a {
  color: #29A4DE;
  font-weight: 600;
  text-decoration: none
}

.page_callback__form .checkbox_form span a:hover {
  text-decoration: underline
}

/* Page Detail Project */
.project {
  font-family: "Open Sans", sans-serif;
}

.project__title {
  font-family: "Open Sans", sans-serif;
  color: #1B1B1B;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 32px;
}

.project__main {
  display: grid;
  grid-template-columns: 647px 1fr;
  gap: 30px;
  align-items: flex-start;
  margin-bottom: 36px;
}

.project__image {
  overflow: hidden;
  position: relative;
}

.project__image .image_slider {
  overflow: hidden;
  margin-bottom: 16px;
  position: relative;
}

.project__image .image_slider .swiper-slide {
  height: 363px;
  border-radius: 20px;
  overflow: hidden;
}

.project__image .image_slider .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}

.project__image .image_slider .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.project__image .image_slider .swiper-button::after {
  display: none;
}

.project__image .image_slider .swiper-button {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 4px 13.6px rgba(0, 0, 0, 0.15);
  z-index: 5;
  cursor: pointer;
}

.project__image .image_slider .swiper-button svg {
  height: 15px;
  width: auto;
}

.project__image .image_slider .swiper-button-prev {
  left: 7px;
}

.project__image .image_slider .swiper-button-next {
  right: 7px;
}

.project__image .image_slider .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
  z-index: 10;
  pointer-events: auto;
}

.btn_video {
  position: relative;
}

.project__image .project__info {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.project__image .project__info .item_info {
  border-radius: 15px;
  background: #F3F3F3;
  padding: 14px 20px;
  color: #1B1B1B;
  font-size: 16px;
  line-height: 1.3;
  text-align: center;
}

.project__image .project__info .item_info span {
  display: block;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  margin-top: 10px;
}

.btn_video::after {
  content: '';
  width: 58px;
  height: 58px;
  background: url(../img/play.svg) no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -29px;
}

.project__text p {
  color: #535353;
  font-size: 16px;
  line-height: 1.4;
  margin: 0 0 16px;
}

.project__text p b {
  font-weight: 700;
}

.project__contact {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.project__contact .btn {
  border-radius: 30px;
  background: #2D7FA6;
  padding: 14px 23px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
}

.project__contact .email a {
  color: #2D7FA6;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  position: relative;
  padding-left: 21px;
}

.project__contact .email a:hover {
  text-decoration: underline;
}

.project__contact .email a::before {
  content: '';
  width: 13px;
  height: 13px;
  background: url(../img/email.svg) no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -6.5px;
}

.project__contact .social {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.project__contact .social a {
  display: block;
  width: 43px;
  height: 43px;
  border-radius: 50%;
  overflow: hidden;
  text-decoration: none;
}

.project__contact .social a svg {
  width: 100%;
  height: 100%;
}

.project h2 {
  font-family: "Open Sans", sans-serif;
  color: #142633;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 20px;
}

.project_slider {
  max-width: 100%;
  position: relative;
}

.project_slider .swiper {
  overflow: hidden;
}

.project_slider .item_similar .inner_wrap {
  padding: 25px;
  box-shadow: inset 0px 0px 0px 1px #ececec;
  margin-right: -1px;
}

.project_slider .swiper-button::after {
  display: none;
}

.project_slider .swiper-button {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 4px 13.6px rgba(0, 0, 0, 0.15);
  z-index: 5;
  cursor: pointer;
}

.project_slider .swiper-button svg {
  height: 15px;
  width: auto;
}

.project_slider .swiper-button-prev {
  left: -13px;
}

.project_slider .swiper-button-next {
  right: -13px;
}

.project_slider .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
  z-index: 10;
  pointer-events: auto;
}

.project .buttom_more {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.project .buttom_more .btn {
  border-radius: 30px;
  background: #2D7FA6;
  padding: 14px 35px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
}

.project__equipment {
  margin-bottom: 36px;
}

.project__inner {
  display: grid;
  grid-template-columns: 1fr 675px;
  gap: 30px;
  border-radius: 30px;
  border: 0.5px solid #A5A5A5;
  padding: 30px 15px 40px;
  color: #535353;
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 36px;
}

.project__inner p {
  margin: 0;
}

.project__inner .item_descr {
  margin: 0 0 30px;
}

.project__inner .item_descr:last-child {
  margin: 0;
}

.project__inner .more_read {
  display: none;
  color: #2D7FA6;
  text-decoration: none;
  border-bottom: 1px dotted #2D7FA6;
  margin-top: 5px;
}

.project__inner p:last-child {
  margin-bottom: 0;
}

.project__inner p b {
  color: #2D7FA6;
  font-size: 18px;
  font-weight: 700;
}

.project__inner .project__image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 20px;
  margin-bottom: 16px;
}

.project__supplies {
  border-radius: 30px;
  border: 0.5px solid #A5A5A5;
  padding: 30px 15px 40px;
  margin-bottom: 36px;
}

.project__popular {
  margin-bottom: 36px;
}

@media (max-width: 1400px) {
  .project__title {
    font-size: 50px;
    margin-bottom: 20px;
  }
  .project__main {
    grid-template-columns: repeat(2, 1fr);
  }
  .project__inner {
    grid-template-columns: repeat(2, 1fr);
  }
  .page_callback__inner {
    background-position: left 25% bottom 39px;
  }
  .page_callback__title {
    font-size: 32px;
  }
  .projects_articles .item_article__image {
    width: 48%;
  }
  .projects__advantages {
    grid-template-columns: 1fr 50%;
  }
  .item_projects__title {
    font-size: 17px;
  }
  .projects__inner h2 {
    font-size: 34px;
  } 
  .projects__head {
    height: 400px;
  }
  .projects__title {
    font-size: 50px;
  }
  .c-articles_item {
    padding: 30px;
  }
  .c-articles_item__title {
    font-size: 30px;
  }
  .product__inner {
    grid-template-columns: 1fr 400px;
    gap: 20px;
  }

  .pay_product__item {
    max-width: 33%;
  }
}

@media (max-width: 1340px) {
  .c-articles_item__title {
    font-size: 28px;
  }
  .product_img {
    grid-template-columns: 1fr;
    gap: 20px;
    height: auto;
  }

  .product_slider__main {
    height: 471px;
  }

  .product_slider__nav {
    width: 100%;
    padding: 0 80px;
    order: 2;
  }

  .product_slider__nav .swiper-button {
    width: 60px;
    height: 60px;
    transform: rotate(-90deg);
  }

  .product_slider__nav .swiper-button-prev {
    left: 0;
    top: 50%;
    margin: -30px 0;
  }

  .product_slider__nav .swiper-button-next {
    right: 0;
    left: auto;
    top: 50%;
    margin: -30px 0;
  }
}

@media (max-width: 1200px) {
  .product__inner {
    grid-template-columns: 1fr 340px;
  }
}

@media (max-width: 1024px) {
  .c-articles_item {
    padding: 20px;
  }
  .c-articles_item__title {
    font-size: 24px;
  }
  .product__top {
    display: flex;
    flex-wrap: wrap;
  }
  .product__title {
    order: 2;
    margin-top: 20px !important;
  }
  .product__title {
    margin-bottom: 15px;
  }

  .product_head {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }

  .product_main {
    grid-template-columns: 1fr;
    position: relative;
    padding-top: 62px;
    gap: 34px;
    margin-bottom: 40px;
    overflow: hidden;
  }

  .product_info {
    margin-bottom: 40px;
  }

  .sidebar_product__item {
    margin-bottom: 0;
  }

  .sidebar_product__title,
  .delivery_product__subtitle,
  .delivery_product__inner {
    margin-bottom: 20px;
  }

  .delivery_product__text,
  .delivery_product__info {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  .note_product {
    margin-bottom: 0;
  }

  .callback_product {
    width: 100%;
    margin-top: 20px;
  }

  .product__inner {
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .sidebar_product {
    display: none;
  }

  .wrap__product .sidebar_product {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }

  .sidebar_product__inner {
    width: calc(50% - 10px);
  }

  .buttons_product {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .product_characteristics {
    max-width: 326px;
  }

  .product_text__info .pay_product {
    display: block;
    margin: 24px 0 0;
    padding: 10px 0;
  }

  .pay_product__title {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    min-height: 36px;
  }

  .pay_product__item {
    padding: 0 8px;
  }

  .product_text .action_product {
    display: block;
    margin: 32px 0 0;
    padding: 42px 33px;
  }

  .action_product__inner {
    gap: 20px;
  }

  .note_product {
    margin-top: 24px;
  }

  .product_slider__nav {
    height: 123px;
  }

  .product_article {
    margin-bottom: 13px;
  }

  .product_text {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 21px;
  }

  .product_tabs .tab {
    padding: 10px 28px;
  }

  .callback_product {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    padding: 28px 30px 20px;
    margin-bottom: 40px;
  }

  .callback_product__icon {
    width: 38px;
    position: absolute;
    top: 0;
    left: 0;
  }

  .callback_product__head {
    position: relative;
    padding-left: 57px;
    flex: 2;
  }

  .callback_product__head .sidebar_product__title {
    margin-bottom: 6px;
  }

  .callback_product__descr {
    margin: 0;
  }

  .callback_product__btn {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
    flex: none;
  }

  .callback_product .btn {
    width: 164px;
    margin: 0;
  }

  .callback_product__social span {
    display: none;
  }

  .product_similar h2 {
    font-size: 28px;
    margin-bottom: 14px;
  }
  .c-articles h2 {
    font-size: 28px;
  }
}

@media (max-width: 992px) {
  .project .buttom_more {
    margin-top: 20px;
  }
  .project .buttom_more .btn {
    font-weight: 400;
    text-transform: none;
  }
  .project__title {
    font-size: 40px;
    margin-bottom: 10px;
  }
  .project__main {
    grid-template-columns: 1fr;
  }
  .project__inner {
    grid-template-columns: 1fr;
  }
  .project__supplies {
    padding: 0;
    border: none;
    border-radius: 0;
  }
  .page_callback__form {
    padding: 0;
  }
  .projects_articles {
    padding-bottom: 20px;
  }
  .page_callback__inner {
    grid-template-columns: 1fr;
    gap: 63px;
    background-size: 228px auto;
    background-position: right 77px top 107px;
  }
  .page_callback__title {
    font-size: 28px;
  }
  .projects_articles .item_article__text ul {
    margin-bottom: 10px;
  }
  .projects_articles .item_article__title br {
    display: none;
  }
  .projects_articles .item_article {
    padding: 50px;
  }
  .projects_articles .item_article__image {
    width: 100%;
  }
  .projects_articles .item_article:nth-child(even) .item_article__image {
    order: 2;
  }
  .projects_articles .item_article:nth-child(odd) .item_article__text {
    max-width: 100%;
  }
  .projects_service {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .projects_service .service_inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 7px 40px;
    justify-content: space-between;
    padding: 50px;
    background-position: bottom -30px right 192px;
  }
  .projects_service .service_inner > div {
    width: 100%;
  }
  .projects_service .service_schedule {
    order: 2;
  }
  .projects_service .service_contacts {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    max-width: 300px;
  }
  .projects_service .service_phone,
  .projects_service .service_email {
    width: 100%;
    max-width: 190px;
    flex: none;
  }
  .projects__reviews .reviews_slider .swiper-slide {
    padding: 0 10px;
  }
  .projects__reviews .reviews_slider {
    overflow: visible;
  }
  .projects__reviews {
    width: calc(100% + 40px);
    border-radius: 0;
    padding: 42px 20px;
    margin-left: -20px;
    margin-bottom: 0;
  }
  .brand_slider {
    overflow: visible;
  }
  .projects__brand {
    padding: 0 0 40px;
  }
  .projects__inner p {
    margin-bottom: 20px;
  }
  .projects__inner p:last-child {
    margin-bottom: 0;
  }
  .projects__advantages {
    grid-template-columns: 1fr;
    padding: 63px 50px 50px;
  }
  .projects__more {
    margin: 34px 0 37px;
  }
  .projects__list {
    grid-template-columns: repeat(2, 1fr);
  }
  .item_projects {
    height: 229px;
  }
  .item_projects__button {
    width: 39px;
    height: 39px;
    right: 27px;
    bottom: 28px;
  }
  .item_projects__button svg {
    width: 13px;
  }
  .item_projects__title {
    font-size: 15px;
    bottom: 28px;
    padding: 0 19px;
  }
  .projects__tabs .tab {
    font-size: 15px;
    padding: 10px;
  }
  .projects__tabs {
    margin: 30px 0;
  }
  .projects__intro p {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .projects__intro h2 {
    margin-bottom: 20px;
  }
  .projects__inner h2 {
    font-size: 28px;
  }
  .projects__contacts {
    margin-top: 33px;
  }
  .projects__descr {
    display: block;
  }
  .projects__head {
    height: 307px;
    padding: 20px 0;
  }
  .projects__title {
    font-size: 40px;
    margin-bottom: 11px;
  }
  .product_similar {
    margin-bottom: 35px;
  }
  .similar_slider .swiper-button {
    width: 38px;
    height: 38px;
  }
  .similar_slider .swiper-button-prev {
  left: 0;
  }

  .similar_slider .swiper-button-next {
    right: 0;
  }
  .c-articles_item {
    gap: 20px;
  }
  .delivery_product__text,
  .delivery_product__info {
    border-width: 2px;
  }
  .c-articles_item__title {
    font-size: 22px;
  }
  .c-articles_item {
    padding: 15px;
    border-radius: 15px;
  }
  .c-articles_item__img img {
    border-radius: 15px;
  }
}

@media (max-width: 640px) {
  .project__inner .project__image img {
    height: 356px;
    object-fit: cover;
    object-position: left top;
  }
  .btn_video::after {
    width: 49px;
    height: 49px;
    margin: - 24.5px;
  }
  .project__inner .item_descr {
    margin-bottom: 25px;
  }
  .project__inner .item_descr p {
    display: -webkit-box; 
    -webkit-line-clamp: 3; 
    -webkit-box-orient: vertical; 
    overflow: hidden;
  }
  .project__inner .item_descr.active p {
    display: block; 
    overflow: visible;
  }
  .project__inner .more_read {
    display: inline-block;
  }
  .project__inner .project__image img {
    border-radius: 10px;
  }
  .project__inner {
    border-radius: 10px;
  }
  .project__contact {
    display: grid;
    grid-template-columns: 1fr;
    justify-content: center;
    text-align: center;
  }
  .project__contact .btn {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
  .project__contact .social {
    justify-content: center;
  }
  .project__image .image_slider .swiper-button,
  .project_slider .swiper-button {
    width: 38px;
    height: 38px;
  }
  .project__image .project__info .item_info {
    font-size: 15px;
    padding: 6px 15px;
    border-radius: 10px;
  }
  .project__image .project__info .item_info span {
    font-size: 16px;
  }
  .project__title {
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 28px;
  }
  .project__image .image_slider .swiper-slide {
    height: 225px;
  }
  .projects_articles {
    padding-bottom: 40px;
  }
  .page_callback__title {
    font-size: 24px;
  }
  .page_callback__inner {
    gap: 43px;
    background-image: none;
    padding: 20px 20px 27px;
    border-radius: 10px;
  }
  .page_callback__form .checkbox_form span {
    font-size: 12px;
  }
  .page_callback__form .button_form input {
    width: 100%;
    max-width: 400px;
  }
  .projects__reviews {
    width: calc(100% + 30px);
    margin-left: -15px;
  }
  .projects_articles .item_article__image {
    height: 296px;
  }
  .projects_articles .item_article__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
  }
  .projects_articles .item_article {
    padding: 20px;
    gap: 20px;
    border-radius: 10px;
  }
  .projects_service .service_inner {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 30px 20px 20px;
    background: url(../img/service_decor_mob.png) no-repeat bottom 61px right 20px;
  }
  .projects_service .service_schedule {
    order: 1;
  }
  .projects_service .service_contacts {
    justify-content: flex-start;
    order: 2;
  }
  .projects__reviews .reviews__list .swiper-button {
    width: 17px;
    height: 33px;
  }
  .projects__reviews .reviews__list {
    padding: 0 27px;
  }
  .projects__reviews .reviews_slider {
    padding: 40px 0;
  }
  .projects__inner p,
  .projects__inner ul {
    font-size: 15px;
  }
  .projects__advantages {
    gap: 26px;
    width: calc(100% + 30px);
    border-radius: 15px;
    padding: 20px 26px 32px 35px;
    margin: 0 -15px 32px;
  }
  .projects__more {
    margin: 24px 0;
  }
  .item_projects {
    border-radius: 10px;
  }
  .projects__inner {
    padding-top: 30px;
  }
  .projects__inner h2 {
    font-size: 24px;
  }
  .projects__intro h2 {
    margin-bottom: 16px;
  }
  .projects__tabs {
    margin: 16px 0 25px;
  }
  .projects__phone a {
    display: inline-block;
    padding-right: 0;
    border-right: 0;
    margin-bottom: 11px;
  }
  .projects__social {
    justify-content: center;
    margin-top: 7px;
  }
  .projects__phone {
    display: block;
    max-width: 300px;
    margin: 0 auto;
  }
  .projects__contacts {
    display: block;
    margin-top: 24px;
  }
  .projects__head {
    height: 398px;
    padding: 30px 0;
    text-align: center;
  }
  .projects__title {
    font-size: 30px;
    margin-bottom: 15px;
  }
  .projects__descr {
    max-width: 320px;
    font-size: 16px;
    margin: 0 auto 25px;
  }
  .projects__descr br {
    display: none;
  }
  .product__inner {
    padding-bottom: 180px;
  }
  .action_product__mob {
    display: block;
    padding: 10px;
  }
  .action_product__mob .buttons_product {
    display: block;
  }
  .action_product__mob .quantity_product {
    display: flex;
    width: 100%;
    background: #EBE9E9;
  }
  .quantity_product .quantity__button {
    background: #EBE9E9;
  }
  .action_product__mob .quantity_product .quantity__input input {
    text-align: center;
  }
  .action_product__mob .action_product__inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 9px;
    margin-bottom: 9px;
  }
  .action_product__mob .buttons_product .btn_light {
    width: 100%;
  }
  .product_similar {
    margin-bottom: 26px;
  }
  .similar_slider .item_similar .inner_wrap {
    margin-right: 0;
  }
  .c-articles_item:nth-child(even) .c-articles_item__img {
  order: 2;
  }
  .c-articles_item:nth-child(even) .c-articles_item__text {
    order: 1;
  }
  .c-articles_item {
    grid-template-columns: 1fr;
  }
  .c-articles_item__descr {
    font-size: 15px;
  }
  .c-articles_item__title {
    font-size: 20px;
  }
  .container {
    padding: 0 15px;
  }
  .product__title {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .product_img {
    gap: 15px;
  }
  .product_slider__main {
    height: 275px;
  }
  .product_slider__nav .swiper-button {
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }
  .product_slider__nav {
    height: 61px;
    padding: 0 35px;
  }
  .product_text {
    grid-template-columns: 1fr;
  }
  .product_text .action_product {
    order: 1;
    margin: 0;
    padding: 0;
    border: none;
  }
  .product_text__info {
    order: 2;
  }
  .quantity_product {
    display: none;
  }
  .buttons_product {
    display: none;
  }
  .price_new {
    font-size: 30px;
  }
  .price_old {
    font-size: 24px;
  }
  .product_main {
    gap: 24px;
    margin-bottom: 24px;
  }
  .action_product__inner {
    margin-bottom: 0;
  }
  .product_text {
    gap: 15px;
  }
  .product_article {
    margin-bottom: 24px;
  }
  .product_tabs {
    gap: 4px;
  }
  .product_tabs .tab {
    font-size: 15px;
    padding: 7.717px 12.848px 6.283px 16.152px;
    border-radius: 10px 10px 0px 0px;
  }
  .sidebar_product__inner {
    width: 100%;
  }
  .product_info {
    margin-bottom: 26px;
  }
  .sidebar_product__item {
    padding: 25px 15px 25px 25px;
  }
  .delivery_product__wrap {
    min-width: 240px;
  }
  .brand_product__logo,
  .brand_product__text {
    margin-bottom: 10px;
  }
  .callback_product {
    margin-top: 6px;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }
  .callback_product__head {
    padding: 0;
    margin-bottom: 16px;
  }
  .callback_product__icon {
    position: static;
    width: 66px;
    margin: 0 auto 16px;
  }
  .callback_product__head .sidebar_product__title {
    margin-bottom: 16px;
  }
  .callback_product__btn {
    width: 100%;
    display: block;
  }
  .callback_product .btn {
    width: 210px;
    height: 40px;
  }
  .callback_product__social {
    padding: 13.5px 0;
    margin-top: 16px;
  }
  .callback_product__social span {
    display: block;
  }
  .callback_product {
    margin-bottom: 26px;
  }
  .product_similar h2 {
    font-size: 24px;
    margin-bottom: 14px;
  }
  .c-articles h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}

@media (max-width: 520px) {
  .project__image .project__info {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .projects__advantages .advantage_image .swiper-button-prev {
    left: 15px;
  }
  .projects__advantages .advantage_image .swiper-button-next {
    right: 15px;
  }
  .projects__advantages .advantage_slider {
    overflow: visible;
  }
  .projects__list {
    grid-template-columns: 1fr;
  }
  .projects__advantages .advantage_image {
    width: calc(100% + 61px);
    margin-left: -35px;
    padding: 0 68px;
  }
}

@media (max-width: 480px) {
.action_product__mob .action_product__inner {
    grid-template-columns: 123px 1fr;
  }
}