*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*:before,
*:after{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
img {
  max-width: 100%;
  height: auto;
}
a {transition: all 0.5s ease;}
html, body {
  overflow-x: hidden !important;
}
.check-t {margin-top:20px;}
.error input[placeholder] {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-style: italic;
  color: #ff0048!important;
}

.error::-webkit-input-placeholder {
  text-overflow: ellipsis;
  font-style: italic;
  color: #ff0048!important;
}

.error::-moz-placeholder {
  text-overflow: ellipsis;
  font-style: italic;
  color: #ff0048!important;
}

.error:-moz-placeholder {
  text-overflow: ellipsis;
  font-style: italic;
  color: #ff0048!important;
}

.error:-ms-input-placeholder {
  text-overflow: ellipsis;
  font-style: italic;
  color: #ff0048!important;
}

.form-supject {
  opacity: 0;
  display: none;
  pointer-events: none;
}
body {
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
    margin: 0;
    background:#E9E9E9;
font-family: "Raleway", sans-serif;
}


.custom-checkbox input.error + .checkbox {
  background: red;
  border: 2px solid red;
}

.custom-checkbox {
  position: relative;
  cursor: pointer;
  font-size: 11px;
  line-height: 1.4;
  color:#fff;
  padding-left: 30px;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}

.custom-checkbox:hover {
  color: rgba(29, 26, 25, 1);
}

.hidden-checkbox {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkbox {
  position: absolute;
  top: -5px;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: white;
  border: 2px solid rgb(92, 139, 123);
  border-radius: 4px;
  transition: all 0.3s ease;
}

.white-y .note {
  color: #fff !important;
}

.custom-checkbox:hover .checkbox {
  border-color: rgba(225, 51, 0, 1);
}

.checkmark path {
  fill: #fff;
  stroke: inherit;
  stroke-width: inherit;
}

.checkmark {
  position: absolute;
  top: -2px;
  left: -2px;
  width: 20px;
  height: 20px;
  opacity: 0;
  transform: scale(0);
  transition: all 0.2s ease;
  background-color: rgba(255, 81, 0, 1);
  border-radius: 2px;
}

.hidden-checkbox:checked ~ .checkbox {
  background-color: rgba(255, 81, 0, 1);
  border-color: rgba(255, 81, 0, 1);
}

.hidden-checkbox:checked ~ .checkbox .checkmark {
  opacity: 1;
  transform: scale(1);
}

.custom-checkbox a {
  color: #fff;
  text-decoration: underline;
  transition: all 0.3s ease;
}

.custom-checkbox a:hover {
  color: rgba(225, 51, 0, 1);
  text-decoration: none;
}

.custom-checkbox.error .checkbox {
  border-color: #ff0048;
}

.custom-checkbox.error {
  color: #ff0048;
}
.container{
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
.container-fluid{
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.row{
	margin-right: -15px;
	margin-left: -15px;
}
.row-flex{
	display: flex;
	flex-flow: row wrap;
}


/*Блок1*/
.form-one {backdrop-filter: blur(13px);
background: rgba(255, 255, 255, 0.1);
border: 0.5px solid rgba(255, 255, 255, 1);
padding:40px;
    -webkit-border-radius: 15px;
-moz-border-radius: 15px;margin-top:40px;
border-radius: 15px;
    max-width:400px;
}

.input-submit {
    background: rgba(179, 30, 26, 1);
    color: #fff;
    font-family: "Rubik", sans-serif;
    font-weight: 600;
    padding: 12px 0px;
    font-size: 24px;
    border-radius: 12px;
    width: 100%;
    border: 0px;
    transition: all 0.3s ease; /* Плавность для всех изменений */
    will-change: transform; /* Подсказка браузеру для оптимизации анимации */
}

.input-submit:hover {
    background: linear-gradient(89.71deg, #b31e1a 2.77%, #8f1714 75.79%);
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(179, 30, 26, 0.4);
    cursor: pointer;
}

.input-c:focus {outline:none;}
.input-c {height:55px;width:100%;background:rgba(217, 217, 217, 1);border:0px;margin-bottom:20px;
       -webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;padding-left:20px;
}

.grid-preim {
    
    padding:40px;

}




/* Каталог */
.catalog-section {
    padding: 80px 0;
    background: #E9E9E9;
}

.catalog-title {
    font-family: "Fira Sans", sans-serif;
    font-weight: 600;
    font-size: 48px;
    color: #1e2b3c;
    margin-bottom: 40px;
}

/* Фильтр */
.catalog-filter {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 50px;
}

.filter-btn {
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #1e2b3c;
    background: transparent;
    border: 2px solid transparent;
    padding: 10px 25px;
    border-radius: 40px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.filter-btn:hover {
    border-color: #b31e1a;
    color: #b31e1a;
}

.filter-btn.active {
    background: #b31e1a;
    color: white;
    border-color: #b31e1a;
}

/* Сетка карточек */
.catalog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(387px, 1fr));
    gap: 30px;
    justify-content: center;
}

/* Карточка товара */
.product-card {
    width: 100%;
    max-width: 387px;
    background: rgba(246, 246, 246, 1);
    border-radius: 12px;
    padding: 16px 16px 15px 16px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin: 0 auto;
}

.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.product-image {
    width: 100%;
    height: auto;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 15px;
    padding:20px;background:#fff;
}

.product-image img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.5s ease;
}

.product-card:hover .product-image img {
    transform: scale(1.05);
}

.product-sku {
    font-family: "Rubik", sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #b31e1a;
    margin-bottom: 10px;
}

.product-description {
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    color: rgba(0, 0, 0, 0.5);
    margin-bottom: 20px;
    min-height: 80px;
}

.product-actions {
 
}

.order-btn {
    background: linear-gradient(89.71deg, #6FA482 2.77%, #518664 75.79%);
    color: white;
    font-family: "Rubik", sans-serif;
    font-weight: 600;
    font-size: 16px;
    padding: 12px 30px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    flex: 1;
 width:100%;
    box-shadow: 0 4px 10px rgba(81, 134, 100, 0.3);
}

.order-btn:hover {
    background: linear-gradient(89.71deg, #518664 2.77%, #3d6a4b 75.79%);
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(81, 134, 100, 0.4);
}

.order-btn:active {
    transform: translateY(0);
    box-shadow: 0 2px 5px rgba(81, 134, 100, 0.3);
}

.details-link {
    color: rgba(11, 40, 21, 1);
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.3s ease;
    white-space: nowrap;
    border: 1px solid rgba(0, 0, 0, 0.3);
    padding: 10px 20px;
    border-radius:8px;width:100%;margin-top:20px;
    background: transparent;
    display: inline-block;
    text-align: center;
}

.details-link:hover {
    background: rgba(11, 40, 21, 0.05);
    border-color: rgba(11, 40, 21, 0.5);
    color: rgba(11, 40, 21, 1);
}

/* Адаптивность */
@media (max-width: 768px) {
    .catalog-title {
        font-size: 36px;
        text-align: center;
    }
    
    .catalog-filter {
        justify-content: center;
    }
    
    .catalog-grid {
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
        gap: 20px;
    }
    
    .product-card {
        max-width: 350px;
    }
    
    .product-actions {
        flex-direction: column;
    }
    
    .order-btn {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .filter-btn {
        font-size: 14px;
        padding: 8px 18px;
    }
    
    .product-description {
        font-size: 13px;
        min-height: auto;
    }
}




/* Блок преимуществ */
        .advantages-section {
            padding: 80px 0;
            background: #f8f9fa; /* светлый фон, чтобы было свежо */
        }

        .advantages-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 60px;
            background:url(../i/banner-adv.png) no-repeat center;background-size:cover;
   -webkit-border-radius: 12px;
-moz-border-radius: 12px;
border-radius: 12px;
            
            align-items: start; /* выравнивание по верхнему краю */
            max-width: 1200px;
            margin: 0 auto;
            padding:40px;
        }

        /* Левая колонка */
        .advantages-left {
            display: flex;
            flex-direction: column;
            justify-content: space-between; /* прижимает кнопку вниз */
            height: 100%;
            min-height: 400px; /* фиксированная высота, чтобы левая и правая колонки визуально совпадали */
        }

        .advantages-title {
            font-family: "Fira Sans", sans-serif;
            font-weight: 600;
            font-size: 48px;
            line-height: 1.2;
            color: #fff;
            margin: 0 0 30px 0;
        }

        .advantages-btn {
            background: #b31e1a; /* ваш фирменный красный */
            color: white;
            font-family: "Rubik", sans-serif;
            font-weight: 600;
            font-size: 20px;
            padding: 15px 40px;
            border: none;
            border-radius: 50px;
            cursor: pointer;
            transition: background 0.3s ease;
            display: inline-block;
            width: fit-content;
            text-decoration: none;
            border: 2px solid transparent;
        }

        .advantages-btn:hover {
            background: #8f1714;
            color: white;
        }

        /* Правая колонка */
        .advantages-right {
            display: flex;
            flex-direction: column;
            gap: 40px;
        }

        .advantage-item {
            display: flex;
            gap: 20px;
            align-items: flex-start;
        }

        .advantage-icon {
    
       
    
            display: flex;
            align-items: center;
            justify-content: center;

    
        }
.advantages-btn svg {margin-left:10px;}
        .advantage-icon svg {

            fill: none;
            stroke-width: 2;
        }

        .advantage-text h4 {
            font-family: "Rubik", sans-serif;
            font-weight: 600;
            font-size: 20px;
            color: #fff;
            margin: 0 0 8px 0;
        }

        .advantage-text p {
            font-family: "Rubik", sans-serif;
     
            font-size: 18px;

font-weight: 500;
font-size: 18px;


            color: rgba(255, 255, 255, 0.5);
            margin: 0;
            max-width: 380px;
        }

        /* Мобильная адаптация */
        @media (max-width: 768px) {
            .advantages-grid {
                grid-template-columns: 1fr;
                gap: 40px;
            }

            .advantages-left {
                min-height: auto;
            }

            .advantages-title {
                font-size: 36px;
            }

            .advantage-item {
                gap: 15px;
            }
        }
  /* основной грид-контейнер */
        .grid-container {
            max-width: 1400px;
            width: 100%;margin:0 auto;
     display: grid;
            grid-template-columns: auto 1fr auto;  /* логотип | меню | контакты в одну линию */
            align-items: center;
            gap: 1.5rem 2rem;
            padding: 0.75rem 2rem;
  
            flex-wrap: wrap; /* подстраховка, но грид не даст переноса, если хватает места */
        }

        /* HEADER: всё в одну строку (лого, меню, контакты) */
        .header {
            background:rgba(45, 45, 45, 1);padding:25px 0px;
     
           
        }

        /* Логотип */
        .logo {
            display: flex;
            align-items: center;
            gap: 0.5rem;
            white-space: nowrap;
        }
        .logo-icon {
            background: #1e2b3c;
            color: white;
            font-weight: 700;
            font-size: 1.8rem;
            width: 44px;
            height: 44px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 14px;
        }
        .logo-text {
            font-weight: 600;
            font-size: 1.5rem;
            letter-spacing: -0.02em;
            color: #1e2b3c;
        }
        .logo-text span {
            color: #c53d3d;
        }

        /* меню (навигация) */
        .nav-wrapper {
            justify-self: start;
            width: 100%;
        }
        .nav-links {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 0.75rem 1.8rem;
            list-style: none;
            padding: 0;
            margin: 0;
        }
        .nav-links li a {
            text-decoration: none;
font-family: "Rubik";
font-weight: 500;
font-size: 15px;
color:#fff;
text-transform: uppercase;

            transition: color 0.15s;
            white-space: nowrap;
        }
        .nav-links li a:hover {
            color: #c53d3d;
        }

        /* пункт "сайт SMEG" с бейджем */
        .smeg-site-link a {
            display: flex;
            align-items: center;
            gap: 0.3rem;
            background: #1e2b3c;
            color: white !important;
            padding: 0.4rem 1.2rem;
            border-radius: 40px;
            font-weight: 500;
        }
        .smeg-site-link a:hover {
            background: #2b3e54;
        }

        /* контактный блок (email + выпадающие телефоны) — тоже всё в ряд */
        .header-contacts {
            display: flex;
            align-items: center;
            gap: 1rem;
            white-space: nowrap;
        }

        .email-block {
            display: flex;
            align-items: center;
            gap: 0.4rem;
font-family: "Rubik";
font-weight: 500;
font-size: 15px;

text-transform: uppercase;

            color: #fff;
            text-decoration: none;
        }
     
.relative {position: relative}
.absol-img {position: absolute;bottom:0px;right:0px;}
        /* дропдаун с телефонами */
        .phone-dropdown {
            position: relative;
            display: inline-block;
        }
        .phone-dropdown input[type="checkbox"] {
            display: none;
        }
        .phone-dropdown-btn {
   
            border: none;
       font-family: "Rubik";
font-weight: 500;
font-size: 15px;
text-transform: uppercase;

 color: #fff;
            display: flex;
            align-items: center;
            gap: 0.5rem;
            cursor: pointer;
            transition: background 0.15s;
            border: 1px solid transparent;
            white-space: nowrap;
        }
     
        .dropdown-arrow {
            font-size: 1.4rem;
            line-height: 1;
            color: #fff;
            transition: transform 0.2s;
        }
        .phone-dropdown input[type="checkbox"]:checked + .phone-dropdown-btn .dropdown-arrow {
            transform: rotate(180deg);
        }
        .dropdown-content {
            display: none;
            position: absolute;
            right: 0;
            top: 130%;
            background: white;
            min-width: 240px;
            box-shadow: 0 20px 30px -8px rgba(0,0,0,0.15);
            border-radius: 20px;
            padding: 0.5rem 0.25rem;
            z-index: 20;
            border: 1px solid #dfe6ef;
        }
        .dropdown-content a {
            display: flex;
            align-items: center;
            gap: 0.8rem;
            padding: 0.7rem .5rem;
            text-decoration: none;
            color: #1e2b3c;
            border-radius: 12px;
            margin: 0 0.4rem;
        }
        .dropdown-content a:hover {
            background: #f0f4f9;
        }
        .phone-dropdown input[type="checkbox"]:checked ~ .dropdown-content {
            display: block;
        }

        /* main — для демонстрации */
        .main-content {
            grid-area: main;
            padding: 3rem 2rem;
            background: white;
            display: grid;
            place-items: center;
            color: #2c3e4f;
            font-size: 1.2rem;
            min-height: 40vh;
        }


/* Контактный блок с иконками */
.contact-info {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-family: "Rubik", sans-serif;
    font-size: 20px;
    color: #fff;

}

.contact-item::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    margin-top: 2px;
    background: currentColor;
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
}

.contact-item a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-item a:hover {
    color: #b31e1a; /* ваш фирменный красный */
}

/* Иконки для каждого типа */
.address::before {
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z'%3E%3C/path%3E%3Ccircle cx='12' cy='10' r='3'%3E%3C/circle%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z'%3E%3C/path%3E%3Ccircle cx='12' cy='10' r='3'%3E%3C/circle%3E%3C/svg%3E");
}

.phone::before {
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='5' y='2' width='14' height='20' rx='2' ry='2'%3E%3C/rect%3E%3Cline x1='12' y1='18' x2='12' y2='18'%3E%3C/line%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='5' y='2' width='14' height='20' rx='2' ry='2'%3E%3C/rect%3E%3Cline x1='12' y1='18' x2='12' y2='18'%3E%3C/line%3E%3C/svg%3E");
}

.email::before {
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='2' y='4' width='20' height='16' rx='2'%3E%3C/rect%3E%3Cpath d='m22 7-10 7L2 7'%3E%3C/path%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='2' y='4' width='20' height='16' rx='2'%3E%3C/rect%3E%3Cpath d='m22 7-10 7L2 7'%3E%3C/path%3E%3C/svg%3E");
}

.website::before {
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'%3E%3C/circle%3E%3Cline x1='2' y1='12' x2='22' y2='12'%3E%3C/line%3E%3Cpath d='M12 2a15.3 15.3 0 0 1 4 10 15.3 15.3 0 0 1-4 10 15.3 15.3 0 0 1-4-10 15.3 15.3 0 0 1 4-10z'%3E%3C/path%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'%3E%3C/circle%3E%3Cline x1='2' y1='12' x2='22' y2='12'%3E%3C/line%3E%3Cpath d='M12 2a15.3 15.3 0 0 1 4 10 15.3 15.3 0 0 1-4 10 15.3 15.3 0 0 1-4-10 15.3 15.3 0 0 1 4-10z'%3E%3C/path%3E%3C/svg%3E");
}

/* Адаптация под мобильные */
@media (max-width: 768px) {
    .contact-item {
        font-size: 14px;
    }
}

        /* ===== АДАПТИВНОСТЬ ===== */
        /* Когда ширина < 1200px — грид перестраиваем, чтобы всё не сжималось слишком сильно */
        @media screen and (max-width: 1200px) {
            .header {
                grid-template-columns: 1fr;        /* всё в колонку */
                gap: 1rem;
                padding: 1.2rem 1.5rem;
            }
            .nav-wrapper {
                justify-self: stretch;
            }
            .nav-links {
                flex-wrap: wrap;
                justify-content: flex-start;
            }
            .header-contacts {
                justify-content: flex-start;
                flex-wrap: wrap;
            }
        }

        /* маленькие мобильные */
        @media screen and (max-width: 600px) {
            .header {
                padding: 1rem;
            }
            .nav-links {
                flex-direction: column;
                align-items: flex-start;
                gap: 0.8rem;
            }
            .smeg-site-link a {
                white-space: normal;
            }
            .header-contacts {
                flex-direction: column;
                align-items: stretch;
                width: 100%;
            }
            .email-block, .phone-dropdown {
                width: 100%;
            }
            .phone-dropdown-btn {
                justify-content: space-between;
            }
            .dropdown-content {
                width: 100%;
                left: 0;
                right: auto;
            }
            .main-content {
                padding: 2rem 1rem;
            }
        }

/*Блок 2*/
/* Стили для видео-фона на первом слайде */
.section-1 {
    position: relative;
    min-height: 800px;
    padding: 60px 0px 60px 0px;
    overflow: hidden;
}

.video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.video-background video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translateX(-50%) translateY(-50%);
    object-fit: cover;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4); /* Затемнение для лучшей читаемости текста */
    z-index: 1;
}

.content-over-video {
    position: relative;
    z-index: 2;
}

/* Убедимся, что текст остается читаемым */
.content-over-video .title1,
.content-over-video .title2 {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

/* Адаптация для мобильных устройств */
@media (max-width: 768px) {
    .section-1 {
        min-height: 600px;
    }
    
    .video-background {
        /* На мобильных можно заменить изображением для экономии трафика */
        background: url(../i/bg-main.png) no-repeat center;
        background-size: cover;
    }
    
    .video-background video {
        display: none; /* Скрываем видео на мобильных */
    }
}
.title1{font-family: "Fira Sans", sans-serif;
font-weight: 600;
color:#fff;
font-size: 60px;
max-width:600px;

}
.title2 {font-family: "Fira Sans", sans-serif;
font-weight: 400;color:#fff;
max-width:680px;
font-size: 40px;

}


/*Блок 3*/
.section-3 {background:url(../i/bg-ytp2.png) no-repeat center; background-size:cover;min-height: 700px;padding:60px 0px 60px 0px;}
.title-3 {max-width:521px;font-family: "Fira Sans", sans-serif;
font-weight: 500;
font-size: 50px;padding-bottom:20px;
color:rgba(0, 0, 0, 1);
}
.title-3-1 {max-width:521px;border-top:1px solid rgba(0, 0, 0, 1);font-family: "Rubik", sans-serif;
font-weight: 400;
font-size: 20px;padding-top:20px;
color:rgba(0, 0, 0, 1);
}
.sec-opinion {background:linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../i/bg-opinions.png) no-repeat center; background-size:cover;min-height:460px;padding:60px 0px 60px 0px;margin-bottom:120px;margin-top:100px;}


/*Блок 5 — добавил затемнение */
.section-5 {
    position: relative;
    min-height: 950px;
    padding: 60px 0px 60px 0px;
    overflow: hidden;
}
.grid-sec5 {display: grid;grid-template-columns: 1fr 1fr;  }
.sec5-title {font-family: "Fira Sans", sans-serif;
font-weight: 500;

font-size: 60px;
color:#fff;
}
.sec5-title2 {font-family: "Rubik", sans-serif;
font-weight: 400;
border-top:1px solid rgba(255, 255, 255, 1);padding-top:20px;margin-top:20px;
font-size: 20px;
color:#fff;
}
.right-text {text-align: right;position: relative;z-index:100;}
.rigt-c {float:right;}


.section6 {margin-top:120px;margin-bottom:80px;}
.section-6-c {background:url(../i/bg-ytp4.png) no-repeat center; background-size:cover;min-height:800px;padding:60px 0px 60px 0px;
 -webkit-border-radius: 12px;
-moz-border-radius: 12px;
border-radius: 12px;

}
.title-6c {text-align: center;color:#fff;font-family: "Fira Sans", sans-serif;
font-weight: 700;
font-size: 60px;max-width:700px;margin:0 auto;text-align: center;

}
.img-mar {display:table;margin:0 auto;margin-top:30px;}


.section7 {background:url(../i/bg-foot.png) no-repeat center; background-size:cover;min-height:600px;padding:60px 0px 60px 0px;}
.grid-sec7 {display: grid;grid-template-columns: 1fr 410px;  }

.section7-title{font-family: "Fira Sans", sans-serif;
font-weight: 700;
margin-bottom:20px;
font-size: 55px;
color:#fff;}
.section7-title2{font-family: "Rubik", sans-serif;
font-weight: 400;margin-bottom:20px;
font-size: 20px;
color:#fff;}
.footer-bottom2 {display: grid;
  grid-template-columns: 1fr 1fr;
    width:100%;

}

/* Секция отзывов на всю ширину */
.reviews-section {
    width: 100%;
    padding: 80px 0;
    background: #E9E9E9; /* ваш основной фон */
    overflow: hidden;
}

.reviews-title {
    font-family: "Fira Sans", sans-serif;
    font-weight: 600;
    font-size: 48px;
    color: #fff;
    text-align: center;
    margin-bottom: 50px;
    padding: 0 15px;
}

/* Карусель */
.reviews-carousel {
    display: flex;
    gap: 30px;
    padding: 20px 40px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: #b31e1a #ddd;
}

.reviews-carousel::-webkit-scrollbar {
    height: 8px;
}

.reviews-carousel::-webkit-scrollbar-track {
    background: #ddd;
    border-radius: 10px;
}

.reviews-carousel::-webkit-scrollbar-thumb {
    background: #b31e1a;
    border-radius: 10px;
}

/* Карточка отзыва */
.review-card {
    flex: 0 0 auto;
    width: 386px;
    height: 164px;
    padding: 20px;
    border-radius: 15px;
    backdrop-filter: blur(13px);
    background: rgba(255, 255, 255, 0.3);
    border: 0.5px solid rgba(255, 255, 255, 0.5);
    scroll-snap-align: start;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease;
}

.review-card:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.4);
}

/* Шапка карточки с аватаром */
.review-header {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-bottom: 12px;
}

.review-avatar {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #b31e1a;
}

.review-author-info {
    display: flex;
    flex-direction: column;
}

.review-author {
    font-family: "Rubik", sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #1e2b3c;
}

.review-location {
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #4a5f73;
}
/* Добавь отступы справа для каждого слайда */
.reviews-slider .slick-slide {
    margin-right: 30px; /* или нужный тебе отступ */
}

/* Чтобы последний слайд не имел лишнего отступа */
.reviews-slider .slick-slide:last-child {
    margin-right: 0;
}

/* Компенсация для правильного отображения */
.reviews-slider .slick-list {
    margin-right: -30px; /* отрицательный отступ = такому же значению как выше */
}
/* Текст отзыва */
.review-text {
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    color: #1e2b3c;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Мобильная адаптация */
@media (max-width: 768px) {
    .reviews-title {
        font-size: 36px;
        margin-bottom: 30px;
    }
    
    .reviews-carousel {
        gap: 20px;
        padding: 15px 20px;
    }
    
    .review-card {
        width: 300px;
        height: auto;
        min-height: 180px;
        padding: 15px;
    }
}

@media (max-width: 480px) {
    .review-card {
        width: 280px;
    }
    
    .review-text {
        font-size: 13px;
    }
}


footer {margin-top:70px;padding-top:40px;padding-bottom:20px;background:rgba(45, 45, 45, 1);}

.dev {
    text-align:right;
}
.dev a {
    display: block;

}

.dev a img {
    display: inline-block;
    vertical-align: middle;
}

.dev a span {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;line-height: 1.2em;
    text-align: left;
font-weight: 400;
font-size: 16px;
color:rgba(55, 45, 44, 1);
    position: relative;
    transition: .3s color;
}
 .dev a:hover {text-decoration:none;}
 .dev a:hover span {
    color: rgba(55, 45, 44, 1);
}


   /* ========== ПОДВАЛ ========== */
.cont12 {max-width:1200px;margin:0 auto;}
.foot-gr {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 2.5rem 3rem;
        }
        .footer {
            background: #0f1c2b;  /* глубокий тёмно-синий */
            color: #c6d9f0;
            
        }

        .footer-block {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
        }

        .footer-block h3 {
            color: white;
            font-weight: 600;
            font-size: 1.1rem;
            letter-spacing: 0.04em;
            margin-bottom: 1.2rem;
            text-transform: uppercase;
            border-left: 4px solid #c53d3d;
            padding-left: 1rem;
        }

        .footer-block p, .footer-block a {
            color: #b6cee8;
            text-decoration: none;font-size: 15px;

            line-height: 1.3;
            transition: color 0.2s;
            display: flex;
            align-items: center;
            gap: 0.75rem;
        }

        .footer-block a:hover {
            color: white;
        }

        /* иконки SVG (все встроенные) */
        .icon {
            width: 20px;
            height: 20px;
            display: inline-block;
            flex-shrink: 0;
            color: currentColor;
        }

        /* для ссылки техподдержки делаем чуть более заметной */
        .support-email {
            background: #1e3348;
            padding: 0.6rem 1.4rem 0.6rem 1.2rem;
            border-radius: 40px;
            border: 1px solid #3d5977;
            margin-top: 0.2rem;
        }
        .support-email:hover {
            background: #26445f;
            border-color: #6a8eb0;
        }

        /* меню */
        .menu-links a {
            margin-bottom: 0.5rem;
        }

        /* нижняя строка */
        .footer-bottom {
            grid-column: 1 / -1;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: center;
            margin-top: 2rem;
            padding-top: 1.8rem;
            border-top: 1px solid #2a4055;
            color: #8faaca;
            font-size: 0.9rem;
        }

        /* адаптация */
        @media screen and (max-width: 950px) {
            .footer {
                grid-template-columns: repeat(2, 1fr);
                gap: 2.2rem;
            }
        }

        @media screen and (max-width: 600px) {
            .footer {
                grid-template-columns: 1fr;
     
            }
            .footer-bottom {
                flex-direction: column;
                gap: 0.7rem;
                align-items: flex-start;
            }
        }


.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12{
	float: left;
}
.col-xs-12{
	width: 100%;
}
.col-xs-11{
	width: 91.66666667%;
}
.col-xs-10{
	width: 83.33333333%;
}
.col-xs-9{
	width: 75%;
}
.col-xs-8{
	width: 66.66666667%;
}
.col-xs-7{
	width: 58.33333333%;
}
.col-xs-6{
	width: 50%;
}
.col-xs-5{
	width: 41.66666667%;
}
.col-xs-4{
	width: 33.33333333%;
}
.col-xs-3{
	width: 25%;
}
.col-xs-2{
	width: 16.66666667%;
}
.col-xs-1{
	width: 8.33333333%;
}
.col-xs-offset-12{
	margin-left: 100%;
}
.col-xs-offset-11{
	margin-left: 91.66666667%;
}
.col-xs-offset-10{
	margin-left: 83.33333333%;
}
.col-xs-offset-9{
	margin-left: 75%;
}
.col-xs-offset-8{
	margin-left: 66.66666667%;
}
.col-xs-offset-7{
	margin-left: 58.33333333%;
}
.col-xs-offset-6{
	margin-left: 50%;
}
.col-xs-offset-5{
	margin-left: 41.66666667%;
}
.col-xs-offset-4{
	margin-left: 33.33333333%;
}
.col-xs-offset-3{
	margin-left: 25%;
}
.col-xs-offset-2{
	margin-left: 16.66666667%;
}
.col-xs-offset-1{
	margin-left: 8.33333333%;
}
.col-xs-offset-0{
	margin-left: 0;
}
.col-xs-tac{
	text-align: center;
}
.col-xs-tar{
	text-align: right;
}
.col-xs-tal{
	text-align: left;
}
.col-xs-taj{
	text-align: justify;
}

.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after{
	display: table;
	content: " ";
}
.container:after,
.container-fluid:after,
.row:after{
	clear: both;
}
.container {
  margin-right:auto;
  margin-left:auto;
  padding-left:15px;
  padding-right:15px
}

