.s_button {background:#fff; color:#043A54; padding:15px; margin-right:50px; text-decoration:none!important; border:2px solid #043A54; font-weight:600; transition: all 0.6s;}
.s_button:hover {background:#043A54; color:#CDD8DD; padding:15px; border:2px solid #CDD8DD; transition: all 0.6s;}
.g_fon {
  background-image: url('images/fon-g1.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed; /* Параллакс-эффект */
  min-height: 80vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.b_fon {
  background-image: url('images/fon-g2.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed; /* Параллакс-эффект */
  min-height: 80vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}


.fonstr {
  background-image: url('images/fonstr.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed; /* Параллакс-эффект */
  min-height: 80vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}


/* Делаем каждый отдельный пост позиционированным контейнером */
.sp-pcp-post.pcp-item {
    position: relative !important;
}

/* Позиционируем заголовок абсолютно внутри каждого поста */
.sp-pcp-post .sp-pcp-title {
    position: absolute !important;
    bottom: 10px !important;
    left: 10px !important;
    margin: 0 !important;
    padding: 10px 15px !important;
    z-index: 10 !important;
    
    /* Стилизация для лучшей читаемости */
    background: #043a54!important;
    color: white !important;
    font-size: 16px !important;
    font-weight: bold !important;
    max-width: calc(100% - 30px) !important;
    box-sizing: border-box !important;
	border-top:2px solid transparent!important;
    transition: all 0.6s !important;
}

.sp-pcp-post:hover .sp-pcp-title {padding-right:50px!important; transition: all 0.6s ease !important;}
#pcp_wrapper-546 .sp-pcp-col-xs-1 {max-width:375px!important;}
#pcp_wrapper-546 .sp-pcp-row {margin: 0 auto!important; max-width: 800px!important;}

.sp-pcp-col-xs-1 {
    display: inline-block;
    vertical-align: top;
    text-align: left;
}


.sp-pcp-post .sp-pcp-title a {
    color: inherit !important;
    text-decoration: none !important;
}

.sp-pcp-post .sp-pcp-title:hover {
    background: rgba(0, 0, 0, 0.9) !important;
}



div[class*="sp-pcp-col"] .sp-pcp-post[data-id] {
    position: relative !important;
}

div[class*="sp-pcp-col"] .sp-pcp-post[data-id] h4.sp-pcp-title {
    position: absolute !important;
    bottom: 12px !important;
    left: 10px !important;
    z-index: 1000 !important;
}

.wpcf7-submit {background:#043A54!important; color:#CDD8DD!important; padding:15px!important; text-decoration:none!important; border:2px solid #043A54!important; font-weight:600; border-radius:0px!important; transition: all 0.6s;}
.wpcf7-submit:hover {background:#fff!important; color:#043A54!important; padding:15px!important; border:2px solid #043A54!important; transition: all 0.6s;}

#ast-hf-menu-1 .menu-item-type-post_type:last-child {background:#034D81!important;}

/* Карусель отзывов - только пагинация */
    /* Ваши существующие стили с модификацией для анимации */
    .glsr-reviews .glsr-review {
        padding: 20px;
        border: 1px solid #ddd;
        border-radius: 8px;
        margin-bottom: 20px;
        background: #f9f9f9;
        /* Позиционирование для анимации листания */
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        opacity: 0;
        transform: translateX(100%); /* Начальная позиция справа */
        transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        pointer-events: none;
    }
    
    .glsr-reviews .glsr-review.active {
        opacity: 1 !important;
        transform: translateX(0) !important; /* Активный слайд по центру */
        pointer-events: auto;
    }
    
    .glsr-reviews .glsr-review.prev {
        transform: translateX(-100%); /* Предыдущий слайд слева */
        opacity: 0;
    }
    
    .glsr-reviews {
        min-height: 200px;
        position: relative;
        overflow: hidden;
    }
    
    /* Скрыть дату и заголовок */
    .glsr-review-date {
        display: none !important;
    }
    .glsr-review-title {
        display: none !important;
    }
    
    .carousel-dots {
        text-align: center;
        margin-top: 20px;
    }
    .carousel-dot {
        display: inline-block;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background: #ccc;
        margin: 0 5px;
        cursor: pointer;
        transition: background 0.3s ease;
    }
    .carousel-dot:hover {
        background: #999;
    }
    .carousel-dot.active {
        background: #007cba;
    }
    
    /* Поддержка touch-событий */
    .glsr-reviews {
        touch-action: pan-y;
        user-select: none;
    }
	

/* Добавьте эти стили к вашим существующим стилям */
.glsr-reviews .glsr-review {
    /* Ваши существующие стили остаются */
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
    margin-bottom: 20px;
    background: #f9f9f9;
    /* Добавьте эти новые свойства для анимации */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transform: translateX(100%);
    transition: all 2.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    pointer-events: none;
    /* Убираем display: none !important; */
}

.glsr-reviews .glsr-review.active {
    opacity: 1 !important;
    transform: translateX(0) !important;
    pointer-events: auto;
    /* Убираем display: block !important; */
}

.glsr-reviews {
    min-height: 250px;
    /* Добавьте эти свойства */
    position: relative;
    overflow: hidden;
    touch-action: pan-y;
    user-select: none;
}

/* Остальные ваши стили остаются без изменений */
.glsr-review-date {
    display: none !important;
}
.glsr-review-title {
    display: none !important;
}
.carousel-dots {
    text-align: center;
    margin-top: 20px;
}
.carousel-dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ccc;
    margin: 0 5px;
    cursor: pointer;
    transition: background 0.3s ease;
}
.carousel-dot:hover {
    background: #999;
}
.carousel-dot.active {
    background: #043a54;
}
.glsr-review-author .glsr-tag-value {font-family: "Rajdhani", sans-serif; color:#043a54; font-size:26px; text-align:center;}
.glsr-review-author {margin:0 auto;}
.glsr-review-content .glsr-tag-value {font-family: "Rajdhani", sans-serif; color:#043a54; font-size:22px; text-align:center; font-style: italic;}
.glsr-review-rating {margin:0 auto;}
.footer {
  background-color: #043a54;
  color: white;
  padding: 40px 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}

.footer-column {
  flex: 1;
  min-width: 200px;
}

.footer-title {
  font-family: 'Rajdhani', sans-serif;
  font-size: 24px;
  margin-bottom: 16px;
 color: white;
}

.footer-text {
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  margin: 4px 0;
  color: white;
}

.sub-header {margin-top:0px!important; margin-bottom:0px!important;}
.kph-highlight {
  padding: 50px 30px;
  border-radius: 20px;
  margin-bottom: 40px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.kph-highlight h2 {
  font-family: 'Rajdhani', sans-serif;
  font-size: 32px;
  margin-bottom: 20px;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.kph-highlight p {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 0;

}

.kph-highlight.light {
  background-color: #f6f9fb;
  color: #043a54;
}

.kph-highlight.light h3 {
  color: #043a54;
}

.kph-highlight.light p {
  color: #043a54;
}

hr.wp-block-separator {border: none!important;
  height: 3px!important;
  background: linear-gradient(90deg, transparent, #043a54, transparent)!important;
  margin: 0 auto 40px!important;
  width: 200px!important;
  border-radius: 2px!important;
}


.kph-highlight {
            width: 50%;
            max-width: 600px;
            background: linear-gradient(135deg, #043a54 0%, #065a7a 100%);
            border-radius: 20px;
            padding: 40px;
            position: relative;
            box-shadow: 0 20px 40px rgba(4, 58, 84, 0.3);
            overflow: hidden;
            transform: translateY(0);
            transition: all 0.3s ease;
        }

        .kph-highlight:hover {
            transform: translateY(-5px);
            box-shadow: 0 25px 50px rgba(4, 58, 84, 0.4);
        }

        .kph-highlight::before {
            content: '';
            position: absolute;
            top: -50%;
            right: -50%;
            width: 200%;
            height: 200%;
            background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="rgba(255,255,255,0.1)" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
            opacity: 0.3;
            animation: float 20s ease-in-out infinite;
        }

        .kph-highlight::after {
            content: '🏗️';
            position: absolute;
            top: 20px;
            right: 20px;
            font-size: 60px;
            opacity: 0.1;
            transform: rotate(15deg);
        }

        @keyframes float {
            0%, 100% { transform: rotate(0deg) translateX(0px); }
            50% { transform: rotate(5deg) translateX(10px); }
        }

        .kph-highlight h3 {
            margin: 0 0 20px 0;
            color: #ffffff;
            font-size: 32px;
            font-weight: bold;
            position: relative;
            z-index: 2;
            text-shadow: 0 2px 4px rgba(0,0,0,0.3);
            line-height: 1.2;
        }

        .kph-highlight h3::before {
            content: '';
            position: absolute;
            left: -20px;
            top: 50%;
            transform: translateY(-50%);
            width: 6px;
            height: 40px;
            background: linear-gradient(to bottom, #ffd700, #ffb347);
            border-radius: 3px;
            box-shadow: 0 2px 4px rgba(0,0,0,0.2);
        }

        .kph-highlight p {
            margin: 0;
            color: #e8f4f8;
            font-size: 18px;
            line-height: 1.6;
            position: relative;
            z-index: 2;
            font-weight: 400;
            text-shadow: 0 1px 2px rgba(0,0,0,0.2);
        }

        .construction-icon {
            position: absolute;
            bottom: 20px;
            left: 30px;
            width: 80px;
            height: 80px;
            opacity: 0.15;
            fill: #ffffff;
        }

        @media (max-width: 768px) {
    
            
            .kph-highlight {
                width: 90%;
                padding: 30px;
            }
            
            .kph-highlight h3 {
                font-size: 26px;
            }
            
            .kph-highlight p {
                font-size: 16px;
            }
        }
		
.margi {
    display: flex;
    justify-content: center; /* центрирование по горизонтали */
    align-items: center; /* центрирование по вертикали */
    gap: 20px; /* отступ между блоками */
    flex-wrap: wrap; /* перенос на новую строку при необходимости */
}
.mwidth {max-width:70%;}

/* Стили для формы отзывов в стиле homepage-form */
.glsr-review-form {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px;
    background: white;
    border-radius: 16px;
    box-shadow: 0 8px 40px rgba(0,0,0,0.1);
    animation: fadeInUp 0.8s ease-out;
    overflow: hidden;
}

/* Анимация появления */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Стили для полей формы */
.glsr-field {
    margin-bottom: 25px;
    position: relative;
}

/* Стили для лейблов */
.glsr-label {
    display: block;
    color: #043a54;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.glsr-label span {
    display: block;
}

/* Стили для полей ввода */
.glsr-input,
.glsr-textarea,
.glsr-select {
    width: 100%;
    padding: 16px 18px;
    border: 2px solid #e8ecf0;
    border-radius: 10px;
    font-size: 15px;
    transition: all 0.3s ease;
    box-sizing: border-box;
    background: #fafbfc;
    font-family: inherit;
    color: #333;
}

.glsr-input:focus,
.glsr-textarea:focus,
.glsr-select:focus {
    outline: none;
    border-color: #043a54;
    box-shadow: 0 0 0 4px rgba(4, 58, 84, 0.1);
    background: white;
    transform: scale(1.01);
}

.glsr-input:hover,
.glsr-textarea:hover,
.glsr-select:hover {
    border-color: #043a54;
    background: white;
}

/* Стили для textarea */
.glsr-textarea {
    resize: vertical;
    min-height: 120px;
    line-height: 1.6;
}

/* Стили для селекта */
.glsr-select {
    appearance: none;
    background-image: url('data:image/svg+xml;charset=US-ASCII,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 4 5"><path fill="%23043a54" d="m0 0 2 2 2-2z"/></svg>');
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 12px;
    padding-right: 45px;
    cursor: pointer;
}

/* Стили для звездного рейтинга */
.glsr-field-rating {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 12px;
    border-left: 4px solid #043a54;
    margin-bottom: 30px;
}

.glsr-star-rating {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 10px;
}

.glsr-star-rating--stars {
    display: flex;
    gap: 3px;
    cursor: pointer;
}

.glsr-star-rating--stars span {
    width: 24px;
    height: 24px;
    background: #ddd;
    border-radius: 2px;
    transition: all 0.3s ease;
    position: relative;
}

.glsr-star-rating--stars span:before {
    content: '★';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #043a54;
    font-size: 20px;
    transition: color 0.3s ease;
}

.glsr-star-rating--stars span.gl-active::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #043a54;
    mask: url('https://legran.fi/wp-content/plugins/site-reviews/assets/images/stars/default/star-full.svg');
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask: url('https://legran.fi/wp-content/plugins/site-reviews/assets/images/stars/default/star-full.svg');
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
}


css.glsr-star-rating--stars span:hover,
.glsr-star-rating--stars span.active {
    background: #043a54!important;
}

/* Стили для чекбокса (toggle) */
.glsr-field-choice {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 12px;
    border-left: 4px solid #043a54;
    margin-bottom: 30px;
}

.glsr-field-toggle {
    display: block;
}

.glsr-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.glsr-toggle label {
    flex: 1;
    color: #333;
    font-weight: 500;
    font-size: 15px;
    cursor: pointer;
    text-transform: none;
    letter-spacing: normal;
    margin-bottom: 0;
}

.glsr-toggle-switch {
    position: relative;
    min-width: 60px;
}

.glsr-input-toggle {
    width: 60px;
    height: 30px;
    appearance: none;
    background: #ddd;
    border-radius: 30px;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
    outline: none;
}

.glsr-input-toggle:before {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    width: 24px;
    height: 24px;
    background: white;
    border-radius: 50%;
    transition: all 0.3s ease;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.glsr-input-toggle:checked {
    background: #043a54;
}

.glsr-input-toggle:checked:before {
    transform: translateX(30px);
}

.glsr-input-toggle:hover {
    box-shadow: 0 0 0 4px rgba(4, 58, 84, 0.1);
}

/* Ваши стили для кнопки */
.glsr-button {
    background:#043A54!important; 
    color:#CDD8DD!important; 
    padding:15px!important; 
    text-decoration:none!important; 
    border:2px solid #043A54!important; 
    font-weight:600; 
    border-radius:0px!important; 
    transition: all 0.6s;
}

.glsr-button:hover {
    background:#fff!important; 
    color:#043A54!important; 
    padding:15px!important; 
    border:2px solid #043A54!important; 
    transition: all 0.6s;
}

/* Контейнер для кнопки */
.wp-block-buttons {
    margin-top: 30px;
    text-align: center;
}

/* Стили для ошибок */
.glsr-field-error {
    color: #e74c3c;
    font-size: 13px;
    margin-top: 8px;
    font-weight: 500;
}

.glsr-field.glsr-field-error .glsr-input,
.glsr-field.glsr-field-error .glsr-textarea,
.glsr-field.glsr-field-error .glsr-select {
    border-color: #e74c3c;
    background: #fdf2f2;
}

.glsr-field.glsr-field-error .glsr-input:focus,
.glsr-field.glsr-field-error .glsr-textarea:focus,
.glsr-field.glsr-field-error .glsr-select:focus {
    box-shadow: 0 0 0 4px rgba(231, 76, 60, 0.1);
}

/* Сообщения формы */
.glsr-form-message {
    margin: 20px 0;
    padding: 15px;
    border-radius: 8px;
    text-align: center;
    font-weight: 500;
}

.glsr-form-message.success {
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.glsr-form-message.error {
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

/* Скрытые поля */
.glsr-field[style*="display:none"] {
    display: none !important;
}

/* Адаптивность */
@media (max-width: 768px) {
    .glsr-review-form {
        padding: 30px 20px;
        margin: 10px;
        border-radius: 12px;
    }
    
    .glsr-input,
    .glsr-textarea,
    .glsr-select {
        padding: 14px 16px;
        font-size: 14px;
    }
    
    .glsr-field-rating,
    .glsr-field-choice {
        padding: 15px;
    }
    
    .glsr-toggle {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    
    .glsr-toggle-switch {
        align-self: flex-end;
    }
    
    .wpcf7-submit {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .glsr-review-form {
        padding: 20px 15px;
    }
    
    .glsr-field {
        margin-bottom: 20px;
    }
    
    .glsr-star-rating--stars span {
        width: 20px;
        height: 20px;
    }
    
    .glsr-star-rating--stars span:before {
        font-size: 16px;
    }
}

.sub-menu {background:#034D81!important; min-width:250px!important;}
ul.sub-menu li {border-bottom:1px solid #fff;}


.company-info {
            max-width: 800px;
            margin: 0 auto;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            line-height: 1.6;
            color: #333;
            background: #fff;
            padding: 30px;
            border-radius: 8px;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
        }
        
        .company-header {
            text-align: center;
            margin-bottom: 30px;
            padding-bottom: 20px;
            border-bottom: 3px solid #043a54;
        }
        
        .company-name {
            font-size: 2.2em;
            font-weight: bold;
            color: #043a54;
            margin-bottom: 10px;
        }
        
        .two-column {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 40px;
            margin-bottom: 30px;
        }
        
        .info-section {
            background: #f8f9fa;
            padding: 20px;
            border-radius: 6px;
            border-left: 4px solid #043a54;
			min-height:250px;
        }
        
        .section-title {
            font-size: 1.3em;
            font-weight: bold;
            color: #043a54;
            margin-bottom: 15px;
            display: flex;
            align-items: center;
        }
        
        .section-title::before {
            content: "▶";
            margin-right: 8px;
            font-size: 0.8em;
        }
        
        .contact-item {
            margin-bottom: 8px;
            display: flex;
            flex-wrap: wrap;
        }
        
        .contact-label {
            font-weight: 600;
            min-width: 120px;
            color: #555;
        }
        
        .contact-value {
            color: #333;
        }
        
        .billing-section {
            background: #cdd8dd;
            padding: 25px;
            border-radius: 6px;
            border: 2px solid #043a54;
            margin-top: 20px;
        }
        
        .billing-intro {
            background: #fff;
            padding: 15px;
            border-radius: 4px;
            margin-bottom: 20px;
            font-style: italic;
            border-left: 4px solid #28a745;
        }
        
        .billing-details {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 20px;
            margin-bottom: 20px;
        }
        
        .billing-item {
            background: #fff;
            padding: 12px;
            border-radius: 4px;
            border: 1px solid #ddd;
        }
        
        .special-note {
            background: #fff3cd;
            border: 1px solid #ffeaa7;
            padding: 15px;
            border-radius: 4px;
            margin-top: 15px;
        }
        
        .note-title {
            font-weight: bold;
            color: #856404;
            margin-bottom: 8px;
        }
        
        .operators-list {
            margin-top: 10px;
            padding-left: 20px;
        }
        
        .operators-list li {
            margin-bottom: 5px;
            color: #555;
        }
        
        @media (max-width: 768px) {
            .two-column, .billing-details {
                grid-template-columns: 1fr;
                gap: 20px;
            }
            
            .company-info {
                padding: 20px;
            }
            
            .contact-item {
                flex-direction: column;
            }
            
            .contact-label {
                min-width: auto;
                margin-bottom: 2px;
            }
        }
		
.ast-footer-copyright p {color:#cdd8dd; font-size:14px;}
.ast-footer-copyright p a {color:#fff;}
.site-below-footer-wrap {padding-top:5px!important; padding-bottom:5px!important;}
.policy {padding-left:7px; padding-right:7px; border-left:2px solid #cdd8dd; border-right: 2px solid #cdd8dd;}


@media (max-width: 1560px) {
.mobi-b h2 {padding-left:12px!important; padding-top:40px!important; margin-bottom:0px!important;}
.mobi-b h4 {padding-left:12px!important;}
.mobi-b h3, .mobi-b h5, .mobi-b h6, .mobi-b ul, .mobi-b ul li {padding-left:12px!important;}
.mobi-b p {padding-left:12px!important;}
.mobi-b a {margin-left:12px!important; }
.g_fon h2 {padding-left:12px!important;}
.g_fon p {padding-left:12px!important;}
.g_fon a {margin-left:12px!important;}
.b_fon h2 {padding-left:12px!important;}
.b_fon p {padding-left:12px!important;}
.b_fon a {margin-left:12px!important;}
.fonstr h2 {padding-left:12px!important;}
.fonstr p {padding-left:12px!important;}
.fonstr a {margin-left:12px!important;}
.mobi-c {flex-basis:97%!important;}

h2 {font-size: 40px!important;}
}


@media (max-width: 1268px) {
.services-grid .wpcf7-list-item {max-width: 96%!important;}
.mobi-d p, .mobi-d h3 {padding-left:12px!important; padding-right:12px!important;}
}


@media (max-width: 1440px) {
.s_button {display:block; width:200px; text-align:center;}
.s_button:last-child {margin-bottom:40px;}
.mwidth {max-width:90%;}
h2 {font-size: 35px!important;}
}


@media (max-width: 1080px) {
#ast-hf-menu-1 li a, #ast-hf-menu-1-sticky li a {font-size:22px; padding-left:15px; padding-right:15px;}
.custom-logo {max-width:200px!important; width:200px!important;}
}

@media (max-width: 767px) {
.policy {display:block; border:none;}
}

@media (max-width: 630px) {
.kph-highlight {margin-left:12px!important; margin-right:12px!important;}
}