.news-list details > *:not(summary) {
	display: none;
}

.news-list details[open] > *:not(summary) {
	display: block;
	padding: 1rem 1.25rem;
}

@media (min-width: 821px) {
	.ourWorksRow .sliderBlock .controllBlock .arrow {
		display: block !important;
	}
}

@media (min-width: 1300px) {
	.ourWorksRow .sliderBlock .controllBlock .arrow.toLeft {
		left: -65px;
	}
}

@media (min-width: 1500px) {
	.ourWorksRow .sliderBlock .controllBlock .arrow.toLeft {
		left: -85px;
	}
}

@media (min-width: 1300px) {
	.ourWorksRow .sliderBlock .controllBlock .arrow.toRight {
		right: -65px;
	}
}

@media (min-width: 1500px) {
	.ourWorksRow .sliderBlock .controllBlock .arrow.toRight {
		right: -85px;
	}
}

#basket_form_container #basket_items .cartElement {
	&.addBoxElement, &.cartElementAddBox {
		margin-bottom: 10px;
	}

	&.addBoxElement td {
		border-bottom: transparent 1px solid;
	}

	&.cartElementAddBox td {
		border-bottom: transparent 1px solid;
		padding: 40px 4px 20px;
	}

	&.addBoxElement td.itemphoto {
		h2 {
			a {
				font-weight: 400;
			}

			font-weight: 400;
			font-size: 15px;
			letter-spacing: .7px;
			text-transform: uppercase;
			text-align: left;
		}

		position: relative;
	}
}
#basket_form_container #basket_items .testClass td {
	position: relative;
	padding: 0 4px 40px;
}
#basket_form_container #basket_items .cartElement.addBoxElement td {
	&.addBox {
		display: table-cell;
	}

	padding: 0 4px 20px;
	vertical-align: middle;
}

.testClass .propertyIcon {
	max-width: 114px;
}

@media (max-width: 576px) {
	.testClass .propertyIcon {
		max-width: unset;
	}

	#basket_form_container #basket_items {
		.cartElementAddBox td {
			&.itemphoto {
				padding: 45px 5px 5px;
			}

			&.item {
				padding: 17px 0 0;
			}

			&.custom {
				padding: 0;
				font-size: 14px;
				line-height: 20px;
				letter-spacing: .7px;
			}

			&.price {
				padding: 15px 0 25px;
				font-size: 19px;
				line-height: 20px;
				letter-spacing: .9px;
			}

			&.custom.quantityToMobile {
				padding: 0;
				width: 100%;
				height: 55px;
				font-size: 16px;
				color: #930a22;
				line-height: 55px;
				border-top: 1px solid #f7ece0;
				border-bottom: 1px solid #f7ece0;
			}

			&.control {
				padding: 15px 0;
				max-width: 100%;
				text-align: left;
			}
		}

		.addBoxElement {
			td.itemphoto {
				padding: 15px 4px 10px;

				h2 {
					text-align: center !important;
				}
			}

			.addBox__btn {
				max-width: 200px;
				margin: 0 auto;
			}
		}
	}

	.testClass td {
		border-bottom: 1px solid #930b21 !important;
	}

	#basket_form_container #basket_items .cartElement.addBoxElement td.addBox {
		display: block;
	}
}

.landSection.ourWorksRow .container {
	width: 1575px;
}

@media (max-width: 1820px) {
	.ourWorksRow .sliderBlock .controllBlock .arrow {
		&.toLeft {
			left: -45px;
		}

		&.toRight {
			right: -45px;
		}
	}
}

@media (max-width: 991px) {
	.landSection.ourWorksRow .container {
		width: 750px;
	}
}


.modalElementAddBasket {
  margin-top: -55px;
}

#simpleForm .modalElementAddBasket .modalElementAdd .name {
  padding-top: 10px;
}
#simpleForm .modalElementAddBasket .modalElementAdd .pict {
  margin-right: 0;
  width: calc(50% - 10px);
  text-align: center;
}
.modalElementAddBasket .modalElementAdd {
  column-gap: 20px;
}
#simpleForm .modalElementAddBasket .rightText {
  width: calc(50% - 10px);
}
#simpleForm .successAdd.modalElementAddBasket>.text {
  margin: 15px auto 30px;
}
#simpleForm .modalElementAddBasket .modalElementAdd .countPriceBlock {
  margin-top: 40px;
}
.modalElementAddBasket .modalElementAdd .arrowBlock .disabled {
  opacity: 0.2;
  cursor: unset;
}
.groupItem {
  position: relative;
}
.groupItem .error,
.file-form .error {
  display: none;
  position: absolute;
  top: -19px;
  left: 0;
  color: #ff0000;
  font-size: 14px;
  font-style: italic;

}
.groupItem.error input {
  border-color: #ff0000;
}
.groupItem.error .error,
.file-form.error .error {
  display: block;
}
.orderForm .groupItem {
  margin-bottom: 20px !important;
}
.req-field {
  font-size: 16px;
  color: #4d4f50;
  font-style: italic;
  margin-bottom: 10px;
  text-align: left;
}
.orderForm input[type="text"],
.orderForm textarea,
.reviewForm input[type="text"],
.reviewForm textarea {
  outline-color: #e2bdbe;
  outline-width: 2px;
}
.orderForm .groupItem.error input[type="text"],
.orderForm .groupItem.error textarea,
.reviewForm .groupItem.error input[type="text"],
.reviewForm .groupItem.error textarea {
  outline-color: #ff0000;
}
.policy-checkbox-block .policy-checkbox + label[for="add_photo"] {
  color: #930b21;
}
.reviewForm .groupItem {
  margin-bottom: 20px !important;
}
.reviewForm .messageBox {
  margin-bottom: 20px;
}
.fileselectbutton {
  cursor: pointer;
  color: #930b21;
  font-size: 16px;
  font-style: italic;
  padding: 0 0 0 40px;
  background: url(/local/templates/inside_page/img/uploadfoto.png) no-repeat;
  background-size: contain;
  background-position: left center;
}
.file-form .upload_file {
  display: none;
}
.file-form {
  text-align: left;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  column-gap: 20px;
  position: relative;
}
.clearfile {
  background: url(/images/close.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  width: 12px;
  height: 12px;
  display: none;
  cursor: pointer;
}
.reviewsLandingPersons .reviewsElementWrapper,
.reviewsInsideItem .review {
  display: flex;
  column-gap: 20px;
  justify-content: center;
}
.reviewsLandingPersons .reviewsElementWrapper>img,
.reviewsInsideItem .review>img {
  height: 100px;
  border-radius: 5px;
}

.reviewsInside .fullElems .reviewHolder:nth-child(2n) .pict {
  order: 0;
}
@media screen and (max-width: 991px) {
  .modalElementAddBasket {
    margin-top: -10px;
  }
  #simpleForm .modalElementAddBasket .modalElementAdd .countPriceBlock {
    margin-top: 20px;
  }
  #simpleForm .modalElementAddBasket .rightText,
  #simpleForm .modalElementAddBasket .modalElementAdd .pict {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .modalElementAddBasket {
    margin: -10px -20px 0;
  }
  #simpleForm .modalElementAddBasket .modalElementAdd .name,
  .successAdd.modalElementAddBasket .heading {
    font-size: 16px;
  }
  #simpleForm .closeButton {
    top: 5px;
    right: 5px;
  }
}
@media screen and (min-width: 441px) {
  .reviewsInsideItem .review>img+.textBlock {
    padding-left: 0;
  }
}
@media screen and (max-width: 440px) {
  .reviewsLandingPersons .reviewsElementWrapper,
  .reviewsInsideItem .review {
    flex-direction: column;
    align-items: center;
  }
}

/*319927*/
.sideMenu .main_menu .mainItem li:not(.razdel) {
  padding: 0;
}
.sideMenu .main_menu .mainItem li:not(.razdel)>a {
  padding: 15px 0 15px 15px;
}
.sideMenu .main_menu .mainItem ul {
  padding-left: 15px;
}
.sideMenu .main_menu .mainItem li:not(.razdel) a:hover,
.sideMenu .main_menu .mainItem li:not(.razdel)>a.open {
  font-weight: 600 !important;
  padding-left: 18px;
  background-color: #CAA8B5;
}
.sideMenu .main_menu .menuBlock {
  padding: 0 12px;
}

.text-img {
  height: 300px;
  margin-bottom: 20px;
}
.text-img.float-left{
  float: left;
  margin-right: 20px;
}

.footer-quality {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.footer-quality__item {
  display: block;
  padding: 0 8px;

}
.footer-quality__item img {
  height: 80px;
  width: auto;
}

footer .mainRow .contacts .contactsList {
  margin-bottom: 20px;
}
.footer-social {
  margin-bottom: 20px;
}
.footer-social a {
  display: inline-block;
  width: 44px;
  height: 23px;
  background-image: url('/images/VK-Icon.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

footer .mainRow .contacts .contactsList .phone-block {
  display: inline-block;
  margin-top: 10px;
}

@media (min-width: 768px) {
  .footer-quality {
    margin: 25px 0 30px;
  }
  .footer-quality__item {
    padding: 0 10px;
  }
  .footer-quality__item img {
    height: 115px;
  }
  footer .mainRow .contacts .contactsList {
    margin-bottom: 15px;
  }
  .footer-social {
    margin-bottom: 25px;
  }
}

/* SCROLL UP BTN */
.toTop {
  position: fixed;
  right: 40px;
  z-index: 999;

  display: flex;
  justify-content: center;
  align-items: center;

  width: 50px;
  height: 50px;

  font-size: 16px;
  color: #fff;

  background-color: #930b21;
  border: 1px solid #930b21;
  border-radius: 50%;

  cursor: pointer;
  transition: all .5s;
}
@media screen and (max-width: 768px) {
  .toTop {
    right: 20px;

    width: 65px;
    height: 65px;

    font-size: 32px;
  }
}

.toTop--visible {
  bottom: 60px;

  opacity: 1;
  pointer-events: all;
}
@media screen and (max-width: 768px) { .toTop--visible { bottom: 90px; } }

.toTop--hidden {
  bottom: 0;

  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 768px) { .toTop--hidden { bottom: 20px; } }


.trusted-by__logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
  padding: 30px;
  background-color: #fff;
}
.trusted-by__logo {
  flex: 0 0 18%;
  border: 1px solid #00000021;
  display: flex;
  align-items: center;
  justify-content: center;
}


section.portfolio .portfolio__item {
  display: flex;
  justify-content: center;
  padding: 20px;
  cursor: pointer;
}
section.portfolio .portfolio__item img {
  max-height: 230px;
}
.portfolio_slider {
  position: relative;
}
.portfolio_slider .slick-track {
  display: flex;
  align-items: center;
}
.protfolio_slider__control .arrow{
  width: 46px;
  height: 44px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  z-index: 150;
}
.protfolio_slider__control .arrow.toLeft {
  background: url(/images/arrows-toleft.svg);
  left: -80px;

}
.protfolio_slider__control .arrow.toRight {
  background: url(/images/arrows-toright.svg);
  right: -80px;
}

@media (max-width: 768px) {
  .protfolio_slider__control .arrow.toRight {
    right: 0;
    transform: translateX(50%);
  }
}

.blogRow__items {
  display: flex;
  height: 255px;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .blogRow__items {
    flex-wrap: wrap;
    height: auto;
    gap: 16px;
  }

  .blogRow__item {
    flex: 1 1 100% !important;
    max-width: 100%;
    box-sizing: border-box;
  }

  .blogRow__item img,
  .blogRow__item * {
    max-width: 100%;
  }
}

.blogRow__item {
  flex: 0 0 25%;
  display: flex;
  gap: 20px;
  padding-right: 20px;
}
.blogRow__item__img {
  width: 100%;
}
.blogRow__item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blogRow__item__text {
  display: none;
  flex: 0 0 50%;
  text-align: left;
}
.blogRow__item.active {
  flex: 0 0 50%;
}
.blogRow__item.active .blogRow__item__img {
  flex: 0 0 48.2%;
}
.blogRow__item.active .blogRow__item__text {
  display: flex;
  flex-wrap: wrap;
}
.blogRow__item__title {
  margin-bottom: 15px;
}
.blogRow__item__title a {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .8px;
  color: #4d4f50;
  text-decoration: none;
}
.blogRow__item__meta {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.flex-box{
  display:flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
}

.flex-box > *{
  background-color: #fff;
  padding: 10px;
}

.flex-box > li::before {
  left: 1rem;
}

.flex-box > li > :first-child {
  margin-left: 20px;
}

.flex-box.rows4 > *{
  width: calc(25% - 20px);
}

@media (max-width: 768px) {
  .flex-box.rows4 > *{
    width: calc(50% - 20px);
  }
}

@media (max-width: 452px) {
  .flex-box.rows4 > *{
    width: 100%;
  }
}

.reviewsLanding {
  position: relative;
  margin-bottom: 30px;
}
.reviewsLanding .arrow{
  width: 46px;
  height: 44px;
  cursor: pointer;
  position: absolute;
  top: 35%;
  z-index: 150;
}
.reviewsLanding .arrow.toLeftRev {
  background: url(/images/arrows-toleft.svg);
  left: -80px;

}
.reviewsLanding .arrow.toRightRev {
  background: url(/images/arrows-toright.svg);
  right: -80px;
}

@media (max-width: 768px) {
  .reviewsLanding .arrow.toRightRev {
    right: 0;
    transform: translateX(50%);
  }
}

.reviewsElementWrapper .date {
  margin-bottom: 10px;
}

.bold {
  font-weight: bold;
}

.inactive {
  display: none;
}

#tab-nav {
  display: flex;
  margin-bottom: 100px;
  gap: 50px;
}
#tab-nav>* {
  height: 100px;
}

.middle {
  text-align: center;
  text-align: center;
  align-self: center;
  align-content: center;
  align-items: center;
  margin: auto;
}
 .mob-phone {
display: block;
  font-size: 13px;
  color: #930b21;
  font-style: italic;
  margin-bottom: 10px;
  padding-left: 39px;
  padding-top: 5px;
 }

@media all and (min-width:768px) {
  .mob-phone {
    display: none;
  }
}
@media all and (max-width:767px) {
  header.flyHeader > .container.c_b {
    height: 62px!important;
  }
  jdiv .__jivoMobileButton {
    bottom: 70px!important;
  }
   .toTop--visible {
    bottom: 160px;
  }
}

/* мобильное меню */
:root {
    --mobile-nav-height: 70px;
    --mobile-nav-bg: #ffffff;
    --mobile-nav-shadow: 0 -2px 10px rgba(0, 0, 0, 0.05);
    --mobile-nav-border: #f0f0f0;
    --mobile-nav-text: #888888;
    --mobile-nav-text-active: #000000;
    --mobile-nav-accent: #e74c3c;
}

.mobile-bottom-nav {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: var(--mobile-nav-height);
    background: var(--mobile-nav-bg);
    border-top: 1px solid var(--mobile-nav-border);
    box-shadow: var(--mobile-nav-shadow);
    z-index: 998;
    padding-bottom: env(safe-area-inset-bottom);
    box-sizing: border-box;
}

.mobile-bottom-nav__list {
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
    height: 100%;
    margin: 0;
    padding: 10px 0 5px;
    list-style: none;
}


.mobile-bottom-nav__item {
    flex: 1 1 0;
}

.mobile-bottom-nav__label {
  text-align: center;
  font-family: PT Serif;
  line-height: 1;
}

.mobile-bottom-nav__link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    text-decoration: none;
    color: var(--mobile-nav-text);
    transition: color 0.2s ease;
    position: relative;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.2;
    gap: 4px;
}

.mobile-bottom-nav__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 24px;
    position: relative;
}

.mobile-bottom-nav__icon svg {
    width: 24px;
    height: 24px;
}

.mobile-bottom-nav__link.active {
    color: #930b21;
}

/* .cart-counter {
    position: absolute;
    top: -6px;
    right: -10px;
    background: var(--mobile-nav-accent);
    color: #ffffff;
    border-radius: 50%;
    min-width: 18px;
    height: 18px;
    font-size: 10px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 4px;
    box-sizing: border-box;
    border: 2px solid #ffffff;
    line-height: 1;
} */

.mobile-bottom-nav__icon--cart .cartIcon {
  background: url(/images/shopping-cart.svg);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-size: auto;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0;
  width: 24px;
  height: 20px;
  position: relative;
  z-index: 2;
  padding: 0;
}

.mobile-bottom-nav__icon--cart .cartContact {
  background: url(/images/icon-contact.png);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-size: auto;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0;
  width: 24px;
  height: 20px;
  position: relative;
  z-index: 2;
  padding: 0;
}

.mobile-bottom-nav__icon--cart .ttlInPrice,
.mobile-bottom-nav__icon--cart .seporator.vert {
  display: none!important;
}

.mobile-bottom-nav__icon--cart .ttlInCart {
  position: absolute;
  right: -8px;
  top: -7px;
}


@media (max-width: 767.98px) {
    .mobile-bottom-nav {
        display: block;
    }

    body {
        padding-bottom: calc(var(--mobile-nav-height) + env(safe-area-inset-bottom, 0px) + 10px);
    }

    /* .scroll-to-top,
    .whatsapp-button {
        bottom: calc(var(--mobile-nav-height) + env(safe-area-inset-bottom, 0px) + 15px) !important;
    } */
}

@media (min-width: 768px) {
    .mobile-bottom-nav {
        display: none !important;
    }
}