

/* Start:/local/templates/main/styles.css?1769516976158052*/
@font-face {
  font-display: swap;
  font-family: 'InterDisplay-Regular';
  font-style: normal;
  font-weight: 400;
  src: url(../../../../../../local/templates/main/fonts/InterDisplay-Regular.woff2) format("woff2");
}
@font-face {
  font-display: swap;
  font-family: 'InterDisplay-Medium';
  font-style: normal;
  font-weight: 400;
  src: url(../../../../../../local/templates/main/fonts/InterDisplay-Medium.woff2) format("woff2");
}
@font-face {
  font-display: swap;
  font-family: 'InterDisplay-SemiBold';
  font-style: normal;
  font-weight: 400;
  src: url(../../../../../../local/templates/main/fonts/InterDisplay-SemiBold.woff2) format("woff2");
}

:root {
  --text-color: #1D1E33;
  --dark-color: #323460;
  --blue-color: #6C99C3;
  --lightgrey-color: #F4F6FB;
  --background-color: #FAFAFA;
  --white-color: #FFFFFF;
  --light-color: #F0F0F0;
  --second-lightgrey-color: #BFBFBF;
  --third-ligtgrey-color: #B7B7B7;
  --margin-80: 80px;
}

body {
  position: relative;
  max-width: 1920px;
  min-width: 320px;
  margin: 0 auto;
  font-family: 'InterDisplay-Regular', sans-serif;
  font-size: 16px;
  color: var(--text-color);
  line-height: 1.4;
  font-weight: 400;
  overflow-x: hidden;
}
* {
  box-sizing: border-box;
}
a:focus {
  outline: none;
}
input:active,
input:focus {
  outline: none;
}
button:active,
button:focus {
  outline: none;
}
input[type="search"],
input[type="button"],
button {
  cursor: pointer;
}
button:disabled,
button[disabled] {
  background-color: #999999 !important;
}
input:disabled,
input[disabled] {
  background-color: #999999 !important;
}
input::placeholder {
  color: var(--second-lightgrey-color);
}
input:focus-visible,
textarea:focus-visible {
  outline: none;
}
a {
  text-decoration: none;
}
p {
  margin: 0 0 1em 0;
}
iframe {
  border: none;
  outline: none;
}
.hidden {
  display: none !important;
}
.overflow-hidden {
  overflow: hidden;
}
.hidden-desktop {
  display: none;
}
.clear-both {
  clear: both;
}
.full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.blue-color {
  color: var(--blue-color);
}
.section {
  margin: 0 0 var(--margin-80) 0;
}
.page-title,
.section-title {
  margin: 0 0 40px 0;
  color: var(--text-color);
}
.primary-title {
  font-family: 'InterDisplay-SemiBold';
  font-size: 42px;
  line-height: 1.1;
}
.primary-btn {
  display: flex;
  width: max-content;
  height: 60px;
  padding: 0 30px;
  border: none;
  border-radius: 30px;
  background-color: var(--blue-color);
  gap: 10px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color .3s;
}
.primary-btn .primary-btn__text {
  font-size: 18px;
  line-height: 1.2;
  color: var(--background-color);
}
.primary-btn .primary-btn__image {
  width: 20px;
  transition: transform .3s;
}
.primary-btn:hover {
  background-color: #4E7EAC;
}
.primary-btn:hover .primary-btn__image {
  transform: rotate(-45deg);
}
.secondary-btn {
  display: flex;
  width: max-content;
  height: 56px;
  padding: 0 30px;
  border: none;
  border-radius: 28px;
  background-color: var(--light-color);
  gap: 10px;
  align-items: center;
  justify-content: center;
  transition: color .3s;
}
.secondary-btn:hover {
  color: var(--blue-color);
}
.secondary-btn .secondary-btn__text {
  font-family: 'InterDisplay-Medium';
  font-size: 18px;
  color: var(--text-color);
  transition: color .3s;
}
.secondary-btn svg {
  width: 20px;
  stroke: var(--text-color);
  transition: transform .3s ,stroke .3s;
}
.secondary-btn:hover .secondary-btn__text {
  color: var(--blue-color);
}
.secondary-btn:hover svg {
  stroke: var(--blue-color);
  transform: rotate(-45deg);
}
.tertiary-btn {
  display: flex;
  width: max-content;
  height: 60px;
  padding: 0 30px;
  gap: 10px;
  border: 1px solid var(--blue-color);
  border-radius: 30px;
  background-color: var(--white-color);
  align-items: center;
  justify-content: center;
}
.tertiary-btn .tertiary-btn__text {
  font-size: 18px;
  color: var(--blue-color);
}
.tertiary-btn .tertiary-btn__image {
  width: 20px;
  transition: transform .3s;
}
.tertiary-btn:hover .tertiary-btn__image {
  transform: rotate(-45deg);
}
.quaternary-btn {
  display: flex;
  width: max-content;
  height: 60px;
  padding: 0 30px;
  border: none;
  border-radius: 31px;
  background-color: var(--dark-color);
  gap: 10px;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  transition: background-color .3s;
}
.quaternary-btn:hover {
  background-color: var(--blue-color);
}
.quaternary-btn .quaternary-btn__text {
  font-family: 'InterDisplay-Regular';
  font-size: 18px;
  color: var(--background-color);
}
.quaternary-btn .quaternary-btn__image {
  width: 20px;
  transition: transform .3s;
}
.quaternary-btn:hover .quaternary-btn__image {
  transform: rotate(-45deg);
}
.position-relative {
  position: relative;
  z-index: 1;
}
.horizontal-line {
  width: 100%;
  height: 1px;
  background-color: var(--second-lightgrey-color);
}
._anim__show {
  transform: translate(0, 120%);
  opacity: 0;
  transition: all 0.8s ease 0s;
}
._anim__show._active,
._active ._anim__show {
  transform: translate(0, 0);
  opacity: 1;
}
.logo_anim {
  transform: translate(0, -5px);
  opacity: 0;
  transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
}
.logo_anim._active {
  transform: translate(0, 0);
  opacity: 1;
}
.fullscreen__title {
  transform: translate(-15px, 0);
  opacity: 0;
  transition: transform 0.5s ease 0s, opacity 0.5s ease 0s;
}
.fullscreen__title._active {
  transform: translate(0, 0);
  opacity: 1;
}
.mainscreen__title {
  transform: translate(-10px, 0);
  opacity: 0;
  transition: transform 0.3s ease 0s, opacity 0.3s ease 0s;
}
.mainscreen__title._active {
  transform: translate(0, 0);
  opacity: 1;
}
.required,
.required .ss-single-selected,
.required + label::before {
  border-color: red !important;
}
.no-text {
  height: 500px;
}

/* header */
.header {
  padding: 24px 0;
}
.header .flex-container {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: space-between;
}
.header .logo-wrapper {
  flex-grow: 1;
}
.header .logo {
  width: 220px;
  height: 68px;
}
.header .logo .logo-link {
  display: block;
  width: 100%;
  height: 100%;
}
.header .logo img {
  width: 100%;
}
.header .header-contacts {
  display: flex;
}
.header .header-contacts .header-phone {
  display: flex;
  width: 181px;
  height: 42px;
  border-width: 1px;
  border-style: solid;
  border-color: var(--light-color);
  border-radius: 21px;
  font-size: 18px;
  color: var(--text-color);
  align-items: center;
  justify-content: center;
  transition: border-color .3s;
}
.header .header-contacts .header-phone:hover {
  border-color: var(--text-color);
}
.header .header-contacts .callback-me-btn {
  height: 42px;
}
.header.active {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 1920px;
  padding: 10px 0;
  margin: 0 auto;
  background-color: #fff;
  z-index: 11;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.10);
}
.header.active .logo {
  width: 155px;
  height: 48px;
}

/* Верхнее меню */
.top-menu {
  display: flex;
  justify-content: space-between;
}
.top-menu .menu-item {
  display: flex;
  height: 42px;
  padding: 0 16px;
  border-width: 1px;
  border-style: solid;
  border-color: var(--light-color);
  border-radius: 21px;
  color: var(--second-lightgrey-color);
  white-space: nowrap;
  align-items: center;
  justify-content: center;
  transition: border-color .3s;
}
.top-menu .menu-item__link {
  font-size: 18px;
  color: var(--text-color);
  cursor: pointer;
  transition: color .3s;
}
.top-menu .menu-item:hover,
.top-menu .menu-item.active {
  border-color: var(--text-color);
}
.top-menu .menu-item:hover .menu-item__link,
.top-menu .menu-item.active .menu-item__link {
  color: var(--text-color);
}
.top-menu .menu-item-has-children {
  position: relative;
}
.top-menu .sub-menu {
  position: absolute;
  left: 0;
  top: 41px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 15px;
  margin: 0;
  padding: 30px 35px;
  background-color: var(--white-color);
  border-radius: 30px;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  list-style: none;
  z-index: 10;
  box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.2);
  transform: translate(0, 20%);
  transition: opacity 0.3s, transform 0.2s;
}
.top-menu .menu-item-has-children:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0);
}
.top-menu .sub-menu-item__link {
  font-size: 18px;
  line-height: 1.6;
  color: var(--text-color);
  transition: color .3s;
}
.top-menu .sub-menu-item:hover .sub-menu-item__link {
  color: var(--blue-color);
}
.top-menu .about-company .sub-menu {
  height: 180px;
  width: 310px;
}

/* main section */
.main-section .main-image {
  position: relative;
  padding: 80px;
  border-radius: 40px;
  background: url(../../../../../../local/templates/main/images/main-image.jpg) center no-repeat;
  overflow: hidden;
  z-index: 1;
}
.main-section .main-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main-section .main-filter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(96deg, rgba(50, 52, 96, 0.8) 0.64%, rgba(50, 52, 96, 0) 100%);
  z-index: -1;
}
.main-section .main-title {
  width: 82%;
  margin: 0 0 30px 0;
  font-size: 66px;
  color: var(--background-color);
  line-height: 1.1;
}
.main-section .main-title .text-semibold {
  font-family: 'InterDisplay-SemiBold';
}
.main-section .main-title .main-title-h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: inherit;
  font-weight: inherit;
}
.main-section .main-video {
  position: relative;
  width: 306px;
  height: 178px;
  margin: 0 -50px -50px auto;
  padding: 15px;
  border: 1px solid var(--white-color);
  border-radius: 20px;
  /*background: rgba(50, 52, 96, 0.20);*/
  background-color: var(--dark-color);
  /*backdrop-filter: blur(40px);*/
  cursor: pointer;
}
.main-section .main-video .main-video__cover {
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.main-section .main-video .main-video__cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main-section .main-video .main-video__play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 70px;
  transform: translate(-50%, -50%);
  z-index: 4;
}

/* projects map section */
.projects-map-section .projects-map {
  position: relative;
  height: 480px;
  border-radius: 40px;
  overflow: hidden;
}
.projects-map-section .projects-map__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.projects-map-section .projects-map__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.projects-map-section .projects-map-btn {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

/* projects section */
.projects-section .grid-container {
  display: grid;
  margin: 0 0 40px 0;
  gap: 40px;
  grid-template-columns: repeat(3, 1fr);
}
.projects-section .projects-item__image-wrapper {
  position: relative;
  height: 460px;
  padding: 30px;
  border-radius: 30px;
  overflow: hidden;
}
.projects-section .projects-item__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.projects-section .projects-item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.projects-section .projects-item__filter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: background-color .3s;
}
.projects-section .projects-item:hover .projects-item__filter {
  background-color: rgba(34, 34, 34, .65);
}
.projects-section .projects-item__status {
  width: max-content;
  margin: 50px 0 10px 0;
  padding: 5px 10px;
  border-radius: 13px;
  background-color: var(--blue-color);
  font-size: 13px;
  color: var(--light-color);
}
.projects-section .projects-item__title {
  font-size: 32px;
  line-height: 1.2;
  color: var(--light-color);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.projects-section .horizontal-line {
  width: 50%;
}
.projects-section .projects-item__location {
  color: var(--third-ligtgrey-color);
}
.projects-section .projects-item__city {
  height: 26px;
  font-size: 18px;
  color: var(--light-color);
  overflow: hidden;
}
.projects-section .projects-item__price-text {
  font-size: 16px;
  color: var(--third-ligtgrey-color);
}
.projects-section .projects-item__price {
  font-size: 18px;
  color: var(--light-color);
}
.projects-section .flex-container {
  display: flex;
}
.projects-section .projects-item__btn {
  display: flex;
  width: 190px;
  height: 46px;
  border-radius: 23px;
  background-color: var(--background-color);
  font-size: 15px;
  color: var(--text-color);
  align-items: center;
  justify-content: center;
}
.projects-section .projects-title {
  margin: 30px 0 10px 0;
  font-size: 32px;
  line-height: 1.1;
}
.projects-section .projects-city {
  font-size: 19px;
  color: var(--text-color);
}
.projects-section .flex-container,
.projects-section .projects-item__status,
.projects-section .projects-item__title,
.projects-section .horizontal-line,
.projects-section .projects-item__location,
.projects-section .projects-item__city,
.projects-section .projects-item__price-text,
.projects-section .projects-item__price {
  opacity: 0;
  visibility: hidden;
  transition: opacity .4s, visibility .4s;
}
.projects-section .projects-item:hover .flex-container,
.projects-section .projects-item:hover .projects-item__status,
.projects-section .projects-item:hover .projects-item__title,
.projects-section .projects-item:hover .horizontal-line,
.projects-section .projects-item:hover .projects-item__location,
.projects-section .projects-item:hover .projects-item__city,
.projects-section .projects-item:hover .projects-item__price-text,
.projects-section .projects-item:hover .projects-item__price {
  opacity: 1;
  visibility: visible;
}
.projects-section .flex-container,
.projects-section .projects-item__status,
.projects-section .projects-item__title,
.projects-section .horizontal-line,
.projects-section .projects-item__city {
  margin-bottom: 10px;
}
.projects-section .projects-item__price {
  margin-bottom: 55px;
}
.projects-section .view-all-btn {
  margin: 0 auto;
}

/* Наши преимущества */
.our-advantages-section .title-wrapper {
  display: flex;
  margin: 0 0 40px 0;
  align-items: center;
  justify-content: space-between;
}
.our-advantages-section .our-advantages {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto;
  gap: 30px;
}
.our-advantages-section .our-advantages .our-advantages-item {
  display: flex;
  height: 170px;
  padding: 25px;
  border-radius: 15px;
  background-color: var(--blue-color);
  align-items: center;
  justify-content: center;
}
.our-advantages-section .our-advantages .our-advantages-item__title {
  font-family: 'InterDisplay-SemiBold';
  font-size: 36px;
  color: var(--dark-color);
  text-align: center;
  line-height: 1;
}
.our-advantages-section .our-advantages .our-advantages-item__title .white-color {
  display: block;
  color: var(--white-color);
}

/* Форма заявки на главной */
.callback-section .white-frame {
  padding: 30px 40px;
  border-radius: 30px;
  background-color: var(--background-color);
}
.callback-section .form .label {
  color: var(--text-color);
}
.callback-section .form .input-field {
  border-color: var(--text-color);
  background-color: var(--background-color);
  color: var(--text-color);
}
.callback-section .form .input-field:focus-visible {
  outline: none;
}

/* form */
.form .flex-container {
  display: flex;
  margin: 0 0 20px 0;
  align-items: flex-end;
  justify-content: space-between;
}
.form .form-group {
  width: 100%;
}
.form .label {
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.2;
}
.form .input-field {
  display: block;
  width: 100%;
  height: 62px;
  padding: 20px 30px;
  border-width: 1px;
  border-style: solid;
  border-color: var(--text-color);
  border-radius: 31px;
  font-family: 'InterDisplay-Regular';
  font-size: 18px;
  line-height: 1.2;
}
.form .submit-btn {
  width: 100%;
  height: 62px;
}
.form .checkboxes-flex-container {
  display: flex;
  gap: 40px;
}

/* Темная рамка */
.dark-frame {
  margin: 0 0 10px 0;
  padding: 30px;
  border-radius: 15px;
  background-color: var(--dark-color);
}
.dark-frame .dark-frame__title {
  margin: 0 0 20px 0;
  color: var(--background-color);
}
.dark-frame .dark-frame__text {
  font-size: 20px;
  color: var(--background-color);
  line-height: 1.2;
}
.dark-frame .dark-frame-btn {
  margin-top: 20px;
  border: none;
}

/* Секция О компании */
.about-company-section {
  padding: 60px 0;
}
.about-company-section .flex-container {
  display: flex;
  gap: 80px;
  justify-content: space-between;
}
.about-company-section .about-company-content {
  width: 55%;
}
.about-company-section .about-company-text {
  font-size: 18px;
  line-height: 1.2;
}
.about-company-section .about-company-accent {
  display: flex;
  margin: 0 0 40px 0;
  padding: 25px 30px;
  border-radius: 15px;
  background-color: var(--dark-color);
  gap: 40px;
  align-items: center;
  justify-content: space-between;
}
.about-company-section .about-company-accent .about-company-accent__text {
  font-size: 20px;
  line-height: 1.1;
  color: var(--white-color);
}
.about-company-section .about-company-accent .about-company-accent__image {
  width: 118px;
  height: 23px;
  flex-shrink: 0;
}
.about-company-section .about-company-accent .about-company-accent__image img {
  width: 100%;
}
.about-company-section .about-company-btn {
  display: flex;
  width: max-content;
  height: 22px;
  gap: 10px;
  align-items: center;
  justify-content: center;
  transition: background-color .3s;
}
.about-company-section .about-company-btn__text {
  font-family: 'InterDisplay-Medium';
  font-size: 18px;
  line-height: 1.2;
  color: var(--dark-color);
}
.about-company-section .about-company-btn__image {
  width: 20px;
  transition: transform .3s;
}
.about-company-section .about-company-btn:hover .about-company-btn__image {
  transform: rotate(-45deg);
}
.about-company-section .about-company-image {
  position: relative;
  width: 45%;
  border-radius: 20px;
  overflow: hidden;
}
.about-company-section .about-company-image .about-company-image__bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-company-section .about-company-image .about-company-image__logo {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 250px;
  height: 77px;
  object-fit: contain;
  z-index: 1;
}

/* Секция Новости главная и страница Новости */
.news-section {
  padding: 50px 0;
}
.news-section .title-wrapper {
  display: flex;
  margin: 0 0 40px 0;
  align-items: center;
  justify-content: space-between;
}
.news-section .news-slider {
  margin: 0 0 40px 0;
}
.news-section .news-section-title {
  margin-bottom: 0;
}
.news-section .news-item {
  position: relative;
}
.news-section .news-item__image {
  height: 363px;
  margin: 0 0 20px 0;
  border-radius: 20px;
  overflow: hidden;
}
.news-section .news-item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-section .news-item__title {
  display: -webkit-box;
  height: 24px;
  margin: 0 0 40px 0;
  font-size: 20px;
  color: var(--text-color);
  font-weight: 400;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.news-section .flex-container {
  display: flex;
  padding: 0 1px 1px 0;
  align-items: center;
  justify-content: space-between;
}
.news-section .button-next {
  position: relative;
  width: 42px;
  height: 42px;
  border-width: 2px;
  border-style: solid;
  border-color: var(--text-color);
  border-radius: 50%;
  cursor: pointer;
  transition: border-color .3s;
}
.news-section .arrow-right {
  position: absolute;
  top: 18px;
  right: 10px;
  width: 20px;
  height: 2px;
  background-color: var(--text-color);
  transition: background-color .3s;
}
.news-section .arrow-right::before,
.news-section .arrow-right::after {
  content: '';
  position: absolute;
  display: block;
  width: 10px;
  height: 2px;
  background-color: var(--text-color);
  transition: background-color .3s;
}
.news-section .arrow-right::before {
  top: -3px;
  right: -1px;
  transform: rotate(45deg);
}
.news-section .arrow-right::after {
  top: 3px;
  right: -1px;
  transform: rotate(-45deg);
}
.news-section .news-item:hover .button-next {
  border-color: var(--blue-color);
}
.news-section .news-item:hover .arrow-right {
  background-color: var(--blue-color);
}
.news-section .news-item:hover .arrow-right::before,
.news-section .news-item:hover .arrow-right::after {
  background-color: var(--blue-color);
}
.news-section .view-all-news-btn {
  margin: 0 auto;
}

/* swiper nav */
.swiper-nav {
  display: flex;
  width: 104px;
  height: 52px;
  border-radius: 26px;
  background-color: var(--blue-color);
}
.swiper-nav .swiper-prev,
.swiper-nav .swiper-next {
  position: relative;
  width: 52px;
  height: 52px;
  background-color: var(--blue-color);
  cursor: pointer;
  transition: background-color .3s;
}
.swiper-nav .swiper-prev:hover,
.swiper-nav .swiper-next:hover {
  background-color: var(--dark-color) !important;
}
.swiper-nav .swiper-prev {
  border-radius: 26px;
}
.swiper-nav .swiper-next {
  border-radius: 26px;
}
.swiper-nav .swiper-prev span,
.swiper-nav .swiper-next span {
  position: absolute;
  top: 25px;
  width: 15px;
  height: 2px;
  background-color: var(--white-color);
  transition: background-color .3s;
}
.swiper-nav .swiper-prev:hover span,
.swiper-nav .swiper-next:hover span {
  background-color: var(--background-color);
}
.swiper-nav .swiper-prev span {
  left: 18px;
}
.swiper-nav .swiper-next span {
  right: 18px;
}
.swiper-nav .swiper-prev::before,
.swiper-nav .swiper-prev::after {
  content: '';
  position: absolute;
  left: 18px;
  width: 7px;
  height: 2px;
  background-color: var(--white-color);
  transition: background-color .3s;
}
.swiper-nav .swiper-prev::before {
  top: 28px;
  transform: rotate(45deg);
}
.swiper-nav .swiper-prev::after {
  top: 22px;
  transform: rotate(-45deg);
}
.swiper-nav .swiper-prev:hover::before,
.swiper-nav .swiper-prev:hover::after {
  background-color: var(--background-color);
}
.swiper-nav .swiper-next::before,
.swiper-nav .swiper-next::after {
  content: '';
  position: absolute;
  right: 18px;
  width: 7px;
  height: 2px;
  background-color: var(--white-color);
  transition: background-color .3s;
}
.swiper-nav .swiper-next::before {
  top: 22px;
  transform: rotate(45deg);
}
.swiper-nav .swiper-next::after {
  top: 28px;
  transform: rotate(-45deg);
}
.swiper-nav .swiper-next:hover::before,
.swiper-nav .swiper-next:hover::after {
  background-color: var(--background-color);
}

/* Секция следите за акциями */
.follow-section .follow-section-frame {
  background-color: var(--dark-color);
  padding: 60px;
  border-radius: 40px;
}
.follow-section .follow-section-title {
  margin: 0 0 24px 0;
  color: var(--background-color);
}
.follow-section .follow-section-btn {
  border: none;
}

/* Страница Документы */
.documents-page .grid-container {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, 1fr);
}
.documents-page .documents-item {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 132px;
  padding: 10px 30px;
  border-radius: 30px;
  background-color: var(--lightgrey-color);
  overflow: hidden;
  font-size: 24px;
  color: var(--text-color);
  line-height: 1.2;
  justify-content: center;
  transition: color .3s;
}
.documents-page .documents-item:hover {
  color: var(--blue-color);
}
.documents-page .documents-item__name {
  margin: 5px 0 0 0;
  font-size: 18px;
  color: var(--third-ligtgrey-color);
  line-height: 1.2;
}

/* Страница Реквизиты */
.requisites-page .requisites-item {
  margin: 0 0 20px 0;
}
.requisites-page .requisites-item .requisites-item__title {
  margin: 0 0 4px 0;
  font-size: 18px;
  color: var(--third-ligtgrey-color);
  line-height: 1.2;
}
.requisites-page .requisites-item .requisites-item__value {
  font-size: 24px;
  line-height: 1.2;
}

/* Страница Вакансии */
.vacancy-page .grid-container {
  display: grid;
  gap: 40px 24px;
  grid-template-columns: repeat(3, 1fr);
}
.vacancy-page .vacancy-item {
  padding: 30px;
  border-radius: 30px;
  background-color: var(--lightgrey-color);
}
.vacancy-page .vacancy-item__title {
  margin: 0 0 20px 0;
  font-family: 'InterDisplay-SemiBold';
  font-size: 32px;
  line-height: 1.2;
}
.vacancy-page .vacancy-item__income {
  margin: 0 0 20px 0;
  font-size: 20px;
}
.vacancy-page .vacancy-item .flex-container {
  display: flex;
  margin: 0 0 70px 0;
  gap: 10px;
}
.vacancy-page .vacancy-item__info {
  padding: 5px 10px;
  border-radius: 5px;
  background-color: var(--white-color);
  font-size: 15px;
  color: var(--second-lightgrey-color);
  line-height: 1.2;
}
.vacancy-page .no-vacancy-text {
  font-size: 18px;
}
.vacancy-page .booking-online-form-wrapper .buttons-flex-container {
  display: flex;
  margin: 0 0 20px 0;
  gap: 20px;
  justify-content: space-between;
}
.vacancy-page .booking-online-form-wrapper .submit-btn {
  flex-shrink: unset;
}
.vacancy-page .booking-online-form-wrapper .inputfile {
  position: absolute;
  z-index: -1;
  opacity: 0;
  width: 0;
  height: 0;
}

/* footer */
.footer {
  padding: 80px 0 40px 0;
}
.footer .flex-container {
  display: flex;
  margin: 0 0 30px 0;
  gap: 150px;
  justify-content: space-between;
}
.footer .logo-wrapper {
  margin: 0 0 30px 0;
}
.footer .logo-wrapper .logo {
  width: 200px;
}
.footer .logo-wrapper .logo img {
  width: 100%;
}
.footer .logo-wrapper .footer-decription {
  margin: 0 0 40px 0;
  font-size: 16px;
  color: var(--third-ligtgrey-color);
  line-height: 1.2;
}
.footer .footer-menu {
  display: flex;
  height: 100%;
  gap: 40px 80px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer .required-links .required-link {
  display: block;
  width: max-content;
  margin: 0 0 5px 0;
  font-size: 16px;
  color: var(--text-color);
  transition: color .3s;
}
.footer .required-links .required-link:hover {
  color: var(--blue-color);
}
.footer .required-links-mobile {
  display: none;
  margin: 0 0 40px 0;
}
.footer .footer-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.footer .footer-bg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.footer .bottom-menu .menu-title {
  margin: 0 0 10px 0;
  font-family: 'InterDisplay-Medium';
  font-size: 23px;
  color: var(--blue-color);
  line-height: 1.1;
}
.footer .bottom-menu .menu-item {
  display: block;
  margin: 0 0 8px 0;
  font-size: 18px;
  color: var(--text-color);
  line-height: 1.2;
  transition: color .3s;
}
.footer .bottom-menu .menu-item:hover {
  color: var(--blue-color);
}
.footer .footer-socials {
  display: flex;
  justify-content: flex-end;
}
.footer .footer-socials .footer-socials-item {
  display: flex;
  width: 62px;
  height: 44px;
  border-width: 1px;
  border-style: solid;
  border-color: var(--light-color);
  border-radius: 22px;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  transition: border-color .3s;
}
.footer .footer-socials .footer-socials-item:hover {
  border-color: var(--blue-color);
}
.footer .footer-socials .footer-socials-item svg {
  height: 22px;
  fill: var(--second-lightgrey-color);
  stroke: var(--second-lightgrey-color);
  transition: fill .3s, stroke .3s;
}
.footer .footer-socials .footer-socials-item:hover svg {
  fill: var(--blue-color);
  stroke: var(--blue-color);
}
.footer .contacts {
  width: 290px;
  text-align: right;
}
.footer .contacts .footer-phone {
  display: block;
  margin: 0 0 10px 0;
  font-size: 32px;
  color: var(--blue-color);
  transition: color .3s;
}
.footer .contacts .footer-phone:hover {
  color: var(--text-color);
}
.footer .contacts .footer-email {
  display: flex;
  width: 250px;
  height: 44px;
  margin-left: auto;
  border-width: 1px;
  border-style: solid;
  border-color: var(--second-lightgrey-color);
  border-radius: 22px;
  gap: 15px;
  align-items: center;
  justify-content: center;
  transition: border-color .3s;
}
.footer .contacts .footer-email:hover {
  border-color: var(--blue-color);
}
.footer .contacts .footer-email svg path {
  fill: var(--second-lightgrey-color);
  transition: fill .3s;
}
.footer .contacts .footer-email:hover svg path {
  fill: var(--blue-color);
}
.footer .contacts .footer-email-text {
  font-size: 16px;
  color: var(--second-lightgrey-color);
  transition: color .3s
}
.footer .contacts .footer-email:hover .footer-email-text {
  color: var(--blue-color);
}
.footer .footer-bottom {
  display: flex;
  justify-content: space-between;
}
.footer .footer-bottom .company-info-item {
  font-size: 16px;
  color: var(--third-ligtgrey-color);
}
.footer .footer-bottom .author a {
  font-size: 16px;
  color: var(--text-color);
  transition: color .3s;
}
.footer .footer-bottom .author a:hover {
  color: var(--blue-color);
}

/* Карточка проекта */
.project-detail-page .title-section {
  margin: 0 0 40px 0;
}
.project-detail-page .title-section .project-detail-title {
  margin-bottom: 0;
}
.project-detail-page .title-section .flex-container {
  display: flex;
  margin: 0 0 16px 0;
  align-items: center;
  justify-content: space-between;
}
.project-detail-page .title-section .title-wrapper {
  display: flex;
  gap: 60px;
  align-items: center;
}
.project-detail-page .title-section .title-buttons {
  display: flex;
}
.project-detail-page .title-section .make-an-appointment-wrapper {
  display: flex;
  align-items: center;
}
.project-detail-page .title-section .flats-btn {
  border-color: var(--white-color);
}
.project-detail-page .title-section .flats-btn .flats-btn__text {
  color: var(--text-color);
  transition: color .3s;
}
.project-detail-page .title-section .flats-btn:hover .flats-btn__text {
  color: var(--blue-color);
}
.project-detail-page .title-section .testimonial-mobile-btn {
  display: none;
}
.project-detail-page .slider-section .slider-wrapper {
  position: relative;
}
.project-detail-page .slider-section .swiper-wrapper {
  height: 750px;
}
.project-detail-page .slider-section .project-slider-item__image {
  height: 750px;
  border-radius: 30px;
  overflow: hidden;
}
.project-detail-page .slider-section .project-slider-item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.project-detail-page .slider-section .details {
  position: absolute;
  top: 60px;
  left: 60px;
  width: 400px;
  padding: 30px;
  border-radius: 15px;
  background-color: var(--background-color);
  z-index: 2;
}
.project-detail-page .slider-section .details-title {
  margin: 0 0 6px 0;
  font-family: 'InterDisplay-Medium';
  font-size: 24px;
  color: var(--blue-color);
  line-height: 1.1;
}
.project-detail-page .slider-section .details-city {
  margin: 0 0 6px 0;
  font-size: 15px;
  line-height: 1.2;
}
.project-detail-page .slider-section .details-row {
  display: flex;
  margin: 0 0 8px 0;
  padding: 6px 12px;
  border-radius: 18px;
  background-color: var(--lightgrey-color);
  align-items: center;
  justify-content: space-between;
}
.project-detail-page .slider-section .details-row .title {
  line-height: 1.2;
}
.project-detail-page .slider-section .details-row:last-child {
  margin-bottom: 0;
}
.project-detail-page .slider-section .details-row-top {
  margin-bottom: 20px;
  color: var(--blue-color);
}
.project-detail-page .slider-section .view-more-mobile-btn {
  display: none;
  width: 100%;
  height: 52px;
  margin: 0 0 10px 0;
  border: 1px solid var(--text-color);
  border-radius: 30px;
  align-items: center;
  justify-content: center;
}
.project-detail-page .slider-section .view-more-mobile-btn .view-more-mobile-btn__text {
  color: var(--text-color);
}
.project-detail-page .slider-section .download-presentation-btn {
  position: absolute;
  left: 60px;
  bottom: 60px;
  width: 400px;
  height: 60px;
  background-color: var(--dark-color);
  border: 1px solid var(--background-color);
  z-index: 2;
}
.project-detail-page .slider-section .download-presentation-hidden-desktop {
  display: none;
}
.project-detail-page .slider-section .download-presentation-btn__image {
  width: 20px;
  transition: transform .3s;
}
.project-detail-page .slider-section .download-presentation-btn:hover .download-presentation-btn__image {
  transform: rotate(-45deg);
}
.project-detail-page .slider-section .swiper-nav {
  position: absolute;
  right: 60px;
  bottom: 60px;
  z-index: 2;
}
.project-detail-page .dark-frame-section .frame {
  border-radius: 30px;
}
.project-detail-page .flats-section .flats-sold-out {
  display: flex;
  height: 385px;
  flex-direction: column;
  border-radius: 30px;
  background-color: var(--lightgrey-color);
  gap: 40px;
  align-items: center;
  justify-content: center;
}
.project-detail-page .flats-section .flats-sold-out-title {
  color: var(--blue-color);
}
.project-detail-page .negative-margin {
  margin-bottom: -40px ;
}
.project-detail-page .location-section-title {
  margin: 0 0 20px 0;
  letter-spacing: -1.5px;
}
.project-detail-page .location-section .location-content {
  position: relative;
  height: 390px;
  margin: 40px 0 0 0;
}
.project-detail-page .location-section .location-content-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  gap: 60px;
  opacity: 0;
  visibility: hidden;
  justify-content: space-between;
  transition: opacity .2s, visibility .2s;
}
.project-detail-page .location-section .location-content-item.active {
  opacity: 1;
  visibility: visible;
}
.project-detail-page .location-section .description {
  position: relative;
  height: 390px;
}
.project-detail-page .location-section .decription-title {
  display: flex;
  margin: 0 0 24px 0;
  align-items: center;
}
.project-detail-page .location-section .decription-title__number {
  margin-right: 24px;
  color: var(--blue-color);
}
.project-detail-page .location-section .decription-title__text {
  font-size: 32px;
  line-height: 1.1;
}
.project-detail-page .location-section .description-text {
  font-size: 18px;
}
.project-detail-page .location-section .location-image {
  position: relative;
  width: 646px;
  height: 390px;
  border-radius: 30px;
  overflow: hidden;
  flex-shrink: 0;
}
.project-detail-page .location-section .location-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.project-detail-page .location-section .swiper-nav {
  margin: 0 0 20px auto;
}
.project-detail-page .location-section .swiper-wrapper {
  height: 200px;
}
.project-detail-page .location-section .location-advantages-slider-item {
  display: flex;
  width: 40%;
  height: 200px;
  padding: 20px 25px;
  border-radius: 20px;
  gap: 30px;
  justify-content: space-between;
  cursor: pointer;
}
.project-detail-page .location-section .location-advantages-slider-item__content,
.project-detail-page .location-section .location-advantages-slider-item__image {
  width: 50%;
}
.project-detail-page .location-section .location-advantages-slider-item__title {
  display: -webkit-box;
  height: 48px;
  margin: 0 0 6px 0;
  font-size: 20px;
  color: var(--second-lightgrey-color);
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.project-detail-page .location-section .location-advantages-slider-item__description {
  display: -webkit-box;
  height: 108px;
  font-size: 15px;
  line-height: 1.2;
  color: var(--second-lightgrey-color);
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}
.project-detail-page .location-section .location-advantages-slider-item__image {
  width: 265px;
  height: 160px;
  border-radius: 20px;
  overflow: hidden;
  opacity: .4;
  flex-shrink: 0;
}
.project-detail-page .location-section .location-advantages-slider-item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.project-detail-page .location-section .swiper-slide-active {
  background-color: var(--lightgrey-color);
}
.project-detail-page .location-section .swiper-slide-active .location-advantages-slider-item__title {
  color: var(--blue-color);
}
.project-detail-page .location-section .swiper-slide-active .location-advantages-slider-item__description {
  color: var(--text-color);
}
.project-detail-page .location-section .swiper-slide-active .location-advantages-slider-item__image {
  opacity: 1;
}
.project-detail-page .location-section .map-btn {
  position: absolute;
  left: 0;
  bottom: 0;
}
.project-detail-page .location-section .map-mobile-btn {
  display: none;
  margin: 20px auto 0 auto;
}
.project-detail-page .project-detail-advantages-section .grid-container {
  display: grid;
  margin: 0 0 40px 0;
  gap: 24px;
  grid-template-columns: repeat(3, 1fr);
}
.project-detail-page .project-detail-advantages-section .project-detail-advantages-item {
  position: relative;
  height: 510px;
  padding: 30px;
  border-radius: 30px;
  overflow: hidden;
  z-index: 1;
  cursor: pointer;
}
.project-detail-page .project-detail-advantages-section .project-detail-advantages-item__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.project-detail-page .project-detail-advantages-section .project-detail-advantages-item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.project-detail-page .project-detail-advantages-section .project-detail-advantages-item__filter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, rgba(34, 34, 34, 0.6) 20%, rgba(34, 34, 34, 0));
  z-index: -1;
}
.project-detail-page .project-detail-advantages-section .project-detail-advantages-item__title {
  margin: 0 0 10px 0;
  font-family: 'InterDisplay-SemiBold';
  font-size: 32px;
  color: var(--background-color);
  line-height: 1.2;  
}
.project-detail-page .project-detail-advantages-section .project-detail-advantages-item__text {
  font-size: 20px;
  color: var(--background-color);
  line-height: 1.2;  
}
.project-detail-page .project-detail-advantages-section .flex-container {
  display: flex;
  gap: 80px;
  justify-content: space-between;
}
.project-detail-page .project-detail-advantages-section .advantages-description {
  width: 48%;
  font-size: 18px;
  line-height: 1.2;
}
.project-detail-page .working-progress-section {
  padding: 40px 0 0 0;
}
.project-detail-page .working-progress-section .grid-container {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, 1fr);
}
.project-detail-page .working-progress-section .working-progress-item {
  position: relative;
}
.project-detail-page .working-progress-section .working-progress-gallery {
  height: 320px;
  border-radius: 20px;
  overflow: hidden;
}
.project-detail-page .working-progress-section .working-progress-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.project-detail-page .working-progress-section .working-progress-gallery-item,
.project-detail-page .working-progress-section .working-progress-gallery-item a {
  display: block;
  margin: 0;
  width: 100%;
  height: 100%;
}
.project-detail-page .working-progress-section .working-progress-item__date {
  position: absolute;
  top: 30px;
  left: 30px;
  height: 26px;
  padding: 4px 12px;
  border-radius: 13px;
  background-color: rgba(244, 246, 251, 0.2);
  backdrop-filter: blur(40px);
  font-size: 15px;
  color: var(--background-color);
  line-height: 1.2;
  z-index: 1;
}
.project-detail-page .working-progress-section .blur-arrow-right {
  position: absolute;
  right: 30px;
  bottom: 30px;
  width: 64px;
  height: 64px;
  z-index: 2;
}
.project-detail-page .working-progress-section .blur-arrow-right img {
  width: 100%;
}
.project-detail-page .booking-online-form-wrapper {
  margin-top: calc(var(--margin-80) * 2.5 * -1);
  padding-top: calc(var(--margin-80) * 2.5);
}
.project-detail-page .testimonials-section {
  margin-top: calc(var(--margin-80) * 2.5 * -1);
  padding-top: calc(var(--margin-80) * 2.5);
}

/* Testimonials */
.testimonials-section .section-title-wrapper {
  display: flex;
  justify-content: space-between;
}
.testimonials-section .section-title-wrapper .swiper-nav {
  display: none;
}
.testimonials-section .grid-container {
  display: grid;
  margin: 0 0 40px 0;
  gap: 24px;
  grid-template-columns: repeat(3, 1fr);
}
.testimonials-section .testimonials-item {
  height: 343px;
  padding: 30px;
  border-radius: 30px;
  background-color: var(--lightgrey-color);
  font-size: 18px;
  line-height: 1.2;
}
.testimonials-section .testimonials-item.reviews-post-hidden {
  background-color: pink;
}
.testimonials-section .flex-container {
  display: flex;
  margin-bottom: 20px;
  gap: 16px;
  align-items: center;
}
.testimonials-section .testimonials-item__letter {
  display: flex;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background-color: var(--white-color);
  font-size: 32px;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
}
.testimonials-section .testimonials-item__text {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 9;
  -webkit-box-orient: vertical;
}
.testimonials-section .testimonials-buttons {
  display: flex;
  margin-top: -100px;
  padding-top: 100px;
  justify-content: center;
}
.testimonials-section .testimonials-slider-wrapper {
  margin-bottom: 25px;
}

/* Параграф текста левый и правый */
.paragraph-left-right {
  /*width: 70%;*/
  font-size: 28px;
  line-height: 1.2;
}
.paragraph-left-right.paragraph-left {
  margin-bottom: 30px;
}
.paragraph-left-right.paragraph-right {
  margin-left: auto;
  margin-bottom: 60px;
}
.paragraph-left-right p a {
  color: var(--text-color);
  text-decoration: underline;
}

/* Форма Забронировать онлайн */
.booking-online-form-wrapper .white-frame {
  padding: 30px 40px;
  border-radius: 15px;
  background-color: var(--background-color);
}
.booking-online-form-wrapper .form-wrapper {
  padding: 30px 40px;
  border-radius: 15px;
  background-color: var(--lightgrey-color);
}
.booking-online-form-wrapper .form-title {
  margin: 0 0 10px 0;
}
.booking-online-form-wrapper .form-text {
  margin: 0 0 20px 0;
  font-size: 18px;
  line-height: 1.2;
}
.booking-online-form-wrapper .form .input-field {
  background-color: var(--lightgrey-color);
}
.booking-online-form-wrapper .form .input-field::placeholder {
  color: var(--text-color);
}
.booking-online-form-wrapper .form .input-field:focus-visible {
  outline: none;
}

/* Большая форма Запись на встречу */
.big-booking-online-form-wrapper .form .flex-container {
  gap: 20px;
}
.big-booking-online-form-wrapper .form .flex-container-bottom {
  flex-wrap: wrap;
}
.big-booking-online-form-wrapper .form .flex-container-bottom .form-group {
  width: 32.4%;
}
.big-booking-online-form-wrapper .form .submit-btn {
  font-size: 22px;
}
.big-booking-online-form-wrapper .form .more-info-btn {
  background-color: var(--lightgrey-color);
}
.big-booking-online-form-wrapper .form .more-info-btn.active .tertiary-btn__image {
  transform: rotate(-90deg);
}
.big-booking-online-form-wrapper .form .form-groups-wrapper {
  margin: 20px 0;
}
.big-booking-online-form-wrapper .form .open-more-info {
  max-height: 0;
  overflow: hidden;
  margin-bottom: 0;
  transition: min-height .2s, margin-bottom .2s;
}
.big-booking-online-form-wrapper .form .open-more-info.active {
  max-height: 200px;
  margin-bottom: 80px;
  overflow: initial;
}

/* slim select */
.ss-main .ss-single-selected {
  height: 62px;
  padding: 20px 30px;
  border-width: 1px;
  border-style: solid;
  border-color: var(--text-color);
  border-radius: 31px;
  background-color: var(--lightgrey-color);
  font-size: 18px;
  color: var(--text-color);
  line-height: 1.2;
}
.ss-main .ss-single-selected .placeholder .ss-disabled {
  color: var(--text-color);
}

/* Секция Карта офисов в карточке проекта и Контакты */
.office-map-section {
  margin: 0 0 40px 0;
}
.office-map-section .office-map-wrapper {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.office-map-section .office-map {
  height: 900px;
}
.office-map-section .office-map img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.office-map-section .address-card {
  position: absolute;
  top: 60px;
  left: 60px;
  width: 626px;
  border-radius: 30px;
  background-color: var(--background-color);  
  z-index: 1;
}
.office-map-section .address-card__image {
  height: 300px;
  border-radius: 30px;
  overflow: hidden;
}
.office-map-section .address-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.office-map-section .address-card__content {
  padding: 40px;
}
.office-map-section .address-card__title {
  margin: 0 0 10px 0;
  font-size: 42px;
  color: var(--blue-color);
  line-height: 1.1;
}
.office-map-section .address-card__name {
  margin: 0 0 24px 0;
  font-size: 18px;
}
.office-map-section .address-item {
  display: flex;
  margin: 0 0 20px 0;
  gap: 20px;
  align-items: center;
}
.office-map-section .address-item__image {
  width: 32px;
  height: 32px;
}
.office-map-section .address-item__image img {
  width: 100%;
}
.office-map-section .address-item__text {
  font-size: 18px;
}
.office-map-section .driving-map-btn {
  width: 100%;
  margin: 0 0 10px 0;
}
.office-map-section .driving-map-btn__image {
  width: 20px;
}
.office-map-section .make-an-appointment-btn {
  width: 100%;
}

/* Страница Новости и Акции */
.np-page .description-section .description-text {
  font-size: 32px;
  line-height: 1.2;
}
.np-page .n-main-section .frame {
  padding: 60px;
  border-radius: 40px;
  background-color: var(--dark-color);
}
.np-page .frame .flex-container {
  display: flex;
  gap: 16px;
  justify-content: space-between;
}
.np-page .n-main-section .n-main-section__title {
  display: -webkit-box;
  height: 75px;
  margin: 0 0 24px 0;
  font-family: 'InterDisplay-SemiBold';
  font-size: 68px;
  color: var(--background-color);
  line-height: 1.1;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.np-page .n-main-section .n-main-section__excerpt {
  display: -webkit-box;
  height: 80px;
  margin: 0 0 20px 0;
  font-family: 'InterDisplay-Medium';
  font-size: 22px;
  color: var(--background-color);
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.np-page .n-main-section .n-main-section__image {
  width: 464px;
  height: 260px;
  border-radius: 20px;
  overflow: hidden;
  flex-shrink: 0;
}
.np-page .n-main-section .n-main-section__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.np-page .news-section .grid-container {
  display: grid;
  gap: 40px 24px;
  grid-template-columns: repeat(4, 1fr);
}

/* Карточка новости */
.np-detail-page .np-detail__date {
  width: max-content;
  margin: 0 0 40px 0;
  padding: 3px 12px;
  border-radius: 13px;
  background-color: var(--blue-color);
  font-size: 14px;
  color: var(--white-color);
}
.np-detail-page .np-detail__excerpt {
  margin: 0 0 40px 0;
  font-size: 32px;
  color: var(--text-color);
  line-height: 1.2;
}
.np-detail-page .np-detail__image {
  width: 250px;
  height: 250px;
  margin: 0 0 30px 0;
  border-radius: 10px;
  overflow: hidden;
}
.np-detail-page .np-detail__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.np-detail-page .np-detail__text {
  margin: 0 0 40px 0;
  font-size: 18px;
  line-height: 1.2;
}
.np-detail-page .np-detail__text a {
  color: var(--text-color);
  text-decoration: underline;
}
.np-detail-page .np-detail__buttons {
  display: flex;
}
.np-detail-page .news-section .section-title {
  color: var(--blue-color);
}
.np-detail-page .subscribe-section .subscribe-frame {
  padding: 40px 30px;
  border-radius: 30px;
  background-color: var(--dark-color);
}
.np-detail-page .subscribe-section {
  color: var(--white-color);
}
.np-detail-page .subscribe-section .subscribe-frame__title {
  margin: 0 0 20px 0;
}
.np-detail-page .subscribe-section .subscribe-frame__text {
  margin: 0 0 20px 0;
  font-size: 18px;
}
.np-detail-page .subscribe-section .agreement-text a {
  color: var(--white-color);
}
.np-detail-page .subscribe-section .input-field {
  border-color: var(--white-color);
  background-color: var(--dark-color);
}
.np-detail-page .subscribe-section .submit-btn {
  border: none;
}

/* Страница Проекты */
.projects-page .title-section .flex-container {
  display: flex;
  justify-content: space-between;
}

/* Разделитель на страницах Проекты и Акции */
.apt-title {
  width: max-content;
  margin: 0 0 20px 0;
  padding: 20px;
  border-radius: 20px;
  background-color: var(--lightgrey-color);
  font-family: 'InterDisplay-Medium';
  font-size: 24px;
  line-height: 1.2;
}

/* Карта проектов */
.projects-map-page .map-wrapper {
  padding: 40px 0 0 0;
  border-top: 1px solid var(--second-lightgrey-color);
}
.projects-map-page .map-wrapper .map img {
  width: 100%;
}

/* Страницы О компании и Партнерам */
.pa-page .w60 {
  width: 60%;
}
.pa-page .w40 {
  width: 40%;
}
.pa-page .title-section .title-dark-frame {
  padding: 60px;
  border-radius: 30px;
  background-color: var(--dark-color);
}
.pa-page .title-section .flex-container {
  display: flex;
  gap: 50px;
}
.pa-page .title-section .description {
  width: 70%;
}
.pa-page .title-section .description-title {
  margin: 0 0 30px 0;
  font-family: 'InterDisplay-SemiBold';
  font-size: 68px;
  color: var(--white-color);
  line-height: 1.1;
}
.pa-page .title-section .description-text {
  margin: 0 0 80px 0;
  font-family: 'InterDisplay-Medium';
  font-size: 28px;
  color: var(--white-color);
  line-height: 1.1;
}
.pa-page .title-section .description-items {
  display: flex;
  gap: 10px;
}
.pa-page .title-section .description-item {
  padding: 30px 25px;
  border-radius: 30px;
  background-color: #7DAAD4;
  color: var(--white-color);
  text-align: center;
  line-height: 1.1;
  flex-grow: 1;
}
.pa-page .title-section .description-item__number {
  font-family: 'InterDisplay-SemiBold';
  font-size: 68px;
}
.pa-page .title-section .description-item__text {
  font-size: 28px;
}
.pa-page .title-section .image {
  width: 30%;
  border-radius: 30px;
  overflow: hidden;
}
.pa-page .title-section .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pa-page .logo-section {
  text-align: center;
}
.pa-page .logo-section .logo {
  width: 472px;
  margin: 0 auto 20px auto;
}
.pa-page .logo-section .logo img {
  width: 100%;
}
.pa-page .logo-section .text {
  width: 86%;
  margin: 0 auto;
  font-family: 'InterDisplay-SemiBold';
  font-size: 42px;
  color: var(--blue-color);
  line-height: 1.1;
}
.pa-page .our-values-section {
  padding-top: 40px;
  padding-bottom: var(--margin-80);
}
.pa-page .our-values-section .grid-container {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(4, 1fr);
}
.pa-page .our-values-section .our-values-item {
  display: flex;
  flex-direction: column;
  height: 200px;
  padding: 30px;
  border-radius: 30px;
  background-color: var(--blue-color);
  justify-content: space-between;
  transition: background-color .3s;
}
.pa-page .our-values-section .our-values-item__title {
  font-size: 32px;
  color: var(--dark-color);
  line-height: 1.1;
}
.pa-page .our-values-section .our-values-item__title .white-color {
  color: var(--white-color);
}
.pa-page .our-advantages-section .our-advantages .our-advantages-item {
  height: 200px;
}

/* Страница О компании */
.about-company-page video {
  width: 1524px;
  height: 857px;
}
.about-company-page .text-section-flex-container {
  height: 214px;
}
.about-company-page .t-flex-container {
  display: flex;
  gap: 80px;
}
.about-company-page .t-text {
  width: 72%;
  font-size: 28px;
  line-height: 1.1;
}
.about-company-page .t-image {
  width: 26%;
  border-radius: 30px;
  overflow: hidden;
}
.about-company-page .t-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-company-page .description-section .t-text {
  text-align: center;
}
.about-company-page .values-section .values-section-title {
  width: 86%;
  margin: 0 auto 40px auto;
  font-family: 'InterDisplay-SemiBold';
  font-size: 42px;
  color: var(--blue-color);
  line-height: 1.1;
}
.about-company-page .values-section .flex-container {
  display: flex;
  gap: 20px;
}
.about-company-page .values-section .values-item {
  padding: 30px;
  border-radius: 25px;
  background-color: var(--blue-color);
  flex-grow: 1;
}
.about-company-page .values-section .values-item__image {
  width: 106px;
  height: 106px;
  margin: 0 auto 22px auto;
}
.about-company-page .values-section .values-item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-company-page .values-section .values-item__text {
  font-family: 'InterDisplay-SemiBold';
  font-size: 38px;
  color: var(--white-color);
  line-height: 1.1;
  text-align: center;
}
.about-company-page .values-section .values-item-white {
  height: 230px;
  padding: 0 40px;
  flex-grow: 1;
}
.about-company-page .values-section .values-item-white img {
  display: block;
  height: 100%;
  margin: 0 auto;
}
.about-company-page .description-section .top-frame {
  margin: 0 0 20px 0;
  padding: 40px 30px;
  border-radius: 30px;
  background-color: var(--lightgrey-color);
}
.about-company-page .description-section .white-frame {
  padding: 60px 40px 0 40px;
  border-radius: 30px;
  background-color: var(--white-color);
}
.about-company-page .description-section .white-frame .text {
  width: 90%;
  margin: 0 auto 20px auto;
  font-size: 28px;
  text-align: center;
  line-height: 1.1;
}
.about-company-page .description-section .black-frame {
  padding: 30px 80px;
  border-radius: 30px;
  font-family: 'InterDisplay-SemiBold';
  font-size: 42px;
  color: var(--white-color);
  line-height: 1.1;
  text-align: center;
  background-color: var(--text-color);
}
.about-company-page .our-advantages-section .our-advantages {
  position: relative;
  height: 730px;
}
.about-company-page .our-advantages-section .our-advantages-slider-wrapper {
  position: relative;
}
.about-company-page .our-advantages-section .our-advantages-image {
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
  height: 630px;
  border-radius: 30px;
  overflow: hidden;
  z-index: -1;
}
.about-company-page .our-advantages-section .our-advantages-image .about-company__bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-company-page .our-advantages-section .our-advantages-image .about-company__logo {
  position: absolute;
  top: 110px;
  left: 40px;
  width: 800px;
  height: 245px;
  object-fit: contain;
  z-index: 1;
}
.about-company-page .our-advantages-section .mission-title {
  padding: 60px;
  border-radius: 30px;
  background-color: var(--blue-color);
  font-family: 'InterDisplay-SemiBold';
  font-size: 42px;
  color: var(--white-color);
  line-height: 1.1;
  text-align: center;
}
.about-company-page .awards-section {
  padding: 40px 0;
}
.about-company-page .awards-section .grid-container {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(4, 1fr);
}
.about-company-page .awards-section .awards-item {
  position: relative;
  height: 0;
  padding: 0 0 82% 0;
  border-radius: 30px;
  overflow: hidden;
}
.about-company-page .awards-section .awards-item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.about-company-page .team-section .name__title {
  margin: 0 0 20px 0;
  font-size: 32px;
  color: var(--blue-color);
  line-height: 1.2;
}
.about-company-page .team-section {
  padding: 40px 0;
}
.about-company-page .team-section .flex-container {
  display: flex;
  gap: 24px;
  justify-content: space-between;
}
.about-company-page .team-section .photo {
  height: 480px;
  border-radius: 30px;
  overflow: hidden;
}
.about-company-page .team-section .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Страница Партнерам */
.partners-page .partners-directions-section .flex-container {
  display: flex;
  margin: 0 0 30px 0;
  gap: 30px;
}
.partners-page .partners-directions-section .partners-directions-item {
  display: flex;
  flex-direction: column;
  height: 340px;
  padding: 30px;
  border-radius: 30px;
  background-color: var(--blue-color);
  text-align: center;
  flex-grow: 1;
  justify-content: space-between;
}
.partners-page .partners-directions-section .partners-directions-item__image {
  width: 86px;
  height: 86px;
  margin: 0 auto;
}
.partners-page .partners-directions-section .partners-directions-item__image img {
  width: 100%;
}
.partners-page .partners-directions-section .partners-directions-item__title {
  margin: 0 0 10px 0;
  font-family: 'InterDisplay-SemiBold';
  font-size: 38px;
  color: var(--white-color);
  line-height: 1.1;
}
.partners-page .partners-directions-section .partners-directions-item__text {
  font-size: 22px;
  color: var(--white-color);
  line-height: 1.1;
}
.partners-page .partners-directions-section .partners-directions-item-white {
  display: flex;
  align-items: center;
  justify-content: center;
}
.partners-page .partners-directions-section .partners-directions-item-white img {
  width: 181px;
}
.partners-page .contacts-section .flex-container {
  display: flex;
  gap: 35px;
}
.partners-page .contacts-section .contacts-info__text,
.partners-page .contacts-section .contacts-frame-text {
  margin: 0 0 40px 0;
  font-size: 32px;
  line-height: 1.2;
}
.partners-page .contacts-section .contacts-frame {
  padding: 30px;
  border-radius: 30px;
  background-color: var(--dark-color);
}
.partners-page .contacts-section .contacts-frame-text {
  color: var(--white-color);
}
.partners-page .contacts-section .contacts-info-row {
  display: flex;
  margin: 0 0 10px 0;
}
.partners-page .contacts-section .contacts-info-row-item {
  display: flex;
  width: 100%;
  height: 64px;
  border: 1px solid var(--lightgrey-color);
  border-radius: 32px;
  font-size: 22px;
  align-items: center;
  justify-content: center;
}
.partners-page .contacts-section .contacts-info-row-value {
  color: var(--white-color);
}
.partners-page .contacts-section .contacts-info-row-btn {
  background-color: var(--lightgrey-color);
  color: var(--blue-color);
}
.partners-page .contacts-section .contacts-photo {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}
.partners-page .contacts-section .contacts-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.partners-page .contacts-section .contacts-position {
  font-size: 18px;
  color: var(--white-color);
}
.partners-page .contacts-section .contacts-name {
  font-family: 'InterDisplay-Medium';
  font-size: 22px;
  color: var(--white-color);
}

/* Страница Контакты */
.contacts-page .contacts-section .grid-container {
  display: grid;
  margin: 0 0 20px 0;
  gap: 24px;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
}
.contacts-page .contacts-section .c-item {
  display: flex;
  flex-direction: column;
  height: 255px;
  padding: 30px;
  border-radius: 30px;
  gap: 10px;
  justify-content: space-between;
}
.contacts-page .contacts-section .contacts-item {
  background-color: var(--lightgrey-color);
}
.contacts-page .contacts-section .c-item__title {
  font-size: 32px;
  line-height: 1.1;
}
.contacts-page .contacts-section .contacts-item__title {
  color: var(--blue-color);
}
.contacts-page .contacts-section .blue-contacts-item {
  background-color: var(--blue-color);
}
.contacts-page .contacts-section .blue-contacts-item__title {
  color: var(--background-color);
}
.contacts-page .contacts-section .blue-contacts-item__text {
  color: var(--background-color);
}
.contacts-page .contacts-section .blue-contacts-item .write-us-btn {
  width: 100%;
  background-color: var(--lightgrey-color);
}
.contacts-page .booking-online-form-wrapper {
  margin-top: calc(var(--margin-80) * -1);
  padding-top: var(--margin-80);
}

/* Соцсети */
.socials {
  display: flex;
  flex-wrap: wrap;
}
.socials .socials-item {
  display: flex;
  width: 180px;
  height: 50px;
  border-width: 1px;
  border-style: solid;
  border-color: var(--light-color);
  border-radius: 25px;
  gap: 16px;
  align-items: center;
  justify-content: center;
  transition: border-color .3s;
}
.socials .socials-item:hover {
  border-color: var(--blue-color);
}
.socials .socials-item svg {
  height: 22px;
  fill: var(--second-lightgrey-color);
  stroke: var(--second-lightgrey-color);
  transition: fill .3s, stroke .3s;
}
.socials .socials-item:hover svg {
  fill: var(--blue-color);
  stroke: var(--blue-color);
}
.socials .socials-item__text {
  font-size: 20px;
  color: var(--second-lightgrey-color);
  line-height: 1.1;
  transition: color .3s;
}
.socials .socials-item:hover .socials-item__text {
  color: var(--blue-color);
}

/* Страница Схема проезда */
.driving-map-page .map {
  height: 500px;
  border-radius: 20px;
  overflow: hidden;
}

/* Страница Ипотека */
.mortgage-page .submit-application-section .submit-application-section-title {
  margin: 0 0 10px 0;
  color: var(--blue-color);
}
.mortgage-page .submit-application-section .submit-application-section-text {
  margin: 0 0 40px 0;
  font-size: 22px;
}
.mortgage-page .submit-application-section .submit-application-btn {
  margin: 0 0 40px 0;
}
.mortgage-page .submit-application-section .flex-container {
  display: flex;
  margin: 0 0 40px 0;
  gap: 24px;
}
.mortgage-page .submit-application-section .submit-application-item {
  padding: 30px;
  border-radius: 30px;
}
.mortgage-page .submit-application-section .submit-application-item__title {
  margin: 0 0 8px 0;
  font-size: 32px;
  line-height: 1.2;
}
.mortgage-page .submit-application-section .submit-application-item__text {
  font-size: 18px;
}
.mortgage-page .submit-application-section .submit-application-item-blue {
  background-color: var(--blue-color);
}
.mortgage-page .submit-application-section .submit-application-item-lightgrey {
  background-color: var(--lightgrey-color);
}
.mortgage-page .submit-application-section .submit-application-item-lightgrey .submit-application-item__title {
  color: var(--blue-color);
}
.mortgage-page .submit-application-section .submit-application-item-blue .submit-application-item__title,
.mortgage-page .submit-application-section .submit-application-item-blue .submit-application-item__text {
  color: var(--background-color);
}

.mortgage-page .list-section {
  padding: 40px 0 0 0;
}
.mortgage-page .list-section .list-section__title {
  margin-bottom: 20px;
  font-size: 32px;
  line-height: 1.2;
}
.mortgage-page .list-section .list-section-frame {
  margin: 0 0 20px 0;
  padding: 30px;
  border-radius: 30px;
  background-color: var(--lightgrey-color);  
}
.mortgage-page .list-section .list-item {
  margin: 0 0 5px 0;
}
.mortgage-page .accordeon-section {
  padding: 40px 0 0 0;
}
.mortgage-page .accordeon-section .accordeon-section-title {
  margin: 0 0 20px 0;
}
.mortgage-page .contacts-section .flex-container {
  display: flex;
  gap: 24px;
  justify-content: space-between;
}
.mortgage-page .contacts-section .contacts-item {
  display: flex;
  width: 100%;
  flex-direction: column;
  padding: 50px 30px;
  border-radius: 30px;
  gap: 20px;
  justify-content: space-between;
}
.mortgage-page .contacts-section .contacts-item-lightgrey {
  background-color: var(--lightgrey-color);
}
.mortgage-page .contacts-section .contacts-item-blue {
  background-color: var(--blue-color);
}
.mortgage-page .contacts-section .contacts-item__title {
  font-family: 'InterDisplay-Medium';
  font-size: 24px;
  line-height: 1.1;
}
.mortgage-page .contacts-section .contacts-item-blue .contacts-item__title,
.mortgage-page .contacts-section .contacts-item-blue .contacts-item__text {
  color: var(--background-color);
}
.mortgage-page .contacts-section .contacts-item__text {
  font-size: 18px;
}

/* Accordeon */
.accordeon .accordeon-item {
  position: relative;
  margin: 0 0 10px 0;
  padding: 40px 30px;
  border-radius: 30px;
  background-color: var(--lightgrey-color);
  cursor: pointer;
}
.accordeon .accordeon-item-title {
  margin-bottom: 0;
  padding: 0 40px 0 0;
  font-family: 'InterDisplay-Medium';
  font-size: 24px;
  transition: margin-bottom .3s;
}
.accordeon .accordeon-text {
  max-height: 0;
  overflow: hidden;
  font-size: 18px;
  transition: max-height .3s;
}
.accordeon .accordeon-item.active .accordeon-item-title {
  margin-bottom: 20px;
}
.accordeon .accordeon-item.active .accordeon-text {
  max-height: 300px;
}
.accordeon .accordeon-item .arrow {
  position: absolute;
  top: 40px;
  right: 30px;
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 16px;
  background-color: var(--background-color);
  z-index: 1;
}
.accordeon .accordeon-item .arrow::before,
.accordeon .accordeon-item .arrow::after {
  content: '';
  position: absolute;
  top: 15px;
  width: 10px;
  height: 2px;
  background-color: var(--text-color);
  transition: transform .3s;
}
.accordeon .accordeon-item .arrow::before {
  transform: rotate(45deg);
  left: 8px;
}
.accordeon .accordeon-item .arrow::after {
  transform: rotate(-45deg);
  left: 14px;
}
.accordeon .accordeon-item.active .arrow::before {
  transform: rotate(-45deg);
}
.accordeon .accordeon-item.active .arrow::after {
  transform: rotate(45deg);
}

/* Страница Гид по ипотеке */
.mortgage-guide-page .mortgage-title {
  font-size: 32px;
  line-height: 1.2;
}
.mortgage-guide-page .mbottom20 {
  margin-bottom: 20px;
}
.mortgage-guide-page .ptop20 {
  padding-top: 20px;
}

/* Страница 404 */
.page-404 .page-404-image {
  width: 350px;
  margin: 40px auto;
}
.page-404 .page-404-image img {
  width: 100%;
}
.page-404 .page-404-title {
  margin: 0 0 40px 0;
  font-family: 'InterDisplay-SemiBold';
  font-size: 68px;
  line-height: 1.2;
  text-align: center;
}
.page-404 .page-404-text {
  width: 70%;
  margin: 0 auto 40px auto;
  font-size: 32px;
  line-height: 1.2;
  text-align: center;
}
.page-404 .home-page-btn {
  margin: 0 auto;
}

/* agreement text галочка соглашения */
.agreement-text {
  display: flex;
  margin: 5px 0;
  line-height: 1.6;
  align-items: center;
}
.agreement-text a {
  color: var(--text-color);
  text-decoration: underline;
}
.agreement-text .custom-checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.agreement-text .custom-checkbox+label::before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  margin: 3px 10px 3px 0;
  border-width: 1px;
  border-style: solid;
  border-color: var(--second-lightgrey-color);
  border-radius: 3px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 72% 53%;
  background-color: #fff;
}
.agreement-text .custom-checkbox:checked+label::before {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='10' height='7' fill='none'><path stroke='%231D1E33' stroke-linecap='round' stroke-linejoin='round' d='M1.25 3.75L3.5 6L8.75 0.75'/%3e%3c/svg%3e");
  border-color: var(--text-color);
}
.agreement-text .custom-checkbox-label {
  display: block;
}
.agreement-text .checkbox-text {
  font-family: 'InterDisplay-Regular';
  font-size: 15px;
}

/* breadscrumbs */
.breadcrumbs {
  margin: 40px 0 20px 0;
  font-size: 13px;
}
.breadcrumbs .parent,
.breadcrumbs .separator,
.breadcrumbs .active {
  display: inline-block;
}
.breadcrumbs .parent,
.breadcrumbs .active {
  width: max-content;
  padding: 2px 12px;
  border-radius: 14px;
}
.breadcrumbs .separator {
  margin: 0 2px;
  color: var(--lightgrey-color);
}
.breadcrumbs .parent:hover a,
.breadcrumbs .active {
  color: var(--blue-color);
  transition: color .3s;
}
.breadcrumbs .parent a {
  color: var(--second-lightgrey-color);
}
.breadcrumbs .parent a,
.breadcrumbs .active {
  font-size: 14px;
}

/* modal */
.modal-window {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.6);
  top: 0;
  left: 0;
  z-index: 10004;
}
.modal-window.active {
  display: block;
}
.modal-window .modal-wrapper {
  position: fixed;
  left: 0;
  right: 0;
  top: 5%;
  padding: 0 12px;
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
}
.modal-window .modal-wrapper.active {
  opacity: 1;
  visibility: visible;
}
.modal-window .modal-area {
  position: relative;
  max-width: 1540px;
  margin: 0 auto;
  padding: 50px;
  border-radius: 40px;
  background-color: var(--white-color);
}
.modal-window .modal-close {
  position: absolute;
  top: 55px;
  right: 50px;
  cursor: pointer;
}
.modal-window .close {
  position: relative;
  width: 30px;
  height: 30px;
  border: 2px solid var(--blue-color);
  border-radius: 15px;
}
.modal-window .close::before,
.modal-window .close:after { 
  content: "";
  position: absolute;
  top: 5px;
  left: 12px;
  width: 2px;
  height: 16px;
  border-radius: 2px;
  background-color: var(--blue-color);
  transition: background-color .3s;
}
.modal-window .close::before {
  transform: rotate(45deg);
}
.modal-window .close:after {
  transform: rotate(-45deg);
}
.modal-window .modal-title {
  margin: 0 0 40px 0;
  font-size: 42px;
  color: var(--blue-color);
  line-height: 1.1;
}
.modal-window .form-group {
  margin: 0 0 10px 0;
}
.modal-window .submit-btn {
  margin: 20px 0;
}

/* video modal */
.modal-window .modal-wrapper {
  padding: 0 12%;
}
.video-modal .modal-close {
  top: 20px;
  right: 20px;
}
.video-modal .modal-content {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.video-modal .modal-content video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* callback modal */
.callback-modal .modal-area {
  width: 540px;
  padding-top: 45px;
  padding-bottom: 45px;
}

/* write-us modal */
.write-us-modal .modal-area {
  width: 540px;
}
.write-us-modal .textarea {
  height: 124px;
  resize: none;
}

/* we use cookie */
.we-use-cookie {
  position: fixed;
  right: 0;
  left: 0;
  bottom: 35px;
  display: none;
  max-width: 1055px;
  margin: 0 auto;
  padding: 0 12px;
  z-index: 15;
}
.we-use-cookie.active {
  display: block;
}
.we-use-cookie .we-use-cookie-wrapper {
  display: flex;
  padding: 30px 40px;
  border-radius: 30px;
  background-color: var(--background-color);
  gap: 32px;
  align-items: center;
  box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.2);
}
.we-use-cookie .we-use-cookie-image {
  width: 48px;
  flex-shrink: 0;
}
.we-use-cookie .we-use-cookie-image img {
  width: 100%;
}
.we-use-cookie .we-use-cookie-text {
  font-size: 17px;
  color: var(--text-color);
}
.we-use-cookie .we-use-cookie-text a {
  color: var(--text-color);
  text-decoration: underline;
}
.we-use-cookie .we-use-cookie-buttons {
  display: flex;
}
.we-use-cookie .we-use-cookie-close {
  display: block;
  width: 130px;
  height: 60px;
  padding: 0;
  border: 1px solid var(--text-color);
  border-radius: 30px;
  font-family: 'InterDisplay-Regular';
  font-size: 16px;
  font-weight: 400;
  flex-shrink: 0;
  cursor: pointer;
}
.we-use-cookie .we-use-cookie-close-accept {
  background-color: var(--text-color);
  color: var(--white-color);
}
.we-use-cookie .we-use-cookie-close-dont-accept {
  background-color: var(--white-color);
  color: var(--text-color);
}

/* mobile menu */
.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100vh;
  padding: 20px 0 30px 0;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  z-index: 11;
  transition: opacity .5s, visibility .5s;
}
.mobile-menu.active {
  opacity: 1;
  visibility: visible;
}
.mobile-menu .flex-container {
  display: flex;
  margin: 0 0 45px 0;
  align-items: center;
  justify-content: space-between;
}
.mobile-menu .logo-wrapper {
  display: flex;
  gap: 20px;
  align-items: center;
}
.mobile-menu .close-menu-back {
  width: 42px;
  cursor: pointer;
}
.mobile-menu .close-menu-back img {
  width: 100%;
}
.mobile-menu .logo {
  display: block;
  width: 150px;
}
.mobile-menu .logo img {
  width: 100%;
}
.mobile-menu .close-menu {
  cursor: pointer;
}
.mobile-menu .close-menu img {
  width: 32px;
}
.mobile-menu .menu {
  display: flex;
  max-width: 440px;
  margin: 0 0 60px 0;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.mobile-menu .socials {
  max-width: 375px;
}
.mobile-menu .socials .socials-item-phone {
  width: 180px;
}
.mobile-menu .socials .socials-item {
  height: 45px;
}
.mobile-menu .socials .socials-item-phone .phone-text {
  font-size: 17px;
  color: var(--blue-color);
  line-height: 1.2;
}

/* fixed bottom menu */
.fixed-bottom-menu {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 20px;
  display: none;
  width: 100%;
  height: 80px;
  z-index: 10;
}
.fixed-bottom-menu .container {
  height: 100%;
}
.fixed-bottom-menu .menu-wrapper {
  display: flex;
  padding: 10px 30px;
  height: 100%;
  border-radius: 40px;
  background-color: var(--light-color);
  align-items: center;
  justify-content: space-between;
}
.fixed-bottom-menu .menu-item {
  position: relative;
  width: 32px;
  height: 32px;
  text-align: center;
}
.fixed-bottom-menu .menu-item .menu-item__image {
  margin-bottom: 5px;
}
.fixed-bottom-menu .menu-item img {
  height: 28px;
}

/* photoswipe */
.pswp img {
  object-fit: contain;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 12px;
  padding-left: 12px;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}

@media (min-width: 1600px) {
  .container {
    max-width: 1548px;
  }
}

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

  .primary-title {
    font-size: 40px;
  }

  /* main section */
  .main-section .main-image {
    padding: 70px;
  }
  .main-section .main-title {
    font-size: 64px;
  }
  .main-section .main-video {
    margin: 0 -40px -40px auto;
  }

  /* projects map section */
  .projects-map-section .projects-map {
    height: 450px;
  }

  /* projects section */
  .projects-section .projects-item__image-wrapper {
    height: 405px;
  }
  .projects-section .projects-title {
    font-size: 30px;
  }
  .projects-section .projects-item__price {
    margin-bottom: 30px;
  }
  .projects-section .projects-item__btn {
    width: 172px;
    height: 42px;
  }

  /* Наши преимущества */
  .our-advantages-section .our-advantages .our-advantages-item {
    padding: 25px;
  }
  .our-advantages-section .our-advantages .our-advantages-item__title {
    font-size: 34px;
  }

  /* Секция следите за акциями */
  .follow-section .follow-section-frame {
    padding: 55px;
  }

  /* Секция Новости главная и страница Новости */
  .news-section .news-item__image {
    height: 306px;
  }

  /* Форма заявки на главной */
  .dark-frame .dark-frame__title {
    font-size: 40px;
  }

  /* Карточка проекта */
  .project-detail-page .project-detail-advantages-section .project-detail-advantages-item {
    height: 420px;
    border-radius: 25px;
  }

  /* Секция Карта офисов в карточке проекта и Контакты */
  .office-map-section .address-card {
    top: 50px;
    left: 50px;
    width: 580px;
  }

  /* Страницы О компании и Партнерам */
  .pa-page .title-section .title-dark-frame {
    padding: 50px;
  }
  .pa-page .title-section .description-title {
    font-size: 64px;
  }
  .pa-page .title-section .description-text {
    margin-bottom: 70px;
    font-size: 26px;
  }
  .pa-page .title-section .description-item {
    padding: 25px;
  }
  .pa-page .logo-section .logo {
    width: 400px;
  }
  .pa-page .logo-section .text {
    font-size: 38px;
  }
  .pa-page .our-values-section .our-values-item__title {
    font-size: 30px;
  }

  /* Страница О компании */
  .about-company-page video {
    width: 1296px;
    height: 729px;
  }
  .about-company-page .text-section-flex-container {
    height: 200px;
  }
  .about-company-page .t-text {
    font-size: 26px;
  }
  .about-company-page .values-section .values-section-title {
    font-size: 38px;
  }
  .about-company-page .values-section .values-item__text {
    font-size: 36px;
  }
  .about-company-page .description-section .black-frame {
    font-size: 38px;
  }
  .about-company-page .our-advantages-section .mission-title {
    padding: 50px;
    font-size: 38px;
  }

  /* Страница Контакты */
  .contacts-page .contacts-section .c-item {
    padding: 25px;
  }
  .contacts-page .contacts-section .c-item__title {
    font-size: 30px;
  }

  /* Страница Документы */
  .documents-page .documents-item {
    font-size: 22px;
  }

  /* Карточка проекта */
  .project-detail-page .location-section .location-advantages-slider-item__image {
    width: 220px;
    height: 162px;
  }
  .project-detail-page .location-section .location-image {
    width: 536px;
  }
  .project-detail-page .location-section .decription-title__number {
    font-size: 40px;
  }
  .project-detail-page .location-section .decription-title__text {
    font-size: 32px;
  }
  .project-detail-page .working-progress-section .working-progress-gallery {
    height: 271px;
  }
  .project-detail-page .location-section-title {
    letter-spacing: 0;
  }

  /* Testimonials */
  .testimonials-section .testimonials-item {
    height: 335px;
    padding: 25px;
  }

  /* Параграф текста левый и правый */
  .paragraph-left-right {
    font-size: 26px;
  }

  /* footer */
  .footer .footer-menu {
    column-gap: 60px;
  }
  .footer .bottom-menu .menu-title {
    font-size: 21px;
  }
  .footer .contacts .footer-phone {
    font-size: 30px;
  }

  /* form */
  .form .label {
    font-size: 17px;
  }

  /* Большая форма Запись на встречу */
  .big-booking-online-form-wrapper .form .flex-container-bottom .form-group {
    width: 32%;
  }

  /* Страница Новости и Акции */
  .np-page .n-main-section .frame {
    padding: 55px;
  }
  .np-page .n-main-section .n-main-section__title {
    height: 71px;
    font-size: 64px;
  }
  .np-page .n-main-section .n-main-section__excerpt {
    height: 76px;
    font-size: 21px;
  }

  /* Страница Гид по ипотеке */
  .mortgage-guide-page .mortgage-title {
    font-size: 30px;
  }

  /* Страница Вакансии */
  .vacancy-page .vacancy-item__title {
    font-size: 30px;
  }

  /* Страница Партнерам */
  .partners-page .partners-directions-section .partners-directions-item {
    padding: 35px;
  }
  .partners-page .partners-directions-section .partners-directions-item__title {
    font-size: 36px;
  }
  .partners-page .partners-directions-section .partners-directions-item__text {
    font-size: 20px;
  }
  .partners-page .contacts-section .contacts-info-row-item {
    font-size: 20px;
  }
  .partners-page .contacts-section .contacts-info-row-value {
    width: 60%;
  }
  .partners-page .contacts-section .contacts-info-row-btn {
    width: 40%;
  }
  .partners-page .contacts-section .contacts-info__text, .partners-page .contacts-section .contacts-frame-text {
    font-size: 30px;
  }

}

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

  :root {
    --margin-80: 70px;
  }

  .primary-title {
    margin-bottom: 35px;
    font-size: 38px;
  }

  .primary-btn {
    height: 54px;
    padding: 0 25px;
  }
  .primary-btn .primary-btn__text {
    font-size: 17px;
  }
  .secondary-btn {
    height: 52px;
    padding: 0 25px;
  }
  .secondary-btn .secondary-btn__text {
    font-size: 17px;
  }
  .tertiary-btn {
    height: 54px;
    padding: 0 25px;
  }
  .tertiary-btn .tertiary-btn__text {
    font-size: 17px;
  }
  .quaternary-btn {
    height: 54px;
    padding: 0 25px;
  }
  .quaternary-btn .quaternary-btn__text {
    font-size: 17px;
  }

  /* header */
  .header .flex-container {
    gap: 40px;
  }
  .header .logo {
    width: 170px;
    height: 53px;
  }
  .header .top-menu .menu-item {
    height: 38px;
    padding: 0 12px;
  }
  .header .top-menu .menu-item__link {
    font-size: 16px;
  }
  .header .header-contacts .header-phone {
    width: 170px;
    height: 38px;
    font-size: 16px;
  }
  .header .header-contacts .callback-me-btn {
    height: 38px;
  }

  /* Верхнее меню */
  .top-menu .sub-menu {
    top: 37px;
    padding: 25px 30px;
    border-radius: 25px;
  }
  .top-menu .about-company .sub-menu {
    height: 163px;
  }
  .top-menu .sub-menu-item__link {
    font-size: 17px;
  }

  /* main section */
  .main-section .main-image {
    padding: 60px;
    border-radius: 35px;
  }
  .main-section .main-title {
    margin-bottom: 20px;
    font-size: 56px;
  }
  .main-section .main-video {
    margin: 0 -30px -30px auto;
  }

  /* projects map section */
  .projects-map-section .projects-map {
    height: 400px;
    border-radius: 35px;
  }

  /* projects section */
  .projects-section .grid-container {
    margin-bottom: 30px;
    gap: 30px;
  }
  .projects-section .projects-item__image-wrapper {
    height: 375px;
    border-radius: 25px;
  }
  .projects-section .projects-title {
    margin-top: 20px;
    font-size: 26px;
  }
  .projects-section .projects-item__image-wrapper {
    height: 352px;
    padding: 20px;
  }
  .projects-section .projects-item__status {
    margin-top: 30px;
  }
  .projects-section .projects-item__title {
    font-size: 30px;
  }
  .projects-section .projects-item__price {
    margin-bottom: 25px;
  }
  .projects-section .projects-item__btn {
    width: 156px;
    height: 38px;
    font-size: 14px;
  }

  /* Наши преимущества */
  .our-advantages-section .our-advantages {
    gap: 18px;
  }
  .our-advantages-section .our-advantages .our-advantages-item {
    height: 160px;
    padding: 20px;
  }
  .our-advantages-section .our-advantages .our-advantages-item__title {
    font-size: 30px;
    line-height: 1.2;
  }

  /* Секция О компании */
  .about-company-section .about-company-accent {
    margin-bottom: 30px;
    padding: 20px 25px;
  }
  .about-company-section .about-company-accent .about-company-accent__text {
    font-size: 19px;
  }
  .about-company-section .about-company-image .about-company-image__logo {
    width: 200px;
    height: 61px;
  }

  /* Секция следите за акциями */
  .follow-section .follow-section-frame {
    padding: 50px;
    border-radius: 30px;
  }

  /* Форма заявки на главной */
  .callback-section .white-frame {
    padding: 30px;
    border-radius: 25px;
  }

  /* Темная рамка */
  .dark-frame .dark-frame__title {
    font-size: 36px;
  }

  /* form */
  .form .input-field {
    height: 58px;
    padding: 16px 25px;
    font-size: 17px;
  }
  .form .submit-btn {
    height: 58px;
    font-size: 17px;
  }

  /* slim select */
  .ss-main .ss-single-selected {
    height: 58px;
    padding: 16px 25px;
    font-size: 17px;
  }

  /* Большая форма Запись на встречу */
  .big-booking-online-form-wrapper .form .submit-btn {
    margin-top: 10px;
    font-size: 20px;
  }

  /* agreement text галочка соглашения */
  .agreement-text .checkbox-text {
    font-size: 14px;
  }

  /* Секция О компании */
  .about-company-section {
    padding: 50px 0;
  }
  .about-company-section .flex-container {
    gap: 60px;
  }

  /* Секция Новости главная и страница Новости */
  .news-section {
    padding: 40px 0;
  }
  .news-section .button-next {
    width: 36px;
    height: 36px;
  }
  .news-section .arrow-right {
    top: 15px;
    right: 9px;
    width: 16px;
  }
  .news-section .news-item__image {
    height: 261px;
  }

  /* footer */
  .footer {
    margin-top: -30px;
    padding-top: 60px;
  }
  .footer .flex-container {
    gap: 100px;
  }
  .footer .footer-menu {
    height: 100%;
    row-gap: 20px;
  }
  .footer .bottom-menu .menu-title {
    font-size: 21px;
  }
  .footer .bottom-menu .menu-item {
    font-size: 17px;
  }
  .footer .contacts {
    width: 243px;
  }
  .footer .contacts .footer-phone {
    font-size: 26px;
  }
  .footer .footer-socials {
    flex-wrap: wrap;
  }
  .footer .contacts .footer-email {
    margin-top: 15px;
  }

  /* Форма Забронировать онлайн */
  .booking-online-form-wrapper .form-wrapper {
    padding: 25px 35px;
  }

  /* Большая форма Запись на встречу */
  .big-booking-online-form-wrapper .form .flex-container {
    gap: 12px;
  }

  /* Разделитель на страницах Проекты и Акции */
  .apt-title {
    padding: 15px;
    border-radius: 15px;
    font-size: 22px;
  }

  /* Карточка проекта */
  .project-detail-page .title-section {
    margin-bottom: 30px;
  }
  .project-detail-page .title-section .flex-container {
    gap: 20px;
    align-items: flex-start;
  }
  .project-detail-page .slider-section .swiper-wrapper {
    height: 700px;
  }
  .project-detail-page .slider-section .project-slider-item__image {
    height: 700px;
    border-radius: 25px;
  }
  .project-detail-page .slider-section .details {
    top: 50px;
    left: 50px;
  }
  .project-detail-page .slider-section .download-presentation-btn {
    left: 50px;
    bottom: 50px;
    height: 54px;
  }
  .project-detail-page .slider-section .swiper-nav {
    right: 50px;
    bottom: 50px;
  }
  .project-detail-page .project-detail-advantages-section .project-detail-advantages-item {
    height: 360px;
  }
  .project-detail-page .location-section .swiper-wrapper {
    height: 192px;
  }
  .project-detail-page .location-section .location-advantages-slider-item {
    height: 192px;
    padding: 15px 20px;
    border-radius: 20px;
  }
  .project-detail-page .location-section .decription-title__number {
    font-size: 38px;
  }
  .project-detail-page .location-section .decription-title__text {
    font-size: 30px;
  }
  .project-detail-page .location-section .description-text {
    font-size: 17px;
  }
  .project-detail-page .location-section .location-advantages-slider-item__image {
    width: 196px;
    border-radius: 15px;
  }
  .project-detail-page .location-section .location-image {
    width: 478px;
    border-radius: 25px;
  }
  .project-detail-page .working-progress-section .working-progress-gallery {
    height: 232px;
  }
  .project-detail-page .working-progress-section .blur-arrow-right {
    right: 20px;
    bottom: 20px;
    width: 54px;
    height: 54px;
  }

  /* Testimonials */
  .testimonials-section .testimonials-item {
    height: 307px;
    border-radius: 25px;
    font-size: 17px;
  }
  .testimonials-section .flex-container {
    margin-bottom: 15px;
  }
  .testimonials-section .testimonials-item__letter {
    width: 58px;
    height: 58px;
    font-size: 28px;
  }

  /* Параграф текста левый и правый */
  .paragraph-left-right {
    font-size: 24px;
  }

  /* Секция Карта офисов в карточке проекта и Контакты */
  .office-map-section .address-card {
    top: 50px;
    left: 50px;
    width: 520px;
    border-radius: 25px;
  }
  .office-map-section .address-card__image {
    height: 270px;
    border-radius: 25px;
  }
  .office-map-section .address-card__title {
    font-size: 40px;
  }

  /* Страницы О компании и Партнерам */
  .pa-page .title-section .title-dark-frame {
    padding: 40px;
    border-radius: 25px;
  }
  .pa-page .title-section .description-title {
    margin-bottom: 20px;
    font-size: 60px;
  }
  .pa-page .title-section .description-text {
    margin-bottom: 60px;
    font-size: 24px;
  }
  .pa-page .title-section .description-item {
    padding: 20px;
    border-radius: 25px;
  }
  .pa-page .title-section .description-item__number {
    font-size: 60px;
  }
  .pa-page .title-section .description-item__text {
    font-size: 22px;
  }
  .pa-page .title-section .image {
    border-radius: 25px;
  }
  .pa-page .logo-section .logo {
    width: 300px;
  }
  .pa-page .logo-section .text {
    width: 100%;
    font-size: 34px;
  }
  .pa-page .our-values-section .grid-container {
    gap: 20px;
  }
  .pa-page .our-values-section .our-values-item {
    height: 174px;
    padding: 25px;
  }
  .pa-page .our-values-section .our-values-item__title {
    font-size: 28px;
  }
  .pa-page .our-values-section .our-values-item__text {
    margin-bottom: 30px;
    font-size: 17px;
  }

  /* Страница О компании */
  .about-company-page video {
    width: 1116px;
    height: 628px;
  }
  .about-company-page .text-section-flex-container {
    height: 170px;
  }
  .about-company-page .t-text {
    font-size: 22px;
  }
  .about-company-page .t-image {
    border-radius: 25px;
  }
  .about-company-page .values-section .values-section-title {
    width: 100%;
    font-size: 34px;
  }
  .about-company-page .values-section .values-item__text {
    font-size: 30px;
  }
  .about-company-page .values-section .values-item__image {
    width: 86px;
    height: 86px;
  }
  .about-company-page .values-section .values-item-white {
    height: 200px;
  }
  .about-company-page .description-section .top-frame {
    padding: 30px;
    border-radius: 25px;
  }
  .about-company-page .description-section .white-frame .text {
    font-size: 24px;
  }
  .about-company-page .description-section .black-frame {
    padding: 25px 60px;
    font-size: 34px;
  }
  .advantages-section .advantages-item {
    padding: 20px;
  }
  .advantages-section .advantages-item__title {
    font-size: 38px;
  }
  .advantages-section .advantages-item__accent {
    font-size: 20px;
  }
  .about-company-page .awards-section .grid-container {
    gap: 20px;
  }
  .about-company-page .awards-section .awards-item {
    border-radius: 25px;
  }
  .about-company-page .team-section .name__title {
    font-size: 30px;
  }
  .about-company-page .team-section .photo {
    height: 450px;
    border-radius: 25px;
  }
  .about-company-page .our-advantages-section .mission-title {
    padding: 40px;
    font-size: 34px;
  }
  .about-company-page .our-advantages-section .our-advantages-image .about-company__logo {
    width: 700px;
    height: 215px;
  }

  /* Страница Контакты */
  .contacts-page .contacts-section .grid-container {
    gap: 20px;
  }
  .contacts-page .contacts-section .c-item {
    height: 241px;
    border-radius: 25px;
  }
  .contacts-page .contacts-section .c-item__title {
    font-size: 28px;
  }

  /* Страница Документы */
  .documents-page .grid-container {
    gap: 20px;
  }
  .documents-page .documents-item {
    height: 122px;
    padding: 10px 25px;
    border-radius: 25px;
    font-size: 20px;
  }

  /* form */
  .form .label {
    margin-bottom: 5px;
    font-size: 16px;
  }

  /* Страница Новости и Акции */
  .np-page .description-section .description-text {
    font-size: 30px;
  }
  .np-page .n-main-section .frame {
    padding: 50px;
    border-radius: 35px;
  }
  .np-page .n-main-section .n-main-section__title {
    margin-bottom: 16px;
    height: 66px;
    font-size: 60px;
  }
  .np-page .n-main-section .n-main-section__excerpt {
    height: 72px;
    font-size: 20px;
  }
  .np-page .n-main-section .n-main-section__image {
    width: 400px;
    height: 224px;
  }

  /* Карточка новости */
  .np-detail-page .np-detail__excerpt {
    margin-bottom: 30px;
    font-size: 30px;
  }

  /* Страница Ипотека */
  .mortgage-page .submit-application-section .submit-application-section-text {
    margin-bottom: 30px;
    font-size: 20px;
  }
  .mortgage-page .submit-application-section .submit-application-item {
    padding: 25px;
    border-radius: 25px;
  }
  .mortgage-page .contacts-section .contacts-item {
    padding: 30px;
  }
  .mortgage-page .contacts-section .contacts-item__title {
    font-size: 22px;
  }

  /* Accordeon */
  .accordeon .accordeon-item {
    padding: 30px;
    border-radius: 25px;
  }
  .accordeon .accordeon-item-title {
    font-size: 22px;
  }
  .accordeon .accordeon-item .arrow {
    top: 30px;
  }

  /* Страница Гид по ипотеке */
  .mortgage-guide-page .mortgage-title {
    font-size: 28px;
  }

  /* Страница Реквизиты */
  .requisites-page .requisites-item .requisites-item__value {
    font-size: 22px;
  }

  /* Страница Вакансии */
  .vacancy-page .vacancy-item__title {
    font-size: 28px;
  }
  .vacancy-page .vacancy-item {
    padding: 25px;
    border-radius: 25px;
  }
  .vacancy-page .vacancy-item .flex-container {
    margin-bottom: 50px;
  }
  .vacancy-page .booking-online-form-wrapper .buttons-flex-container {
    gap: 12px;
  }
  .vacancy-page .big-booking-online-form-wrapper .form .submit-btn {
    margin-top: 0;
  }

  /* Страница Партнерам */
  .partners-page .partners-directions-section .flex-container {
    margin-bottom: 20px;
    gap: 20px;
  }
  .partners-page .partners-directions-section .partners-directions-item {
    height: 320px;
    padding: 25px;
    border-radius: 25px;
  }
  .partners-page .partners-directions-section .partners-directions-item__title {
    font-size: 34px;
  }
  .partners-page .partners-directions-section .partners-directions-item__text {
    font-size: 18px;
  }
  .partners-page .partners-directions-section .partners-directions-item__image {
    width: 76px;
    height: 76px;
  }
  .partners-page .partners-directions-section .partners-directions-item-white img {
    width: 141px;
  }
  .partners-page .contacts-section .contacts-info-row-item {
    height: 54px;
    font-size: 18px;
  }
  .partners-page .contacts-section .contacts-info__text, .partners-page .contacts-section .contacts-frame-text {
    margin-bottom: 30px;
    font-size: 28px;
  }
  .partners-page .contacts-section .contacts-frame {
    padding: 25px;
    border-radius: 25px;
  }
  .partners-page .contacts-section .flex-container {
    gap: 16px;
  }
  .partners-page .contacts-section .contacts-info-row-value {
    width: 70%;
  }
  .partners-page .contacts-section .contacts-info-row-btn {
    width: 30%;
  }

  /* we use cookie */
  .we-use-cookie {
    max-width: 960px;
  }
  .we-use-cookie .we-use-cookie-wrapper {
    padding: 20px 30px;
    border-radius: 25px;
    gap: 25px;
  }
  .we-use-cookie .we-use-cookie-image {
    width: 42px;
  }
  .we-use-cookie .we-use-cookie-text {
    font-size: 16px;
  }
  .we-use-cookie .we-use-cookie-close {
    width: 120px;
    height: 52px;
  }
}

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

  :root {
    --margin-80: 60px;
  }

  .primary-title {
    margin-bottom: 30px;
    font-size: 36px;
  }

  .primary-btn {
    height: 50px;
    padding: 0 20px;
  }
  .primary-btn .primary-btn__text {
    font-size: 16px;
  }
  .secondary-btn {
    height: 48px;
    padding: 0 20px;
  }
  .secondary-btn .secondary-btn__text {
    font-size: 16px;
  }
  .tertiary-btn {
    height: 50px;
    padding: 0 20px;
  }
  .tertiary-btn .tertiary-btn__text {
    font-size: 16px;
  }
  .quaternary-btn {
    height: 50px;
    padding: 0 20px;
  }
  .quaternary-btn .quaternary-btn__text {
    font-size: 16px;
  }

  /* header */
  .header .flex-container {
    gap: 22px;
  }
  .header .logo {
    width: 150px;
    height: 47px;
  }
  .header .top-menu .menu-item {
    height: 32px;
    padding: 0 10px;
  }
  .header .top-menu .menu-item__link {
    font-size: 14px;
  }
  .header .header-contacts .header-phone {
    width: 145px;
    height: 32px;
    font-size: 14px;
  }
  .header .header-contacts .callback-me-btn {
    height: 32px;
  }

  /* main section */
  .main-section .main-image {
    padding: 50px;
    border-radius: 30px;
  }
  .main-section .main-title {
    top: 40px;
    left: 40px;
    width: 90%;
    font-size: 50px;
    line-height: 1;
  }
  .main-section .main-video {
    width: 300px;
    height: 174px;
    margin: 0 -20px -20px auto;
  }
  .main-section .main-video .main-video__play {
    width: 78px;
    height: 78px;
  }

  /* projects map section */
  .projects-map-section .projects-map {
    height: 350px;
    border-radius: 30px;
  }

  /* projects section */
  .projects-section .grid-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .projects-section .projects-item__image-wrapper {
    height: 410px;
    border-radius: 20px;
  }
  .projects-section .projects-title {
    margin: 15px 0 6px 0;
    font-size: 24px;
  }
  .projects-section .projects-city {
    font-size: 17px;
  }
  .projects-section .projects-item__city,
  .projects-section .projects-item__price {
    height: 24px;
    font-size: 17px;
  }

  /* Наши преимущества */
  .our-advantages-section .our-advantages {
    grid-template-columns: repeat(3, 1fr);
  }
  .our-advantages-section .our-advantages .our-advantages-item {
    height: 160px;
  }
  .our-advantages-section .our-advantages .our-advantages-item__title {
    font-size: 28px;
  }

  /* Секция О компании */
  .about-company-section .about-company-accent {
    padding: 15px 20px;
  }
  .about-company-section .about-company-accent .about-company-accent__text {
    font-size: 18px;
  }

  /* Форма заявки на главной */
  .callback-section .white-frame {
    padding: 25px;
    border-radius: 20px;
  }

  /* Темная рамка */
  .dark-frame {
    padding: 25px;
  }
  .dark-frame .dark-frame__title {
    margin-bottom: 15px;
    font-size: 32px;
  }

  /* form */
  .form .label {
    font-size: 15px;
  }
  .form .input-field {
    height: 50px;
    padding: 10px 20px;
    font-size: 16px;
  }
  .form .submit-btn {
    height: 40px;
    font-size: 16px;
  }
  .form .label {
    margin-bottom: 6px;
    font-size: 16px;
  }

  /* agreement text галочка соглашения */
  .agreement-text {
    margin: 2px 0;
  }

  /* Секция О компании */
  .about-company-section {
    padding: 40px 0;
  }
  .about-company-section .flex-container {
    gap: 40px;
  }
  .about-company-section .about-company-text {
    margin-bottom: 30px;
    font-size: 16px;
  }

  /* Секция следите за акциями */
  .follow-section .follow-section-frame {
    padding: 35px;
  }

  /* Секция Новости главная и страница Новости */
  .news-section {
    padding: 30px 0;
  }
  .news-section .title-wrapper {
    margin-bottom: 30px;
  }
  .news-section .news-slider .news-item {
    width: 26%;
  }
  .news-section .news-item__image {
    height: 301px;
    margin-bottom: 15px;
    border-radius: 15px;
  }
  .news-section .news-item__title {
    height: 44px;
    margin-bottom: 30px;
    font-size: 18px;
    -webkit-line-clamp: 2;
  }
  .news-section .news-item__date {
    font-size: 15px;
  }
  .news-section .button-next {
    border-width: 1px;
  }
  .news-section .arrow-right {
    top: 17px;
    right: 9px;
    width: 18px;
    height: 1px;
  }
  .news-section .arrow-right::before,
  .news-section .arrow-right::after {
    width: 10px;
    height: 1px;
  }

  /* footer */
  .footer .flex-container {
    gap: 50px;
  }
  .footer .logo-wrapper .footer-decription {
    margin-bottom: 0;
    font-size: 15px;
  }
  .footer .bottom-menu .menu-title {
    font-size: 19px;
  }
  .footer .bottom-menu .menu-item {
    font-size: 15px;
  }
  .footer .contacts .footer-email {
    margin-top: 0;
    margin-left: 0;
  }
  .footer .footer-socials {
    justify-content: flex-start;
  }
  .footer .required-links-desktop {
    display: none;
  }
  .footer .required-links-mobile {
    display: block;
  }
  .footer .footer-bottom .company-info-item,
  .footer .required-links .required-link,
  .footer .footer-bottom .author a {
    font-size: 15px;
  }

  /* Разделитель на страницах Проекты и Акции */
  .apt-title {
    padding: 12px 15px;
    font-size: 20px;
  }

  /* Карточка проекта */
  .project-detail-page .slider-section .project-slider-item__image {
    border-radius: 20px;
  }
  .project-detail-page .slider-section .details {
    top: 40px;
    left: 40px;
  }
  .project-detail-page .slider-section .download-presentation-btn {
    left: 40px;
    bottom: 40px;
  }
  .project-detail-page .slider-section .swiper-nav {
    right: 40px;
    bottom: 40px;
  }
  .project-detail-page .flats-section .flats-sold-out-title {
    font-size: 40px;
  }
  .project-detail-page .flats-section .flats-sold-out {
    height: 320px;
    border-radius: 25px;
  }
  .project-detail-page .location-section .location-advantages-slider-item {
    width: 49%;
    padding: 15px;
    gap: 20px;
  }
  .project-detail-page .location-section .decription-title {
    align-items: flex-start;
  }
  .project-detail-page .location-section .swiper-slide-active .location-advantages-slider-item__title {
    height: 46px;
    font-size: 19px;
  }
  .project-detail-page .project-detail-advantages-section .grid-container {
    gap: 20px;
  }
  .project-detail-page .project-detail-advantages-section .project-detail-advantages-item {
    height: 300px;
    padding: 20px;
    border-radius: 20px;
  }
  .project-detail-page .project-detail-advantages-section .project-detail-advantages-item__title {
    font-size: 28px;
  }
  .project-detail-page .project-detail-advantages-section .project-detail-advantages-item__text {
    font-size: 18px;
  }
  .project-detail-page .working-progress-section .grid-container {
    gap: 20px;
  }
  .project-detail-page .working-progress-section .working-progress-gallery {
    height: 195px;
    border-radius: 15px;
  }
  .project-detail-page .working-progress-section .working-progress-item__date {
    top: 20px;
    left: 20px;
  }
  .project-detail-page .location-section .decription-title__text {
    font-size: 28px;
  }
  .project-detail-page .location-section .location-content-item {
    gap: 40px;
  }
  .project-detail-page .required-section {
    font-size: 15px;
  }

  /* Testimonials */
  .testimonials-section .grid-container {
    margin-bottom: 30px;
    gap: 16px;
  }
  .testimonials-section .testimonials-item {
    height: 287px;
    padding: 20px;
    border-radius: 20px;
    font-size: 16px;
  }

  /* Параграф текста левый и правый */
  .paragraph-left-right {
    width: 100%;
    font-size: 22px;
  }

  /* Секция Карта офисов в карточке проекта и Контакты */
  .office-map-section .office-map {
    height: 750px;
  }
  .office-map-section .address-card {
    top: 40px;
    left: 40px;
    width: 450px;
    border-radius: 20px;
  }
  .office-map-section .address-card__image {
    height: 240px;
    border-radius: 20px;
  }
  .office-map-section .address-card__content {
    padding: 30px;
  }
  .office-map-section .address-card__title {
    font-size: 36px;
  }
  .office-map-section .address-item {
    gap: 12px;
  }
  .office-map-section .address-item__image {
    width: 28px;
    height: 28px;
  }
  .office-map-section .address-item__text {
    font-size: 17px;
  }

  /* Форма Забронировать онлайн */
  .booking-online-form-wrapper .white-frame {
    padding: 0;
  }
  .booking-online-form-wrapper .form-wrapper {
    padding: 20px 30px;
  }

  /* Страницы О компании и Партнерам */
  .pa-page .title-section .flex-container {
    flex-direction: column;
    gap: 0;
  }
  .pa-page .title-section .description {
    width: 100%;
  }
  .pa-page .title-section .image {
    width: 100%;
    border-radius: 20px;
  }
  .pa-page .title-section .title-dark-frame {
    padding: 30px;
    border-radius: 20px;
  }
  .pa-page .title-section .description-title {
    margin-bottom: 20px;
    font-size: 56px;
  }
  .pa-page .title-section .description-text {
    margin-bottom: 40px;
    font-size: 22px;
  }
  .pa-page .title-section .description-item__number {
    font-size: 54px;
  }
  .pa-page .title-section .description-item__text {
    font-size: 20px;
  }
  .about-company-page .title-section .description-item {
    padding: 15px;
    border-radius: 20px;
  }
  .pa-page .our-values-section .grid-container {
    gap: 16px;
  }
  .pa-page .our-values-section .our-values-item {
    height: 146px;
    padding: 20px;
    border-radius: 20px;
  }
  .pa-page .our-values-section .our-values-item__title {
    font-size: 24px;
  }
  .pa-page .our-values-section .our-values-item__text {
    margin-bottom: 25px;
    font-size: 16px;
  }
  .pa-page .our-advantages-section .our-advantages {
    grid-template-columns: repeat(2, 1fr);
  }
  .pa-page .logo-section .text {
    font-size: 30px;
  }

  /* Страница О компании */
  .about-company-page video {
    width: 936px;
    height: 526px;
  }
  .about-company-page .t-text {
    font-size: 20px;
  }
  .about-company-page .text-section-flex-container {
    height: 155px;
  }
  .about-company-page .t-image {
    border-radius: 20px;
  }
  .about-company-page .t-flex-container {
    gap: 50px;
  }
  .about-company-page .values-section .values-section-title {
    font-size: 30px;
  }
  .about-company-page .values-section .flex-container {
    gap: 16px;
  }
  .about-company-page .values-section .values-item {
    padding: 25px;
    border-radius: 20px;
  }
  .about-company-page .values-section .values-item__text {
    font-size: 24px;
  }
  .about-company-page .values-section .values-item__image {
    width: 66px;
    height: 66px;
  }
  .about-company-page .values-section .values-item-white {
    height: 160px;
  }
  .about-company-page .description-section .top-frame {
    padding: 25px;
  }
  .about-company-page .description-section .white-frame {
    padding: 40px 30px 0 30px;
    border-radius: 25px;
  }
  .about-company-page .description-section .white-frame .text {
    font-size: 22px;
  }
  .about-company-page .description-section .black-frame {
    padding: 20px 30px;
    font-size: 30px;
  }
  .about-company-page .awards-section .grid-container {
    gap: 16px;
  }
  .about-company-page .awards-section .awards-item {
    border-radius: 20px;
  }
  .about-company-page .team-section .photo {
    height: 400px;
    border-radius: 20px;
  }
  .about-company-page .our-advantages-section .our-advantages {
    height: 630px;
  }
  .about-company-page .our-advantages-section .our-advantages-image {
    height: 530px;
  }
  .about-company-page .our-advantages-section .mission-title {
    padding: 30px;
    font-size: 30px;
  }
  .about-company-page .our-advantages-section .our-advantages-image .about-company__logo {
    width: 600px;
    height: 184px;
  }

  /* Страница Контакты */
  .contacts-page .contacts-section .grid-container {
    gap: 16px;
  }
  .contacts-page .contacts-section .c-item {
    border-radius: 20px;
  }
  .contacts-page .contacts-section .c-item__title {
    font-size: 24px;
  }
  .contacts-page .contacts-section .c-item__text {
    font-size: 15px;
  }

  /* slim select */
  .ss-main .ss-single-selected {
    height: 50px;
    padding: 12px 20px;
    font-size: 16px;
  }

  /* Большая форма Запись на встречу */
  .big-booking-online-form-wrapper .form .flex-container {
    gap: 10px;
  }
  .big-booking-online-form-wrapper .form .submit-btn {
    font-size: 18px;
  }

  /* Страница Документы */
  .documents-page .grid-container {
    gap: 16px;
  }
  .documents-page .documents-item {
    height: 112px;
    padding: 10px 20px;
    border-radius: 20px;
    font-size: 18px;
  }

  /* Страница Новости и Акции */
  .np-page .description-section .description-text {
    font-size: 28px;
  }
  .np-page .n-main-section .frame {
    padding: 45px;
    border-radius: 30px;
  }
  .np-page .n-main-section .n-main-section__title {
    margin-bottom: 16px;
    height: 60px;
    font-size: 54px;
  }
  .np-page .n-main-section .n-main-section__excerpt {
    height: 65px;
    font-size: 18px;
  }
  .np-page .n-main-section .n-main-section__image {
    width: 350px;
    height: 196px;
  }
  .np-page .news-section .grid-container {
    gap: 30px 16px;
    grid-template-columns: repeat(3, 1fr);
  }

  /* Страница Ипотека */
  .mortgage-page .submit-application-section .submit-application-section-text {
    margin-bottom: 20px;
    font-size: 18px;
  }
  .mortgage-page .submit-application-section .submit-application-item {
    padding: 20px;
    border-radius: 20px;
  }
  .mortgage-page .submit-application-section .submit-application-item__title {
    font-size: 28px;
  }
  .mortgage-page .list-section .list-section__title {
    margin-bottom: 15px;
    font-size: 28px;
  }
  .mortgage-page .list-section .list-section-frame {
    padding: 20px;
    border-radius: 20px;
  }
  .mortgage-page .contacts-section .contacts-item {
    padding: 20px;
    border-radius: 20px;
  }
  .mortgage-page .contacts-section .contacts-item__title {
    font-size: 20px;
  }

  /* Accordeon */
  .accordeon .accordeon-item {
    padding: 20px;
    border-radius: 20px;
  }
  .accordeon .accordeon-item-title {
    font-size: 20px;
  }
  .accordeon .accordeon-item .arrow {
    top: 20px;
  }

  /* Страница Гид по ипотеке */
  .mortgage-guide-page .mortgage-title {
    font-size: 24px;
  }

  /* Страница Реквизиты */
  .requisites-page .requisites-item .requisites-item__value {
    font-size: 20px;
  }

  /* Страница Вакансии */
  .vacancy-page .vacancy-item__title {
    font-size: 26px;
  }
  .vacancy-page .vacancy-item {
    padding: 20px;
    border-radius: 20px;
  }
  .vacancy-page .grid-container {
    gap: 30px 16px;
    grid-template-columns: repeat(2, 1fr);
  }

  /* Страница Партнерам */
  .partners-page .partners-directions-section .partners-directions-item {
    height: 290px;
    padding: 20px;
    border-radius: 20px;
  }
  .partners-page .partners-directions-section .partners-directions-item__title {
    font-size: 30px;
  }
  .partners-page .partners-directions-section .partners-directions-item-white img {
    width: 141px;
  }
  .partners-page .partners-directions-section .partners-directions-item__image {
    width: 66px;
    height: 66px;
  }
  .partners-page .partners-directions-section .flex-container {
    margin-bottom: 16px;
    gap: 16px;
  }
  .partners-page .contacts-section .contacts-info__text,
  .partners-page .contacts-section .contacts-frame-text {
    margin-bottom: 25px;
    font-size: 24px;
  }
  .partners-page .contacts-section .contacts-position {
    font-size: 16px;
  }
  .partners-page .contacts-section .contacts-name {
    font-size: 20px;
  }

  /* we use cookie */
  .we-use-cookie {
    max-width: 880px;
  }
  .we-use-cookie .we-use-cookie-wrapper {
    padding: 20px 25px;
    border-radius: 20px;
    gap: 20px;
  }
  .we-use-cookie .we-use-cookie-text {
    font-size: 15px;
  }
  .we-use-cookie .we-use-cookie-close {
    width: 100px;
    height: 48px;
  }

  /* video modal */
  .video-modal .modal-area {
    padding: 30px;
    border-radius: 30px;
  }
  .video-modal .modal-close {
    top: -30px;
    right: 0;
  }
}

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

  :root {
    --margin-80: 50px;
  }

  .primary-title {
    margin-bottom: 25px;
    font-size: 34px;
  }

  .primary-btn {
    height: 45px;
    padding: 0 16px;
  }
  .primary-btn .primary-btn__text {
    font-size: 15px;
  }
  .secondary-btn {
    height: 45px;
    padding: 0 16px;
  }
  .secondary-btn .secondary-btn__text {
    font-size: 15px;
  }
  .tertiary-btn {
    height: 45px;
    padding: 0 16px;
  }
  .tertiary-btn .tertiary-btn__text {
    font-size: 15px;
  }
  .quaternary-btn {
    height: 45px;
    padding: 0 16px;
  }
  .quaternary-btn .quaternary-btn__text {
    font-size: 15px;
  }

  /* header */
  .header .top-menu {
    display: none;
  }

  /* main section */
  .main-section .main-image {
    padding: 40px;
  }
  .main-section .main-title {
    font-size: 46px;
  }
  .main-section .main-video {
    width: 290px;
    height: 156px;
  }
  .main-section .main-video .main-video__play {
    width: 68px;
    height: 68px;
  }

  /* projects map section */
  .projects-map-section .projects-map {
    height: 300px;
  }

  /* projects section */
  .projects-section .projects-item__image-wrapper {
    height: 370px;
  }
  .projects-section .projects-item__status {
    margin-top: 20px;
  }
  .projects-section .projects-item__title {
    font-size: 28px;
  }
  .projects-section .horizontal-line {
    width: 60%;
  }
  .projects-section .flex-container {
    flex-direction: column;
    gap: 5px;
  }

  /* Темная рамка */
  .dark-frame .dark-frame__text {
    font-size: 18px;
  }

  /* Большая форма Запись на встречу */
  .form .flex-container {
    flex-wrap: wrap;
    gap: 10px 0;
  }
  .form .form-group {
    width: 49%;
  }
  .form .checkboxes-flex-container {
    flex-direction: column;
    gap: 0;
  }
  
  /* Форма заявки на главной */
  .callback-section .white-frame {
    padding: 20px 25px;
  }

  /* Секция О компании */
  .about-company-section {
    padding: 30px 0;
  }
  .about-company-section .flex-container {
    gap: 20px;
  }
  .about-company-section .about-company-accent .about-company-accent__text {
    font-size: 17px;
  }

  /* Секция Новости главная и страница Новости */
  .news-section .news-item__image {
    height: 221px;
  }
  .news-section .news-item__title {
    height: 39px;
    margin-bottom: 25px;
    font-size: 16px;
  }
  .news-section .button-next {
    width: 30px;
    height: 30px;
  }
  .news-section .arrow-right {
    top: 14px;
    right: 8px;
    width: 13px;
  }
  .news-section .arrow-right::before,
  .news-section .arrow-right::after {
    width: 6px;
  }
  .news-section .arrow-right::before {
    top: -2px;
  }
  .news-section .arrow-right::after {
    top: 2px;
  }

  /* footer */
  .footer .flex-container {
    gap: 10px 50px;
    flex-wrap: wrap;
  }
  .footer .contacts {
    text-align: left;
  }

  /* Секция следите за акциями */
  .follow-section .follow-section-frame {
    padding: 30px;
  }

  /* Наши преимущества */
  .our-advantages-section .our-advantages {
    gap: 12px;
  }
  .our-advantages-section .our-advantages .our-advantages-item {
    height: 140px;
    padding: 15px;
  }
  .our-advantages-section .our-advantages .our-advantages-item__title {
    font-size: 26px;
  }

  /* Страница Документы */
  .documents-page .grid-container {
    grid-template-columns: repeat(2, 1fr);
  }
  .documents-page .documents-item {
    height: 95px;
  }

  /* Форма Забронировать онлайн */
  .booking-online-form-wrapper .form-wrapper {
    padding: 20px;
  }

  /* Страница Новости и Акции */
  .np-page .description-section .description-text {
    font-size: 26px;
  }
  .np-page .n-main-section .frame {
    padding: 40px;
    border-radius: 25px;
  }
  .np-page .n-main-section .n-main-section__title {
    height: 55px;
    font-size: 50px;
  }
  .np-page .frame .flex-container {
    flex-direction: column;
  }

  /* Разделитель на страницах Проекты и Акции */
  .apt-title {
    font-size: 24px;
  }

  /* Карточка проекта */
  .project-detail-page .title-section .flex-container {
    flex-direction: column;
  }
  .project-detail-page .title-section .make-an-appointment-wrapper {
    width: 100%;
    justify-content: flex-end;
  }
  .project-detail-page .slider-section .swiper-wrapper {
    height: 660px;
  }
  .project-detail-page .slider-section .project-slider-item__image {
    height: 660px;
  }
  .project-detail-page .slider-section .details {
    top: 30px;
    left: 30px;
  }
  .project-detail-page .slider-section .download-presentation-btn {
    left: 30px;
    bottom: 30px;
  }
  .project-detail-page .slider-section .swiper-nav {
    right: 30px;
    bottom: 30px;
  }
  .project-detail-page .flats-section .flats-sold-out-title {
    font-size: 34px;
  }
  .project-detail-page .flats-section .flats-sold-out {
    height: 250px;
    border-radius: 20px;
  }
  .project-detail-page .location-section .description-text {
    height: 154px;
    font-size: 16px;
    line-height: 1.3;
    overflow: hidden;
  }
  .project-detail-page .location-section .decription-title__text {
    font-size: 24px;
  }
  .project-detail-page .location-section .location-image {
    width: 350px;
    border-radius: 20px;
  }
  .project-detail-page .location-section .location-content-item {
    gap: 20px;
  }
  .project-detail-page .location-section .location-advantages-slider-item__image {
    width: 146px;
  }
  .project-detail-page .location-section .location-advantages-slider-item__content,
  .project-detail-page .location-section .location-advantages-slider-item__image {
    width: 47%;
  }
  .project-detail-page .working-progress-section .grid-container {
    gap: 10px;
  }
  .project-detail-page .working-progress-section .working-progress-item__date {
    top: 15px;
    left: 15px;
    font-size: 14px;
  }
  .project-detail-page .working-progress-section .blur-arrow-right {
    right: 15px;
    bottom: 15px;
    width: 44px;
    height: 44px;
  }

  /* Testimonials */
  .testimonials-section .flex-container {
    gap: 10px;
  }
  .testimonials-section .testimonials-item {
    height: 250px;
    padding: 15px;
    border-radius: 15px;
    font-size: 15px;
  }
  .testimonials-section .flex-container {
    margin-bottom: 10px;
    gap: 12px;
  }
  .testimonials-section .testimonials-item__letter {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }

  /* Секция Карта офисов в карточке проекта и Контакты */
  .office-map-section .office-map {
    height: 720px;
  }

  /* Страница Контакты */
  .contacts-page .contacts-section .grid-container {
    grid-template-columns: repeat(2, 1fr);
  }
  .contacts-page .contacts-section .grid-container {
    gap: 10px;
  }
  .contacts-page .contacts-section .c-item {
    padding: 20px;
  }

  /* Параграф текста левый и правый */
  .paragraph-left-right {
    font-size: 20px;
  }

  /* Страница Ипотека */
  .mortgage-page .submit-application-section .submit-application-section-title {
    font-size: 30px;
  }
  .mortgage-page .submit-application-section .submit-application-section-text {
    font-size: 16px;
  }
  .mortgage-page .submit-application-section .submit-application-item {
    padding: 15px;
  }
  .mortgage-page .submit-application-section .submit-application-item__title {
    font-size: 24px;
  }
  .mortgage-page .list-section .list-section__title {
    font-size: 24px;
  }
  .mortgage-page .list-section {
    padding-top: 20px;
  }
  .mortgage-page .list-section .list-section-frame {
    padding: 15px;
  }
  .mortgage-page .list-section .list {
    margin: 0;
    padding-left: 20px;
  }

  /* Accordeon */
  .accordeon .accordeon-item-title {
    font-size: 18px;
  }

  /* Страницы О компании и Партнерам */
  .pa-page .w60 {
    width: 100%;
  }
  .pa-page .w40 {
    width: 100%;
  }
  .pa-page .title-section .description-title {
    font-size: 50px;
  }
  .pa-page .title-section .description-text {
    margin-bottom: 30px;
    font-size: 20px;
  }
  .pa-page .title-section .description-item__number {
    font-size: 50px;
  }
  .pa-page .title-section .description-item__image {
    width: 110px;
  }
  .pa-page .title-section .description-item__image img {
    width: 100%;
  }
  .pa-page .logo-section .logo {
    width: 250px;
  }
  .pa-page .logo-section .text {
    font-size: 26px;
  }
  .pa-page .our-values-section .grid-container {
    grid-template-columns: repeat(2, 1fr);
  }
  .pa-page .our-values-section .our-values-item {
    height: 110px;
    padding: 15px;
  }

  /* Страница О компании */
  .about-company-page video {
    width: 696px;
    height: 391px;
  }
  .about-company-page .t-flex-container {
    gap: 20px;
    flex-direction: column;
  }
  .about-company-page .text-section-flex-container {
    height: auto;
  }
  .about-company-page .t-text {
    width: 100%;
  }
  .about-company-page .t-image {
    width: 50%;
  }
  .about-company-page .values-section .values-section-title {
    margin-bottom: 30px;
    font-size: 26px;
  }
  .about-company-page .values-section .values-section-title br {
    display: none;
  }
  .about-company-page .values-section .flex-container {
    flex-wrap: wrap;
    gap: 5px;
  }
  .about-company-page .values-section .values-item {
    padding: 20px;
    border-radius: 20px;
  }
  .about-company-page .values-section .values-item,
  .about-company-page .values-section .values-item-white {
    width: 50%;
  }
  .about-company-page .values-section .values-item-white {
    height: 140px;
  }
  .about-company-page .values-section .values-item__text {
    font-size: 22px;
  }
  .about-company-page .t-text {
    font-size: 18px;
  }
  .about-company-page .description-section .white-frame .text {
    width: 100%;
    font-size: 20px;
  }
  .about-company-page .description-section .white-frame {
    padding: 30px 20px 0 20px;
    border-radius: 20px;
  }
  .about-company-page .description-section .black-frame {
    padding: 15px;
    font-size: 26px;
  }
  .about-company-page .description-section .top-frame {
    border-radius: 20px;
  }
  .about-company-page .awards-section .grid-container {
    grid-template-columns: repeat(2, 1fr);
  }
  .about-company-page .team-section .name__title {
    font-size: 26px;
  }
  .about-company-page .team-section .flex-container {
    gap: 16px;
    flex-direction: column;
  }
  .about-company-page .our-advantages-section .our-advantages {
    height: 530px;
  }
  .about-company-page .our-advantages-section .our-advantages-image {
    height: 430px;
    border-radius: 20px;
  }
  .about-company-page .our-advantages-section .mission-title {
    padding: 25px;
    font-size: 26px;
  }
  .about-company-page .our-advantages-section .our-advantages-image .about-company__logo {
    width: 450px;
    height: 138px;
  }

  /* Параграф текста левый и правый */
  .paragraph-left-right {
    font-size: 18px;
  }
  .paragraph-left-right.paragraph-right {
    margin-bottom: 40px;
  }

  /* Карточка новости */
  .np-detail-page .np-detail__excerpt {
    margin-bottom: 25px;
    font-size: 26px;
  }
  .np-detail-page .np-detail__text {
    margin-bottom: 30px;
    font-size: 16px;
  }

  /* Страница Реквизиты */
  .requisites-page .requisites-item .requisites-item__title {
    font-size: 16px;
  }
  .requisites-page .requisites-item .requisites-item__value {
    font-size: 18px;
  }
  .requisites-page .requisites-item {
    margin-bottom: 15px;
  }

  /* Страница Вакансии */
  .vacancy-page .vacancy-item__title {
    font-size: 24px;
  }
  .vacancy-page .vacancy-item__income {
    font-size: 19px;
  }
  .vacancy-page .booking-online-form-wrapper .buttons-flex-container {
    flex-direction: column;
  }
  .vacancy-page .booking-online-form-wrapper .buttons-flex-container .form-group {
    width: 100%;
  }

  /* Страница Партнерам */
  .partners-page .partners-directions-section .partners-directions-item {
    width: 50%;
    padding: 20px;
  }
  .partners-page .partners-directions-section .partners-directions-item__title {
    font-size: 24px;
  }
  .partners-page .partners-directions-section .partners-directions-item__text {
    font-size: 16px;
  }
  .partners-page .partners-directions-section .partners-directions-item-white img {
    width: 121px;
  }
  .partners-page .partners-directions-section .partners-directions-item__image {
    width: 56px;
    height: 56px;
  }
  .partners-page .partners-directions-section .partners-directions-item-white {
    width: 50%;
  }
  .partners-page .contacts-section .flex-container {
    flex-direction: column;
  }

  /* Страница 404 */
  .page-404 .page-404-title {
    margin-bottom: 30px;
    font-size: 60px;
  }
  .page-404 .page-404-text {
    font-size: 28px;
  }

  /* video modal */
  .video-modal .modal-area {
    padding: 25px;
    border-radius: 25px;
  }

}

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

  :root {
    --margin-80: 40px;
  }

  .hidden-mobile {
    display: none !important;
  }

  .hidden-desktop {
    display: block;
  }

  .primary-title {
    font-size: 32px;
  }

  /* header */
  .header,
  .header.active {
    position: static;
  }

  /* main section */
  .main-section .main-image {
    padding: 30px;
    border-radius: 25px;
  }
  .main-section .main-title {
    font-size: 40px;
  }
  .main-section .main-video {
    margin: 0 auto;
  }

  /* projects map section */
  .projects-map-section .projects-map {
    height: 250px;
    border-radius: 25px;
  }

  /* projects section */
  .projects-section .grid-container {
    grid-template-columns: auto;
  }
  .projects-section .projects-item__image-wrapper {
    height: auto;
  }
  .projects-section .projects-title {
    margin: 10px 0 0 ;
    font-size: 22px;
  }
  .projects-section .projects-city {
    font-size: 17px;
  }
  .projects-section .flex-container {
    opacity: 1;
    visibility: visible;
  }
  .projects-section .flex-container {
    flex-direction: row;
    gap: 0;
  }
  .projects-section .projects-item .projects-item__filter {
    background-color: rgba(34, 34, 34, .65);
  }
  .projects-section .projects-item .flex-container,
  .projects-section .projects-item .projects-item__status,
  .projects-section .projects-item .projects-item__title,
  .projects-section .projects-item .horizontal-line,
  .projects-section .projects-item .projects-item__location,
  .projects-section .projects-item .projects-item__city,
  .projects-section .projects-item .projects-item__price-text,
  .projects-section .projects-item .projects-item__price {
    opacity: 1;
    visibility: visible;
  }

  /* Наши преимущества */
  .our-advantages-section .our-advantages {
    grid-template-columns: repeat(2, 1fr);
  }
  .our-advantages-section .our-advantages .our-advantages-item__title {
    font-size: 24px;
  }

  /* Форма заявки на главной */
  .callback-section .white-frame {
    padding: 20px;
  }

  /* Секция следите за акциями */
  .follow-section .follow-section-frame {
    padding: 25px;
    border-radius: 25px;
  }
  .follow-section .follow-section-title {
    font-size: 24px;
  }

  /* Темная рамка */
  .dark-frame {
    padding: 20px;
  }
  .dark-frame .dark-frame__title {
    font-size: 24px;
  }
  .dark-frame .dark-frame__text {
    font-size: 18px;
  }

  /* Большая форма Запись на встречу */
  .big-booking-online-form-wrapper .form .flex-container {
    margin-bottom: 6px;
    gap: 6px;
  }
  .big-booking-online-form-wrapper .form .flex-container-bottom .form-group,
  .big-booking-online-form-wrapper .form .submit-btn {
    width: 49%;
  }
  .big-booking-online-form-wrapper .form .more-info-btn {
    margin: 10px 0 -10px 0;
  }

  /* form */
  .form .label {
    margin-bottom: 3px;
    font-size: 14px;
  }
  .form .input-field {
    height: 40px;
    font-size: 15px;
  }

  /* Секция О компании */
  .about-company-section .flex-container {
    gap: 20px;
    flex-direction: column;
  }
  .about-company-section .about-company-content,
  .about-company-section .about-company-image {
    width: 100%;
  }
  .about-company-section .about-company-image {
    order: 1;
  }
  .about-company-section .about-company-content {
    order: 2;
  }

  /* Секция Новости главная и страница Новости */
  .news-section .news-slider .news-item {
    width: 36%;
  }
  .news-section .news-item__image {
    height: 250px;
  }
  .news-section .news-item__title {
    margin-bottom: 15px;
  }

  /* footer */
  .footer {
    padding-bottom: 120px;
  }
  .footer .footer-menu {
    column-gap: 10px;
  }
  .footer .required-links {
    margin-bottom: 40px;
  }
  .footer .footer-bottom {
    gap: 20px;
    flex-direction: column;
  }
  .footer .footer-socials .footer-socials-item {
    border-color: var(--blue-color);
  }
  .footer .footer-socials .footer-socials-item svg {
    fill: var(--blue-color);
    stroke: var(--blue-color);
  }
  .footer .contacts .footer-phone {
    color: var(--text-color);
  }
  .footer .contacts .footer-email {
    border-color: var(--blue-color);
  }
  .footer .contacts .footer-email svg path {
    fill: var(--blue-color);
  }
  .footer .contacts .footer-email .footer-email-text {
    color: var(--blue-color);
  }

  /* slim select */
  .ss-main .ss-single-selected {
    height: 40px;
    font-size: 15px;
  }

  /* swiper nav */
  .swiper-nav {
    width: 92px;
    height: 46px;
  }
  .swiper-nav .swiper-prev,
  .swiper-nav .swiper-next {
    width: 46px;
    height: 46px;
  }
  .swiper-nav .swiper-prev span,
  .swiper-nav .swiper-next span {
    top: 23px;
  }
  .swiper-nav .swiper-prev span {
    left: 15px;
  }
  .swiper-nav .swiper-next span {
    right: 15px;
  }
  .swiper-nav .swiper-prev::before,
  .swiper-nav .swiper-prev::after {
    left: 14px;
  }
  .swiper-nav .swiper-next::before,
  .swiper-nav .swiper-next::after {
    right: 14px;
  }
  .swiper-nav .swiper-prev::before,
  .swiper-nav .swiper-next::after {
    top: 25px;
  }
  .swiper-nav .swiper-prev::after,
  .swiper-nav .swiper-next::before {
    top: 21px;
  }

  /* Страница Документы */
  .documents-page .documents-item {
    padding: 10px 15px;
    border-radius: 15px;
    font-size: 17px;
  }

  /* Страница Новости и Акции */
  .np-page .description-section .description-text {
    font-size: 24px;
  }
  .np-page .n-main-section .frame {
    padding: 35px;
  }
  .np-page .n-main-section .n-main-section__title {
    height: 51px;
    font-size: 46px;
  }
  .np-page .n-main-section .n-main-section__excerpt {
    height: 61px;
    font-size: 17px;
  }
  .np-page .news-section .grid-container {
    grid-template-columns: repeat(2, 1fr);
  }

  /* Разделитель на страницах Проекты и Акции */
  .apt-title {
    font-size: 19px;
  }

  /* Карточка новости */
  .np-detail-page .np-detail__excerpt {
    margin-bottom: 25px;
    font-size: 24px;
  }

  /* Карточка проекта */
  .project-detail-page .title-section .title-wrapper {
    gap: 16px;
    align-items: flex-start;
    flex-direction: column;
  }
  .project-detail-page .slider-section .swiper-wrapper {
    height: 342px;
  }
  .project-detail-page .slider-section .project-slider-item__image {
    height: 342px;
  }
  .project-detail-page .slider-section .details {
    position: static;
    width: 100%;
    margin: 0 0 20px 0;
    padding: 25px;
  }
  .project-detail-page .slider-section .download-presentation-hidden-desktop {
    display: flex;
    width: 100%;
    margin: 0 0 20px 0;
  }
  .project-detail-page .slider-section .download-presentation-btn {
    position: static;
  }
  .project-detail-page .location-section .location-image {
    display: none;
  }
  .project-detail-page .location-section .decription-title {
    margin: 0 0 10px 0;
  }
  .project-detail-page .location-section .location-content {
    height: 200px;
    margin-top: 30px;
  }
  .project-detail-page .location-section .map-mobile-btn {
    display: flex;
  }
  .project-detail-page .working-progress-section .grid-container {
    grid-template-columns: repeat(2, 1fr);
  }
  .project-detail-page .location-section .description {
    height: 200px;
  }
  .project-detail-page .location-section .location-advantages-slider-item {
    width: 100%;
  }
  .project-detail-page .location-section .description-text {
    height: auto;
  }
  .project-detail-page .slider-section .view-more-mobile-btn {
    display: flex;
  }

  /* Testimonials */
  .testimonials-section .section-title-wrapper .swiper-nav {
    display: flex;
  }

  /* Секция Карта офисов в карточке проекта и Контакты */
  .office-map-section .office-map-wrapper {
    padding: 20px;
  }
  .office-map-section .office-map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  .office-map-section .address-card {
    position: static;
    width: 100%;
  }

  /* Страница Ипотека */
  .mortgage-page .submit-application-section .flex-container {
    margin-bottom: 20px;
    gap: 16px;
    flex-direction: column;
  }
  .mortgage-page .submit-application-section .submit-application-item__title {
    font-size: 22px;
  }
  .mortgage-page .submit-application-section .submit-application-btn {
    margin-bottom: 20px;
  }
  .mortgage-page .list-section .list-section__title {
    font-size: 22px;
  }
  .mortgage-page .accordeon-section {
    margin-bottom: 30px;
    padding-top: 20px;
  }
  .mortgage-page .contacts-section .flex-container {
    gap: 16px;
    flex-direction: column;
  }

  /* Accordeon */
  .accordeon .accordeon-item {
    padding: 15px;
    border-radius: 15px;
  }
  .accordeon .accordeon-item-title {
    font-size: 16px;
  }
  .accordeon .accordeon-text {
    font-size: 16px;
  }
  .accordeon .accordeon-item .arrow {
    top: 10px;
    right: 15px;
  }

  /* Страница Гид по ипотеке */
  .mortgage-guide-page .mortgage-title {
    font-size: 20px;
  }

  /* Страницы О компании и Партнерам */
  .pa-page .title-section .title-dark-frame {
    padding: 25px;
  }
  .pa-page .title-section .description-title {
    font-size: 40px;
  }
  .pa-page .title-section .description-text {
    font-size: 18px;
  }
  .pa-page .title-section .description-items {
    border-radius: 15px;
    gap: 5px;
  }
  .pa-page .title-section .description-item__number {
    font-size: 40px;
  }
  .pa-page .title-section .description-item__image {
    width: 70px;
  }
  .pa-page .our-values-section .our-values-item__title {
    font-size: 22px;
  }
  .pa-page .logo-section .logo {
    width: 200px;
  }
  .pa-page .logo-section .text {
    font-size: 22px;
  }

  /* Страница О компании */
  .about-company-page video {
    width: 516px;
    height: 290px;
  }
  .about-company-page .values-section .values-section-title {
    font-size: 22px;
  }
  .about-company-page .description-section .top-frame {
    padding: 20px;
  }
  .about-company-page .description-section .white-frame {
    padding: 20px 10px 0 10px;
  }
  .about-company-page .description-section .white-frame .text {
    font-size: 18px;
  }
  .about-company-page .description-section .top-frame {
    border-radius: 15px;
  }
  .about-company-page .description-section .black-frame {
    font-size: 22px;
  }
  .about-company-page .our-advantages-section .our-advantages {
    height: 430px;
  }
  .about-company-page .our-advantages-section .mission-title {
    padding: 20px;
    border-radius: 20px;
    font-size: 22px;
  }
  .about-company-page .our-advantages-section .our-advantages-image .about-company__logo {
    top: 80px;
    width: 350px;
    height: 107px;
  }

  /* Страница Вакансии */
  .vacancy-page .vacancy-item__title {
    font-size: 22px;
  }
  .vacancy-page .vacancy-item__income {
    font-size: 18px;
  }
  .vacancy-page .no-vacancy-text {
    font-size: 17px;
  }
  .vacancy-page .booking-online-form-wrapper .form-group,
  .vacancy-page .big-booking-online-form-wrapper .form .submit-btn {
    width: 100%;
  }

  /* Страница Партнерам */
  .partners-page .partners-directions-section .flex-container {
    flex-direction: column;
    gap: 12px;
  }
  .partners-page .partners-directions-section .partners-directions-item {
    width: 100%;
    height: 240px;
  }
  .partners-page .contacts-section .contacts-info__text,
  .partners-page .contacts-section .contacts-frame-text {
    margin-bottom: 20px;
    font-size: 22px;
  }
  .partners-page .contacts-section .contacts-frame {
    padding: 20px;
    border-radius: 20px;
  }
  .partners-page .contacts-section .contacts-info-row-item {
    height: 50px;
    font-size: 17px;
  }
  .partners-page .contacts-section .contacts-photo {
    border-radius: 20px;
  }

  /* Параграф текста левый и правый */
  .paragraph-left-right {
    font-size: 16px;
  }
  .paragraph-left-right.paragraph-left {
    margin-bottom: 10px;
  }
  .paragraph-left-right.paragraph-right {
    margin-bottom: 20px;
  }

  /* Страница 404 */
  .page-404 .page-404-title {
    font-size: 52px;
  }
  .page-404 .page-404-text {
    font-size: 24px;
  }

  /* mobile menu */
  .mobile-menu {
    display: block;
  }
  .mobile-menu .top-menu .menu-item {
    height: auto;
    padding: 10px 20px;
    border-radius: 30px;
  }

  /* we use cookie */
  .we-use-cookie {
    bottom: 125px;
  }
  .we-use-cookie .we-use-cookie-image {
    display: none !important;
  }
  .we-use-cookie .we-use-cookie-buttons {
    gap: 10px;
    flex-direction: column;
  }

  /* video modal */
  .modal-window .modal-wrapper {
    padding: 0 120px;
  }
  .video-modal .modal-area {
    padding: 20px;
    border-radius: 20px;
  }

  /* fixed bottom menu */
  .fixed-bottom-menu .menu-btn {
    padding: 0 46px;
  }

  /* Соцсети */
  .socials .socials-item {
    border-color: var(--blue-color);
  }
  .socials .socials-item svg {
    fill: var(--blue-color);
    stroke: var(--blue-color);
  }
  .socials .socials-item .socials-item__text {
    color: var(--blue-color);
  }

  /* breadscrumbs */
  .breadcrumbs .parent a,
  .breadcrumbs .active {
    font-size: 13px;
  }
  
}

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

  :root {
    --margin-80: 30px;
  }

  .primary-title {
    margin-bottom: 20px;
    font-size: 30px;
  }

  /* main section */
  .main-section .main-image {
    padding: 25px;
  }
  .main-section .main-title {
    font-size: 36px;
  }
  .main-section .main-video {
    width: 250px;
    height: 135px;
    padding: 10px;
  }
  .main-section .main-video .main-video__play {
    width: 58px;
    height: 58px;
  }

  /* projects section */
  .projects-section .projects-title {
    font-size: 20px;
  }

  /* Наши преимущества */
  .our-advantages-section .our-advantages .our-advantages-item {
    height: 120px;
    border-radius: 10px;
  }
  .our-advantages-section .our-advantages .our-advantages-item__title {
    font-size: 21px;
  }

  /* Форма Забронировать онлайн */
  .booking-online-form-wrapper .form-text {
    margin-bottom: 15px;
    font-size: 16px;
  }

  /* form */
  .form .form-group {
    width: 100%;
  }

  /* Большая форма Запись на встречу */
  .big-booking-online-form-wrapper .form .flex-container-bottom .form-group,
  .big-booking-online-form-wrapper .form .submit-btn {
    width: 100%;
  }

  /* Секция следите за акциями */
  .follow-section .follow-section-frame {
    padding: 20px;
    border-radius: 20px;
  }
  .follow-section .follow-section-title {
    font-size: 20px;
  }

  /* footer */
  .footer .flex-container {
    row-gap: 30px;
  }
  .footer .logo-wrapper .logo {
    width: 150px;
  }
  .footer .footer-menu {
    justify-content: flex-start;
  }
  .footer .bottom-menu {
    width: 135px;
  }

  /* Страница Документы */
  .documents-page .documents-item {
    font-size: 16px;
  }

  /* Страница Новости и Акции */
  .np-page .description-section .description-text {
    font-size: 22px;
  }
  .np-page .n-main-section .frame {
    padding: 25px;
    border-radius: 20px;
  }
  .np-page .n-main-section .n-main-section__title {
    height: 46px;
    font-size: 42px;
  }
  .np-page .n-main-section .n-main-section__image {
    border-radius: 15px;
  }

  /* Разделитель на страницах Проекты и Акции */
  .apt-title {
    font-size: 18px;
  }

  /* Карточка новости */
  .np-detail-page .np-detail__date {
    font-size: 13px;
  }

  /* Карточка проекта */
  .project-detail-page .slider-section .details {
    padding: 20px;
  }
  .project-detail-page .slider-section .swiper-wrapper {
    height: 284px;
  }
  .project-detail-page .slider-section .project-slider-item__image {
    height: 284px;
  }
  .project-detail-page .location-section .location-advantages-slider-item__content,
  .project-detail-page .location-section .location-advantages-slider-item__image {
    width: 47%;
  }
  .project-detail-page .flats-section .flats-sold-out {
    height: 200px;
  }
  .project-detail-page .flats-section .flats-sold-out-title {
    margin-bottom: 0;
    font-size: 30px;
  }

  /* Testimonials */
  .testimonials-section .section-title-wrapper {
    margin-bottom: 10px;
    align-items: center;
  }
  .testimonials-section .section-title-wrapper .section-title {
    margin-bottom: 0;
  }
  .testimonials-section .grid-container {
    grid-template-columns: repeat(2, 1fr);
  }

  /* Секция Новости главная и страница Новости */
  .news-section .news-item__image {
    height: 220px;
  }

  /* Параграф текста левый и правый */
  .paragraph-left-right {
    font-size: 17px;
  }
  .paragraph-left-right.paragraph-left {
    margin-bottom: 20px;
  }

  /* Страница Ипотека */
  .mortgage-page .submit-application-section .submit-application-section-title {
    font-size: 26px;
  }
  .mortgage-page .submit-application-section .submit-application-item__title {
    font-size: 20px;
  }
  .mortgage-page .submit-application-section .submit-application-item__text {
    font-size: 16px;
  }
  .mortgage-page .list-section .list-section__title {
    font-size: 20px;
  }
  .mortgage-page .contacts-section .contacts-item__title {
    font-size: 18px;
  }
  .mortgage-page .contacts-section .contacts-item {
    padding: 15px;
  }

  /* Страница Контакты */
  .contacts-page .contacts-section .grid-container {
    grid-template-columns: auto;
  }
  .contacts-page .contacts-section .c-item {
    height: auto;
  }

  /* Страницы О компании и Партнерам */
  .pa-page .title-section .title-dark-frame {
    padding: 20px;
  }
  .pa-page .title-section .description-title {
    font-size: 36px;
  }
  .pa-page .title-section .description-item {
    padding: 10px;
  }
  .pa-page .title-section .description-item__number {
    font-size: 30px;
  }
  .pa-page .title-section .description-item__text {
    font-size: 18px;
  }
  .pa-page .title-section .description-item__image {
    width: 50px;
  }
  .pa-page .title-section .image {
    border-radius: 15px;
  }
  .pa-page .our-values-section .our-values-item {
    height: 127px;
  }
  .pa-page .our-advantages-section .our-advantages {
    grid-template-columns: auto;
  }
  .pa-page .our-advantages-section .our-advantages-item {
    height: auto;
  }

  /* Страница О компании */
  .about-company-page video {
    width: 457px;
    height: 257px;
  }
  .about-company-page .values-section .values-section-title {
    font-size: 20px;
  }
  .about-company-page .values-section .values-item {
    padding: 15px;
  }
  .about-company-page .values-section .values-item,
  .about-company-page .values-section .values-item-white {
    width: 100%;
  }
  .about-company-page .values-section .values-item__image {
    width: 36px;
    height: 36px;
    margin-bottom: 30px;
  }
  .about-company-page .values-section .values-item-white {
    height: 120px;
  }
  .about-company-page .t-text {
    font-size: 16px;
  }
  .about-company-page .description-section .black-frame {
    font-size: 20px;
  }
  .about-company-page .our-advantages-section .our-advantages-image {
    height: 330px;
  }
  .about-company-page .our-advantages-section .mission-title {
    padding: 15px;
    font-size: 20px;
  }

  /* Страница Вакансии */
  .vacancy-page .grid-container {
    gap: 16px;
    grid-template-columns: auto;
  }
  .vacancy-page .flex-container {
    margin-bottom: 40px;
  }
  .vacancy-page .no-vacancy-text {
    font-size: 16px;
  }

  /* Страница Партнерам */
  .partners-page .partners-directions-section .partners-directions-item {
    height: auto;
    padding: 15px;
  }
  .partners-page .partners-directions-section .partners-directions-item__image {
    margin-bottom: 15px;
  }
  .partners-page .partners-directions-section .partners-directions-item__title {
    font-size: 22px;
  }
  .partners-page .contacts-section .contacts-frame {
    padding: 15px;
  }
  .partners-page .contacts-section .contacts-info__text,
  .partners-page .contacts-section .contacts-frame-text {
    font-size: 20px;
  }

  /* Страница 404 */
  .page-404 .page-404-title {
    font-size: 46px;
  }
  .page-404 .page-404-text {
    font-size: 20px;
  }

  /* burger menu */
  .burger-menu-wrapper {
    right: 12px;
  }

  /* we use cookie */
  .we-use-cookie .we-use-cookie-wrapper {
    padding: 15px 20px;
    border-radius: 21px;
    gap: 10px;
  }
  .we-use-cookie .we-use-cookie-close {
    width: 94px;
    height: 42px;
    font-size: 15px;
  }

  /* video modal */
  .video-modal .modal-wrapper {
    padding: 0 50px;
  }
  .video-modal .modal-area {
    padding: 15px;
    border-radius: 15px;
  }

}

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

  :root {
    --margin-80: 20px;
  }

  .primary-title {
    margin-bottom: 15px;
    font-size: 26px;
    line-height: 1;
  }

  .primary-btn {
    height: 40px;
    padding: 0 12px;
  }

  .tertiary-btn {
    height: 40px;
    padding: 0 12px;
  }

  /* main section */
  .main-section .main-image {
    padding: 20px 20px 30px 20px;
    border-radius: 20px;
  }
  .main-section .main-title {
    font-size: 26px;
  }
  .main-section .main-video {
    width: 100%;
    height: 130px;
    margin: 0 0 0 auto;
    border-radius: 15px;
  }

  /* projects section */
  .projects-section .projects-item__title {
    font-size: 26px;
  }
  .projects-section .flex-container {
    flex-direction: column;
    gap: 5px;
  }

  /* projects map section */
  .projects-map-section .projects-map {
    height: 200px;
    border-radius: 20px;
  }

  /* Наши преимущества */
  .our-advantages-section .our-advantages {
    grid-template-columns: auto;
    gap: 8px;
  }
  .our-advantages-section .our-advantages .our-advantages-item {
    height: 80px;
  }

  /* Секция следите за акциями */
  .follow-section .follow-section-title {
    font-size: 18px;
  }

  /* Темная рамка */
  .dark-frame .dark-frame__title {
    font-size: 22px;
  }
  .dark-frame .dark-frame__text {
    font-size: 16px;
  }

  /* Секция О компании */
  .about-company-section .about-company-accent {
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
  }
  .about-company-section .about-company-btn__text {
    font-size: 16px;
  }
  .about-company-section .about-company-image .about-company-image__logo {
    width: 150px;
    height: 46px;
  }

  /* footer */
  .footer .logo-wrapper .footer-decription {
    font-size: 14px;
  }
  .footer .footer-menu {
    column-gap: 10px;
  }
  .footer .required-links .required-link {
    width: auto;
  }

  /* Testimonials */
  .testimonials-section .grid-container {
    grid-template-columns: auto;
  }

  /* Форма Забронировать онлайн */
  .booking-online-form-wrapper .form-wrapper {
    padding: 15px;
  }

  /* fixed bottom menu */
  .fixed-bottom-menu .menu-wrapper {
    padding: 10px 20px;
  }

  /* Страница Проекты */
  .projects-page .title-section .flex-container {
    margin: 0 0 20px 0;
    flex-direction: column;
  }

  /* Страница Документы */
  .documents-page .grid-container {
    grid-template-columns: auto;
  }
  .documents-page .documents-item {
    height: 60px;
    border-radius: 10px;
  }

  /* Страница Новости и Акции */
  .np-page .description-section .description-text {
    font-size: 20px;
  }
  .np-page .n-main-section .frame {
    padding: 20px;
    border-radius: 15px;
  }
  .np-page .n-main-section .n-main-section__title {
    height: 71px;
    font-size: 32px;
    -webkit-line-clamp: 2;
  }
  .np-page .n-main-section .n-main-section__excerpt {
    height: 58px;
    font-size: 16px;
  }
  .np-page .n-main-section .n-main-section__image {
    width: 100%;
  }
  .np-page .news-section .grid-container {
    grid-template-columns: auto;
  }

  /* Карточка новости */
  .np-detail-page .np-detail__excerpt {
    font-size: 22px;
  }
  .np-detail-page .np-detail__buttons {
    gap: 10px;
    flex-direction: column;
  }

  /* Карточка проекта */
  .project-detail-page .title-section .make-an-appointment-wrapper {
    flex-wrap: wrap;
    justify-content: initial;
  }
  .project-detail-page .title-section .make-an-appointment-btn {
    width: 100%;
  }
  .project-detail-page .title-section .testimonial-mobile-btn {
    display: flex;
  }
  .project-detail-page .title-section .flats-btn,
  .project-detail-page .title-section .testimonial-mobile-btn {
    width: 50%;
  }
  .project-detail-page .title-section .flats-btn {
    border-color: var(--blue-color);
  }
  .project-detail-page .title-section .flats-btn .flats-btn__text {
    color: var(--blue-color);
  }
  .project-detail-page .location-section .location-content {
    height: 225px;
  }
  .project-detail-page .location-section .description {
    height: 225px;
  }
  .project-detail-page .working-progress-section .grid-container {
    grid-template-columns: repeat(1, 1fr);
  }
  .project-detail-page .flats-section .flats-sold-out-title {
    font-size: 26px;
  }
  .project-detail-page .location-section .description-text p {
    margin-bottom: .5em;
  }
  .project-detail-page .required-section {
    font-size: 14px;
  }

  /* Testimonials */
  .testimonials-section .testimonials-buttons {
    gap: 10px;
    flex-direction: column;
  }
  .testimonials-section .view-all-testimonials-btn,
  .testimonials-section .add-testimonials-btn {
    width: 100%;
  }

  /* Секция Карта офисов в карточке проекта и Контакты */
  .office-map-section .address-card__content {
    padding: 20px 15px;
  }
  .office-map-section .office-map-wrapper {
    padding: 0;
  }
  .office-map-section .address-card__title {
    font-size: 32px;
  }
  .office-map-section .address-card__content {
    padding: 20px;
  }

  /* Параграф текста левый и правый */
  .paragraph-left-right {
    font-size: 16px;
  }

  /* Страница Ипотека */
  .mortgage-page .submit-application-section .submit-application-section-title {
    font-size: 22px;
  }
  .mortgage-page .list-section .list-section__title {
    font-size: 18px;
  }

  /* Страница Гид по ипотеке */
  .mortgage-guide-page .mortgage-title {
    font-size: 18px;
  }

  /* Страница Контакты */
  .contacts-page .contacts-section .c-item {
    padding: 15px;
  }

  /* Страницы О компании и Партнерам */
  .pa-page .title-section .description-title {
    font-size: 31px;
  }
  .pa-page .title-section .description-item__text {
    font-size: 16px;
  }
  .pa-page .logo-section .text {
    font-size: 20px;
  }
  .pa-page .our-values-section {
    padding-top: 0;
  }
  .pa-page .our-values-section .grid-container {
    grid-template-columns: auto;
  }
  .pa-page .our-values-section .our-values-item {
    height: auto;
    border-radius: 15px;
  }
  .partners-page .contacts-section .contacts-info-row-item {
    height: 45px;
    font-size: 15px;
  }

  /* Страница О компании */
  .about-company-page video {
    width: 337px;
    height: 189px;
  }
  .about-company-page .title-section .description-items {
    flex-wrap: wrap;
  }
  .about-company-page .title-section .description-item {
    width: 135px;
    border-radius: 15px;
  }
  .about-company-page .values-section .values-section-title {
    font-size: 18px;
  }
  .about-company-page .values-section .values-item {
    border-radius: 15px;
  }
  .about-company-page .values-section .values-item__image {
    margin-bottom: 20px;
  }
  .about-company-page .values-section .values-item-white {
    height: 100px;
  }
  .about-company-page .description-section .top-frame {
    padding: 15px;
  }
  .about-company-page .description-section .white-frame .text {
    font-size: 16px;
  }
  .about-company-page .description-section .black-frame {
    font-size: 18px;
  }
  .about-company-page .our-advantages-section .our-advantages {
    height: auto;
  }
  .about-company-page .our-advantages-section .our-advantages-image {
    position: static;
    margin: 20px 0;
    border-radius: 20px;
  }
  .about-company-page .awards-section .grid-container {
    gap: 10px;
  }
  .about-company-page .awards-section .awards-item {
    border-radius: 15px;
  }
  .about-company-page .team-section .name__title {
    font-size: 22px;
  }
  .about-company-page .t-image {
    width: 100%;
  }
  .about-company-page .our-advantages-section .our-advantages-image {
    height: 230px;
    border-radius: 15px;
  }
  .about-company-page .our-advantages-section .mission-title {
    border-radius: 15px;
    font-size: 18px;
  }
  .about-company-page .our-advantages-section .our-advantages-image .about-company__logo {
    top: 140px;
    width: 250px;
    height: 76px;
  }

  /* Страница Партнерам */
  .partners-page .partners-directions-section .partners-directions-item__image {
    width: 46px;
    height: 46px;
  }
  .partners-page .partners-directions-section .partners-directions-item__title {
    font-size: 22px;
  }
  .partners-page .contacts-section .contacts-info__text,
  .partners-page .contacts-section .contacts-frame-text {
    font-size: 18px;
  }
  .partners-page .contacts-section .contacts-info-row {
    margin-bottom: 15px;
    flex-direction: column;
  }
  .partners-page .contacts-section .contacts-info-row-value,
  .partners-page .contacts-section .contacts-info-row-btn {
    width: 100%;
  }
  .partners-page .contacts-section .contacts-name {
    font-size: 18px;
  }

  /* Страница Вакансии */
  .vacancy-page .vacancy-item__title {
    margin-bottom: 15px;
    font-size: 20px;
  }
  .vacancy-page .flex-container {
    margin-bottom: 30px;
  }

  /* Страница 404 */
  .page-404 .page-404-image {
    width: 300px;
  }
  .page-404 .page-404-title {
    font-size: 38px;
  }
  .page-404 .page-404-text {
    width: 90%;
    font-size: 18px;
  }

  /* agreement text галочка соглашения */
  .agreement-text .checkbox-text {
    font-size: 12px;
  }

  /* we use cookie */
  .we-use-cookie .we-use-cookie-wrapper {
    padding: 15px;
    flex-direction: column;
  }
  .we-use-cookie .we-use-cookie-buttons {
    gap: 0;
    flex-direction: row;
  }

  /* video modal */
  .video-modal .modal-wrapper {
    padding: 0;
  }
  .video-modal .modal-area {
    padding: 10px;
    border-radius: 10px;
  }

}

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

  .primary-title {
    font-size: 22px;
  }

  /* main section */
  .main-section .main-image {
    padding: 16px;
  }
  .main-section .main-title {
    font-size: 22px;
  }

  /* Наши преимущества */
  .our-advantages-section .our-advantages {
    grid-template-columns: auto;
    gap: 8px;
  }

  /* Страница Документы */
  .documents-page .documents-item {
    font-size: 15px;
  }

  /* Страница Новости и Акции */
  .np-page .description-section .description-text {
    font-size: 18px;
  }
  .np-page .n-main-section .n-main-section__title {
    height: 62px;
    font-size: 28px;
  }

  /* Карточка проекта */
  .project-detail-page .slider-section .details {
    padding: 15px;
  }
  .project-detail-page .flats-section .flats-sold-out {
    height: 150px;
    gap: 20px;
  }
  .project-detail-page .flats-section .flats-sold-out-title {
    font-size: 24px;
  }

  /* Страницы О компании и Партнерам */
  .pa-page .title-section .title-dark-frame {
    padding: 15px;
  }
  .pa-page .title-section .description-title {
    font-size: 26px;
  }
  .pa-page .title-section .description-text {
    font-size: 16px;
  }
  .pa-page .logo-section .text {
    font-size: 18px;
  }

  /* Страница О компании */
  .about-company-page video {
    width: 296px;
    height: 166px;
  }
  .about-company-page .values-section .values-item__text {
    font-size: 20px;
  }
  .about-company-page .description-section .black-frame {
    font-size: 16px;
  }

  /* fixed bottom menu */
  .fixed-bottom-menu .menu-btn {
    padding: 0 36px;
  }

  /* Страница 404 */
  .page-404 .page-404-title {
    font-size: 30px;
  }

}
/* End */
/* /local/templates/main/styles.css?1769516976158052 */
