

/* Start:/bitrix/components/bitrix/system.show_message/templates/.default/style.min.css?175258887751*/
font.errortext{color:red}font.notetext{color:green}
/* End */


/* Start:/bitrix/templates/beton/template_styles.css?175258881394875*/
@import url("https://fonts.googleapis.com/css2?family=Inter:opsz,wght@14..32,100..900&display=swap");
:root {
  --index: calc(1vw + 1vh);
  --font-size: 20px;
  --line-height: 100%;
  --item-width: 325px;
  --burger-color: black;
  --burger-color-active: white;
  --container-width: 1720px;
  --container-padding: 60px;
  --font-default: "Inter", sans-serif;
  --transition: cubic-bezier(0.445, 0.050, 0.550, 0.950);
  --transition2: cubic-bezier(0.785, 0.135, 0.150, 0.860);
  --transition3: cubic-bezier(0.715, -0.235, 0.120, 1.300);
  --bg-body: white;
  --color-body: #282828;
  --color-text: #282828;
  --primary: #348165;
  --secondary: #FDD705;
  --secondary-green: #97C940;
  --light-bg: #F2F2F2;
}
@media screen and (max-width: 480px) {
  :root {
    --item-width: 100%;
  }
}
@media screen and (max-width: 992px) {
  :root {
    --container-padding: 40px;
  }
}
@media screen and (max-width: 576px) {
  :root {
    --container-padding: 10px;
  }
}

/* responsive */
@font-face {
  font-family: "Diatype";
  font-style: normal;
  font-weight: 400;
  src: url("/bitrix/templates/beton/../fonts/Diatype/ABCDiatype-Regular.woff2") format("woff2");
  font-display: swap;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none !important;
}

a {
  transition: 0.3s ease;
}
a:hover {
  opacity: 0.6;
}

input,
a {
  outline: none !important;
  color: var(--color-text);
}

button,
input,
textarea {
  font-family: var(--font-default);
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

*::-webkit-input-placeholder {
  opacity: 1;
}

*:-moz-placeholder {
  opacity: 1;
}

*::-moz-placeholder {
  opacity: 1;
}

*:-ms-input-placeholder {
  opacity: 1;
}

input:focus {
  outline: none;
}

html {
  font-size: var(--font-size);
}

body {
  background: var(--bg-body);
  font-size: var(--font-size);
  min-width: 320px;
  position: relative;
  line-height: var(--line-height);
  font-family: var(--font-default);
  font-weight: normal;
  font-style: normal;
  color: var(--color-body);
  border-top: 8px solid var(--color-blue-light);
}
@media screen and (max-width: 992px) {
  body {
    border-top: 4px solid var(--color-blue-light);
  }
}
body.no-scroll {
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  body.no-scroll {
    padding-right: 0px;
  }
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}

@media screen and (min-width: 480px) {
  .-md4-hidden {
    display: none !important;
  }
}

@media screen and (max-width: 480px) {
  .-md3-hidden {
    display: none !important;
  }
}

@media screen and (max-width: 1280px) {
  .-md1-hidden {
    display: none !important;
  }
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: var(--container-padding);
  padding-right: var(--container-padding);
  width: 100%;
  max-width: var(--container-width);
}
@media (max-width: 1440px) {
  .container {
    max-width: 1240px;
  }
}
@media screen and (max-width: 1200px) {
  .container {
    max-width: 1000px;
  }
}

.container-fluid {
  padding-right: var(--container-padding);
  padding-left: var(--container-padding);
  margin-right: auto;
  margin-left: auto;
}

.wrapper {
  min-height: 100vh;
  overflow: hidden;
}

.burger-content {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: none;
  z-index: 1999;
}
.burger-content__bg {
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1000;
  cursor: pointer;
}
.burger-content__wrapper {
  height: 100vh;
  position: relative;
  left: 0;
  top: 0;
  max-width: 320px;
  min-width: 320px;
  z-index: 1001;
  overflow-y: scroll;
  left: -100%;
  transition: 0.3s ease;
}

@media screen and (max-width: 767px) { 
	.burger-content__wrapper {

	  max-width: 100%;

	}
}

.burger-content__wrapper.active {
  left: 0;
}
.burger-content__body {
  position: absolute;
  left: 0;
  top: 0;
  background: white;
  padding: 20px 0;
  width: 100%;
  min-height: 100%;
}
.burger-content__arrow {
  display: flex;
  align-items: center;
  margin-left: 20px;
  cursor: pointer;
  transition: 0.3s ease;
  margin-bottom: 46px;
  padding: 4px 0;
}
.burger-content__arrow:hover {
  opacity: 0.6;
}
.burger-content ul {
  line-height: 100%;
}
.burger-content ul li a {
  padding: 18px 30px;
  display: block;
}
.burger-content ul li a:hover {
  opacity: 1;
  background: #F2F2F2;
}
.burger-content ul li .nested span {
  position: relative;
}
.burger-content ul li .nested span::after {
  content: "";
  position: absolute;
  right: -16px;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 4px;
  background-image: url("/bitrix/templates/beton/img/nested.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.burger-content ul li .nested.active span::after {
  transform: translateY(-50%) rotate(180deg);
}
.burger-content ul li ul {
  display: none;
  padding-bottom: 20px;
}
.burger-content ul li ul li a {
  font-size: 16px;
  padding: 10.5px 30px 10.5px 40px;
}

.burger__phone {
	margin-top: 40px;
    font-weight: 600;
    color: #282828;
    font-size: 20px;
    padding: 18px 30px 0px 30px;
}

a {
  text-decoration: none;
}

.btn {
  background: var(--secondary);
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  border-radius: 10px;
  padding: 10.5px 30px;
  text-align: center;
  cursor: pointer;
  display: inline-block;
}

.btn--outline {
  background: transparent;
  border: 1px solid var(--color-body);
}

.offer {
  position: relative;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
  text-align: center;
  padding-bottom: 25px;
}
@media screen and (max-width: 1440px) {
  .offer {
    font-size: 35px;
  }
}
@media (max-width: 576px) {
  .offer {
    font-size: 24px;
  }
}
@media (max-width: 375px) {
  .offer {
    font-size: 20px;
  }
}
.offer span {
  color: var(--primary);
}
.offer::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 110px;
  height: 10px;
  background-image: url("/bitrix/templates/beton/img/offer-line.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
}
.pagination__item {
  min-width: 40px;
  max-width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border: 1px solid transparent;
  opacity: 0.5;
  font-size: 14px;
}
.pagination__item.active, .pagination__item:hover {
  border-color: var(--color-body);
  opacity: 1;
}
.breadcrumbs {
  display: flex;
  align-items: center;
  color: #939393;
  -moz-column-gap: 5px;
       column-gap: 5px;
}
.breadcrumbs__item a {
  color: #939393;
}
.header {
  padding: 16px 0;
  display: flex;
  align-items: center;
}
.header__body {
  display: flex;
  align-items: center;
}
.header__body ul {
  display: flex;
  align-items: center;
  margin: 0 23.5px;
  list-style: none;
  font-size: 16px;
  line-height: 100%;
}
@media (max-width: 1670px) {
  .header__body ul {
    margin: 0 20px;
  }
}
@media (max-width: 1500px) {
  .header__body ul {
    display: none;
  }
}
.header__body ul li {
  padding: 10px 20px;
  position: relative;
}
@media (max-width: 1670px) {
  .header__body ul li {
    padding: 10px;
  }
}
.header__body ul li .nested {
  position: relative;
}
.header__body ul li .nested::after {
  content: "";
  position: absolute;
  right: -11px;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 4px;
  background-image: url("/bitrix/templates/beton/img/nested.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.header__body ul li .nested.active::after {
  transform: translateY(-50%) rotate(180deg);
}
.header__body ul li a {
  text-decoration: none;
}
.header__body ul li ul {
  display: none;
}
.header__body ul li ul.active {
  display: flex;
  flex-direction: column;
  row-gap: 0;
  background: white;
  padding: 20px 0;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.25);
  position: absolute;
  min-width: -moz-fit-content;
  min-width: fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  align-items: flex-start;
  border-radius: 10px;
  left: -20px;
  top: 60px;
  z-index: 2;
}
.header__body ul li ul li {
  padding: 0;
}
.header__body ul li ul li a {
  display: inline-block;
  font-size: 16px;
  padding: 5.5px 20px;
  white-space: nowrap;
}
.header__body ul li ul li a:hover {
  background: #F2F2F2;
}
.header__logo {
  display: flex;
  align-items: center;
}
.header__burger {
  display: none;
}
@media (max-width: 1500px) {
  .header__burger {
    display: flex;
    align-items: center;
    margin-left: 30px;
    cursor: pointer;
    transition: 0.3s ease;
  }
  .header__burger:hover {
    opacity: 0.6;
  }
}
@media (max-width: 465px) {
  .header__burger {
    margin-left: auto;
  }
}
.header__info {
  text-align: right;
  margin-left: auto;
}
@media (max-width: 465px) {
  .header__info {
    display: none;
  }
}
.header__phone {
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  margin-bottom: 5px;
  display: inline-block;
}
@media (max-width: 690px) {
  .header__phone {
    font-size: 18px;
  }
}
.header__city {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  -moz-column-gap: 6px;
       column-gap: 6px;
  color: var(--primary);
  cursor: pointer;
  transition: 0.3s ease;
  font-size: 16px;
}
.header__city:hover {
  opacity: 0.6;
}
.header__city span {
  padding-bottom: 1px;
  border-bottom: 1px dashed var(--primary);
  line-height: 100%;
}
.header__soc {
  margin-left: 40px;
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
@media (max-width: 1525px) {
  .header__soc {
    margin-left: 20px;
  }
}
@media (max-width: 1500px) {
  .header__soc {
    margin-left: 40px;
  }
}
@media (max-width: 690px) {
  .header__soc {
    display: none;
  }
}
.header__soc a {
  display: flex;
  align-items: center;
}
.header__btn {
  margin-left: 20px;
}
@media screen and (max-width: 992px) {
  .header__btn {
    display: none;
  }
}

.bg {
  width: 100%;
  height: 100vh;
  position: fixed;
  background: rgba(0, 0, 0, 0.2);
  z-index: 998;
  top: 0;
  left: 0;
  display: none;
}
.bg.active {
  display: block;
}

.mycookie {
  position: fixed;
  max-width: 540px;
  bottom: 20px;
  right: 20px;
  display: none;
  z-index: 999;
}
.mycookie__body {
  padding: 20px;
  border-radius: 20px;
  background: white;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  row-gap: 20px;
}
@media screen and (max-width: 768px) {
  .mycookie__body {
    flex-direction: column;
  }
}
.mycookie__left h4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 100%;
  margin-bottom: 10px;
}
.mycookie__left p {
  font-size: 16px;
}
.mycookie__btns {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
@media screen and (max-width: 768px) {
  .mycookie__btns {
    width: 100%;
  }
}
.mycookie__btn {
  padding: 10.5px 0;
  min-width: 140px;
}
@media screen and (max-width: 768px) {
  .mycookie__btn {
    width: 100%;
  }
}

.city {
  position: fixed;
  z-index: 999;
  width: 100%;
  display: none;
}
.city.active {
  display: block;
}
.city__wrap {
  background: white;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  max-width: -moz-fit-content;
  max-width: fit-content;
  text-align: center;
  row-gap: 20px;
  margin-left: auto;
  margin-right: 200px;
}
@media screen and (max-width: 1200px) {
  .city__wrap {
    margin-right: 150px;
  }
}
.city__wrap h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
}
.city__btn {
  font-size: 16px;
  font-weight: 600;
  padding: 20.5px 0;
  width: 165px;
}

.cities {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  background: white;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.25);
  padding: 40px 35px;
  width: 400px;
  border-radius: 20px;
  display: none;
}
.cities.active {
  display: block;
}
.cities h3 {
  text-align: center;
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  margin-bottom: 30px;
}
.cities__items {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 10px;
}
.cities__items a {
  grid-column: 6 span;
  font-size: 16px;
}
.cities__items a.active {
  color: var(--primary);
}

.home {
  padding-bottom: 101px;
}
@media screen and (max-width: 1440px) {
  .home {
    padding-bottom: 81px;
  }
}
@media screen and (max-width: 1200px) {
  .home {
    padding-bottom: 85px;
  }
}
@media screen and (max-width: 768px) {
  .home {
    padding-bottom: 77px;
  }
}
@media screen and (max-width: 480px) {
  .home {
    padding-bottom: 60px;
  }
}
@media (max-width: 375px) {
  .home {
    padding-bottom: 64px;
  }
}
.home__container {
  margin-right: auto;
  margin-left: auto;
  padding-left: var(--container-padding);
  padding-right: var(--container-padding);
  width: 100%;
  max-width: calc(1760px + var(--container-padding) + var(--container-padding));
}
@media (max-width: 1440px) {
  .home__container {
    max-width: 1420px;
  }
}
@media screen and (max-width: 1200px) {
  .home__container {
    max-width: 1020px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 480px) {
  .home__container {
    padding: 0 var(--container-padding);
  }
}
.home__body {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 68px;
  border-radius: 40px;
  position: relative;
  overflow: hidden;
  color: white;
  margin-bottom: 40px;
  min-height: 820px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  row-gap: 10px;
}
@media screen and (max-width: 1440px) {
  .home__body {
    min-height: 700px;
  }
}
@media screen and (max-width: 1200px) {
  .home__body {
    min-height: 600px;
  }
}
@media screen and (max-width: 992px) {
  .home__body {
    padding: 78px 40px;
  }
}
@media screen and (max-width: 768px) {
  .home__body {
    margin-bottom: 50px;
    padding: 36px 30px;
    min-height: 500px;
  }
}
@media screen and (max-width: 480px) {
  .home__body {
    padding: 50px 0 0;
    background-image: none !important;
    color: var(--color-body);
    min-height: 0;
    margin-bottom: 30px;
    border-radius: 0;
  }
}
@media (max-width: 375px) {
  .home__body {
    margin-bottom: 61px;
  }
}
.home__body::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 20.5%, rgba(0, 0, 0, 0) 100%);
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 480px) {
  .home__body::after {
    display: none;
  }
}
.home__texts {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  align-items: flex-start;
}
.home__texts div {
  background: var(--primary);
  padding: 10.5px 20px;
  border-radius: 10px;
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  display: inline-block;
}
@media screen and (max-width: 480px) {
  .home__texts div {
    color: white;
  }
}
@media (max-width: 375px) {
  .home__texts div {
    font-size: 20px;
    padding: 8px 20px;
  }
}
.home__texts h1 {
  font-weight: 700;
  font-size: 60px;
  line-height: 120%;
  margin: 0;
  max-width: 1300px;
  text-transform: uppercase;
}
@media screen and (max-width: 1440px) {
  .home__texts h1 {
    font-size: 52px;
  }
}
@media screen and (max-width: 1200px) {
  .home__texts h1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .home__texts h1 {
    font-size: 36px;
  }
}
@media screen and (max-width: 480px) {
  .home__texts h1 {
    font-size: 24px;
  }
}
@media (max-width: 375px) {
  .home__texts h1 {
    font-size: 20px;
  }
}
.home__texts p {
  line-height: 140%;
  max-width: 663px;
}
@media screen and (max-width: 480px) {
  .home__texts p {
    font-size: 18px;
  }
}
@media (max-width: 375px) {
  .home__texts p {
    font-size: 16px;
  }
}
.home__img {
  display: none;
}
@media screen and (max-width: 480px) {
  .home__img {
    display: flex;
    align-items: center;
    height: 300px;
    border-radius: 40px;
    overflow: hidden;
    margin-top: 17px;
  }
  .home__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 375px) {
  .home__img {
    height: 200px;
  }
}
.home__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 63px;
       column-gap: 63px;
}
@media screen and (max-width: 1200px) {
  .home__bottom {
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .home__bottom {
    flex-direction: column;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 20px;
    text-align: center;
  }
}
.home__bottom-text {
  font-size: 40px;
  font-weight: 700;
  line-height: 100%;
  min-height: 140px;
  color: var(--primary);
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1440px) {
  .home__bottom-text {
    font-size: 32px;
    line-height: 120%;
  }
}
@media screen and (max-width: 1200px) {
  .home__bottom-text {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .home__bottom-text {
    min-height: 0;
  }
}
@media (max-width: 375px) {
  .home__bottom-text {
    font-size: 20px;
  }
}
.home__bottom-btn {
  padding: 20.5px 73px;
  white-space: nowrap;
}
@media screen and (max-width: 1200px) {
  .home__bottom-btn {
    padding: 20.5px 60px;
  }
}
@media (max-width: 375px) {
  .home__bottom-btn {
    width: 100%;
  }
}

.advs {
  padding-bottom: 100px;
}
@media screen and (max-width: 1440px) {
  .advs {
    padding-bottom: 80px;
  }
}
.advs__items {
  margin-top: 46px;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 20px;
}
@media screen and (max-width: 1440px) {
  .advs__items {
    margin-top: 66px;
  }
}
@media (max-width: 576px) {
  .advs__items {
    -moz-column-gap: 0;
         column-gap: 0;
    margin-top: 49px;
  }
}
@media (max-width: 375px) {
  .advs__items {
    margin-top: 30px;
  }
}
.advs__item {
  grid-column: 4 span;
  background: var(--light-bg);
  padding: 40px 40px 29px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  min-height: 180px;
}
@media screen and (max-width: 1440px) {
  .advs__item {
    padding: 40px 40px 45px;
  }
}
@media screen and (max-width: 1200px) {
  .advs__item {
    grid-column: 6 span;
    padding: 40px 40px 29px;
  }
}
@media screen and (max-width: 768px) {
  .advs__item {
    padding: 30px 30px 23px;
  }
}
@media (max-width: 576px) {
  .advs__item {
    grid-column: 12 span;
  }
}
.advs__item-offer {
  color: var(--primary);
  font-weight: 600;
  font-size: 24px;
}
@media (max-width: 375px) {
  .advs__item-offer {
    font-size: 20px;
  }
}
.advs__item-desc {
  line-height: 120%;
}
@media screen and (max-width: 768px) {
  .advs__item-desc {
    font-size: 18px;
  }
}
@media (max-width: 375px) {
  .advs__item-desc {
    font-size: 16px;
  }
}

.rent {
  padding-bottom: 100px;
}
@media screen and (max-width: 1440px) {
  .rent {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 480px) {
  .rent {
    padding-bottom: 90px;
  }
}
.rent__body {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1440px) {
  .rent__body {
    flex-direction: column-reverse;
    align-items: stretch;
    row-gap: 18px;
  }
}
@media screen and (max-width: 1200px) {
  .rent__body {
    row-gap: 0;
  }
}
@media screen and (max-width: 768px) {
  .rent__body {
    row-gap: 55px;
  }
}
@media screen and (max-width: 480px) {
  .rent__body {
    row-gap: 19px;
  }
}
@media (max-width: 375px) {
  .rent__body {
    row-gap: 51px;
  }
}
.rent__wrap {
  max-width: 570px;
}
@media screen and (max-width: 1440px) {
  .rent__wrap {
    max-width: 100%;
  }
}
.rent__offer {
  font-weight: 700;
  color: var(--primary);
  font-size: 40px;
  line-height: 120%;
  margin-bottom: 35px;
}
@media screen and (max-width: 1440px) {
  .rent__offer {
    min-height: 143px;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 1200px) {
  .rent__offer {
    font-size: 36px;
  }
}
@media screen and (max-width: 480px) {
  .rent__offer {
    font-size: 24px;
    margin-bottom: 19px;
  }
}
@media (max-width: 375px) {
  .rent__offer {
    min-height: 0;
    font-size: 20px;
    margin-bottom: 38px;
  }
}
.rent__items {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
@media screen and (max-width: 1440px) {
  .rent__items {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    -moz-column-gap: 41px;
         column-gap: 41px;
    row-gap: 41px;
  }
}
@media screen and (max-width: 768px) {
  .rent__items {
    -moz-column-gap: 0;
         column-gap: 0;
  }
}
.rent__item {
  display: flex;
  align-items: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
@media screen and (max-width: 1440px) {
  .rent__item {
    grid-column: 6 span;
  }
}
@media screen and (max-width: 768px) {
  .rent__item {
    grid-column: 12 span;
  }
}
@media (max-width: 375px) {
  .rent__item {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
.rent__item-img {
  min-width: 80px;
  max-width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(52, 129, 101, 0.1);
  border-radius: 20px;
}
.rent__item-texts {
  display: flex;
  flex-direction: column;
  row-gap: 4px;
}
.rent__item-offer {
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 375px) {
  .rent__item-offer {
    font-size: 16px;
  }
}
.rent__item-desc {
  max-width: 300px;
  line-height: 120%;
}
@media (max-width: 375px) {
  .rent__item-desc {
    font-size: 16px;
  }
}
.rent__img {
  height: 400px;
  border-radius: 20px;
  overflow: hidden;
  width: 50%;
}
@media screen and (max-width: 1440px) {
  .rent__img {
    width: 100%;
    height: 500px;
  }
}
@media screen and (max-width: 1200px) {
  .rent__img {
    height: 440px;
  }
}
@media screen and (max-width: 768px) {
  .rent__img {
    height: 344px;
  }
}
@media screen and (max-width: 480px) {
  .rent__img {
    height: 230px;
  }
}
@media (max-width: 375px) {
  .rent__img {
    height: 150px;
  }
}
.rent__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.tech {
  background: var(--light-bg);
  padding: 81px 0 140px;
  border-radius: 60px 60px 0 0;
}
@media screen and (max-width: 1200px) {
  .tech {
    padding: 85px 0 130px;
  }
}
@media (max-width: 375px) {
  .tech {
    padding: 61px 0 130px;
  }
}
.tech__body {
  max-width: 1140px;
  margin: 0 auto;
}
.tech__desc {
  margin-top: 23px;
  line-height: 160%;
  margin-bottom: 49px;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .tech__desc {
    font-size: 18px;
    margin-bottom: 28px;
    margin-top: 18px;
  }
}
.tech__top {
  margin-bottom: 31px;
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  flex-wrap: wrap;
  row-gap: 19px;
}
.tech__top select {
  background: white;
  border-radius: 10px;
  padding: 0px 31px 0 19px;
  height: 40px;
  font-size: 16px;
  -moz-appearance: none; /* Firefox */
  -webkit-appearance: none; /* Safari and Chrome */
  appearance: none;
  background-image: url("/bitrix/templates/beton/img/tech-select.svg");
  background-repeat: no-repeat;
  background-size: 6.61px 4.24px;
  background-position: right 19px center;
}
.tech__top-items {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  -moz-row-gap: 10px;
  row-gap: 10px;
  min-width: -moz-fit-content;
  min-width: fit-content;
  flex-wrap:wrap;
}
@media screen and (max-width: 768px) {
  .tech__top-items-wrap {
    /*overflow-x: scroll;*/
    margin: 0 -40px;
    padding: 0 40px;
  }
}
@media (max-width: 576px) {
  .tech__top-items-wrap {
    margin: 0 -10px;
    padding: 0 10px;
  }
}
.tech__option {
  display: flex;
  align-items: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
  background: var(--color-body);
  border-radius: 10px;
  padding: 0px 20px;
  height: 40px;
  color: white;
  font-size: 16px;
  min-width: -moz-fit-content;
  min-width: fit-content;
  display: none;
}
.tech__option.active {
  display: flex;
}
.tech__option span {
  color: #888888;
}
.tech__option-close {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.tech__clear {
  font-size: 16px;
  cursor: pointer;
  border-bottom: 1px dashed var(--color-body);
  line-height: 140%;
  transition: 0.3s ease;
}
.tech__clear:hover {
  opacity: 0.6;
}
.tech__items {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  -moz-column-gap: 45px;
       column-gap: 45px;
  row-gap: 40px;
}
@media screen and (max-width: 1200px) {
  .tech__items {
    gap: 20px;
  }
}
@media (max-width: 690px) {
  .tech__items {
    display: none;
  }
}
.tech__slider {
  display: none;
  overflow: hidden;
  margin: 0 -40px;
  padding: 0 40px;
}
@media (max-width: 690px) {
  .tech__slider {
    display: block;
	position: relative;
	overflow: hidden;
	padding-bottom: 47px;
  }
}
@media (max-width: 576px) {
  .tech__slider {
    margin: 0 -10px;
    padding: 0 10px 47px 0;
  }
}
.tech__item {
  background: white;
  border-radius: 20px;
  padding: 30px;
  grid-column: 4 span;
  row-gap: 26px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .tech__item {
    grid-column: 6 span;
  }
}
@media (max-width: 375px) {
  .tech__item {
    padding: 20px;
  }
}
.tech__item-top {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.tech__item-offer {
  text-align: center;
  font-size: 20px;
  line-height: 130%;
}
.tech__img {
  height: 100px;
}
.tech__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-fit: contain;
     object-fit: contain;
}
.tech__els {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.tech__el {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  line-height: 120%;
}
.tech__el span {
  font-weight: 600;
  color: var(--primary);
}
.tech__bottom-sub {
  font-size: 12px;
  color: rgba(40, 40, 40, 0.5);
}
.tech__item-price {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 20px;
  color: var(--primary);
}
.tech__item-btn {
  padding: 20.5px 0;
  width: 100%;
}
.tech__btn {
  text-align: center;
  margin-top: 69px;
}
.tech__btn .btn {
  padding: 20.5px 78.5px;
}
@media (max-width: 375px) {
  .tech__btn .btn {
    padding: 20.5px 0;
    width: 100%;
  }
}

.dopserv {
  padding-bottom: 109px;
  padding-top: 100px;
  border-radius: 60px;
  margin-top: -60px;
  background: white;
}
@media screen and (max-width: 480px) {
  .dopserv {
    padding-bottom: 85px;
    padding-top: 60px;
  }
}
@media (max-width: 375px) {
  .dopserv {
    padding-bottom: 77px;
  }
}
.dopserv__body {
  max-width: 1140px;
  margin: 0 auto;
}
.dopserv__items {
  margin-top: 66px;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
@media screen and (max-width: 1200px) {
  .dopserv__items {
    margin-top: 70px;
  }
}
@media screen and (max-width: 480px) {
  .dopserv__items {
    margin-top: 45px;
  }
}
@media (max-width: 375px) {
  .dopserv__items {
    margin-top: 50px;
  }
}
.dopserv__item {
  background: var(--light-bg);
  border-radius: 20px;
  padding: 23px 40px;
  min-height: 100px;
  display: flex;
  align-items: center;
  line-height: 130%;
}
@media screen and (max-width: 768px) {
  .dopserv__item {
    padding: 23px 30px;
  }
}
@media screen and (max-width: 480px) {
  .dopserv__item {
    padding: 20px;
    font-size: 16px;
  }
}
@media (max-width: 375px) {
  .dopserv__item {
    flex-direction: column;
    align-items: flex-start;
    min-height: 140px;
    row-gap: 20px;
    -moz-column-gap: 0;
         column-gap: 0;
    justify-content: space-between;
  }
}
.dopserv__item span {
  color: rgba(40, 40, 40, 0.5);
  font-size: 14px;
  line-height: 130% !important;
  display: inline-block;
  margin-top: 5px;
}
@media screen and (max-width: 480px) {
  .dopserv__item span {
    font-size: 12px;
  }
}
.dopserv__item-left {
  width: 100%;
}
.dopserv__item-right {
  min-width: 260px;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .dopserv__item-right {
    min-width: 300px;
  }
}
@media (max-width: 690px) {
  .dopserv__item-right {
    min-width: 160px;
  }
}
@media (max-width: 375px) {
  .dopserv__item-right {
    text-align: left;
    min-width: 100%;
  }
}
.dopserv__item-right div {
  color: var(--primary);
}
.dopserv__alert {
  margin-top: 29px;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  line-height: 120%;
}
@media screen and (max-width: 480px) {
  .dopserv__alert {
    justify-content: flex-start;
    margin-top: 39px;
  }
}
@media (max-width: 375px) {
  .dopserv__alert {
    font-size: 16px;
  }
}

.straight {
  padding-top: 100px;
  border-radius: 60px;
  margin-top: -60px;
  background: white;
  padding-bottom: 121px;
}
@media screen and (max-width: 1440px) {
  .straight {
    padding-bottom: 111px;
  }
}
@media screen and (max-width: 1200px) {
  .straight {
    padding-bottom: 101px;
  }
}
@media (max-width: 690px) {
  .straight {
    padding-bottom: 118px;
  }
}
@media screen and (max-width: 480px) {
  .straight {
    padding-top: 60px;
  }
}
@media (max-width: 375px) {
  .straight {
    padding-bottom: 81px;
  }
}
.straight--rent .straight__img {
  max-width: 432px;
  min-width: 432px;
  max-height: 252px;
  right: 0px;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  position: absolute;
  z-index: 0;
}
@media screen and (max-width: 1200px) {
  .straight--rent .straight__img {
    max-width: 351px;
    min-width: 351px;
    max-height: 204px;
    right: 0px;
  }
}
@media screen and (max-width: 768px) {
  .straight--rent .straight__img {
    max-width: 302px;
    min-width: 302px;
    max-height: 176px;
    transform: none;
    bottom: 30px;
    top: auto;
  }
}
@media (max-width: 690px) {
  .straight--rent .straight__img {
    position: static;
    max-width: 309px;
    max-height: 295px;
    margin-top: 40px;
  }
}
@media (max-width: 375px) {
  .straight--rent .straight__img {
    max-width: 209px;
    max-height: 200px;
  }
}
.straight--rent .straight__desc {
  max-width: 638px;
}
@media screen and (max-width: 1200px) {
  .straight--rent .straight__desc {
    max-width: 458px;
    margin-right: 250px;
  }
}
@media screen and (max-width: 768px) {
  .straight--rent .straight__desc {
    max-width: 100%;
    margin-bottom: 96px;
    margin-right: 0;
  }
}
@media (max-width: 690px) {
  .straight--rent .straight__desc {
    margin-bottom: 20px;
  }
}
@media (max-width: 690px) {
  .straight--rent .straight__body {
    padding: 40px 30px 24px;
  }
}
@media (max-width: 375px) {
  .straight--rent .straight__body {
    padding: 40px 20px 0;
    row-gap: 34px;
  }
}
.straight__body {
  position: relative;
  max-width: 1140px;
  background: var(--light-bg);
  border-radius: 40px;
  overflow: hidden;
  padding: 51px 60px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .straight__body {
    padding: 60px;
  }
}
@media screen and (max-width: 768px) {
  .straight__body {
    padding: 40px;
  }
}
@media (max-width: 690px) {
  .straight__body {
    padding: 40px 30px 0;
    row-gap: 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
@media (max-width: 375px) {
  .straight__body {
    padding: 40px 20px 0;
    row-gap: 34px;
  }
}
.straight__wrap {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  align-items: flex-start;
}
.straight__offer {
  color: var(--primary);
  font-size: 48px;
  font-weight: 700;
  line-height: 110%;
  max-width: 704px;
}
@media screen and (max-width: 1200px) {
  .straight__offer {
    font-size: 36px;
  }
}
@media (max-width: 690px) {
  .straight__offer {
    font-size: 24px;
    margin: 0 auto;
  }
}
@media (max-width: 375px) {
  .straight__offer {
    font-size: 20px;
  }
}
.straight__desc {
  line-height: 140%;
  max-width: 710px;
}
@media screen and (max-width: 1200px) {
  .straight__desc {
    max-width: 458px;
    margin-bottom: 20px;
    margin-right: 204px;
  }
}
@media screen and (max-width: 768px) {
  .straight__desc {
    margin-right: 224px;
  }
}
@media (max-width: 690px) {
  .straight__desc {
    max-width: 100%;
    margin-right: 0;
    font-size: 18px;
  }
}
@media (max-width: 375px) {
  .straight__desc {
    font-size: 16px;
  }
}
.straight__btn {
  padding: 20.5px 74.5px;
}
@media (max-width: 690px) {
  .straight__btn {
    padding: 20.5px 114px;
    margin: 0 auto;
  }
}
@media (max-width: 375px) {
  .straight__btn {
    padding: 20.5px 0;
    text-align: center;
    width: 100%;
  }
}
.straight__img {
  max-width: 383.9px;
  max-height: 366px;
  right: -70px;
  bottom: 0;
  position: absolute;
}
@media screen and (max-width: 1440px) {
  .straight__img {
    max-width: 314px;
    max-height: 366px;
    right: -50px;
  }
}
@media screen and (max-width: 768px) {
  .straight__img {
    max-width: 250px;
    max-height: 291px;
  }
}
@media (max-width: 690px) {
  .straight__img {
    position: static;
    max-width: 309px;
    max-height: 295px;
  }
}
@media (max-width: 375px) {
  .straight__img {
    max-width: 209px;
    max-height: 200px;
  }
}
.straight__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-fit: contain;
     object-fit: contain;
}

.gallery {
  padding-bottom: 95px;
}
@media screen and (max-width: 480px) {
  .gallery {
    padding-bottom: 81px;
  }
}
@media (max-width: 375px) {
  .gallery {
    padding-bottom: 61px;
  }
}
.gallery__slider {
  margin-top: 46px;
  position: relative;
  overflow: hidden;
  padding-bottom: 47px;
}
@media screen and (max-width: 1440px) {
  .gallery__slider {
    padding-bottom: 57px;
  }
}
@media screen and (max-width: 1200px) {
  .gallery__slider {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .gallery__slider {
    margin-top: 46px;
  }
}
@media screen and (max-width: 480px) {
  .gallery__slider {
    margin-top: 61px;
    padding-bottom: 47px;
  }
}
@media (max-width: 375px) {
  .gallery__slider {
    margin-top: 40px;
    padding-bottom: 40px;
  }
}
.gallery__slider .swiper-pagination,
.tech__slider .swiper-pagination {
  bottom: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.gallery__slider .swiper-pagination-bullet {
  margin: 0 !important;
  opacity: 1;
  width: 10px;
  height: 10px;
  background: #EBEBEB;
}
.tech__slider .swiper-pagination-bullet {
  margin: 0 !important;
  opacity: 1;
  width: 10px;
  height: 10px;
  background: #c1c1c1;
}

.gallery__slider .swiper-pagination-bullet-active,
.tech__slider .swiper-pagination-bullet-active {
  background: var(--primary);
}
.gallery__slide {
  display: flex;
  align-items: center;
  height: 480px;
  border-radius: 40px;
  overflow: hidden;
}
@media (max-width: 576px) {
  .gallery__slide {
    height: 300px;
  }
}
@media (max-width: 375px) {
  .gallery__slide {
    height: 210px;
    border-radius: 20px;
  }
}
.gallery__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.videos {
  padding-bottom: 99px;
}
@media screen and (max-width: 1200px) {
  .videos {
    padding-bottom: 79px;
  }
}
@media screen and (max-width: 480px) {
  .videos {
    padding-bottom: 139px;
  }
}
@media (max-width: 375px) {
  .videos {
    padding-bottom: 79px;
  }
}
.videos__body {
  max-width: 1140px;
  margin: 0 auto;
}
.videos__items {
  margin-top: 46px;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  -moz-column-gap: 40px;
       column-gap: 40px;
  row-gap: 35px;
}
@media screen and (max-width: 1440px) {
  .videos__items {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .videos__items {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .videos__items {
    margin-top: 46px;
  }
}
@media screen and (max-width: 480px) {
  .videos__items {
    display: none;
  }
}
.videos__item {
  grid-column: 6 span;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  position: relative;
  transition: 0.3s ease;
}
.videos__item:hover {
  opacity: 0.6;
}
.videos__item a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.videos__img {
  height: 340px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .videos__img {
    height: 300px;
  }
}
@media screen and (max-width: 768px) {
  .videos__img {
    height: 240px;
  }
}
@media (max-width: 375px) {
  .videos__img {
    height: 200px;
  }
}
.videos__img::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(40, 40, 40, 0.1);
  z-index: 0;
}
.videos__img::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 40px;
  background-image: url("/bitrix/templates/beton/img/videos-play.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.videos__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 375px) {
  .videos__title {
    font-size: 16px;
  }
}
.videos__btn {
  margin-top: 77px;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .videos__btn {
    margin-top: 67px;
  }
}
@media screen and (max-width: 768px) {
  .videos__btn {
    margin-top: 57px;
  }
}
@media screen and (max-width: 480px) {
  .videos__btn {
    margin-top: 47px;
  }
}
@media (max-width: 375px) {
  .videos__btn {
    margin-top: 62px;
  }
}
.videos__btn a {
  padding: 20.5px 99.5px;
}
@media (max-width: 375px) {
  .videos__btn a {
    padding: 20.5px 0;
    width: 100%;
    text-align: center;
  }
}
.videos__slider {
  display: none;
}
@media screen and (max-width: 480px) {
  .videos__slider {
    display: block;
    overflow: hidden;
    margin: 0 -10px 0 0;
    margin-top: 46px;
  }
}

.trust {
  padding: 80px 0 60px;
  background: var(--light-bg);
  border-radius: 60px;
}
@media (max-width: 375px) {
  .trust {
    padding: 61px 0 60px;
  }
}
.trust__body {
  max-width: 1140px;
  margin: 0 auto;
}
.trust__texts {
  margin-top: 68px;
}
@media screen and (max-width: 480px) {
  .trust__texts {
    margin-top: 26px;
  }
}
@media (max-width: 375px) {
  .trust__texts {
    margin-top: 50px;
  }
}
.trust__text {
  background: white;
  border-radius: 20px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  row-gap: 18px;
  display: none;
}
@media (max-width: 375px) {
  .trust__text {
    padding: 30px 20px 30px 30px;
  }
}
.trust__text.active {
  display: flex;
}
.trust__text p {
  line-height: 140%;
}
@media (max-width: 375px) {
  .trust__text p {
    font-size: 16px;
  }
}
.trust__text-bottom {
  display: flex;
  flex-direction: column;
  row-gap: 1px;
  font-size: 16px;
  line-height: 140%;
}
@media (max-width: 375px) {
  .trust__text-bottom {
    font-size: 14px;
  }
}
.trust__text-bottom h4 {
  font-weight: 600;
}
.trust__text-bottom div {
  font-weight: 300;
}
.trust__slider {
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .trust__slider {
    margin: 0 -35px;
    padding: 0 35px;
  }
}
@media (max-width: 576px) {
  .trust__slider {
    margin: 0 -10px;
    padding: 0 10px;
  }
}
@media screen and (max-width: 480px) {
  .trust__slider .swiper-slide {
    max-width: 160px;
  }
}
.trust__slide {
  background: white;
  border-radius: 10px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.5;
  cursor: pointer;
}
.trust__slide img {
  max-width: 144px;
  display: inline-block;
}
@media screen and (max-width: 1200px) {
  .trust__slide img {
    max-width: 130px;
  }
}
@media screen and (max-width: 992px) {
  .trust__slide img {
    padding: 0 15px;
  }
}
.trust__slide-wrap {
  position: relative;
  padding-top: 32px;
}
@media screen and (max-width: 1200px) {
  .trust__slide-wrap {
    padding-top: 24px;
  }
}
@media screen and (max-width: 768px) {
  .trust__slide-wrap {
    padding-top: 28px;
  }
}
@media screen and (max-width: 480px) {
  .trust__slide-wrap {
    padding-top: 25px;
  }
}
.trust__slide-wrap.active::after {
  content: "";
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 33px;
  height: 24px;
  background-image: url("/bitrix/templates/beton/img/trust-arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.trust__slide-wrap.active .trust__slide {
  opacity: 1 !important;
}
.trust__btn {
  text-align: center;
  margin-top: 60px;
}
@media screen and (max-width: 480px) {
  .trust__btn {
    margin-top: 40px;
  }
}
@media (max-width: 375px) {
  .trust__btn {
    margin-top: 70px;
  }
}
.trust__btn a {
  padding: 20.5px 96px;
}
@media (max-width: 375px) {
  .trust__btn a {
    padding: 20.5px 0;
    width: 100%;
  }
}

.where {
  padding: 100px 0 89px;
}
@media screen and (max-width: 1200px) {
  .where {
    padding: 120px 0 82px;
  }
}
@media screen and (max-width: 768px) {
  .where {
    padding: 105px 0 100px;
  }
}
@media screen and (max-width: 480px) {
  .where {
    padding: 80px 0 96px;
  }
}
@media (max-width: 425px) {
  .where {
    padding-bottom: 80px;
  }
}
.where__wrap {
  margin-top: 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 86px;
       column-gap: 86px;
}
@media screen and (max-width: 1200px) {
  .where__wrap {
    -moz-column-gap: 46px;
         column-gap: 46px;
    margin-top: 33px;
  }
}
@media screen and (max-width: 768px) {
  .where__wrap {
    margin-top: 46px;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 38px;
    flex-direction: column;
  }
}
@media screen and (max-width: 480px) {
  .where__wrap {
    margin-top: 27px;
    row-gap: 32px;
  }
}
@media (max-width: 425px) {
  .where__wrap {
    margin-top: 30px;
    row-gap: 36px;
  }
}
.where__img {
  display: flex;
  align-items: center;
  max-width: 647px;
  min-width: 383px;
}
@media screen and (max-width: 992px) {
  .where__img {
    min-width: 300px;
  }
}
@media screen and (max-width: 768px) {
  .where__img {
    min-width: 383px;
    max-width: 383px;
  }
}
@media (max-width: 425px) {
  .where__img {
    min-width: 300px;
    max-width: 300px;
  }
}
.where__img img {
  max-width: 100%;
}
.where__items {
  max-width: 780px;
  gap: 10px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 425px) {
  .where__items {
    gap: 5px;
  }
}
.where__item {
  padding: 10.5px 20px;
  font-size: 16px;
  background: var(--light-bg);
  border-radius: 10px;
}
@media (max-width: 425px) {
  .where__item {
    font-size: 14px;
    padding: 6.5px 10px;
    border-radius: 5px;
  }
}
.where__item.active {
  color: white;
  background: var(--primary);
}

.know {
  padding-bottom: 160px;
}
@media screen and (max-width: 1440px) {
  .know {
    padding-bottom: 140px;
  }
}
@media screen and (max-width: 1200px) {
  .know {
    padding-bottom: 80px;
  }
}
.know__body {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  -moz-column-gap: 40px;
       column-gap: 40px;
  row-gap: 50px;
}
@media screen and (max-width: 1200px) {
  .know__body {
    -moz-column-gap: 0;
         column-gap: 0;
  }
}
@media screen and (max-width: 480px) {
  .know__body {
    row-gap: 80px;
  }
}
.know__wrap {
  grid-column: 6 span;
  background-color: var(--primary);
  border-radius: 40px;
  overflow: hidden;
  padding: 54px 77px 16px;
  color: white;
  position: relative;
  background-image: url("/bitrix/templates/beton/img/know-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}
@media screen and (max-width: 1200px) {
  .know__wrap {
    grid-column: 12 span;
    min-height: 260px;
    padding: 0 37px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-position: right -120px bottom -50px;
  }
}
@media screen and (max-width: 768px) {
  .know__wrap {
    padding: 0 27px;
    background-position: right bottom;
  }
}
@media (max-width: 690px) {
  .know__wrap {
    padding: 40px 25px 12px;
  }
}
@media (max-width: 375px) {
  .know__wrap {
    padding: 47px 25px 28px;
  }
}
.know__offer {
  font-weight: 700;
  font-size: 48px;
  line-height: 100%;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .know__offer {
    font-size: 40px;
  }
}
@media (max-width: 375px) {
  .know__offer {
    font-size: 24px;
  }
}
.know__desc {
  line-height: 120%;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
  max-width: 361px;
}
@media screen and (max-width: 1200px) {
  .know__desc {
    margin-bottom: 0;
  }
}
.know__img {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 552px;
  position: absolute;
  bottom: 16px;
  left: 47%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1440px) {
  .know__img {
    max-width: 494px;
    left: 50%;
  }
}
@media screen and (max-width: 1200px) {
  .know__img {
    max-width: 323px;
    transform: none;
    top: 26px;
    right: 10%;
  }
}
@media (max-width: 690px) {
  .know__img {
    position: static;
    margin-top: 17px;
  }
}
@media (max-width: 375px) {
  .know__img {
    margin-top: 26px;
  }
}
.know__img img {
  max-width: 100%;
}
.know__items {
  grid-column: 6 span;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
@media screen and (max-width: 1200px) {
  .know__items {
    grid-column: 12 span;
  }
}
.know__item {
  display: flex;
  align-items: center;
  min-height: 80px;
  border: 2px solid var(--light-bg);
  border-radius: 20px;
}
.know__item:nth-child(1) .know__item-num-wrap {
  background-image: url("/bitrix/templates/beton/img/know-1.svg");
}
.know__item:nth-child(2) .know__item-num-wrap {
  background-image: url("/bitrix/templates/beton/img/know-2.svg");
}
.know__item:nth-child(3) .know__item-num-wrap {
  background-image: url("/bitrix/templates/beton/img/know-3.svg");
}
.know__item:nth-child(4) .know__item-num-wrap {
  background-image: url("/bitrix/templates/beton/img/know-4.svg");
}
.know__item:nth-child(5) .know__item-num-wrap {
  background-image: url("/bitrix/templates/beton/img/know-5.svg");
}
.know__item:nth-child(6) .know__item-num-wrap {
  background-image: url("/bitrix/templates/beton/img/know-6.svg");
}
.know__item-num {
  min-width: 80px;
  max-width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background: #EBF2F0;
  height: 100%;
  margin: -2px;
}
.know__item-num-wrap {
  color: var(--primary);
  font-weight: 700;
  min-width: 43.9px;
  max-width: 43.9px;
  height: 43.9px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  align-items: center;
  justify-content: center;
}
.know__item-desc {
  max-width: 570px;
  margin: 15px 30px;
  line-height: 120%;
}
@media screen and (max-width: 1440px) {
  .know__item-desc {
    margin: 15px 20px 15px 30px;
  }
}
@media screen and (max-width: 1200px) {
  .know__item-desc {
    max-width: 700px;
  }
}
@media screen and (max-width: 480px) {
  .know__item-desc {
    font-size: 18px;
    margin: 11.5px 30px;
  }
}
@media (max-width: 375px) {
  .know__item-desc {
    font-size: 14px;
    margin: 11.5px 20px;
  }
}

.cont {
  padding: 70px 0;
  min-height: 600px;
  position: relative;
  margin-bottom: 140px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media screen and (max-width: 480px) {
  .cont {
    margin-bottom: 30px;
    min-height: 420px;
  }
}
@media (max-width: 375px) {
  .cont {
    min-height: 320px;
  }
}
.cont--contact {
  margin-bottom: 0;
}
@media screen and (max-width: 480px) {
  .cont--contact {
    margin-bottom: 0;
  }
}
.cont__map {
  background: grey;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.cont__map [class*=ymaps][class*=-ground-pane] {
  filter: grayscale(1);
  -ms-filter: grayscale(1);
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -o-filter: grayscale(1);
}
.cont__body {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  max-width: 1140px;
  margin: 0 auto;
}
.cont__reviews {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 480px) {
  .cont__reviews {
    display: none;
  }
}
.cont__reviews span {
  display: flex;
  align-items: center;
}
.cont__reviews--mob {
  display: none;
}
@media screen and (max-width: 480px) {
  .cont__reviews--mob {
    display: flex;
    margin-bottom: 120px;
    flex-wrap: wrap;
    row-gap: 20px;
  }
}
.cont__content {
  background: white;
  border-radius: 20px;
  border: 2px solid var(--light-bg);
  padding: 43px 40px;
  max-width: 400px;
  display: flex;
  flex-direction: column;
  row-gap: 30px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .cont__content {
    display: none;
  }
}
.cont__content--mob {
  display: none;
  border: none;
  padding: 0;
  padding-bottom: 53px;
}
@media screen and (max-width: 1200px) {
  .cont__content--mob {
    display: flex;
  }
}
.cont__logo {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 12px;
  font-weight: 600;
}
.cont__items {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  line-height: 120%;
}
@media screen and (max-width: 1200px) {
  .cont__items {
    font-size: 24px;
  }
}
@media (max-width: 375px) {
  .cont__items {
    font-size: 20px;
  }
}
.cont__links {
  font-size: 16px;
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media (max-width: 375px) {
  .cont__links {
    -moz-column-gap: 10px;
         column-gap: 10px;
    flex-wrap: wrap;
  }
}
.cont__links a {
  color: var(--primary);
  border-bottom: 1px dashed var(--primary);
}
.cont__soc {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.cont__soc a {
  display: flex;
  align-items: center;
}

.pump {
  padding-bottom: 40px;
}
@media screen and (max-width: 480px) {
  .pump {
    padding-top: 60px;
    padding-bottom: 30px;
  }
}
@media (max-width: 375px) {
  .pump {
    padding-bottom: 61px;
  }
}
.pump__wrap--mob {
  display: none;
}
@media screen and (max-width: 480px) {
  .pump__wrap--mob {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    margin-bottom: 46px;
    align-items: flex-start;
  }
}
.pump__wrap--mob span {
  font-weight: 600;
  font-size: 24px;
  color: white;
  background: var(--primary);
  padding: 10.5px 20px;
  border-radius: 10px;
  display: inline-block;
  line-height: 100%;
}
@media (max-width: 375px) {
  .pump__wrap--mob span {
    font-size: 16px;
  }
}
.pump__wrap--mob h1 {
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  margin: 0;
}
@media (max-width: 375px) {
  .pump__wrap--mob h1 {
    font-size: 20px;
  }
}
.pump__wrap--mob p {
  line-height: 140%;
  font-size: 18px;
}
@media (max-width: 375px) {
  .pump__wrap--mob p {
    font-size: 16px;
  }
}
.pump__body {
  background-color: var(--light-bg);
  border-radius: 40px;
  padding: 20px 80px;
  min-height: 600px;
  background-image: url("/bitrix/templates/beton/img/pump-bg.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-size: right;
  display: flex;
  align-items: center;
  -moz-column-gap: 50px;
       column-gap: 50px;
  margin: 0 -80px;
}
@media screen and (max-width: 1200px) {
  .pump__body {
    flex-direction: column;
    min-height: 0;
    row-gap: 49px;
    -moz-column-gap: 0;
         column-gap: 0;
    padding: 61px 40px 29px;
    margin: 0 -40px;
  }
}
@media screen and (max-width: 768px) {
  .pump__body {
    padding: 61px 20px 58px;
    margin: 0 -20px;
  }
}
@media screen and (max-width: 480px) {
  .pump__body {
    padding: 60px 23px 40px;
    margin: 0;
  }
}
@media (max-width: 375px) {
  .pump__body {
    padding: 45px 16px 40px;
  }
}
.pump__wrap {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  align-items: flex-start;
  max-width: 850px;
}
@media screen and (max-width: 480px) {
  .pump__wrap {
    display: none;
  }
}
.pump__wrap span {
  font-weight: 600;
  font-size: 24px;
  color: white;
  background: var(--primary);
  padding: 10.5px 20px;
  border-radius: 10px;
  display: inline-block;
}
.pump__wrap h1 {
  font-weight: 700;
  font-size: 60px;
  line-height: 120%;
  margin: 0;
}
@media screen and (max-width: 1440px) {
  .pump__wrap h1 {
    font-size: 48px;
  }
}
@media screen and (max-width: 1200px) {
  .pump__wrap h1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .pump__wrap h1 {
    font-size: 36px;
  }
}
.pump__wrap p {
  line-height: 140%;
}
.pump__img {
  display: flex;
  align-items: center;
  min-width: 492px;
}
@media screen and (max-width: 1200px) {
  .pump__img {
    max-width: 492px;
    min-width: 0;
  }
}
.pump__img img {
  max-width: 100%;
}

.sing {
  padding-bottom: 101px;
}
.sing__content {
  margin-top: 86px;
  border: 2px solid var(--primary);
  border-radius: 40px;
  padding: 40px;
  display: flex;
  -moz-column-gap: 58px;
       column-gap: 58px;
}
@media screen and (max-width: 1200px) {
  .sing__content {
    flex-direction: column;
    row-gap: 40px;
    -moz-column-gap: 0;
         column-gap: 0;
  }
}
@media screen and (max-width: 768px) {
  .sing__content {
    padding: 30px;
  }
}
@media (max-width: 375px) {
  .sing__content {
    padding: 20px;
  }
}
.sing__left {
  max-width: 640px;
}
.sing__slider {
  overflow: hidden;
  margin-bottom: 20px;
}
@media (max-width: 375px) {
  .sing__slider {
    margin-bottom: 10px;
  }
}
.sing__slide {
  display: flex;
  align-items: center;
  border-radius: 20px;
  border: 1px solid var(--light-bg);
  overflow: hidden;
  height: 480px;
}
@media screen and (max-width: 768px) {
  .sing__slide {
    height: 453px;
  }
}
@media (max-width: 576px) {
  .sing__slide {
    height: 297px;
  }
}
@media (max-width: 375px) {
  .sing__slide {
    height: 193px;
  }
}
.sing__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sing__thumbs {
  overflow: hidden;
}
.sing__thumb {
  display: flex;
  align-items: center;
  height: 120px;
  border-radius: 10px;
  border: 1px solid var(--light-bg);
  overflow: hidden;
}
@media (max-width: 576px) {
  .sing__thumb {
    height: 80px;
  }
}
@media (max-width: 375px) {
  .sing__thumb {
    height: 55px;
  }
}
.sing__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sing__right {
  max-width: 742px;
  width: 100%;
  max-height: 480px;
  display: flex;
  flex-direction: column;
  row-gap: 55px;
  justify-content: space-between;
}
@media screen and (max-width: 1440px) {
  .sing__right {
    max-height: 100%;
  }
}
@media screen and (max-width: 480px) {
  .sing__right {
    row-gap: 46px;
  }
}
@media (max-width: 375px) {
  .sing__right {
    row-gap: 37px;
  }
}
.sing__offer {
  margin-bottom: 35px;
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
}
@media (max-width: 375px) {
  .sing__offer {
    font-size: 20px;
  }
}
.sing__items-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
@media screen and (max-width: 1440px) {
  .sing__items-wrap {
    flex-direction: column;
    row-gap: 20px;
    -moz-column-gap: 0;
         column-gap: 0;
  }
}
@media screen and (max-width: 1200px) {
  .sing__items-wrap {
    flex-direction: row;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .sing__items-wrap {
    flex-direction: column;
    -moz-column-gap: 0;
         column-gap: 0;
  }
}
@media (max-width: 375px) {
  .sing__items-wrap {
    row-gap: 10px;
  }
}
.sing__items {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  width: 100%;
  max-width: 320px;
}
@media screen and (max-width: 1440px) {
  .sing__items {
    max-width: 100%;
  }
}
@media (max-width: 375px) {
  .sing__items {
    row-gap: 10px;
  }
}
.sing__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 320px;
  width: 100%;
}
@media (max-width: 375px) {
  .sing__item {
    font-size: 16px;
  }
}
.sing__item span {
  color: var(--primary);
  font-weight: 600;
}
.sing__price-sub {
  font-size: 16px;
  line-height: 100%;
  margin-bottom: 10px;
}
.sing__price {
  font-weight: 600;
  font-size: 32px;
  line-height: 100%;
  margin-bottom: 17px;
  color: var(--primary);
}
.sing__btn {
  padding: 20.5px 0;
  width: 100%;
  max-width: 320px;
}

.factory {
  background: var(--light-bg);
  border-radius: 60px 60px 0 0;
  padding: 81px 0 140px;
}
.factory__body {
  max-width: 1140px;
  margin: 0 auto;
}
@media (max-width: 375px) {
  .factory .offer {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 375px) {
  .factory__tabs-wrap {
    overflow-x: scroll;
  }
}
.factory__tabs {
  margin-top: 66px;
  margin-bottom: 70px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
@media screen and (max-width: 480px) {
  .factory__tabs {
    margin-top: 35px;
    margin-bottom: 60px;
  }
}
@media (max-width: 375px) {
  .factory__tabs {
    flex-wrap: nowrap;
  }
}
.factory__tab {
  font-size: 16px;
  padding: 10.5px 20px;
  cursor: pointer;
  transition: 0.3s ease;
  background: white;
  border-radius: 10px;
  white-space: nowrap;
}
.factory__tab:hover {
  opacity: 0.6;
}
.factory__tab.active {
  background: var(--primary);
  color: white;
}
.factory__items {
  display: none;
}
.factory__items.active {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.factory__item {
  display: flex;
  align-items: center;
  background: white;
  border-radius: 20px;
  padding: 20px 40px;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media screen and (max-width: 768px) {
  .factory__item {
    flex-direction: column;
    row-gap: 34px;
    padding: 20px 30px;
  }
}
@media screen and (max-width: 480px) {
  .factory__item {
    row-gap: 22px;
  }
}
.factory__item-els {
  width: 100%;
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media screen and (max-width: 480px) {
  .factory__item-els {
    flex-direction: column;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 10px;
    align-items: flex-start;
  }
}
.factory__item-el {
  width: 33.3%;
}
.factory__item-el:nth-child(1) {
  width: 25%;
}
@media screen and (max-width: 1200px) {
  .factory__item-el:nth-child(1) {
    width: 20%;
  }
}
.factory__item-el:nth-child(2) {
  width: 40%;
}
.factory__item-el:nth-child(3) {
  width: 40%;
}
@media screen and (max-width: 480px) {
  .factory__item-el {
    width: 100% !important;
  }
}
.factory__item-el span {
  font-size: 16px;
  color: #999999;
  line-height: 120%;
}
.factory__item-el div {
  line-height: 140%;
}
.factory__item-btn {
  padding: 20.5px 83.5px;
}
@media screen and (max-width: 768px) {
  .factory__item-btn {
    width: 100%;
    padding: 20.5px 0;
  }
}

.logos {
  background: var(--light-bg);
  border-radius: 60px;
  padding: 80px 0 120px;
}
@media screen and (max-width: 1200px) {
  .logos {
    padding: 80px 0;
  }
}
.logos__items {
  margin-top: 57px;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 20px;
  grid-template-columns: repeat(10, 1fr);
}
@media screen and (max-width: 768px) {
  .logos__items {
    display: none;
  }
}
.logos__slider {
  display: none;
}
@media screen and (max-width: 768px) {
  .logos__slider {
    display: block;
    overflow: hidden;
    margin: 0 -40px;
    padding: 0 40px;
    margin-top: 51px;
  }
}
@media (max-width: 576px) {
  .logos__slider {
    margin: 0 -10px;
    padding: 0 10px;
    margin-top: 51px;
  }
}
.logos__item {
  grid-column: 2 span;
  display: flex;
  align-items: center;
  height: 100px;
  display: flex;
  align-items: center;
  padding: 14px;
  justify-content: center;
  background: white;
  border-radius: 10px;
}
.logos__item img {
  max-width: 100%;
  max-height: 72px;
}

.articles {
  padding: 81px 0 140px;
}
@media (max-width: 576px) {
  .articles {
    padding-bottom: 100px;
  }
}
.articles__body {
  max-width: 1140px;
  margin: 0 auto;
}
.articles__items {
  margin-top: 66px;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  -moz-column-gap: 45px;
       column-gap: 45px;
  row-gap: 40px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1440px) {
  .articles__items {
    -moz-column-gap: 35px;
         column-gap: 35px;
  }
}
@media screen and (max-width: 1200px) {
  .articles__items {
    -moz-column-gap: 20px;
         column-gap: 20px;
    margin-top: 71px;
  }
}
@media (max-width: 576px) {
  .articles__items {
    margin-top: 86px;
  }
}
@media (max-width: 375px) {
  .articles__items {
    margin-top: 91px;
  }
}
.articles__item {
  grid-column: 4 span;
  border: 2px solid var(--light-bg);
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  transition: 0.3s ease;
}
.articles__item:hover {
  opacity: 0.6;
}
@media screen and (max-width: 992px) {
  .articles__item {
    grid-column: 6 span;
  }
}
@media (max-width: 576px) {
  .articles__item {
    grid-column: 12 span;
  }
}
.articles__item a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.articles__item-img {
  height: 200px;
  border-bottom: 2px solid var(--primary);
}
@media (max-width: 576px) {
  .articles__item-img {
    height: 260px;
  }
}
@media (max-width: 375px) {
  .articles__item-img {
    height: 200px;
  }
}
.articles__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.articles__item-wrap {
  border-top: 4px solid var(--secondary-green);
  padding: 30px;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.articles__item-wrap h3 {
  font-weight: 700;
  line-height: 120%;
  font-size: 20px;
}
@media (max-width: 375px) {
  .articles__item-wrap h3 {
    font-size: 18px;
  }
}
.articles__item-wrap p {
  font-size: 15px;
  line-height: 120%;
}

.article {
  padding: 41px 0 126px;
}
.article__body {
  max-width: 1140px;
  margin: 0 auto;
}
.article__offer {
  position: relative;
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
  padding-bottom: 25px;
  margin: 33px 0;
}
@media screen and (max-width: 1440px) {
  .article__offer {
    font-size: 35px;
  }
}
@media (max-width: 576px) {
  .article__offer {
    font-size: 24px;
    margin: 20px 0;
  }
}
@media (max-width: 375px) {
  .article__offer {
    font-size: 20px;
  }
}
.article__offer span {
  color: var(--primary);
}
.article__offer::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 110px;
  height: 10px;
  background-image: url("/bitrix/templates/beton/img/offer-line.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.article__date {
  color: #939393;
  margin-bottom: 35px;
}
.article__img {
  height: 641px;
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 56px;
}
@media screen and (max-width: 1200px) {
  .article__img {
    height: 515px;
  }
}
@media screen and (max-width: 768px) {
  .article__img {
    height: 440px;
  }
}
@media screen and (max-width: 480px) {
  .article__img {
    height: 260px;
  }
}
@media (max-width: 375px) {
  .article__img {
    height: 180px;
  }
}
.article__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.article__content {
  display: flex;
  flex-direction: column;
  row-gap: 50px;
  font-size: 20px;
  line-height: 160%;
}
@media screen and (max-width: 480px) {
  .article__content {
    font-size: 18px;
  }
}
@media (max-width: 375px) {
  .article__content {
    row-gap: 30px;
  }
}
.article__content h4 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 27px;
}
.article__block p {
  margin-bottom: 30px;
}
.article__block ul, .article__block ol {
  padding-left: 30px;
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
.article__images {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 20px;
  background: var(--light-bg);
  border-radius: 20px;
  padding: 20px;
}
@media screen and (max-width: 480px) {
  .article__images {
    -moz-column-gap: 0;
         column-gap: 0;
  }
}
.article__images a {
  height: 300px;
  border-radius: 10px;
  overflow: hidden;
  grid-column: 6 span;
}
@media screen and (max-width: 1200px) {
  .article__images a {
    height: 290px;
  }
}
@media screen and (max-width: 768px) {
  .article__images a {
    height: 200px;
  }
}
@media screen and (max-width: 480px) {
  .article__images a {
    height: 220px;
    grid-column: 12 span;
  }
}
@media (max-width: 375px) {
  .article__images a {
    height: 160px;
  }
}
.article__images a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.article__alert {
  border-radius: 20px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  align-items: flex-start;
  font-style: italic;
  background: var(--light-bg);
}
.article__alert-top {
  display: flex;
  align-items: center;
  -moz-column-gap: 9px;
       column-gap: 9px;
  font-weight: 700;
  font-size: 20px;
}
.article__imgs {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 20px;
  background: var(--light-bg);
  border-radius: 20px;
  padding: 20px;
}
@media screen and (max-width: 480px) {
  .article__imgs {
    -moz-column-gap: 0;
         column-gap: 0;
  }
}
.article__imgs a {
  grid-column: 4 span;
  height: 200px;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .article__imgs a {
    height: 140px;
  }
}
@media screen and (max-width: 480px) {
  .article__imgs a {
    height: 220px;
    grid-column: 12 span;
  }
}
@media (max-width: 375px) {
  .article__imgs a {
    height: 160px;
  }
}
.article__imgs a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.article__soc {
  margin-top: 49px;
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  flex-wrap: wrap;
  row-gap: 12px;
}
.article__soc a {
  min-width: 60px;
  height: 40px;
  max-width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background: var(--light-bg);
}
.article__soc-items {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.article__soc-desc {
  margin-right: 2px;
  color: #939393;
  font-size: 16px;
}

.photos {
  padding: 80px 0 140px;
}
@media (max-width: 576px) {
  .photos {
    padding-bottom: 100px;
  }
}
.photos__desc {
  max-width: 818px;
  margin: 0 auto;
  text-align: center;
  margin-top: 23px;
  line-height: 120%;
  font-size: 24px;
}
@media screen and (max-width: 480px) {
  .photos__desc {
    font-size: 20px;
    margin-top: 17px;
  }
}
.photos__slider {
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  .photos__slider {
    margin: 0 -10px;
    padding: 0 10px;
  }
}
.photos__slider .swiper-wrapper {
  margin-top: 85px;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  -moz-column-gap: 40px;
       column-gap: 40px;
  row-gap: 40px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1440px) {
  .photos__slider .swiper-wrapper {
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .photos__slider .swiper-wrapper {
    margin-top: 56px;
  }
}
@media screen and (max-width: 480px) {
  .photos__slider .swiper-wrapper {
    margin-top: 73px;
    row-gap: 0;
    display: flex;
    -moz-column-gap: 0;
         column-gap: 0;
  }
}
.photos__slider .swiper-slide {
  grid-column: 4 span;
}
.photos__slider .swiper-slide.desktop {
  width: 100% !important;
  margin-right: 0 !important;
  padding-right: 0 !important;
}
@media screen and (max-width: 1200px) {
  .photos__slider .swiper-slide {
    grid-column: 6 span;
  }
}
@media screen and (max-width: 480px) {
  .photos__slider .swiper-slide {
    grid-column: 12 span;
  }
}
.photos__slider a {
  border-radius: 20px;
  overflow: hidden;
  height: 324px;
  display: block;
}
@media screen and (max-width: 1440px) {
  .photos__slider a {
    height: 244px;
  }
}
@media screen and (max-width: 1200px) {
  .photos__slider a {
    height: 257px;
  }
}
@media screen and (max-width: 768px) {
  .photos__slider a {
    height: 207px;
  }
}
@media screen and (max-width: 480px) {
  .photos__slider a {
    height: 220px;
  }
}
@media (max-width: 375px) {
  .photos__slider a {
    height: 210px;
  }
}
.photos__slider a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 480px) {
  .photos .pagination {
    display: none;
  }
}

.geo {
  padding: 81px 0 140px;
}
@media (max-width: 576px) {
  .geo {
    padding-bottom: 100px;
  }
}
.geo__body {
  max-width: 1140px;
  margin: 0 auto;
}
.geo__city {
  margin-top: 35px;
  margin-bottom: 30px;
  padding-left: 34px;
  font-size: 24px;
  font-weight: 600;
}
@media screen and (max-width: 1200px) {
  .geo__city {
    margin-top: 46px;
  }
}
@media screen and (max-width: 480px) {
  .geo__city {
    margin-top: 37px;
  }
}
@media (max-width: 425px) {
  .geo__city {
    margin-top: 33px;
  }
}
.geo__items {
  margin-bottom: 88px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .geo__items {
    margin-bottom: 77px;
  }
}
@media screen and (max-width: 992px) {
  .geo__items {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    -moz-column-gap: 44px;
         column-gap: 44px;
    row-gap: 30px;
    margin-bottom: 69px;
  }
}
@media (max-width: 690px) {
  .geo__items {
    -moz-column-gap: 0;
         column-gap: 0;
  }
}
@media (max-width: 425px) {
  .geo__items {
    margin-bottom: 48px;
  }
}
.geo__item {
  min-width: 200px;
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
@media screen and (max-width: 992px) {
  .geo__item {
    min-width: 0;
    grid-column: 4 span;
  }
}
@media (max-width: 690px) {
  .geo__item {
    grid-column: 6 span;
  }
}
@media (max-width: 425px) {
  .geo__item {
    grid-column: 12 span;
  }
}
.geo__el {
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.geo__el-letter {
  font-weight: 600;
  color: var(--primary);
  min-width: 24px;
}
.geo__el-cities {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.geo__bottom {
  text-align: center;
}
.geo__bottom h3 {
  margin-bottom: 7px;
  color: var(--primary);
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
}
.geo__bottom p {
  line-height: 120%;
  margin: 0 auto;
  margin-bottom: 19px;
  max-width: 547px;
}
.geo__bottom .btn {
  padding: 20.5px 93px;
}
@media (max-width: 425px) {
  .geo__bottom .btn {
    padding: 20.5px 0;
    width: 100%;
  }
}

.feedback {
  padding: 80px 0 140px;
}
@media (max-width: 576px) {
  .feedback {
    padding-bottom: 100px;
  }
}
.feedback__body {
  max-width: 1140px;
  margin: 0 auto;
}
.feedback__items {
  margin-top: 74px;
  margin-bottom: 65px;
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
@media screen and (max-width: 768px) {
  .feedback__items {
    margin-top: 85px;
    margin-bottom: 61px;
  }
}
@media screen and (max-width: 480px) {
  .feedback__items {
    display: none;
  }
}
.feedback__item {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 480px) {
  .feedback__item {
    height: 100%;
  }
}
.feedback__logo-wrap {
  padding-right: 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .feedback__logo-wrap {
    padding-right: 20px;
  }
}
@media screen and (max-width: 480px) {
  .feedback__logo-wrap {
    display: none;
  }
}
.feedback__logo-wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -10px;
  background-image: url("/bitrix/templates/beton/img/feedback-arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 37px;
  height: 29px;
}
@media screen and (max-width: 768px) {
  .feedback__logo-wrap::after {
    width: 29px;
    height: 23px;
  }
}
.feedback__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 200px;
  height: 100px;
  max-width: 200px;
  padding: 0 25px;
  border: 2px solid var(--light-bg);
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .feedback__logo {
    min-width: 120px;
    max-width: 120px;
    height: 60px;
    padding: 0 13px;
  }
}
.feedback__logo img {
  max-width: 150px;
}
@media screen and (max-width: 768px) {
  .feedback__logo img {
    max-width: 94px;
  }
}
.feedback__wrap {
  background: var(--light-bg);
  border-radius: 20px;
  padding: 40px;
}
@media screen and (max-width: 480px) {
  .feedback__wrap {
    height: 100%;
  }
}
@media (max-width: 375px) {
  .feedback__wrap {
    padding: 20px;
  }
}
.feedback__img {
  display: none;
  margin-bottom: 10px;
  background: white;
  border: 2px solid var(--light-bg);
  border-radius: 10px;
  min-width: 120px;
  max-width: 120px;
  height: 60px;
  padding: 0 13px;
}
.feedback__img img {
  max-width: 94px;
}
@media screen and (max-width: 480px) {
  .feedback__img {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.feedback__name {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 1px;
  line-height: 140%;
}
@media (max-width: 375px) {
  .feedback__name {
    font-size: 14px;
  }
}
.feedback__job {
  font-size: 16px;
  line-height: 140%;
  font-weight: 300;
  margin-bottom: 18px;
}
@media (max-width: 375px) {
  .feedback__job {
    font-size: 12px;
  }
}
.feedback__desc {
  line-height: 140%;
}
@media (max-width: 375px) {
  .feedback__desc {
    font-size: 14px;
  }
}
.feedback__slider {
  display: none;
}
@media screen and (max-width: 480px) {
  .feedback__slider {
    display: block;
    overflow: hidden;
    margin: 0 -10px;
    padding: 0 10px;
    margin-top: 101px;
  }
  .feedback__slider .swiper-slide {
    height: auto;
  }
}
@media (max-width: 375px) {
  .feedback__slider {
    margin-top: 57px;
  }
}
@media screen and (max-width: 480px) {
  .feedback .pagination {
    display: none;
  }
}

.contact {
  padding: 81px 0 60px;
}
.contact__body {
  max-width: 1140px;
  margin: 0 auto;
}
.contact__wrap {
  margin-top: 86px;
}
@media screen and (max-width: 1200px) {
  .contact__wrap {
    margin-top: 91px;
  }
}
@media screen and (max-width: 768px) {
  .contact__wrap {
    margin-top: 71px;
  }
}
@media screen and (max-width: 480px) {
  .contact__wrap {
    margin-top: 46px;
  }
}
@media (max-width: 375px) {
  .contact__wrap {
    margin-top: 51px;
  }
}
.contact__logo {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 12px;
  font-weight: 600;
  margin-bottom: 53px;
}

.contact__logo .logo__text {
	font-size: 32px;
	 font-weight: 600;
}

@media screen and (max-width: 768px) {
  .contact__logo {
    margin-bottom: 33px;
  }
}
.contact__items {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  margin-bottom: 31px;
}
@media screen and (max-width: 1200px) {
  .contact__items {
    margin-bottom: 41px;
  }
}
@media screen and (max-width: 768px) {
  .contact__items {
    margin-bottom: 32px;
  }
}
.contact__item-sub {
  color: #939393;
  line-height: 140%;
}
.contact__item-text {
  font-size: 32px;
  line-height: 120%;
}
@media screen and (max-width: 1200px) {
  .contact__item-text {
    font-size: 24px;
  }
}
@media (max-width: 375px) {
  .contact__item-text {
    font-size: 20px;
  }
}
.contact__links {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media (max-width: 375px) {
  .contact__links {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}
.contact__links a {
  font-size: 16px;
  color: var(--primary);
  border-bottom: 1px dashed var(--primary);
}

.continfo {
  padding: 52px 0 123px;
}
@media screen and (max-width: 768px) {
  .continfo {
    padding: 92px 0 123px;
  }
}
@media screen and (max-width: 480px) {
  .continfo {
    padding: 72px 0 123px;
  }
}
.continfo__body {
  display: flex;
  flex-direction: column;
  row-gap: 52px;
}
.continfo__wrap {
  max-width: 1140px;
  margin: 0 auto;
  width: 100%;
}
.continfo__offer {
  margin-bottom: 27px;
  font-size: 24px;
  font-weight: 700;
}
.continfo__desc {
  line-height: 160%;
  margin-bottom: 39px;
}
@media (max-width: 375px) {
  .continfo__desc {
    font-size: 18px;
  }
}
.continfo__video {
  height: 580px;
  display: block;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .continfo__video {
    height: 490px;
  }
}
@media screen and (max-width: 768px) {
  .continfo__video {
    height: 383px;
  }
}
@media screen and (max-width: 480px) {
  .continfo__video {
    height: 270px;
  }
}
@media (max-width: 375px) {
  .continfo__video {
    height: 180px;
  }
}
.continfo__video::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 40px;
  background-image: url("/bitrix/templates/beton/img/videos-play.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.continfo__video img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.continfo__soc {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  margin-top: 52px;
}
@media (max-width: 375px) {
  .continfo__soc {
    flex-direction: column;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 20px;
    margin-top: 30px;
  }
}
.continfo__soc a {
  width: 200px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--color-body);
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
}
@media (max-width: 375px) {
  .continfo__soc a {
    height: 50px;
    width: 100%;
  }
}
.continfo .advs__items {
  margin-top: 0;
  margin-bottom: 20px;
}
.continfo form {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  max-width: 600px;
  row-gap: 20px;
}
@media screen and (max-width: 768px) {
  .continfo form {
    max-width: 100%;
    align-items: center;
  }
}
.continfo form input {
  padding: 19px 20px;
  border: 1px solid #D6D6D6;
  border-radius: 10px;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .continfo form input {
    width: 100%;
  }
}
.continfo form input::-moz-placeholder {
  color: #939393;
}
.continfo form input::placeholder {
  color: #939393;
}
.continfo form button {
  border: none;
  font-size: 16px;
  padding: 20.5px 0;
  transition: 0.3s ease;
}
.continfo form button:hover {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .continfo form button {
    max-width: 600px;
    width: 100%;
  }
}
.continfo form div {
  margin-top: -15px;
  font-weight: 300;
  font-size: 10px;
  text-align: center;
  line-height: 120%;
}

.error {
  padding: 186px 0 190px;
}
@media screen and (max-width: 768px) {
  .error {
    padding: 70px 0 100px;
  }
}
.error__body {
  text-align: center;
}
.error__body h1 {
  font-weight: 900;
  font-size: 128px;
  margin: 0;
  line-height: 120%;
}
@media screen and (max-width: 480px) {
  .error__body h1 {
    font-size: 100px;
  }
}
.error__body div {
  font-weight: 700;
  font-size: 24px;
  color: var(--primary);
  margin-bottom: 9px;
  line-height: 120%;
}
@media screen and (max-width: 480px) {
  .error__body div {
    font-size: 20px;
  }
}
.error__body p {
  margin-bottom: 31px;
  line-height: 120%;
}
@media screen and (max-width: 480px) {
  .error__body p {
    font-size: 18px;
  }
}
.error__body .btn {
  padding: 20.5px 79px;
}
@media screen and (max-width: 480px) {
  .error__body .btn {
    padding: 20.5px 0;
    width: 100%;
  }
}

.thanks {
  padding: 180px 0 230px;
}
@media screen and (max-width: 768px) {
  .thanks {
    padding: 70px 0 100px;
  }
}
.thanks__body {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.thanks__body div {
  font-weight: 700;
  font-size: 24px;
  color: var(--primary);
  margin-bottom: 9px;
  line-height: 120%;
}
@media screen and (max-width: 480px) {
  .thanks__body div {
    font-size: 20px;
  }
}
.thanks__body p {
  margin-bottom: 31px;
  line-height: 120%;
}
@media screen and (max-width: 480px) {
  .thanks__body p {
    font-size: 18px;
  }
}
.thanks__img {
  min-width: 80px;
  max-width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(52, 129, 101, 0.1);
  border-radius: 20px;
  margin-bottom: 37px !important;
}
@media screen and (max-width: 480px) {
  .thanks__img {
    margin-bottom: 25px !important;
  }
}
.thanks__btns {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media screen and (max-width: 768px) {
  .thanks__btns {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .thanks__btns {
    -moz-column-gap: 0;
         column-gap: 0;
    flex-direction: column;
    row-gap: 10px;
  }
}
.thanks__btns a {
  padding: 20.5px 0;
  width: 320px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .thanks__btns a {
    width: 100%;
  }
}

.footer {
  background: #1B1F22;
  color: white;
}
.footer a {
  color: white;
}
.footer ul {
  list-style: none;
}
.footer__body {
  padding: 60px 0 102px;
  border-bottom: 1px solid white;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  row-gap: 53px;
}
@media (max-width: 576px) {
  .footer__body {
    flex-direction: column;
    padding-bottom: 80px;
  }
}
.footer__logo {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.footer__navs {
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 130px;
       column-gap: 130px;
  font-size: 16px;
  line-height: 100%;
}
@media screen and (max-width: 1200px) {
  .footer__navs {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .footer__navs {
    -moz-column-gap: 0;
         column-gap: 0;
  }
}
.footer__navs ul {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  min-width: 140px;
}
.footer__right {
  max-width: 320px;
  text-align: right;
}
@media (max-width: 576px) {
  .footer__right {
    text-align: left;
  }
}
.footer__texts {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  margin-bottom: 24px;
  line-height: 120%;
}
.footer__soc {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  justify-content: flex-end;
}
@media (max-width: 576px) {
  .footer__soc {
    justify-content: flex-start;
  }
}
.footer__soc a {
  display: flex;
  align-items: center;
}
.footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 29px 0 20px;
  row-gap: 41px;
}
@media (max-width: 576px) {
  .footer__bottom {
    padding: 29px 0 50px;
    align-items: center;
    flex-direction: column-reverse;
    text-align: center;
  }
}
.footer__bottom ul {
  font-size: 16px;
}
.footer__copyright {
  font-size: 16px;
  margin-bottom: 7px;
}
.footer__rights {
  font-size: 14px;
  max-width: 259px;
  line-height: 120%;
}

.up {
  min-width: 60px;
  max-width: 60px;
  height: 60px;
  background: var(--primary);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  position: fixed;
  bottom: 30px;
  left: 30px;
  cursor: pointer;
  transition: 0.3s ease;
  display: none;
}
.up:hover {
  opacity: 0.6;
}
@media screen and (max-width: 480px) {
  .up {
    left: 10px;
    bottom: 10px;
  }
}
.up.active {
  display: flex;
}

.modal {
  border-radius: 20px;
  padding: 40px 28.5px;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.25);
  text-align: center;
  max-width: 400px;
  display: none;
}
@media screen and (max-width: 480px) {
  .modal {
    padding: 20px 10.5px;
  }
}
.modal__offer {
  font-weight: 600;
  font-size: 32px;
  line-height: 100%;
  margin-bottom: 10px;
}
@media screen and (max-width: 480px) {
  .modal__offer {
    font-size: 27px;
  }
}
.modal__desc {
  font-size: 14px;
  line-height: 120%;
  color: #939393;
  margin-bottom: 30px;
}
@media screen and (max-width: 480px) {
  .modal__desc {
    font-size: 12px;
  }
}
.modal form {
  margin: 0 11.5px;
  display: flex;
  flex-direction: column;
}
.modal form input {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 100%;
  padding: 19px 20px;
  border-radius: 10px;
  border: 1px solid #D6D6D6;
}
@media screen and (max-width: 480px) {
  .modal form input {
    font-size: 16px;
    padding: 15px 16px;
    margin-bottom: 15px;
  }
}
.modal form input::-moz-placeholder {
  color: #939393;
}
.modal form input::placeholder {
  color: #939393;
}
.modal form button {
  border: none;
  padding: 20.5px 0;
  transition: 0.3s ease;
  margin-top: 10px;
}
.modal form button:hover {
  opacity: 0.6;
}
@media screen and (max-width: 480px) {
  .modal form button {
    padding: 15px 0;
  }
}
.modal form div {
  margin-top: 5px;
  font-size: 10px;
  line-height: 120%;
  font-weight: 300;
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.2;
}

.content {
 padding-bottom: 80px;
}

.content .content__text {
 margin-top: 40px;
line-height: normal;
}


.content .content__text p {
	margin: 10px 0;
}

@media screen and (max-width: 767px) { 
	.content .content__text p {
		margin: 10px;
	}
}

.burger__soc {
	padding: 18px 30px;
	display: flex;
    -moz-column-gap: 10px;
    column-gap: 10px;
}


.fancybox-is-open .fancybox-bg {
	opacity: 0.8;
}

.fancybox-image,
.fancybox-video,
.fancybox-slide--video .fancybox-content {
	border-radius: 40px;
}



.mobile-ctiky-menu {
	display: none;
}

@media screen and (max-width: 767px) { 

	.mobile-ctiky-menu
	{
		position: fixed;
		top: -68px;
		transition: all .3s linear;
		display: block;
	}

	.sticky-fixed {
		position: fixed;
        top: 0px;
        right: 0;
        left: 0;
        z-index: 1030;
        display: block;
        background: white;
        padding: 16px 10px 16px 0;
        transition: all .3s ease-out;
        transition: all .3s linear;
	}
	.sticky-fixed .header__info {
		display: block;
	}
	.sticky-fixed .header__burger {
		margin-left: 20px;
	}

	.city__wrap {
		margin: 0 auto;
        max-width: 80vw;
		margin-top: 20px;
	}

	.city__btns {
		gap: 16px;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.home__texts div {
		background: #F2F2F2;
		color: #282828;
	}
	.burger__phone{
		padding: 18px 30px;
	}

	.burder__flex {
		/*height: calc( 100vh - 200px );*/
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	.burger__call .header__btn {
		display: block;
        margin: 30px;
		margin-bottom: 100px;
		line-height: 30px;
	}
	.burger__phone {
		margin-top: 40px;
		font-weight: 600;
		color: #282828;
		font-size: 20px;
	}
	.burger__soc {
		padding: 0px 30px;
	}

}
.know__offer {
	line-height: 66px; 
}

.know__offer img {
	position: absolute;
}

.know__offer span {
	padding-left: 70px;
}


/* Mobile filter */

.tech__mobile_filter-trigger {
	display: none;
}

@media screen and (max-width: 767px) { 
	.tech__top {
		display: none;
	}

	.tech__mobile_filter-trigger {
		display: block;
	}

	/* Базовые стили */
	/*.tech__mobile_filter-wrapper {
	  position: fixed;
	  top: 0 !important;
	  left: -100% !important;
	  width: 100vw !important;
	  height: 100vh !important;
	  z-index: 9999;
	  display: block !important;
	  visibility: hidden;
	  background: #fff;
	  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
	}
	
	.tech__mobile_filter-wrapper.fancybox-slide--currenttech {
	  left: 0 !important;
	  visibility: visible;
	}

	.tech__mobile_filter-wrapper.fancybox-slide--closingtech {
	  left: -100% !important;
	}*/
	
	.tech__mobile_filter-container {
	  width: 100%;
	  height: 100%;
	  padding: 20px;
	  padding-left: max(20px, env(safe-area-inset-left));
	  padding-right: max(20px, env(safe-area-inset-right));
	  padding-bottom: max(20px, env(safe-area-inset-bottom));
	  box-sizing: border-box;
	  display: flex;
	  flex-direction: column;
	  overflow: hidden;
	  box-shadow: -2px 0 15px rgba(0,0,0,0.1);
	}

	.tech__mobile_filter-header {
	  display: flex;
    width: 100%;
    justify-content: space-between;
	}
	
	.tech__mobile_filter-title {
	  margin: 0;
	  font-size: 20px;
	  font-weight: 600;
	  color: #333;
	}
	
	.tech__mobile_filter-content {
	  flex: 1;
	  overflow-y: auto;
	  padding-bottom: 20px;
	  margin-right: -8px;
	  padding-right: 8px;
	}
	
	.tech__mobile_filter-section {
	  margin-bottom: 16px;
	  border-bottom: 1px solid #f5f5f5;
	}
	
	.tech__mobile_filter-accordion-header {
	  display: flex;
	  justify-content: space-between;
	  align-items: center;
	  padding: 14px 0;
	  cursor: pointer;
	  user-select: none;
	}
	
	.tech__mobile_filter-subtitle {
	  margin: 0;
	  font-size: 16px;
	  font-weight: 500;
	  color: #333;
	}
	
	.tech__mobile_filter-accordion-content {
	  max-height: 0;
	  overflow: hidden;
	  transition: max-height 0.3s ease-out;
	  padding-left: 8px;
	}
	
	.tech__mobile_filter-accordion-header.active + .tech__mobile_filter-accordion-content {
	  max-height: 500px;
	  padding-bottom: 12px;
	}
	
	.tech__mobile_accordion-icon {
	  width: 12px;
	  height: 12px;
	  position: relative;
	  transition: transform 0.3s ease;
	  margin-left: 12px;
	}
	
	.tech__mobile_accordion-icon::before {
	  content: '';
	  position: absolute;
	  width: 0;
	  height: 0;
	  border-left: 5px solid transparent;
	  border-right: 5px solid transparent;
	  border-top: 7px solid #666;
	  top: 50%;
	  left: 50%;
	  transform: translate(-50%, -50%);
	}
	
	.tech__mobile_filter-accordion-header.active .tech__mobile_accordion-icon {
	  transform: rotate(180deg);
	}
	
	.tech__mobile_radio-list {
	  display: flex;
	  flex-direction: column;
	  gap: 14px;
	  padding-top: 8px;
	}
	
	.tech__mobile_radio-item {
	  display: flex;
	  align-items: center;
	  gap: 12px;
	  cursor: pointer;
	}
	
	.tech__mobile_radio-input {
	  position: absolute;
	  opacity: 0;
	}
	
	.tech__mobile_radio-custom {
	  width: 20px;
	  height: 20px;
	  border: 1px solid #ccc;
	  border-radius: 50%;
	  position: relative;
	  transition: all 0.2s;
	}
	
	.tech__mobile_radio-input:checked + .tech__mobile_radio-custom {
	  border-color: #348165;
	}
	
	.tech__mobile_radio-input:checked + .tech__mobile_radio-custom::after {
	  content: '';
	  position: absolute;
	  top: 3px;
	  left: 3px;
	  width: 12px;
	  height: 12px;
	  background: #348165;
	  border-radius: 50%;
	}
	
	.tech__mobile_radio-label {
	  font-size: 15px;
	  color: #333;
	}
	
	.tech__mobile_filter-actions {
		margin: 30px;
	}
	
	.tech__mobile_action-btn {
	  border: none;
	  padding: 16px;
	  border-radius: 8px;
	  font-size: 16px;
	  font-weight: 500;
	  cursor: pointer;
	  transition: background 0.2s;
	}
	
	.tech__mobile_action-btn--reset {
	  border-bottom: 1px dashed #348165;
	  color: #348165;
		font-size: 14px;
	  margin-right: 30px;
	}

	.tech__mobile_action-btn--apply {
	          background: #FDD705;
        color: #282828;
        width: 100%;
        height: 60px;
        font-size: 16px;
	}
	
	.tech__mobile_filter-trigger {
	  /*position: fixed;
	  bottom: 20px;
	  left: 50%;
	  transform: translateX(-50%);
	  z-index: 999;
	  width: calc(100% - 40px);
	  max-width: 400px;*/
	}
	
	.tech__mobile_filter-btn {
	  display: flex;
    align-items: center;
    height: 20px;
    gap: 6px;
    font-size: 16px;
	margin-bottom: 16px;
	}
	
	.tech__mobile_fancybox .fancybox-content {
	  background: white;
	  padding: 0;
	  width: 100% !important;
	  height: 100% !important;
	  max-width: 100% !important;
	  max-height: 100% !important;
	}
	
	.tech__mobile_fancybox .fancybox-slide {
	  padding: 0;
	}
	
	.tech__mobile_fancybox .fancybox-close-small {
	  top: 15px;
	  left: max(15px, env(safe-area-inset-left));
	  right: auto;
	  background: rgba(0,0,0,0.1);
	  border-radius: 50%;
	  width: 36px;
	  height: 36px;
	  color: #333;
	  z-index: 10;
	}
	
	.tech__mobile_fancybox .fancybox-bg {
	  background: #fff;
	  display: none;
	}
	
	.tech__mobile_no-scroll {
	  overflow: hidden;
	  position: fixed;
	  width: 100%;
	}
	
	.tech__mobile_filter-wrapper::after {
	  content: '';
	  position: absolute;
	  top: 0;
	  right: -15px;
	  width: 15px;
	  height: 100%;
	  background: linear-gradient(90deg, rgba(0,0,0,0.05), transparent);
	  z-index: -1;
	}





	.mobile_filter-content {
	  position: fixed;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100vh;
	  display: none;
	  z-index: 1999;
	}
	.mobile_filter-content__bg {
	  position: absolute;
	  background: rgba(0, 0, 0, 0.2);
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100vh;
	  z-index: 1000;
	  cursor: pointer;
	}
	.mobile_filter-content__wrapper {
	  height: 100vh;
	  position: relative;
	  left: 0;
	  top: 0;
	  width: 100%;
	  z-index: 1001;
	  overflow-y: scroll;
	  left: -100%;
	  transition: 0.3s ease;
	}

	@supports (height: 100dvh) {
	  .mobile_filter-content__wrapper {
		height: 100dvh;
	  }
	}

	.mobile_filter-content__wrapper.active {
	  left: 0;
	}
	.mobile_filter-content__body {
	  position: absolute;
	  left: 0;
	  top: 0;
	  background: white;
	  padding: 20px 0;
	  width: 100%;
	  min-height: 100%;
	}
	.mobile_filter-content__arrow {
	  display: flex;
	  align-items: center;
	  margin-left: 20px;
	  cursor: pointer;
	  transition: 0.3s ease;
	  margin-bottom: 46px;
	  padding: 4px 0;
	}
	.mobile_filter-content__arrow:hover {
	  opacity: 0.6;
	}

	.tech__mobile_filter-content {
		padding: 0 30px;
	}


}




/*end mobile filter */


/* End */
/* /bitrix/components/bitrix/system.show_message/templates/.default/style.min.css?175258887751 */
/* /bitrix/templates/beton/template_styles.css?175258881394875 */
