:root {
--primary-color: #005D59;
--gradient-color: linear-gradient(101.38deg, rgb(81, 180, 176) -26.731%,rgb(11, 86, 83) 114.415%);
--whatsap-color: linear-gradient(
135deg,
#020824 0%,
#07135f 28%,
#3121c8 55%,
#7a0fa8 78%,
#d000a8 100%
);
--section-color: #F3F6F6;
} body {
font-family: "Montserrat", sans-serif;
letter-spacing: normal; 
line-height: 1.4; 
font-feature-settings: 'kern' off; 
font-kerning: none; 
font-variant-ligatures: none; 
}
@media screen and (-moz-os-version) {
body {
font-weight: lighter !important;
}
}
.page {
margin: 0 auto !important;
}
h1 {
font-size: 48px;
font-weight: 700;
}
.bg-section-gray h2 {font-size: clamp(26px, calc(1.5rem + ((1vw - 3.75px) * 1.9592)), 48px); font-weight: bold;}
.social h2 {font-size: clamp(26px, calc(1.5rem + ((1vw - 3.75px) * 1.4694)), 42px); font-weight: bold;}
.reviews-section h2 {font-size: clamp(26px, calc(1.5rem + ((1vw - 3.75px) * 2.1224)), 50px); margin-bottom: 50px; font-weight: bold;}
.about-section h2 {font-size: clamp(26px, calc(1.5rem + ((1vw - 3.75px) * 1.9592)), 48px); font-weight: bold;}
.contacts-section h2 {font-size: clamp(20px, calc(1.25rem + ((1vw - 3.75px) * 1.7959)), 42px); font-weight: bold;}
a {
text-decoration: none;
color: #000;
}
.card-body a:visited {
color: white;
}
a:hover {
color: var(--primary-color);
}
p {
margin: 0 0;
font-size: 24px;
font-weight: 500;
}
section {
padding-bottom: 60px;
}
.bg-section-gray {
background: var(--section-color);
padding-top: clamp(40px, calc(2.5rem + ((1vw - 3.75px) * 7.3469)), 130px);
padding-bottom: clamp(40px, calc(2.5rem + ((1vw - 3.75px) * 6.5306)), 120px);
}
.social {
padding-top: clamp(40px, calc(2.5rem + ((1vw - 3.75px) * 6.5306)), 120px);
padding-bottom: clamp(40px, calc(2.5rem + ((1vw - 3.75px) * 3.2653)), 80px);
}
.bg-section-primary {
background: var(--primary-color);
}
.header {
background: #fff;
height: 74px;
}
.logo img {
width: 305px;
height: 100%;
}
.contact-link {
white-space: nowrap; 
display: inline-flex !important; 
}
.container {
max-width: 1200px;
}
header .container {
padding-left: 0;
padding-right: 0;
}
@media (max-width: 768px) {
.contacts-container {
flex-direction: column;
align-items: center;
margin-top: 30px;
}
}
@media (max-width: 768px) {
.contacts-wrapper {
flex-direction: row !important; 
flex-wrap: wrap !important; 
gap: 0.75rem !important;
}
.contact-link {
font-size: 14px !important;
}
}
.whatsapp{
background: var(--whatsap-color);
color: white;
padding: 8px 10px 4px 10px;
border-radius: 100px;
text-decoration: none;
font-size: 12px;
transition: all 0.3s;
font-weight: 400;
}
.whatsapp .contact-link {
font-weight: 400;
color: white;
font-size: 13px;
}
.whatsapp .contact-link:hover {
text-decoration: none;
color: #000;
}
.whatsapp:hover {
background: transparent;
color: #000;
font-weight: 400;
text-decoration: none;
}
.phone a{
color: #333;
text-decoration: none !important;
font-weight: 700;
}
.phone .contact-text {
font-size: clamp(18px, calc(1.125rem + ((1vw - 3.75px) * 0.4898)), 24px);
}
.phone a:hover {
color: #000;
}
@media (max-width: 768px) {
.header .d-flex {
flex-direction: column; 
gap: 10px !important;
justify-content: center;
}
body {
margin-top: 30px;
}
.logo {
width: 100%;
text-align: center;
}
.whatsapp-block a {
display: block;
flex-direction: row;
}
}
.hero-section {
max-height: 638px;
height: 638px;
color: white;
}
.hero-bg {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: url(//gk-novostroy.ru/assets/img/Frame475.jpg) no-repeat center/cover;
z-index: 0;
}
.hero-title-block {
padding-top:130px;
}
.hero-bg::after {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(135deg, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.3) 100%);
z-index: 1;
}
.triangle-top-right {
position: absolute;
right: 0;
top: 400px;
}
.triangle-top-left-image {
position: absolute;
left: -20px;
top: -20px;
filter: blur(20px);  
}
@media (max-width: 992px) {
.triangle-top-right {
display: none;
}
.triangle-top-left-image {
left: -60px;
top: -60px;
}
.hero-title-block {
padding-top: 120px;
}
.hero-section {
max-height: 400px;
}
}
.yellow-circle {
width: 20px;
height: 20px;
border-radius: 50%;
background: #FFD700;
flex-shrink: 0;
margin-top: 34px;
}
.hero-title {
font-size: clamp(35px, calc(2.1875rem + ((1vw - 7.68px) * 4.5673)), 73px);
font-weight: 700;
}
.hero-text {
max-width: 600px;
font-size: clamp(12px, calc(0.75rem + ((1vw - 7.68px) * 1.6827)), 26px);
}
@media (max-width: 768px) {
.triangle-top-left {
border-width: 80px 80px 0 0;
}
.hero-title {
font-size: 2rem;
}
}
.cards-section {
background: #fff;
padding-top: 40px;
padding-bottom: clamp(40px, calc(2.5rem + ((1vw - 3.75px) * 9.7959)), 160px);
}
@media (min-width:992px) {
.cards-section {
margin-top: 10px;
}
.section-title {
margin-top: 10px;
}
}
.locations-container .row {
--bs-gutter-x: clamp(10px, calc(0.625rem + ((1vw - 3.75px) * 0.8163)), 20px) !important;
--bs-gutter-y: clamp(10px, calc(0.625rem + ((1vw - 3.75px) * 0.8163)), 20px) !important;
}
.section-title {
font-size: 3rem;
text-transform: uppercase;
font-weight: 700;
color: #222;
margin-bottom: 60px;
margin-top: 60px;
}
.card-with-bg {
border: none;
border-radius: 12px;
overflow: hidden;
background-size: cover;
background-position: center;
color: white;
min-height: 200px;
box-shadow: 0 5px 15px rgba(0,0,0,0.1);
transition: all 0.3s ease;
}
.cards-section .card-with-bg {
position: relative;
cursor: pointer;
}
.cards-section .card-with-bg::after {
content: '';
position: absolute;
bottom: 0;
left: 0;
right: 0;
height: 50%;
background: linear-gradient(
to top, 
rgba(0, 0, 0, 0.7) 0%, 
rgba(0, 0, 0, 0) 100%
);
z-index: 1;
}
.card-with-bg {
padding-left: 25px;
padding-top: 25px;
}
.card-size-constr {
min-height: 240px;
cursor: pointer;
}
.card-body {
position: relative;
z-index: 2;
padding: 30px;
padding-left: 0px;
height: 100%;
display: flex;
flex-direction: column;
justify-content: end;
}
.card-title {
font-size: 2.2rem;
font-weight: 600;
margin-bottom: 0;
color: white;
}
.card-link {
color: white;
text-decoration: none;
font-weight: 300;
align-self: flex-start;
transition: 300ms ease-in-out;
}
.cards-section .card-link {
position: relative;
z-index: 2; 
pointer-events: auto;
}
.card-link:hover {
transform: scale(1.1);
color: white;
}
.next-button {
display: inline-block;
transition: 300ms ease-in-out;
}
.next-button:hover {
transform: scale(1.1);
}
.top-cards-row {
margin-bottom: 30px;
}
.left-main-card {
padding-right: 15px;
}
.right-cards-col {
padding-left: 15px;
}
.top-right-card {
margin-bottom: 20px;
}
.bottom-right-card {
padding-top: 0;
}
.bottom-cards-row {
display: flex;
margin-left: -7.5px;
margin-right: -7.5px;
}
@media (max-width: 1199.98px) {
.card-body {
padding-right: 0px;
}
}
@media (max-width: 991.98px) {
.left-main-card,
.right-cards-col {
padding: 0 15px;
}
.left-main-card {
margin-bottom: 30px;
}
.bottom-cards-row {
flex-wrap: wrap;
}
.bottom-cards-row > [class^="custom-col-"] {
width: 50% !important;
margin-bottom: 15px;
}
.bottom-cards-row > .custom-col-53 {
width: 100% !important;
}
}
@media (max-width: 767.99px) {
.section-title {
font-size: clamp(24px, calc(1.5rem + ((1vw - 3.75px) * 3.0534)), 36px);
margin-top: 100px;
margin-bottom: 10px;
}
.hero-section {
display: none;
}
.cards-section {
margin-top: 0;
padding-top: 10px;
}
.top-cards-row .col-lg-6,
.bottom-cards-row {
width: 100% !important;
}
.card-with-bg {
min-height: 250px;
padding-left: 15px;
padding-top: 15px;
}
.card-title {
font-size: 1.3rem;
}
.card-link {
font-size: 0.9rem;
}
header .logo {
padding-top: 10px;
}
}
.card-text {
font-size: clamp(16px, calc(1rem + ((1vw - 3.75px) * 0.3265)), 20px);
}
@media (max-width:430px) {
.section-title {
margin-top: 170px;
}
}
.city-item {
display: flex;
align-items: center;
cursor: pointer;
transition: all 0.6s ease;
position: absolute;
opacity: 0.2; 
}
.city-item.active {
opacity: 1 !important;
}
.city-item:hover {
opacity: 1 !important;
}
.city-marker {
width: 12px;
height: 12px;
border-radius: 50%;
background-color: #fff;
margin-right: 8px;
transition: all 0.4s ease;
position: relative;
}
.city-marker::after {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-image: url(//gk-novostroy.ru/src/img/map-pin.svg);
background-size: contain;
background-repeat: no-repeat;
opacity: 0;
transition: opacity 0.3s ease;
transform: scale(1.7);
}
.city-item.active .city-marker,
.city-item:hover .city-marker {
background-color: transparent;
}
.city-item.active .city-marker::after,
.city-item:hover .city-marker::after {
opacity: 1;
}
.city-name {
color: white;
font-size: 28px;
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
transition: all 0.3s ease;
}
.city-item.active .city-name,
.city-item:hover .city-name {
text-shadow: 0 0 8px rgba(255, 255, 255, 0.8);
}
.city-4 { top: 40%; left: 13%; }
.city-3 { top: 39%; left: 23%; }
.city-2 { top: 15%; left: 45%; }
.city-1 { top: 25%; right: 30%; }
.city-5 { bottom: 30%; left: 37%;}
.city-6 { bottom: 20%; right: 37%; }
.city-7 { bottom: 18%; right: 16%; }
.buttom-icon {
background-image: url(//gk-novostroy.ru/assets/img/button.svg);
}
.card-follow {
padding: 20px 0px 20px 20px;
box-shadow: 1px 1px 17px 0px rgba(34, 60, 80, 0.2);
border-radius: 36px;
}
@media (max-width:767.99px) {
.card-follow {
padding: 15px 0px 15px 15px;
}
.card-follow p{
font-weight: 400;
}
}
.card-follow p{
font-size: clamp(18px, calc(1.125rem + ((1vw - 3.75px) * 0.8163)), 28px);
}
.card-img {
max-width: clamp(36px, calc(2.25rem + ((1vw - 3.75px) * 1.1429)), 50px);
}/*/*/.reviews-section {
padding-top: clamp(30px, calc(1.875rem + ((1vw - 3.75px) * 5.7143)), 100px);
padding-bottom: clamp(20px, calc(1.25rem + ((1vw - 3.75px) * 5.7143)), 90px);
}
.reviews-slider-container {
position: relative;
max-width: 1116px;
margin: 0 auto;
padding: 0 50px;
}
.reviews-slider {
width: 100%;
overflow: hidden;
padding: 15px 0; 
}
.reviews-slider .swiper-slide {
display: flex;
flex-direction: column;
height: auto; 
}
.reviews-slider img {
max-width: 100%;
height: auto;
display: block;
}
.reviews-slider-container .swiper-wrapper {
height: 100%;
}
.swiper-wrapper {
align-items: stretch;
}
.swiper-slide {
width: 100%; 
height: auto;
box-sizing: border-box;
transition: opacity 0.3s ease;
}
@media (max-width: 1200px) {
.reviews-slider-container {
padding: 0 30px;
}
}
@media (max-width: 992px) {
.reviews-slider-container {
padding: 0 25px;
}
.swiper-slide {
width: 100% !important;
}
}
@media (max-width: 768px) {
.reviews-slider-container {
padding: 0 0px;
}
.swiper-slide {
width: 100% !important;
}
}
@media (max-width: 576px) {
.reviews-slider-container {
padding: 0 0px;
}
.swiper-slide {
width: 100% !important;
}
}
.review-card {
width: 100%;
background: white;
border-radius: 50px;
padding: 25px;
box-shadow: 0 5px 15px rgba(0,0,0,0.05);
flex-grow: 1;
display: flex;
flex-direction: column;
height: 100%;
}
.review-header {
display: flex;
align-items: center;
margin-bottom: 20px;
}
@media (max-width:992px) {
.review-header {
flex-direction: column;
align-items: start;
}
}
.review-avatar {
width: clamp(105px, calc(6.5625rem + ((1vw - 3.75px) * 6.5306)), 185px);
height: clamp(105px, calc(6.5625rem + ((1vw - 3.75px) * 6.5306)), 185px);
border-radius: 50%;
overflow: hidden;
box-shadow: 0 3px 10px rgba(0,0,0,0.1);
margin-right: 15px;
flex-shrink: 0;
}
.review-avatar img {
width: 100%;
height: 100%;
object-fit: cover;
}
.review-author h4 {
font-size: 25px;
margin-bottom: 5px;
font-weight: 600;
color: #4C5159;
}
.review-author span {
color: #4C5159;
font-size: 16px;
}
.review-text {
margin-bottom: 20px;
color: #555;
line-height: 1.6;
}
.review-video {
height: 0;
padding-bottom: 56.25%;/**/position: relative;
margin-top: auto;
width: 100%;
}
.review-video iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border-radius: 10px;
}
.play-icon {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 30px;
height: 30px;
background: rgba(89, 167, 231, 0.8);
border-radius: 10px;
display: flex;
align-items: center;
justify-content: center;
transition: all 0.3s ease;
}
.play-icon i {
color: white;
font-size: 20px;
margin-left: 3px;
}
.video-preview:hover .play-icon {
background: rgba(89, 167, 231, 1);
transform: translate(-50%, -50%) scale(1.1);
} .swiper-slide-next {
transform: translateX(30%);
}
@media (max-width: 992px) {
.swiper-slide-next {
transform: translateX(20%);
}
}
.reviews-section .swiper-nav-btn {
position: absolute !important;
top: 50% !important;
transform: translateY(-50%) !important;
width: 38px !important;
height: 38px !important;
border-radius: 50% !important;
background: white !important;
box-shadow: 0 3px 15px rgba(0,0,0,0.1) !important;
z-index: 10 !important;
display: flex !important;
align-items: center !important;
justify-content: center !important;
color: #333 !important;
transition: all 0.3s ease !important;
margin: 0 -25px !important;
border: none !important;
outline: none !important;
}
.reviews-section .swiper-button-prev {
left: 15px !important;
right: auto !important;
}
.reviews-section .swiper-button-next {
right: 15px !important;
left: auto !important;
}
.reviews-section .swiper-nav-btn::after {
font-size: 18px !important;
font-weight: bold !important;
color: #333 !important;
}
.reviews-section .swiper-nav-btn:hover {
background: #f5f5f5 !important;
transform: translateY(-50%) scale(1.05) !important;
box-shadow: 0 5px 20px rgba(0,0,0,0.15) !important;
}
.swiper-pagination {
position: relative;
bottom: 0;
margin-top: 20px;
}
.swiper-pagination-bullet {
width: 10px;
height: 10px;
background: #ddd;
opacity: 1;
}
.swiper-pagination-bullet-active {
background: #333;
}
@media (max-width: 991.98px) {
.reviews-slider-container {
max-width: 700px;
padding: 0 40px;
height: 100%;
align-items: stretch;
}
}
@media (max-width: 768px) {
.reviews-slider-container {
max-width: 100%;
padding: 0 5px;
}
.swiper-nav-btn {
width: 30px;
height: 30px;
}
}
.wrapper-pagination {
display: flex;
flex-direction: row;
} 
.swiper-items-pagination {
align-self: center;
} 
.swiper-custom-pagination .swiper-pagination-bullet{
width: 2.2em;
height: 0.4em;
padding: 0.15em;
border-radius: 3px;
background: #758A9D;
}
.swiper-custom-pagination .swiper-pagination-bullet-active {
background: white; }
.about-section {
background-color: #fff;
padding-top: clamp(40px, calc(2.5rem + ((1vw - 3.75px) * 1.6327)), 60px);
padding-bottom: clamp(40px, calc(2.5rem + ((1vw - 3.75px) * 1.6327)), 60px);
}
.about-main-card {
border-radius: 30px;
background: white;
box-shadow: 0 0 17px rgba(0,0,0,0.1) !important;
transition: transform 0.3s ease, box-shadow 0.3s ease;
min-height: 260px;
}
.about-main-card img {
background-size: contain;
}
@media (min-width:768px) {
.about-main-card {
height: 260px;
}
}
.about-description p {
margin-bottom: 1rem;
line-height: 1.6;
font-style: italic;
font-weight: 600;
font-size: clamp(16px, calc(1rem + ((1vw - 3.75px) * 0.3265)), 20px);
}
.about-author {
font-size: clamp(16px, calc(1rem + ((1vw - 3.75px) * 0.3265)), 20px);
padding-top: 1.5rem;
margin-top: 1.5rem;
}
.about-author .text-muted{
font-size: clamp(15px, calc(0.9375rem + ((1vw - 3.75px) * 0.2449)), 18px);
}
.certificates-slider-container {
max-width: 1160px;
margin: 0 auto;
padding: 0 40px; 
position: relative;
overflow: hidden; 
}
.cert-swiper .swiper-slide {
width: auto;
height: 100%;
flex-shrink: 0;
}
.swiper-wrapper {
align-items: center; 
}
@media (max-width: 991.98px) {
.certificates-slider-container {
max-width: 700px;
padding: 0 40px;
height: 100%;
align-items: stretch;
}
}
@media (max-width: 768px) {
.certificates-slider-container {
max-width: 100%;
padding: 0 5px;
}
}
@media (max-width: 575.98px) {
.cert-swiper {
padding: 0 15px; 
overflow: visible;
}
.cert-swiper .swiper-slide {
width: 85% !important; 
}
.certificates-slider-container {
padding: 0 5px;
}
}
.wrapper-pagination {
display: flex;
flex-direction: row;
} 
.swiper-items-pagination {
align-self: center;
} 
.swiper-certificates-pagination .swiper-pagination-bullet {
width: 2.2em;
height: 0.4em;
padding: 0.15em;
border-radius: 3px;
background: #758A9D;
}
.swiper-certificates-pagination .swiper-pagination-bullet-active {
background: #758A9D; }
.certificate-card {
padding: 10px;
text-align: center;
border-radius: 8px;
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
align-self: center;
}
.cert-button-prev, 
.cert-button-next {
position: absolute;
top: 50%;
transform: translateY(-50%);
width: 40px;
height: 40px;
background: rgb(44, 43, 43);
border-radius: 50%;
box-shadow: 0 2px 10px rgba(0,0,0,0.1);
z-index: 10;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
border: none;
outline: none;
}
.cert-button-prev::after,
.cert-button-next::after {
content: '';
display: inline-block;
width: 13px;
height: 13px;
border-top: 2px solid #fff;
border-right: 2px solid #fff;
position: absolute;
top: 50%;
left: 50%;
}
.cert-button-prev::after {
transform: translate(-50%, -50%) rotate(-135deg);
margin-left: 2px;
}
.cert-button-next::after {
transform: translate(-50%, -50%) rotate(45deg);
margin-left: -2px;
}
.cert-button-prev { 
left: 0px;
}
.cert-button-next { 
right: 0px;
}
.cert-button-prev:hover::after,
.cert-button-next:hover::after {
border-color: #ccc;
}
.cert-pagination {
position: relative;
bottom: 0;
margin-top: 30px;
display: flex;
justify-content: center;
gap: 5px;
}
.cert-pagination .swiper-pagination-bullet {
width: 2.2em;
height: 0.4em;
padding: 0.15em;
border-radius: 3px;
background: #758A9D;
}
.cert-pagination .swiper-pagination-bullet-active {
background: #758A9D;
}
.cert-bullet {
width: 2.2em;
height: 0.4em;
padding: 0.15em;
border-radius: 3px;
background: #758A9D;
opacity: 0.5;
}
.cert-bullet.active {
background: #758A9D;
opacity: 1;
}
@media (max-width: 575.98px) {
.cert-swiper {
overflow: visible !important;  
padding: 0 15px;
}
.cert-swiper .swiper-slide {
width: 70% !important;  
margin-right: 10px; 
}
}
@media (min-width: 1200px) {
.cert-swiper {
padding: 0 20px;
}
}
.cert-swiper-btn {
width: 40px !important;
height: 40px !important;
border-radius: 50% !important;
background: rgb(44, 43, 43) !important;
box-shadow: 0 2px 10px rgba(0,0,0,0.1) !important;
color: #333 !important;
}
.modal-bg-close {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1;
}
.modal-content {
pointer-events: none;
}
.modal-content .zoom-container
{
pointer-events: auto;
}
.zoom-container {
max-width: 90vw;
max-height: 90vh;
margin: auto;
}
.zoom-image {
max-width: 100%;
max-height: 100%;
object-fit: contain;
cursor: zoom-in;
transition: transform 0.3s ease;
box-shadow: 0 0 20px rgba(0,0,0,0.5);
}
.modal.fade .modal-dialog {
transition: transform 0.2s ease-out, opacity 0.2s ease-out;
transform: scale(0.95);
opacity: 0;
}
.modal.show .modal-dialog {
transform: scale(1);
opacity: 1;
}
.contact-row {
background: white;
border-radius: 48px;
box-shadow: 0 0 18px rgba(0,0,0,0.1);
transition: transform 0.3s ease;
}
.contact-title {
font-size: 1.25rem;
color: #758A9D;
position: relative;
padding-bottom: 10px;
font-weight: 600;
}
.contact-item p{
font-size: clamp(14px, calc(0.875rem + ((1vw - 3.75px) * 0.3265)), 18px);
}
.contact-item img {
align-self: center;
}
.contact-icon {
font-size: 1.25rem;
color: #0d6efd;
margin-top: 3px;
}
.contact-link {
font-size: clamp(14px, calc(0.875rem + ((1vw - 3.75px) * 0.3265)), 18px);
text-decoration: none;
font-weight: 500;
display: inline-block;
}
.underline {
text-decoration: underline;
}
.contact-link:hover {
color: var(--primary-color);
text-decoration: underline;
}
@media (max-width: 768px) {
.contact-title {
font-size: 1.1rem;
}
}
.map-container {
position: relative;
height: 500px;
width: 100%;
overflow: hidden;
border-radius: 8px;
}
.custom-markers {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
}
.custom-marker {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
pointer-events: auto;
cursor: pointer;
z-index: 100;
}
#map {
width: 100%;
height: 500px;
border-radius: 8px;
overflow: hidden;
box-shadow: 0 4px 12px rgba(0,0,0,0.1);
margin: 0;
}
.map-container {
margin: 0 auto;
padding: 0;
}
.privacy {
padding-bottom: clamp(40px, calc(2.5rem + ((1vw - 3.75px) * 3.2653)), 80px);
}
.privacy .contact-row {
padding: 20px 40px;
}
@media (max-width:768px) {
.privacy .contact-row {
padding: 20px 20px;
}
}
.privacy .contact-row p {
font-size: 14px;
font-weight: 400;
line-height: 17px;
}
.privacy .contact-row .col-12 {
padding-left: 0;
padding-right: 0;
}
.contacts-section {
padding-top: clamp(40px, calc(2.5rem + ((1vw - 3.75px) * 3.2653)), 80px);
}
@media (max-width: 425px) {
.contacts-section .contact-row {
padding-top: 15px;
}
}
.footer {
color: #fff;
padding: 40px 0;
font-size: 16px;
}
.footer-content {
display: flex;
justify-content: space-between;
align-items: start;
flex-wrap: wrap;
gap: 30px;
}
@media (max-width:425px) {
.footer-content {
padding-left: 15px;
}
}
.footer-left {
display: flex;
flex-direction: column;
gap: 10px;
}
.footer-logo img {
height: auto;
min-width: 224px;
}
.footer-copyright {
margin: 0;
color: rgba(255, 255, 255, 0.7);
font-size: 14px;
}
.footer-right {
display: flex;
flex-direction: column;
gap: 6px;
}
.footer-contact {
display: flex;
align-items: center;
gap: 10px;
}
@media (max-width: 768px) {
.footer-content {
flex-direction: column;
text-align: start;
}
.footer-right {
align-items: start;
}
.footer-contact {
justify-content: start;
}
}
.footer-bot__dev {
display: flex;
gap: 20px;
font-weight: 400;
font-size: 10px;
align-items: center;
}
.footer-bot__dev-logo {
padding-right: 20px;
border-right: 1px solid #FFF;
}
.footer-bot {
border-top: 1px solid #FFF;
opacity: .5;
}