* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

html {scroll-behavior: smooth;}
body {
    font-family: Oswald, sans-serif;
    font-style: normal;
    background-color: #fafafa
}
p{font-size:1.1rem;
}
.container {
    width: 1190px;
    margin-left: auto;
    margin-right: auto
}
.cookie-consent {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    background-color: #5c5c5c;
    color: #fff;
    padding: 15px 20px;
    font-size: 12px;
    z-index: 999;
    display: none;
    animation: .5s ease-out forwards slideUp
}

.cookie-content {
    display: flex;
    align-items: center;
    justify-content: right
}

.cookie-content a {
    color: #98ebb3
}

.cookie-content p {
    margin: 0 15px 0 0;
}
@media (max-width: 800px) {
	.cookie-content p {
    margin: 0 15px 0 0;
	font-size: .7rem;
}
}

.btn-accept {
    background-color: #01c8cb;
    border: none;
    padding: 6px 12px;
    cursor: pointer;
    font-weight: 700;
    border-radius: 4px
}
header
 {
    background: #fff;
    box-shadow: 0 0 5px #0000000d;
	position: fixed;
    top: 0;
    z-index: 9;
    width: 100%;
    height: 90px;
}
.popup-fullscreen-content header
 {
	position: relative;
	box-shadow: none;
}
.popup-fullscreen-content .hero-after
 {
    margin: auto;
    text-align: center;
    max-width: 1190px;
}
.top {
    width: 1190px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding: 1rem 0;
}
.logo
 {
    display: flex;
}
.logo img {
    height: 55px;
}
.top-nav {
    display: flex;
    justify-content: end;
    align-items: center;
}
.top-coll {
    font-size: 1rem;
    color: #333;
    padding-left: 3rem;
	font-weight:300;
	display: flex;
    align-items: center;
}
.top-coll span
 {
    padding-left: 8px;
    line-height: 1.3;
}
.top-coll i {
    font-size: 1.2rem;
    color: #5a7ca3;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    background: #f5f5f5;
}
section.hero {
    height: 100vh;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}



.hero-content:before{
	position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    background: #ffffffad;
}
.hero-content
 {
	background:url(../img/one.webp) no-repeat;
	background-size:cover;
    min-height: 60vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
	position:relative;
	margin-top:90px;
}

.hero-cols
 {
    display: flex;
	position:relative;
	z-index:1;
	align-items: center;
    /*background: #ffffff73;
    border-radius: 10px;*/
    padding: 20px;
    /*box-shadow: 0 2px 3px #0000000d;*/
}
.hero-col_left {
    width: 50%;
	padding-right: 2rem;
}
.hero-col_right
 {
    width: 50%;
	padding: 10px!important;
    border-radius: 15px;
    background: #ffffff4f;
    box-shadow: 0 1px 3px #00000042;
	position:relative;
}
.hero-img {
    max-height: 350px;
    overflow: hidden;
    border-radius: 15px;
}
.hero-img img
 {
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.hero-gallery {
    display: flex;
    gap: 5px;
    overflow: hidden;
}
.hero-gallery img
 {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 1;
	border-radius: 15px;
}
.hero-menu
 {
    display: flex;
	justify-content: center;
	padding-bottom: 3rem;	
}
.hero-icon
 {
    text-align: center;
    padding: 2rem;
    font-size: 1.1rem;
    color: #074b98;
	transition: all .3s ease;
}
.hero-icon:hover
 {
    transform: translateY(-5px);
}
.hero-icon i
 {
    display: block;
    width: 100%;
    font-size: 2rem;
    color: #95c3a6;
	padding-bottom: 12px;
	position: relative;
    margin-bottom: 15px;	
}
.hero-icon i::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
	background: url(../img/eco.png) no-repeat center;
	left: 5px;
    bottom: -8px;
    background-size: contain;
    filter: contrast(0.3);
	opacity: 0.3;
    z-index: -1;
}
button {
    background: #074b98;
    padding: .7rem 2rem;
    border-radius: 40px;
    font-family: 'Oswald', sans-serif;
    font-size: 1.1rem;
    color: #fff;
    display: block;
    cursor: pointer;
    box-shadow: 0 3px 6px #00000026;
    letter-spacing: .01rem;
    transition: all .3s ease;
	font-weight: 400;
	
}
button:hover{
    background: #0074a0;
	transform: translateY(-5px);
}
.btn {
    background: #008532;
    color: #fff;
    border: 0;
    transition: all .3s;
    box-shadow: 0 2px 0 0;
    position: relative;
    text-decoration: none;
    overflow: hidden;
}
.btn:hover {
    transition: all .3s
}

@keyframes css16_moving {
    30% {
        left: 100%;
        transform: skewX(-45deg) translateX(50%)
    }

    100% {
        left: 100%;
        transform: skewX(-45deg) translateX(50%)
    }
}

.btn:before {
    content: '';
    background-color: rgba(255, 255, 255, .4);
    background: linear-gradient(90deg, rgba(255, 255, 255, .15) 0%, rgba(255, 255, 255, .6) 50%, rgba(255, 255, 255, .15) 100%);
    background-origin: content-box;
    height: 100%;
    width: 50px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    transform: skewX(-45deg) translateX(-150%);
    animation: css16_moving 4s ease-in-out infinite;
    z-index: 100
}
.top-coll a
 {
    color: #074b98;
    text-decoration: none;
    font-size: 1.4rem;
    font-weight: 500;
	transition: all .3s ease;
}
.top-coll a:hover{
	color:#000;
	text-decoration:underline
}
.screen-bg{
	background: url(../img/49824834-min.webp) no-repeat bottom right;
	background-size:cover;
	position:relative;
}
.screen-bg::before
 {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #031b24d9;
}
.screen-bg .container{
	position:relative;
}
.screen-bg p{
	padding:1rem 0;
	color:#b4cfd9;
}
.after-gallery b
 {
    color: #92d368;
    font-size: 1.4rem;
    font-weight: 500;
}
.after-gallery span
 {
    font-size: 1.2rem;
    color: #acbda0;
}
.gallery {
    display: flex;
    gap: 10px;
    padding: 2rem 0;
}
.gallery-item {
    width: 20%;
}
.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}
h1
 {
    font-size: 2rem;
    line-height: 1.5;
	//color: #074b98;
}
h2 {
    font-size: 1.8rem;
    line-height: 1.4;
	color: #074b98;
}
h3 {
    padding: 1rem 0;
    font-size: 1.4rem;
    color: #222;
}
.screen-bg h2{
	color:#fff
}
.hero-header p
 {
    margin: 1rem 0;
    font-size: 1.2rem;
}
.hero-text
 {
    padding: 2rem 0;
    text-align: center;
}
.hero-text i,
.screen2-img i
 {
    display: block;
    color: #4e4e4e;
    font-style: normal;
    font-size: .9rem;
    padding: 1rem 0;
}
.screen{
	padding: 4rem 0;
	display:flex;
	flex-direction:column;
	justify-content: center;
}
.screen2-main
 {
    display: flex;
	position:relative;
}

.screen2-text {
    width: 65%;
    padding: 3rem 3rem 0 0;
}
.screen2-img {
    width: 45%;
    text-align: center;
    position: absolute;
    right: 0;
}
.screen2-img img
 {
    height: auto;
    width: 100%;
    object-fit: cover;
	border-radius:45%;
}
.screen2-text p {
    color: #333;
    font-size: 1.3rem;
    padding-top: 1rem;
}
.screen2-text ul {
    padding: 1rem 0;
}
.screen2-text ul li {
    list-style: none;
    color: #444;
    font-size: 1.3rem;
    font-weight: 300;
    line-height: 1.8;
}
.screen2-text ul li i {color: #3dcd70;}
.btn-box
 {
     margin-top: 1rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.btn-box i
 {
    font-style: normal;
    display: block;
    padding-top: 1rem;
    font-size: .9rem;
    color: #797979;
    text-align: center;
}
.aligncenter{text-align:center}
.str{
	color:#444;
	font-size:1.3rem;
	margin:1rem 0 0
}
.banner
 {
    background: linear-gradient(352deg, #00519b, #0d99e7);
    border-radius: 20px;
	position:relative;
}
.banner::before{
	position:absolute;
	content:"";
	bottom:0;
	left:3rem;
	width:25%;
	height:98%;
	background: url(../img/bn-min.webp) no-repeat;
	background-size:contain;
}
.banner-out {
    padding: 3rem;
    width: 75%;
	margin-left:25%;
}
.banner-text__title
 {
    font-size: 1.7rem;
    color: #fff;
    font-weight: 500;
}
.banner-text__content ul
 {
    display: grid;
    grid-template-columns: 50% 50%;
    width: 100%;
    gap: 10px;
    padding: 2rem 0;
}
.banner-text__content li {
    margin: 0 0 0 20px;
    list-style: square;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 1.5;
}
.banner-text__content p
 {
    margin-bottom: 1rem;
    color: #9ccae1;
}
.banner-text__end .btn {
    border: 0;
    outline: none;
    box-shadow: none;
}
.hero-img{position:relative}
.hero-img span
 {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    text-align: center;
    width: 100%;
    background: #ffffffd1;
    padding: 5px 0;
    color: #222;
}
@media (max-width: 1580px) {
	section.hero {
    min-height: 100vh;
    height: 100%;
	position:relative;
}
.hero-content
 {
    min-height: auto;
    height: auto;
 }
 .hero-menu
 {
    padding-bottom: 0;
 }
 
}
/* Оверлей (темный фон) */
        .popup-overlay {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.5);
            z-index: 999;
        }

        /* Сам попап */
        .popup {
            display: none;
            position: fixed;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            background: white;
            padding: 30px;
            border-radius: 8px;
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
            z-index: 1000;
            width: 90%;
            max-width: 400px;
        }

        /* Заголовок */
        .popup h2 {
            margin-top: 0;
            margin-bottom: 20px;
            font-size: 24px;
            color: #333;
        }

        /* Поля формы */
        .form-group {
            margin-bottom: 15px;
        }

        .form-group label {
            display: block;
            margin-bottom: 5px;
            color: #555;
            font-size: 14px;
        }

        .form-group input {
            width: 100%;
            padding: 10px;
            border: 1px solid #ddd;
            border-radius: 4px;
            font-size: 16px;
            box-sizing: border-box;
        }

        .form-group input:focus {
            outline: none;
            border-color: #007bff;
        }

        /* Кнопки */
        .popup-buttons {
            display: flex;
            gap: 10px;
            margin-top: 20px;
        }

        .popup-buttons button {
            flex: 1;
            cursor: pointer;
        }

        .submit-btn {
            background: #28a745;
            color: white;
        }

        .submit-btn:hover {
            background: #218838;
        }

        .close-btn {
            background: #dc3545;
            color: white;
        }

        .close-btn:hover {
            background: #c82333;
        }

        /* Крестик закрытия */
        .popup-close {
            position: absolute;
            top: 10px;
            right: 10px;
            font-size: 30px;
            cursor: pointer;
            color: #999;
            line-height: 1;
        }

        .popup-close:hover {
            color: #333;
        }
.popup-policy-link {
            margin: 15px 0;
            font-size: 13px;
            color: #666;
            text-align: center;
        }

        .popup-policy-link a {
            color: #007bff;
            text-decoration: none;
            cursor: pointer;
        }

        .popup-policy-link a:hover {
            text-decoration: underline;
        }		
#policyBlock {
            display: none;
			margin: auto;
            margin-top: 50px;
            padding: 30px;
            background: #fff;
            border-radius: 8px;
            max-width: 800px;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        }

        #policyBlock h3 {
            color: #333;
            margin-top: 0;
            margin-bottom: 20px;
        }

        #policyBlock p {
            line-height: 1.7;
            color: #555;
            margin-bottom: 15px;
        }

        #policyBlock strong {
            color: #222;
        }		

.aslide {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.aslide p {
    margin-bottom: 1rem;
}
.slider-container {
  width: 100%;
  max-width: 1200px;
  position: relative;
  overflow: hidden;
}

.slider {
  display: flex;
  gap: 20px; /* ➕ ОТСТУПЫ МЕЖДУ СЛАЙДАМИ */
  transition: transform 0.5s ease;
  will-change: transform;
}

.slide {
  /* ➕ УМЕНЬШАЕМ ШИРИНУ, ЧТОБЫ УЧЕСТЬ ОТСТУПЫ */
  flex: 0 0 calc((100% - 40px) / 3);
  min-width: calc((100% - 40px) / 3);
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: center;
  background-size: cover;
  position: relative;
  border-radius:15px;
}

/* Выделение центрального слайда */
.slide.center {
  z-index: 10;
}

.slide h2 {
  color: white;
  font-size: 2rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.prev, .next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.8);
  border: none;
  cursor: pointer;
  font-size: 2rem;
  color: #333;
  padding: 10px 15px;
  border-radius: 5px;
  transition: all 0.3s;
  z-index: 20;
}

.prev:hover, .next:hover {
  background: white;
}

.prev { left: 20px; }
.next { right: 20px; }

.pagination {
  position: absolute;
  bottom: 20px;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 10px;
  z-index: 20;
}

.pagination-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: background-color 0.3s, transform 0.3s;
}

.pagination-dot.active {
  background-color: white;
  transform: scale(1.2);
}

/* Адаптивность */
@media (max-width: 768px) {
  .slide {
    flex: 0 0 100%;
    min-width: 100%;
  }
  .slider {
    gap: 0; /* Убираем отступы на мобильном */
  }
  .slide.center {
    transform: none;
  }
  .prev, .next {
    font-size: 1.5rem;
    padding: 8px 12px;
  }
}
footer {
    padding: 2rem 0;
    border-top: 5px solid #074b98;
    background: #f5f5f5;
}
.page-footer
 {
    display: flex;
    align-items: center;
}
.footer-logo
 {
    width: 18%;
}
.footer-logo img
 {
    width: 82%;
}
.footer-main {
    width: 85%;
    display: flex;
}
.footer-col {
    color: #111;
    width: 50%;
    padding: 0 2rem 0 0;
}
.footer-col span {
    display: block;
    font-weight: 300;
    font-size: .9rem;
    padding: 2px 0;
}
.footer-col a
 {
    color: #0070bf;
}
.footer-col a:hover{color:red}
.popup-fullscreen-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    z-index: 2000;
    backdrop-filter: blur(5px);
}

.popup-fullscreen {
    display: none;
    position: fixed;
    top: 25px;
    left: 25px;
    right: 25px;
    bottom: 25px;
    background: #ffffff;
    border-radius: 12px;
    z-index: 2001;
    overflow: auto;
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.3);
}

.popup-fullscreen-close {
    position: absolute;
    top: 15px;
    right: 25px;
    font-size: 40px;
    cursor: pointer;
    color: #074b98;
    line-height: 1;
    z-index: 2002;
    transition: all 0.3s ease;
    font-weight: 300;
}

.popup-fullscreen-close:hover {
    color: #f69300;
    transform: rotate(90deg);
}

.popup-fullscreen-content {
    width: 100%;
    height: 100%;
    padding: 20px;
    border-radius: 10px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
.place {
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    z-index: 2;
}
/* Мобильная адаптация */
@media (max-width: 768px) {
    .popup-fullscreen {
        top: 20px;
        left: 20px;
        right: 20px;
        bottom: 20px;
    }
    
    .popup-fullscreen-close {
        top: 10px;
        right: 20px;
        font-size: 32px;
    }
	.place {
    position: absolute;
    left: 1rem;
    bottom: auto;
    z-index: 2;
	top:7rem;
	right:auto;
}	
}

/* Предотвращение прокрутки страницы под попапом */
body.popup-open {
    overflow: hidden;
}
@media (max-width: 1023px) {
	.top
 {
    width: 100%;
    flex-direction: column;
	padding:1rem;
}
header
 {
    box-shadow: 0 0 5px #0000000d;
    position: relative;
 }
 .top-coll a
 {
    font-size: 1.2rem;
 }
.top-nav {
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: end;
}
.top-coll:first-child,
.top-coll:last-child
 {
    display: none;
}

.hero-content
 {
	background:url(../img/one-min.webp) no-repeat;
	background-size:contain;
	margin-top: 30px;
}
.logo {
    justify-content: center;
}
.top-coll:nth-child(2) {
    top: 1.2rem;
	justify-content: center;
	display:flex;
	        width: 100%;
        padding: 0;
}
.top-coll i
 {
    font-size: 1rem;
    width: 30px;
    height: 30px;
    line-height: 30px;
 }

.top-coll button{
	width:100%;
	text-align:center;
}
.container
 {
    width: 90%;
 }
 
section.hero,
.hero-content
 {
    height: 100%;
	position: relative;
 }
 .hero-cols
 {
    display: block;
    margin-top: 20px;
 }
 .hero-col_left {
    width: 100%;
    padding-right: 0;
}
h1 {
    font-size: 25px;
    line-height: 1.5;
}
h2 {
    font-size: 22px;
    line-height: 1.4;
}
h3 {
    font-size: 19px;
}
.hero-header p {
    margin: 1rem 0;
    font-size: 1rem;
}
.hero-text {
    padding: 0;
}
.hero-col_right {
    width: 100%;
    padding-left: 0;
}
.hero-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.hero-icon {
    text-align: center;
    width: 46%;
    background: #ffffff30;
    border-radius: 10px;
    margin: 2%;
}
.screen2-main {
    flex-direction: column;
    display: flex;
    position: relative;
}
.screen2-text {
    width: 100%;
    padding: 0;
}
.screen2-text p {
    color: #333;
    font-size: 16px;
}
.screen2-text ul li {
    font-size: 16px;
}
.screen2-img {
    width: 100%;
    text-align: center;
    position: relative;
}
.screen {
    padding: 2rem 0 0;
}
.banner {
    background: url(../img/banner.jpg) no-repeat left top;
	background-size: cover;
}
.banner-out {
    padding: 2rem;
    width: 100%;
	margin:0;
}
.banner-text__title {
    font-size: 25px;
}
.banner-text__content ul {
    display: block;
}
.banner-text__content li {
    margin: 25px 0 25px 20px;
}
footer {
    margin-top: 2rem;
}
.page-footer {
    display: block;
}
.footer-logo {
    display: none;
}
.footer-main {
    width: 100%;
    display: block;
}
.footer-col {
    color: #111;
    width: 100%;
    padding: 0 0 25px;
}
.popup-fullscreen-content header,.popup-fullscreen-content .hero-after{display:none}
.banner::before{display:none;}
  .gallery {
    display: flex;
    flex-wrap: wrap;
    overflow-x: auto;
    padding: 10px 0;
    gap: 10px;
	align-items:center;
	justify-content:center;
  }

  .gallery-item {
    flex: 0 0 50%;
    max-width: 48%;
  }
.gallery-item:last-child{display:none}

  /* Скрываем стандартный скроллбар (опционально) */
  .gallery::-webkit-scrollbar {
    display: none;
  }
}