:root {
--color-black: #000000;
--color-white: #FFFFFF;
--color-success: #64CD68;
--color-gray: #758A9D;
--color-gray-light: #EFEFEF;
--color-dark: #005D59;
--color-primary: #F19300;
--color-primary-light: #F9BA00;
--grad-primary: linear-gradient(90deg, #F19300 0%, #FF6B00 100%);
--grad-primary-light: linear-gradient(90deg, #EDB200 0%, #F19300 100%);
--grad-secondary: linear-gradient(90deg, #309E9A 0%, #36D1CB 100%);
--grad-secondary-dark: linear-gradient(280.13deg, #005D59 0%, #44ADA9 100%);
}
* {
margin: 0;
box-sizing: border-box;
}
html {
scroll-behavior: smooth;
touch-action: manipulation; -webkit-text-size-adjust: 100%; }
body {
font-family: "Montserrat", sans-serif;
line-height: 1.21;
font-optical-sizing: auto;
font-style: normal;
color: var(--color-black);
position: relative;
}
p {
margin: 0;
}
a {
text-decoration: none;
color: var(--color-black);
transition: .3s;
}
a:hover, a:visited  {
color: inherit;
}
button {
cursor: pointer;
}
.main {
overflow: hidden;
}
.container {
max-width: 1270px;
padding: 0 15px;
width: 100%;
margin: auto;
}
@media screen and (max-width: 576px) {
.container {
padding: 0 27px;
}
}
.wpcf7-response-output {
display: none !important;
}
.title-main {
font-size: 68px;
font-weight: 700;
margin: 0;
text-transform: uppercase;
}
@media screen and (max-width: 992px) {
.title-main {
font-size: 36px;
}
}
@media screen and (max-width: 576px) {
.title-main {
font-size: 32px;
}
}
.subtitle-main {
font-size: 32px;
font-weight: 700;
margin: 0;
text-transform: uppercase;
}
@media screen and (max-width: 992px) {
.subtitle-main {
font-size: 24px;
}
}
@media screen and (max-width: 576px) {
.subtitle-main {
font-size: 16px;
}
}
.title {
font-size: 48px;
font-weight: 700;
text-transform: uppercase;
}
@media screen and (max-width: 992px) {
.title {
font-size: 36px;
}
}
@media screen and (max-width: 576px) {
.title {
font-size: 24px;
}
}
.desc {
font-size: 32px;
font-weight: 400;
}
@media screen and (max-width: 992px) {
.desc {
font-size: 24px;
}
}
@media screen and (max-width: 576px) {
.desc {
font-size: 14px;
}
}
.desc-small {
font-size: 24px;
font-weight: 400;
}
@media screen and (max-width: 992px) {
.desc-small {
font-size: 16px;
}
}
.header {
background: var(--color-dark);
color: var(--color-white);
position: relative;
z-index: 50;
}
.header__container {
padding-top: 20px;
display: flex;
align-items: center;
flex-wrap: wrap;
position: relative;
z-index: 10;
}
@media screen and (max-width: 992px) {
.header__container {
flex-direction: column;
align-items: flex-start;
}
}
.header__main {
display: flex;
align-items: center;
padding-bottom: 20px;
}
@media screen and (max-width: 992px) {
.header__main {
width: 100%;
justify-content: space-between;
}
}
.header__menu {
width: auto !important;
}
@media screen and (max-width: 992px) {
.header__menu {
position: absolute;
width: 100% !important;
padding: 20px 0;
top: 0;
left: 0;
opacity: 0;
transition: .3s;
z-index: 1;
}
}
@media screen and (max-width: 992px) {
.header__menu.active {
top: 100%;
opacity: 1;
background: var(--color-dark);
border-radius: 0 0 28px 28px;
}
}
.header__burger {
display: none;
border: none;
padding: 0;
margin: 0;
background: transparent;
cursor: pointer;
position: relative;
z-index: 20;
}
@media screen and (max-width: 992px) {
.header__burger {
display: block;
}
}
.header__btns {
display: flex;
align-items: center;
padding-bottom: 20px;
gap: 10px;
flex-wrap: wrap;
position: relative;
z-index: 10;
}
.header__phone {
display: flex;
align-items: center;
justify-content: center;
padding: 7px 10px;
background: var(--color-white);
color: var(--color-black);
font-size: 14px;
font-weight: 700;
border-radius: 17px;
}
@media screen and (max-width: 410px) {
.header__phone {
font-size: 12px;
padding: 5px 10px;
flex-grow: 1;
}
}
.header__phone:hover {
color: var(--color-primary);
}
.header__phone img {
margin-right: 5px;
}
.header__max {
display: flex;
align-items: center;
justify-content: center;
padding: 7px 12px;
background: linear-gradient(
135deg,
#020824 0%,
#07135f 28%,
#3121c8 55%,
#7a0fa8 78%,
#d000a8 100%
);
color: var(--color-white);
font-size: 12px;
font-weight: 400;
text-align: left;
border-radius: 17px;
}
@media screen and (max-width: 410px) {
.header__whatsapp {
padding: 4px 10px;
flex-grow: 1;
}
}
.header__whatsapp:hover {
color: var(--color-black);
}
.header__whatsapp img {
margin-right: 5px;
}
.breadcrumbs {
padding: 40px 0;
display: flex;
align-items: center;
font-size: 14px;
font-weight: 500;
}
@media screen and (max-width: 992px) {
.breadcrumbs {
padding: 20px 0;
}
}
.breadcrumbs a {
color: var(--color-gray);
}
.breadcrumbs span {
color: var(--color-dark);
}
.breadcrumbs svg {
margin: 0 8px;
}
.menu {
padding: 0 30px !important;
margin: 0;
list-style: none;
display: flex;
align-items: center;
}
@media screen and (max-width: 992px) {
.menu {
flex-direction: column;
padding-bottom: 40px !important;
}
}
.menu li:not(:last-child) {
margin-right: 10px;
}
@media screen and (max-width: 992px) {
.menu li:not(:last-child) {
margin-right: 0;
margin-bottom: 20px;
}
}
.menu li a {
color: var(--color-white);
font-size: 14px;
font-weight: 400;
}
@media screen and (max-width: 992px) {
.menu li a {
font-size: 18px;
}
}
.menu li a:hover {
color: var(--color-primary);
}
.hero {
color: var(--color-white);
position: relative;
padding: 100px 0;
background: var(--color-dark) url(//ostrov.taman-novostroy.ru/wp-content/themes/novostroy/assets/img/webp/hero1.webp) no-repeat right center;
background-size: cover;
overflow: hidden;
}
@media screen and (max-width: 1600px) {
.hero {
padding: 30px 0 58px;
background-image: url(//ostrov.taman-novostroy.ru/wp-content/themes/novostroy/assets/img/webp/hero2.webp);
}
}
@media screen and (max-width: 992px) {
.hero {
background-image: url(//ostrov.taman-novostroy.ru/wp-content/themes/novostroy/assets/img/webp/hero3.webp);
}
}
@media screen and (max-width: 576px) {
.hero {
padding: 162px 0 40px;
background-image: url(//ostrov.taman-novostroy.ru/wp-content/themes/novostroy/assets/img/webp/hero4.webp);
background-position: top right;
}
}
.hero__triangle1 {
position: absolute;
bottom: 0;
left: 46.5%;
}
@media screen and (max-width: 992px) {
.hero__triangle1 {
left: 297px;
bottom: -100px;
}
}
@media screen and (max-width: 576px) {
.hero__triangle1 {
display: none;
}
}
.hero__triangle2 {
display: none;
position: absolute;
top: 0;
left: 0;
}
@media screen and (max-width: 576px) {
.hero__triangle2 {
display: block;
}
}
.hero__container {
position: relative;
z-index: 1;
}
.hero h1 {
margin-bottom: 60px;
}
@media screen and (max-width: 992px) {
.hero h1 {
margin-bottom: 20px;
}
}
@media screen and (max-width: 576px) {
.hero h1 {
max-width: 254px;
}
}
.hero h2 {
max-width: 637px;
margin-bottom: 81px;
}
@media screen and (max-width: 992px) {
.hero h2 {
max-width: 504px;
margin-bottom: 38px;
}
}
@media screen and (max-width: 576px) {
.hero h2 {
max-width: 321px;
}
}
.hero h2:after {
content: "";
width: 186px;
height: 11px;
border-radius: 6px;
background: var(--color-primary);
display: block;
position: relative;
top: 10px;
}
@media screen and (max-width: 992px) {
.hero h2:after {
width: 230px;
height: 8px;
}
}
@media screen and (max-width: 576px) {
.hero h2:after {
width: 175px;
height: 6px;
}
}
.hero p {
margin-bottom: 60px;
}
.hero__links {
display: flex;
gap: 16px;
}
@media screen and (max-width: 992px) {
.hero__links {
flex-direction: column;
}
}
.hero__links a,
.hero__links button {
color: var(--color-white);
display: flex;
justify-content: center;
max-width: 267px;
width: 100%;
text-transform: uppercase;
padding: 16px;
border-radius: 30px;
font-size: 18px;
font-weight: 700;
line-height: 1.21;
letter-spacing: 0.01em;
border: none;
}
@media screen and (max-width: 992px) {
.hero__links a,
.hero__links button {
padding: 14px;
font-size: 16px;
}
}
@media screen and (max-width: 576px) {
.hero__links a,
.hero__links button {
padding: 11px;
font-size: 14px;
max-width: none;
}
}
.grid {
margin: 90px 0;
}
@media screen and (max-width: 992px) {
.grid {
margin: 40px 0;
}
}
.grid h2 {
text-align: center;
margin-bottom: 20px;
}
.grid p {
text-align: center;
margin: 0 auto 60px auto;
max-width: 600px;
}
@media screen and (max-width: 992px) {
.grid p  {
margin-bottom: 40px;
max-width: 420px;
}
}
.grid__box {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 30px;
color: var(--color-white);
}
@media screen and (max-width: 992px) {
.grid__box {
gap: 20px;
}
}
@media screen and (max-width: 576px) {
.grid__box {
grid-template-columns: 1fr;
}
}
.grid__item {
display: grid;
gap: 30px;
}
@media screen and (max-width: 992px) {
.grid__item {
gap: 20px;
}
}
@media screen and (max-width: 576px) {
.grid__item:nth-child(2) .grid__item-small {
order: -1;
}
}
.grid__item-small {
min-height: 197px;
padding: 20px;
background-position: center right;
background-repeat: no-repeat;
background-size: cover;
border-radius: 24px;
display: flex;
align-items: flex-start;
}
@media screen and (max-width: 992px) {
.grid__item-small {
min-height: 163px;
border-radius: 16px;
}
}
@media screen and (max-width: 576px) {
.grid__item-small {
min-height: auto;
}
}
.grid__item-small .text {
margin-left: 20px;
}
.grid__item-small .text h3 {
font-size: 48px;
font-weight: 700;
margin-bottom: 10px;
}
@media screen and (max-width: 992px) {
.grid__item-small .text h3 {
font-size: 36px;
}
}
@media screen and (max-width: 576px) {
.grid__item-small .text h3 {
font-size: 28px;
}
}
.grid__item-small .text p {
margin: 0;
text-align: left;
max-width: 250px;
font-size: 24px;
font-weight: 400;
}
@media screen and (max-width: 992px) {
.grid__item-small .text p {
font-size: 20px;
}
}
@media screen and (max-width: 576px) {
.grid__item-small .text p {
font-size: 14px;
max-width: 159px;
}
}
.grid__item-big {
background-position: center;
background-repeat: no-repeat;
background-size: cover;
padding: 40px;
border-radius: 24px;
min-height: 400px;
display: flex;
}
@media screen and (max-width: 992px) {
.grid__item-big {
min-height: 330px;
padding: 20px;
border-radius: 16px;
}
}
@media screen and (max-width: 576px) {
.grid__item-big {
min-height: 246px;
}
}
.grid__item-big p {
margin: 0;
margin-top: auto;
font-size: 24px;
font-weight: 700;
text-align: left;
}
@media screen and (max-width: 992px) {
.grid__item-big p {
font-size: 20px;
}
}
@media screen and (max-width: 576px) {
.grid__item-big p {
font-size: 14px;
}
}
.features {
display: grid;
grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 992px) {
.features {
grid-template-columns: repeat(2, 1fr);
}
}
.features__item {
padding-top: 72.5%;
position: relative;
}
@media screen and (max-width: 992px) {
.features__item {
padding-top: 52.1%;
}
}
@media screen and (max-width: 576px) {
.features__item {
padding-top: 112%;
}
}
.features__item:after {
content: "";
height: 100%;
width: 100%;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
display: flex;
}
.features__item-content {
padding: 20px;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: flex;
}
@media screen and (max-width: 576px) {
.features__item-content {
padding: 10px;
}
}
.features__item-content img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.features__item-content p {
margin: 0;
margin-top: auto;
z-index: 1;
font-size: 18px;
font-weight: 700;
color: var(--color-white);
}
@media screen and (max-width: 992px) {
.features__item-content p {
font-size: 16px;
}
}
@media screen and (max-width: 576px) {
.features__item-content p {
font-size: 14px;
}
}
.choose {
background: var(--color-dark);
padding-top: 90px;
color: var(--color-white);
overflow: hidden;
}
.choose .container {
position: relative;
}
.choose h2 {
margin-bottom: 20px;
text-align: center;
}
.choose p {
text-align: center;
margin: auto;
padding-bottom: 90px;
}
@media screen and (max-width: 992px){
.choose p {
padding-bottom: 0;
}
}
.choose__map-wrap {
overflow: auto;
-webkit-overflow-scrolling: touch;
scroll-behavior: smooth;
}
.choose__map {
position: relative;
width: 100%;
height: auto;
}
@media screen and (max-width: 992px) {
.choose__map {
width: 1186px;
height: 400px;
margin-left: -50px;
}
}
.choose__map img {
display: block;
width: 100%;
height: auto;
}
.choose__map svg {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 10;
}
.choose__map #forsale path:hover {
cursor: pointer;
opacity: .5;
}
.choose__map #forsale path.soldout:hover {
cursor: auto;
}
.choose__banner {
background: url(//ostrov.taman-novostroy.ru/wp-content/themes/novostroy/assets/img/svg/baloon.svg) no-repeat center;
background-size: contain;
padding: 12px 14px 50px;
border-radius: 24px;
position: absolute;
width: 317px;
z-index: 10;
}
@media screen and (max-width: 992px) {
.choose__banner {
width: 223px;
padding: 26px 14px 38px 13px;
}
}
.choose__banner div {
display: flex;
}
.choose__banner img {
height: 42px;
width: 42px;
margin-right: 20px;
}
@media screen and (max-width: 992px) {
.choose__banner img {
height: 31px;
width: 31px;
margin-right: 10px;
}
}
.choose__banner h3 {
font-size: 28px;
font-weight: 700;
margin-bottom: 11px;
text-transform: uppercase;
}
@media screen and (max-width: 992px) {
.choose__banner h3 {
font-size: 18px;
margin-bottom: 3px;
}
}
.choose__banner p {
font-size: 20px;
font-weight: 700;
text-align: left;
padding-bottom: 0;
}
@media screen and (max-width: 992px) {
.choose__banner p {
font-size: 14px;
}
}
.choose__scroll {
display: none;
}
@media screen and (max-width: 992px) {
.choose__scroll {
display: block;
position: absolute;
right: 15px;
bottom: -70px;
z-index: 10;
}
}
.construction {
margin: 90px 0 60px;
}
@media screen and (max-width: 992px) {
.construction {
margin: 40px 0;
}
}
@media screen and (max-width: 576px) {
.construction {
margin: 40px 0 30px;
}
}
.construction h2 {
margin-bottom: 60px;
text-align: center;
}
@media screen and (max-width: 992px) {
.construction h2 {
margin-bottom: 40px;
}
}
.construction__features {
display: flex;
justify-content: space-between;
}
@media screen and (max-width: 600px) {
.construction__features {
flex-direction: column;
}
}
.construction__feature {
display: flex;
align-items: center;
max-width: 369px;
width: 100%;
}
@media screen and (max-width: 992px) {
.construction__feature {
max-width: 204px;
}
}
@media screen and (max-width: 600px) {
.construction__feature {
margin-bottom: 10px;
max-width: none;
}
}
.construction__feature img {
margin-right: 20px;
}
@media screen and (max-width: 992px) {
.construction__features img {
margin-right: 16px;
height: 42px;
width: 42px;
}
}
@media screen and (max-width: 576px) {
.construction__features img {
margin-right: 20px;
height: 38px;
width: 38px;
}
}
.construction__feature p {
color: var(--color-gray);
font-size: 24px;
font-weight: 500;
}
@media screen and (max-width: 992px) {
.construction__features p {
font-size: 16px;
}
}
.projects {
background: var(--color-gray-light);
padding: 60px 0;
}
.projects h2 {
margin-bottom: 60px;
font-size: 32px;
font-weight: 700;
text-align: center;
}
@media screen and (max-width: 992px) {
.projects h2 {
font-size: 36px;
margin-bottom: 40px;
}
}
@media screen and (max-width: 576px) {
.projects h2 {
font-size: 24px;
margin-bottom: 30px;
}
}
.projects__btn {
display: block !important;
margin: auto;
color: var(--color-white) !important;
margin-bottom: 60px;
border: none;
}
@media screen and (max-width: 992px) {
.projects__btn {
margin-bottom: 40px;
}
}
@media screen and (max-width: 576px) {
.projects__btn {
max-width: none;
}
}
.projects__features {
background: var(--color-white);
border-radius: 24px;
padding: 20px;
display: grid;
column-gap: 60px;
row-gap: 65px;
grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 992px) {
.projects__features {
padding: 12px 16px;
grid-template-columns: repeat(2, 1fr);
row-gap: 10px;
}
}
@media screen and (max-width: 576px) {
.projects__features {
grid-template-columns: 1fr;
}
}
.projects__feature {
display: flex;
align-items: center;
}
.projects__feature img {
margin-right: 20px;
}
@media screen and (max-width: 992px) {
.projects__feature img {
height: 42px;
width: 42px;
}
}
@media screen and (max-width: 576px) {
.projects__feature img {
height: 38px;
width: 38px;
}
}
.projects__feature p {
font-size: 24px;
font-weight: 500;
color: var(--color-gray);
}
@media screen and (max-width: 992px) {
.projects__feature p {
font-size: 16px;
}
.projects__feature p br {
display: none;
}
}
@media screen and (max-width: 576px) {
.projects__feature p {
font-size: 14px;
}
}
.swiper-box {
position: relative;
}
@media screen and (max-width: 1400px) {
.swiper-box {
padding: 0 36px;
}
}
@media screen and (max-width: 576px) {
.swiper-box {
padding: 0;
}
}
.swiper {
width: 100%;
height: 100%;
border-radius: 24px;
}
.swiper-slide {
background: var(--color-white);
display: flex;
justify-content: center;
align-items: center;
border-radius: 24px;
overflow: hidden;
height: auto !important;
width: 396px !important;
}
@media screen and (max-width: 992px) {
.swiper-slide {
width: 320px !important;
}
}
@media screen and (max-width: 576px) {
.swiper-slide {
width: 100% !important;
}
}
.swiper-slide__img {
padding-top: 58%;
position: relative;
display: flex;
}
.swiper-slide__img:after {
content: '';
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
display: flex;
}
.swiper-slide__img img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
}
.swiper-slide__content {
padding: 30px 18px 17px;
}
@media screen and (max-width: 992px) {
.swiper-slide__content {
padding: 30px 14px 20px;
}
}
.swiper-slide__content .name,
.swiper-slide__content .price {
font-size: 32px;
font-weight: 700;
}
@media screen and (max-width: 992px) {
.swiper-slide__content .name,
.swiper-slide__content .price {
font-size: 24px;
}
}
.swiper-slide__content .content,
.swiper-slide__content .floors,
.swiper-slide__content .square,
.swiper-slide__content .dimensions {
font-size: 18px;
font-weight: 400;
}
@media screen and (max-width: 992px) {
.swiper-slide__content .content,
.swiper-slide__content .floors,
.swiper-slide__content .square,
.swiper-slide__content .dimensions {
font-size: 14px;
}
}
.swiper-slide__content .name {
margin-bottom: 20px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.swiper-slide__content .content {
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 5;
-webkit-box-orient: vertical;
margin-bottom: 40px;
}
.swiper-slide__content .date {
position: absolute;
bottom: 20px;
left: 18px;
}
.swiper-slide__content .floors,
.swiper-slide__content .square,
.swiper-slide__content .dimensions {
margin-bottom: 10px;
}
.swiper-slide__content .dimensions,
.swiper-slide__content .price {
margin-bottom: 20px;
}
.swiper-slide__btn {
max-width: none !important;
}
.swiper-pagination {
position: static !important;
margin: 60px 0;
}
@media screen and (max-width: 992px) {
.swiper-pagination {
margin: 40px 0;
}
}
@media screen and (max-width: 576px) {
.swiper-pagination {
margin: 30px 0;
}
}
.swiper-pagination-bullet {
height: 10px !important;
width: 10px !important;
background: #D9D9D9 !important;
opacity: 1 !important;
}
.swiper-pagination-bullet-active {
background: var(--color-gray) !important;
}
@media screen and (max-width: 1400px) {
.swiper-nav {
height: 20px !important;
width: 10px !important;
}
}
.swiper-nav:after {
display: none;
}
.swiper-button-next {
right: -66px !important;
}
@media screen and (max-width: 1400px) {
.swiper-button-next {
right: 0 !important;
}
}
@media screen and (max-width: 576px) {
.swiper-button-next {
right: -19px !important;
}
}
.swiper-button-prev {
left: -66px !important;
}
@media screen and (max-width: 1400px) {
.swiper-button-prev {
left: 0 !important;
}
}
@media screen and (max-width: 576px) {
.swiper-button-prev {
left: -19px !important;
}
}
.presentation {
margin: 60px 0 90px;
}
.presentation h2 {
text-align: center;
margin-bottom: 60px;
}
.presentation__video {
padding-top: 56%;
position: relative;
}
.presentation__video:after {
content: '';
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
display: flex;
}
.presentation__video iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 10;
}
.perks {
color: var(--color-white);
background: var(--color-dark);
padding: 90px 0;
}
@media screen and (max-width: 992px) {
.perks {
padding: 40px 0;
}
}
.perks h2 {
margin: 0 auto 20px auto;
text-align: center;
}
@media screen and (max-width: 992px) {
.perks h2 {
max-width: 506px;
}
}
.perks p {
margin: 0 auto 90px auto;
max-width: 888px;
text-align: center;
}
@media screen and (max-width: 992px) {
.perks p {
max-width: 432px;
margin-bottom: 40px;
}
}
@media screen and (max-width: 576px) {
.perks p {
margin-bottom: 30px;
}
}
.perks__list {
display: grid;
grid-template-columns: repeat(2, 1fr);
column-gap: 19px;
row-gap: 28px;
list-style: none;
padding: 0;
margin: 0;
}
@media screen and (max-width: 992px) {
.perks__list {
gap: 20px;
}
}
@media screen and (max-width: 576px) {
.perks__list {
grid-template-columns: 1fr;
}
}
.perks__list li {
background: var(--grad-secondary);
padding: 20px 20px 20px 139px;
border-radius: 24px;
position: relative;
min-height: 260px;
}
@media screen and (max-width: 992px) {
.perks__list li {
padding: 20px 20px 20px 90px;
min-height: 192px;
}
}
.perks__list li:after {
content: '';
width: 99px;
height: 140px;
display: block;
position: absolute;
top: 20px;
left: 20px;
}
@media screen and (max-width: 992px) {
.perks__list li:after {
width: 50px;
height: 80px;
}
}
.perks__list li:nth-child(1):after {
background: url(//ostrov.taman-novostroy.ru/wp-content/themes/novostroy/assets/img/svg/1.svg) no-repeat center left;
background-size: contain;
}
.perks__list li:nth-child(2):after {
background: url(//ostrov.taman-novostroy.ru/wp-content/themes/novostroy/assets/img/svg/2.svg) no-repeat center left;
background-size: contain;
}
.perks__list li:nth-child(3):after {
background: url(//ostrov.taman-novostroy.ru/wp-content/themes/novostroy/assets/img/svg/3.svg) no-repeat center left;
background-size: contain;
}
.perks__list li:nth-child(4):after {
background: url(//ostrov.taman-novostroy.ru/wp-content/themes/novostroy/assets/img/svg/4.svg) no-repeat center left;
background-size: contain;
}
.perks__list li h3 {
font-size: 32px;
font-weight: 700;
margin-bottom: 32px;
position: relative;
}
@media screen and (max-width: 992px) {
.perks__list li h3 {
font-size: 16px;
margin-bottom: 29px;
}
}
.perks__list li h3:after {
content: '';
width: 119px;
height: 7px;
display: block;
border-radius: 4px;
background: var(--color-primary);
position: absolute;
left: 0;
bottom: -12px;
}
@media screen and (max-width: 992px) {
.perks__list li h3:after {
height: 4px;
width: 80px;
}
}
.perks__list li p {
margin: 0;
text-align: left;
font-size: 24px;
font-weight: 400;
}
@media screen and (max-width: 992px) {
.perks__list li p {
font-size: 14px;
}
}
.progress {
text-align: center;
margin-top: 60px;
overflow: hidden;
}
.progress h2 {
margin-bottom: 20px;
}
.progress p {
margin-bottom: 60px;
}
@media screen and (max-width: 992px) {
.progress p {
margin-bottom: 40px;
}
}
@media screen and (max-width: 992px) {
.progress p {
margin-bottom: 30px;
}
}
.progress .swiper {
overflow: visible !important;
max-width: 1200px;
}
@media screen and (max-width: 1460px) {
.progress .swiper {
position: static;
}
.progress__swiper {
position: relative;
}
}
@media screen and (max-width: 992px) {
.progress .swiper {
max-width: 574px;
}
}
@media screen and (max-width: 576px) {
.progress .swiper {
max-width: 320px;
}
}
.progress .swiper .swiper-slide {
padding-left: 20px;
padding-right: 20px;
padding-top: 46%;
position: relative;
border-radius: 0;
opacity: 25%;
transition: .3s;
width: 100% !important;
}
@media screen and (max-width: 992px) {
.progress .swiper .swiper-slide {
padding-left: 8px;
padding-right: 8px;
padding-top: 54%;
width: 100% !important;
}
}
@media screen and (max-width: 576px) {
.progress .swiper .swiper-slide {
padding-left: 5px;
padding-right: 5px;
padding-top: 75%;
width: 100% !important;
}
}
.progress .swiper .swiper-slide-active {
opacity: 1;
}
.progress .swiper .swiper-slide:after {
content: '';
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
display: flex;
}
.progress .swiper .swiper-slide img {
width: calc(100% - 40px);
height: 100%;
position: absolute;
top: 0;
left: 20px;
object-fit: cover;
}
@media screen and (max-width: 992px) {
.progress .swiper .swiper-slide img {
width: calc(100% - 16px);
}
}
@media screen and (max-width: 576px) {
.progress .swiper .swiper-slide img {
width: calc(100% - 10px);
}
}
.progress .swiper-pagination {
position: absolute !important;
margin: 0;
}
.progress .swiper-pagination .swiper-pagination-bullet-active {
background: var(--color-primary) !important;    
}
.progress .swiper-nav {
height: 36px;
width: 18px;
}
.progress .swiper-button-prev {
left: -120px !important;
}
.progress .swiper-button-next {
right: -120px !important;
}
@media screen and (max-width: 1460px) {
.progress .swiper-button-prev {
left: 16px !important;
}
.progress .swiper-button-next {
right: 16px !important;
}
}
.news {
background: var(--color-gray-light);
padding: 60px 0;
}
.news h2 {
text-align: center;
margin-bottom: 60px;
}
.contacts {
height: 500px;
display: flex;
position: relative;
}
@media screen and (max-width: 992px) {
.contacts {
min-height: 280px;
height: 100%;
}
}
@media screen and (max-width: 576px) {
.contacts {
flex-direction: column-reverse;
}
}
@media screen and (max-width: 992px) {
.contacts .container {
padding: 0;
width: 50%;
margin: 0;
}
}
@media screen and (max-width: 576px) {
.contacts .container {
width: 100%;
}
}
.contacts__map {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
}
@media screen and (max-width: 992px) {
.contacts__map {
position: static;
width: 50%;
height: auto;
}
}
@media screen and (max-width: 576px) {
.contacts__map {
width: 100%;
height: 390px;
}
}
.contacts__box {
position: relative;
z-index: 10;
max-width: 500px;
width: 100%;
background: var(--color-dark);
padding: 51px 28px;
color: var(--color-white);
overflow: hidden;
}
@media screen and (max-width: 992px) {
.contacts__box {
height: 100%;
padding: 32px 28px;
}
}
.contacts__box a {
color: var(--color-white);
display: block;
position: relative;
}
.contacts__triangle {
position: absolute;
bottom: 0;
right: 0;
}
@media screen and (max-width: 992px) {
.contacts__triangle {
bottom: auto;
top: 55px;
right: -55px;
}
}
.contacts__box a:hover {
color: var(--color-primary);
}
.contacts__logo svg {
height: 31px;
width: 300px;
margin-bottom: 12px;
}
@media screen and (max-width: 992px) {
.contacts__logo svg {
height: 22px;
width: auto;
}
}
.contacts__subdesc {
font-size: 18px;
font-weight: 400;
letter-spacing: 0.01em;
margin-bottom: 60px;
}
@media screen and (max-width: 992px) {
.contacts__subdesc {
font-size: 14px;
margin-bottom: 30px;
}
}
.contacts__item {
font-size: 16px;
font-weight: 400;
letter-spacing: 0.01em;
display: flex;
align-items: baseline;
}
@media screen and (max-width: 992px) {
.contacts__item {
font-size: 14px;
}
}
.contacts__item svg {
margin-right: 9px;
min-width: 20px;
}
.contacts__item-phone {
font-size: 24px;
font-weight: 700;
letter-spacing: 0.01em;
margin-bottom: 10px;
}
@media screen and (max-width: 992px) {
.contacts__item-phone {
font-size: 18px;
}
}
.contacts__item-hot {
margin-bottom: 20px;
}
.contacts__item-hot:hover span {
color: var(--color-white);
}
.footer {
background: var(--color-gray);
padding: 95px 0 15px;
color: var(--color-white);
}
@media screen and (max-width: 992px) {
.footer {
padding: 40px 0 60px;
}
}
.footer .container {
display: flex;
align-items: center;
flex-wrap: wrap;
position: relative;
}
@media screen and (max-width: 992px) {
.footer .container {
justify-content: center;
}
}
@media screen and (max-width: 992px) {
.footer__logo {
display: none;
}
}
@media screen and (max-width: 992px) {
.footer .menu {
flex-direction: row;
flex-wrap: wrap;
}
.footer .menu li:not(:last-child) {
margin-right: 10px;
margin-bottom: 0;
}
.footer .menu li a {
font-size: 12px;
}
}
@media screen and (max-width: 576px) {
.footer .menu {
flex-direction: column;
}
.footer .menu li:not(:last-child) {
margin-right: 0;
margin-bottom: 10px;
}
}
.footer__main {
display: flex;
align-items: center;
padding-bottom: 20px;
}
@media screen and (max-width: 992px) {
.footer__main {
width: 100%;
justify-content: center;
padding-bottom: 0;
}
}
.footer__menu {
width: auto !important;
}
.footer__btns {
display: flex;
align-items: center;
padding-bottom: 20px;
}
@media screen and (max-width: 992px) {
.footer__btns {
order: -1;
padding-bottom: 40px;
}
}
.footer__phone {
display: flex;
align-items: center;
padding: 5px 8px;
background: transparent;
color: var(--color-white);
font-size: 12px;
font-weight: 700;
letter-spacing: 0.01em;
border-radius: 17px;
margin-right: 5px;
border: 1px solid var(--color-white);
}
@media screen and (max-width: 992px) {
.footer__phone {
padding: 4px;
}
}
.footer__phone:hover {
border-color: var(--color-primary);
color: var(--color-white);
}
.footer__phone img {
margin-right: 5px;
}
.footer__whatsapp {
display: flex;
align-items: center;
padding: 5px 10px;
background: transparent;
color: var(--color-white);
font-size: 12px;
font-weight: 400;
text-align: left;
border-radius: 17px;
border: 1px solid var(--color-white);
}
@media screen and (max-width: 992px) {
.footer__whatsapp {
padding: 4px;
}
}
.footer__whatsapp:hover {
border-color: var(--color-primary);
color: var(--color-white);
}
.footer__whatsapp img {
margin-right: 5px;
}
.footer__offer {
font-size: 12px;
font-weight: 300;
text-align: center;
margin: auto;
padding: 20px 0 0;
max-width: 820px;
}
@media screen and (max-width: 992px) {
.footer__offer {
padding: 0;
}
}
.footer hr {
width: 100%;
height: 1px;
background: var(--color-white);
margin: 0;
margin-top: 40px;
margin-bottom: 20px;
opacity: .5;
}
@media screen and (max-width: 992px) {
.footer hr  {
margin-top: 20px;
}
}
.footer__dev {
display: flex;
}
.footer__dev svg {
width: 119px;
opacity: .5;
}
.footer__dev-separator {
height: auto;
background: var(--color-white);
width: 1px;
opacity: .5;
margin: 0 10px;
}
.footer__dev-desc {
text-transform: uppercase;
font-size: 12px;
font-weight: 400;
max-width: 215px;
opacity: .5;
}
.footer__up {
border: none;
padding: 0;
background: none;
position: absolute;
bottom: 100%;
transform: translateY(-50%);
left: 100%;
z-index: 10;
}
@media screen and (max-width: 1400px) {
.footer__up  {
left: auto;
right: 15px;
}
}
@media screen and (max-width: 768px) {
.footer__up  {
bottom: auto;
top: -150px;
}
}
.popup {
overflow: hidden;
visibility: hidden;
opacity: 0;
transition: .1s;
position: absolute;
}
.popup.active {
visibility: visible;
opacity: 1;
}
.popup__overlay {
box-sizing: border-box;
position: fixed;
bottom: 0;
left: 0;
top: 0;
right: 0;
overflow: auto;
background-color: rgba(153, 161, 181, .6);
zoom: 1;
z-index: 999999999;
display: flex;
align-items: center;
justify-content: center;
}
.popup__content {
margin: auto;
position: relative;
max-width: 510px;
width: 100%;
overflow: hidden;
background: white;
border-radius: 24px;
padding: 73px 30px 48px;
min-height: 510px;
display: flex;
}
@media screen and (max-width: 992px) {
.popup__content {
max-width: 320px;
padding: 64px 20px 20px;
}
}
.popup__form {
display: none;
}
.popup__form.active {
display: block;
}
.popup__thx {
display: none;
height: auto;
flex-direction: column;
justify-content: center;
}
.popup__thx.active {
display: flex;
}
.popup__close {
position: absolute;
top: 20px;
right: 20px;
cursor: pointer;
}
.popup__name {
color: var(--color-gray);
margin-bottom: 10px;
font-size: 32px;
font-weight: 400;
}
@media screen and (max-width: 992px) {
.popup__name {
font-size: 18px;
}
}
.popup__title {
margin-bottom: 20px;
font-size: 38px;
font-weight: 700;
}
@media screen and (max-width: 992px) {
.popup__title {
font-size: 24px;
}
}
.popup__thx .popup__title {
margin-bottom: 10px;
}
.popup__subtitle {
font-size: 24px;
font-weight: 500;
margin-bottom: 20px;
}
.popup__desc {
color: var(--color-gray);
font-size: 20px;
font-weight: 400;
}
@media screen and (max-width: 992px) {
.popup__desc {
font-size: 14px;
}
}
.popup form {
padding-top: 40px;
}
@media screen and (max-width: 992px) {
.popup form {
padding-top: 20px;
}
}
.popup form input {
margin-bottom: 10px;
font-size: 16px;
font-weight: 400;
letter-spacing: 0.01em;
padding: 20px;
border: 1px solid var(--color-gray);
border-radius: 35px;
display: block;
width: 100%;
}
@media screen and (max-width: 992px) {
.popup form input {
padding: 16px 13px;
font-size: 14px;
height: 48px;
}
}
.popup form label {
display: flex;
align-items: flex-start;
font-size: 12px;
font-weight: 400;
line-height: 18px;
letter-spacing: 0.01em;
}
.popup form input[type="checkbox"] {
width: auto;
margin-bottom: 0;
margin-right: 14px;
}
.popup form button {
border: none;
width: 100%;
margin: 40px 0;
font-size: 18px;
font-weight: 700;
line-height: 21.94px;
letter-spacing: 0.01em;
text-align: center;
text-transform: uppercase;
padding: 20px;
border-radius: 35px;
}
@media screen and (max-width: 992px) {
.popup form button {
font-size: 16px;
padding: 14px;
margin: 20px 0;
height: 48px;
}
}
.button {
border: none;
cursor: pointer;
max-width: 345px;
width: 100%;
padding: 16px;
border-radius: 28px;
display: inline-block;
text-align: center;
font-size: 18px;
font-weight: 700;
letter-spacing: 0.01em;
}
@media screen and (max-width: 992px) {
.button {
font-size: 14px;
max-width: 293px;
}
}
.button-primary {
background: var(--grad-primary);
color: var(--color-white);
position: relative;
transition: .3s;
z-index: 10;
overflow: hidden;
}
.button-primary:after {
content: '';
background: var(--grad-primary-light);
opacity: 0;
position: absolute;
top: 0;
left: 0;
transition: .3s;
width: 100%;
height: 100%;
display: block;
z-index: -1;
}
.button-primary:hover:after {
opacity: 1;
}
.button-secondary {
background: var(--grad-secondary);
color: var(--color-white);
position: relative;
transition: .3s;
z-index: 10;
overflow: hidden;
}
.button-secondary:after {
content: '';
background: var(--grad-secondary-dark);
opacity: 0;
position: absolute;
top: 0;
left: 0;
transition: .3s;
width: 100%;
height: 100%;
display: block;
z-index: -1;
}
.button-secondary:hover:after {
opacity: 1;
}
.poligons {
position: absolute;
z-index: 9999;
width: 12%;
top: 0;
-webkit-perspective: 100px;
perspective: 100px;
opacity: 0;
transition: .5s;
}
.poligons.active {
opacity: 1;
}
@media (max-width: 1500px) {
.poligons {
width: 8%;
}
}
@media (max-width: 1300px) {
.poligons {
width: 5%;
}
}
@media (max-width: 1200px) {
.poligons {
display: none;
}
}
.poligons img {
position: absolute;
}
.poligons__right {
right: 0;
}
.poligons__left {
left: 0;
}
#l1 {
top: 280px;
}
#l2 {
top: 3000px;
}
#l3 {
top: 3000px;
}
#r1 {
top: 3700px;
}
#r2 {
top: 2500px;
}
.article {
padding: 60px 0;
}
.article__title {
margin-bottom: 20px;
font-size: 36px;
font-weight: 600;
}
.article__date {
font-size: 14px;
font-weight: 400;
margin-bottom: 32px;
color: var(--color-gray);
}
.article__img {
margin-bottom: 32px;
border-radius: 24px;
overflow: hidden;
display: flex;
}
.article__img img {
width: 100%;
max-width: 100%;
border-radius: 24px;
}
.article__content {
font-size: 20px;
font-weight: 400;
max-width: 800px;
}
@media screen and (max-width: 992px) {
.article__content {
font-size: 16px;
}
}
.article__content * {
margin-bottom: 32px;
}
.article__content h2 {
font-size: 28px;
font-weight: 800;
margin-bottom: 16px;
}
@media screen and (max-width: 992px) {
.article__content h2 {
font-size: 18px;
font-weight: 600;
}
}
.article__content ol, .article__content ul {
padding: 0;
margin: 0;
padding-left: 30px;
}
.article__content blockquote {
font-style: italic;
margin-left: 0;
margin-right: 0;
background: var(--color-gray-light);
border-left: 4px solid var(--color-gray);
padding: 32px 32px 32px 28px;
}
.article__content blockquote * {
margin: 0;
}