/* Theme Name: Steix - Responsive Landing Page Template
   Author: Themesbrand
   Version: 1.0.0
   File Description: Main CSS file of the template
*/


/*=========================
 *  1.Helper          *
 *  2.Home            *
 *  3.Features        *
 *  4.Point-Collect   * 
 *  5.Services        *
 *  6.Pricing         *
 *  7.Testimonial     * 
 *  8.Faq             *
 *  9.Contact Us      * 
 *  10.Extra Pages    * 
 *  11.Responsive     *
===========================*/

body {
    color: #505458;
    position: relative;
    font-family: 'Nunito', sans-serif;
}

a {
    text-decoration: none !important;
    outline: none !important;
}

    .slider {
        width: 50%;
        margin: 100px auto;
    }

    .slick-slide {
      margin: 0px 20px;
    }

    .slick-slide img {
      width: 100%;
    }

    .slick-prev:before,
    .slick-next:before {
      color: black;
    }


    .slick-slide {
      transition: all ease-in-out .3s;
      opacity: .2;
    }
    
    .slick-active {
      opacity: .5;
    }

    .slick-current {
      opacity: 1;
    }

	table {
    overflow:hidden;
    border:1px solid #d3d3d3;
    background:#fefefe;
    width:100%;
    margin:5% auto 0;
    -moz-border-radius:5px; /* FF1+ */
    -webkit-border-radius:5px; /* Saf3-4 */
    border-radius:5px;
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}
 
th, td {
    padding-left: 5px;
    padding-top: 5px;
    font-size: 11pt;

}
 
th {
    text-shadow: 1px 1px 1px #fff;
    background:#0076ff1f;
    font-size: 12pt;
    padding-top: 5px;
}
 
td {
    border-top:1px solid #e0e0e0; 
    border-right:1px solid #e0e0e0;
}
 
tr.odd-row td {
    background:#f6f6f6;
}
 
td.first, th.first {
    text-align:left
}
 
td.last {
    border-right:none;
}
 
td {
    background: -moz-linear-gradient(100% 25% 90deg, #fefefe, #f9f9f9);
    background: -webkit-gradient(linear, 0% 0%, 0% 25%, from(#f9f9f9), to(#fefefe));
}
 
tr.odd-row td {
    background: -moz-linear-gradient(100% 25% 90deg, #f6f6f6, #f1f1f1);
    background: -webkit-gradient(linear, 0% 0%, 0% 25%, from(#f1f1f1), to(#f6f6f6));
}
 
tr:first-child th.first {
    -moz-border-radius-topleft:5px;
    -webkit-border-top-left-radius:5px; /* Saf3-4 */
}
 
tr:first-child th.last {
    -moz-border-radius-topright:5px;
    -webkit-border-top-right-radius:5px; /* Saf3-4 */
}
 
tr:last-child td.first {
    -moz-border-radius-bottomleft:5px;
    -webkit-border-bottom-left-radius:5px; /* Saf3-4 */
}
 
tr:last-child td.last {
    -moz-border-radius-bottomright:5px;
    -webkit-border-bottom-right-radius:5px; /* Saf3-4 */
}
#iph12pm { display: none; }
#iph12p { display: none; }
#iph12 { display: none; }
#iph12m { display: none; }
#iph11pm { display: none; }
#iph11p { display: none; }
#iph11 { display: none; }
#iphXSm { display: none; }
#iphXS { display: none; }
#iphXR { display: none; }
#iphX { display: none; }
#iph8p { display: none; }
#iph8 { display: none; }
#iph7p { display: none; }
#iph7 { display: none; }
#iph6sp { display: none; }
#iph6s { display: none; }
#iphSE { display: none; }

.smalltxt {
	font-size: 7px;
}
.popup-fade {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(15, 23, 42, 0.72) !important;
    backdrop-filter: blur(12px) saturate(180%);
    -webkit-backdrop-filter: blur(12px) saturate(180%);
    z-index: 99999 !important;
    overflow-y: auto;
    padding: 20px 16px;
    box-sizing: border-box;
    text-align: center;
}

/* Вертикальное центрирование */
.popup-fade::after {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.popup-fade .popup {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    position: relative;
    background: #ffffff;
    border-radius: 24px;
    padding: 36px 32px 28px;
    width: 100%;
    max-width: 460px;
    box-shadow:
            0 25px 50px -12px rgba(0, 0, 0, 0.25),
            0 0 0 1px rgba(0, 0, 0, 0.04),
            0 10px 25px -5px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    animation: modernPopupScale 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

@keyframes modernPopupScale {
    from {
        opacity: 0;
        transform: scale(0.92) translateY(12px);
    }
    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

/* Кнопка закрытия */
.popup-fade .popup-close {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #f1f5f9;
    color: #64748b;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 20px;
    font-weight: 300;
    line-height: 1;
    transition: all 0.2s ease;
    z-index: 10;
    border: 1px solid rgba(0, 0, 0, 0.04);
}

.popup-fade .popup-close:hover {
    background: #e2e8f0;
    color: #0f172a;
    transform: rotate(90deg);
}

/* Шапка формы */
.modern-form-header {
    text-align: center;
    margin-bottom: 20px;
}

.modern-form-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 14px;
    background: rgba(37, 99, 235, 0.08);
    color: #2563eb;
    font-size: 13px;
    font-weight: 700;
    border-radius: 100px;
    margin-bottom: 10px;
}

.modern-form-title {
    font-size: 22px;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 6px 0;
    letter-spacing: -0.02em;
    line-height: 1.25;
}

.modern-form-subtitle {
    font-size: 13.5px;
    color: #64748b;
    margin: 0;
    line-height: 1.45;
}

/* Выбор способа связи (Pills Selector) */
.modern-methods-wrapper {
    margin-bottom: 18px;
    text-align: left;
}

.modern-method-label {
    font-size: 13px;
    font-weight: 600;
    color: #475569;
    margin-bottom: 8px;
    display: block;
}

.modern-method-pills {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
}

.modern-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 13px;
    background: #f1f5f9;
    border: 1.5px solid #e2e8f0;
    border-radius: 100px;
    font-size: 13px;
    font-weight: 600;
    color: #475569;
    cursor: pointer;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    user-select: none;
}

.modern-pill:hover {
    background: #e2e8f0;
    color: #0f172a;
}

.modern-pill.active {
    background: #2563eb;
    border-color: #2563eb;
    color: #ffffff;
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.28);
}

.modern-pill.active.tg { background: #0088cc; border-color: #0088cc; box-shadow: 0 4px 12px rgba(0, 136, 204, 0.3); }
.modern-pill.active.wa { background: #25d366; border-color: #25d366; box-shadow: 0 4px 12px rgba(37, 211, 102, 0.3); }
.modern-pill.active.vk { background: #0077ff; border-color: #0077ff; box-shadow: 0 4px 12px rgba(0, 119, 255, 0.3); }
.modern-pill.active.max { background: linear-gradient(135deg, #0072ff 0%, #8000ff 100%); border-color: #0072ff; box-shadow: 0 4px 12px rgba(0, 114, 255, 0.35); }

.modern-pill svg {
    width: 15px;
    height: 15px;
    fill: currentColor;
    flex-shrink: 0;
}

/* Поля ввода */
.modern-input-group {
    position: relative;
    margin-bottom: 16px;
}

.modern-input-icon {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: #94a3b8;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    transition: color 0.2s ease;
}

.modern-input-icon svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
}

.modern-input-group.textarea-group .modern-input-icon {
    top: 18px;
    transform: none;
}

.popup-fade .form-control {
    width: 100%;
    background: #f8fafc;
    border: 1.5px solid #e2e8f0;
    border-radius: 14px;
    padding: 14px 16px 14px 44px;
    font-size: 14.5px;
    color: #0f172a;
    font-weight: 500;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    outline: none;
    box-shadow: none;
    box-sizing: border-box;
}

.popup-fade .form-control::placeholder {
    color: #94a3b8;
    font-weight: 400;
}

.popup-fade .form-control:focus {
    background: #ffffff;
    border-color: #2563eb;
    box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.12);
}

.modern-input-group:focus-within .modern-input-icon {
    color: #2563eb;
}

.popup-fade textarea.form-control {
    min-height: 90px;
    resize: vertical;
}

/* Политический чекбокс */
.modern-policy-wrapper {
    margin: 16px 0;
    text-align: left;
}

.modern-policy-label {
    font-size: 12.5px;
    color: #64748b;
    cursor: pointer;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    line-height: 1.45;
    user-select: none;
    margin: 0;
}

.modern-policy-label input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    border: 1.5px solid #cbd5e1;
    border-radius: 5px;
    outline: none;
    cursor: pointer;
    margin-top: 2px;
    flex-shrink: 0;
    position: relative;
    transition: all 0.2s ease;
    background: #ffffff;
}

.modern-policy-label input[type="checkbox"]:checked {
    background-color: #2563eb;
    border-color: #2563eb;
}

.modern-policy-label input[type="checkbox"]:checked::after {
    content: '';
    position: absolute;
    left: 5px;
    top: 2px;
    width: 5px;
    height: 9px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.modern-policy-label a {
    color: #2563eb;
    text-decoration: underline;
    text-underline-offset: 2px;
    font-weight: 500;
    transition: color 0.15s ease;
}

.modern-policy-label a:hover {
    color: #1d4ed8;
}

/* Кнопка отправки */
.popup-fade .btn-custom,
.popup-fade .submitBnt {
    width: 100%;
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%) !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    letter-spacing: 0.2px;
    border-radius: 14px !important;
    padding: 15px 24px !important;
    border: none !important;
    cursor: pointer;
    box-shadow: 0 8px 20px -4px rgba(37, 99, 235, 0.4) !important;
    transition: all 0.25s ease !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.popup-fade .btn-custom:hover,
.popup-fade .submitBnt:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 24px -4px rgba(37, 99, 235, 0.5) !important;
    background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%) !important;
}

.popup-fade .btn-custom:active,
.popup-fade .submitBnt:active {
    transform: translateY(0);
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3) !important;
}

#message, #simple-msg {
    margin-top: 10px;
    font-size: 14px;
}

#message .error_message,
.error_message {
    background: #fef2f2;
    border: 1px solid #fecaca;
    color: #dc2626;
    padding: 12px 16px;
    border-radius: 12px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 12px;
}

#success_page,
.success_message {
    background: #f0fdf4;
    border: 1px solid #bbf7d0;
    color: #16a34a;
    padding: 12px 16px;
    border-radius: 12px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 12px;
}

.modern-submit-terms {
    text-align: center;
    font-size: 13px;
    color: #64748b;
    margin-top: 14px;
    line-height: 1.4;
}

@media (max-width: 480px) {
    .popup-fade .popup {
        padding: 28px 20px 22px;
        border-radius: 20px;
    }
    .modern-form-title {
        font-size: 20px;
    }
    .modern-pill {
        padding: 6px 10px;
        font-size: 12px;
    }
}
/*
.popup-fade {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(15, 23, 42, 0.72) !important;
    backdrop-filter: blur(12px) saturate(180%);
    -webkit-backdrop-filter: blur(12px) saturate(180%);
    z-index: 99999 !important;
    overflow-y: auto;
    padding: 20px 16px;
    box-sizing: border-box;
    text-align: center;
}

.popup-fade::after {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.popup-fade .popup {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    position: relative;
    background: #ffffff;
    border-radius: 24px;
    padding: 36px 32px 28px;
    width: 100%;
    max-width: 460px;
    box-shadow:
            0 25px 50px -12px rgba(0, 0, 0, 0.25),
            0 0 0 1px rgba(0, 0, 0, 0.04),
            0 10px 25px -5px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    animation: modernPopupScale 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

@keyframes modernPopupScale {
    from {
        opacity: 0;
        transform: scale(0.92) translateY(12px);
    }
    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

.popup-fade .popup-close {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #f1f5f9;
    color: #64748b;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 20px;
    font-weight: 300;
    line-height: 1;
    transition: all 0.2s ease;
    z-index: 10;
    border: 1px solid rgba(0, 0, 0, 0.04);
}

.popup-fade .popup-close:hover {
    background: #e2e8f0;
    color: #0f172a;
    transform: rotate(90deg);
}

.modern-form-header {
    text-align: center;
    margin-bottom: 20px;
}

.modern-form-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 14px;
    background: rgba(37, 99, 235, 0.08);
    color: #2563eb;
    font-size: 13px;
    font-weight: 700;
    border-radius: 100px;
    margin-bottom: 10px;
}

.modern-form-title {
    font-size: 22px;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 6px 0;
    letter-spacing: -0.02em;
    line-height: 1.25;
}

.modern-form-subtitle {
    font-size: 13.5px;
    color: #64748b;
    margin: 0;
    line-height: 1.45;
}

.modern-methods-wrapper {
    margin-bottom: 18px;
    text-align: left;
}

.modern-method-label {
    font-size: 13px;
    font-weight: 600;
    color: #475569;
    margin-bottom: 8px;
    display: block;
}

.modern-method-pills {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
}

.modern-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 13px;
    background: #f1f5f9;
    border: 1.5px solid #e2e8f0;
    border-radius: 100px;
    font-size: 13px;
    font-weight: 600;
    color: #475569;
    cursor: pointer;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    user-select: none;
}

.modern-pill:hover {
    background: #e2e8f0;
    color: #0f172a;
}

.modern-pill.active {
    background: #2563eb;
    border-color: #2563eb;
    color: #ffffff;
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.28);
}

.modern-pill.active.tg { background: #0088cc; border-color: #0088cc; box-shadow: 0 4px 12px rgba(0, 136, 204, 0.3); }
.modern-pill.active.wa { background: #25d366; border-color: #25d366; box-shadow: 0 4px 12px rgba(37, 211, 102, 0.3); }
.modern-pill.active.vk { background: #0077ff; border-color: #0077ff; box-shadow: 0 4px 12px rgba(0, 119, 255, 0.3); }
.modern-pill.active.max { background: linear-gradient(135deg, #0072ff 0%, #8000ff 100%); border-color: #0072ff; box-shadow: 0 4px 12px rgba(0, 114, 255, 0.35); }

.modern-pill svg {
    width: 15px;
    height: 15px;
    fill: currentColor;
    flex-shrink: 0;
}

.modern-input-group {
    position: relative;
    margin-bottom: 16px;
}

.modern-input-icon {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: #94a3b8;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    transition: color 0.2s ease;
}

.modern-input-icon svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
}

.modern-input-group.textarea-group .modern-input-icon {
    top: 18px;
    transform: none;
}

.popup-fade .form-control {
    width: 100%;
    background: #f8fafc;
    border: 1.5px solid #e2e8f0;
    border-radius: 14px;
    padding: 14px 16px 14px 44px;
    font-size: 14.5px;
    color: #0f172a;
    font-weight: 500;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    outline: none;
    box-shadow: none;
    box-sizing: border-box;
}

.popup-fade .form-control::placeholder {
    color: #94a3b8;
    font-weight: 400;
}

.popup-fade .form-control:focus {
    background: #ffffff;
    border-color: #2563eb;
    box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.12);
}

.modern-input-group:focus-within .modern-input-icon {
    color: #2563eb;
}

.popup-fade textarea.form-control {
    min-height: 90px;
    resize: vertical;
}

.modern-policy-wrapper {
    margin: 16px 0;
    text-align: left;
}

.modern-policy-label {
    font-size: 12.5px;
    color: #64748b;
    cursor: pointer;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    line-height: 1.45;
    user-select: none;
    margin: 0;
}

.modern-policy-label input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    border: 1.5px solid #cbd5e1;
    border-radius: 5px;
    outline: none;
    cursor: pointer;
    margin-top: 2px;
    flex-shrink: 0;
    position: relative;
    transition: all 0.2s ease;
    background: #ffffff;
}

.modern-policy-label input[type="checkbox"]:checked {
    background-color: #2563eb;
    border-color: #2563eb;
}

.modern-policy-label input[type="checkbox"]:checked::after {
    content: '';
    position: absolute;
    left: 5px;
    top: 2px;
    width: 5px;
    height: 9px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.modern-policy-label a {
    color: #2563eb;
    text-decoration: underline;
    text-underline-offset: 2px;
    font-weight: 500;
    transition: color 0.15s ease;
}

.modern-policy-label a:hover {
    color: #1d4ed8;
}

.popup-fade .btn-custom,
.popup-fade .submitBnt {
    width: 100%;
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%) !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    letter-spacing: 0.2px;
    border-radius: 14px !important;
    padding: 15px 24px !important;
    border: none !important;
    cursor: pointer;
    box-shadow: 0 8px 20px -4px rgba(37, 99, 235, 0.4) !important;
    transition: all 0.25s ease !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.popup-fade .btn-custom:hover,
.popup-fade .submitBnt:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 24px -4px rgba(37, 99, 235, 0.5) !important;
    background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%) !important;
}

.popup-fade .btn-custom:active,
.popup-fade .submitBnt:active {
    transform: translateY(0);
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3) !important;
}

#message, #simple-msg {
    margin-top: 10px;
    font-size: 14px;
}

#message .error_message,
.error_message {
    background: #fef2f2;
    border: 1px solid #fecaca;
    color: #dc2626;
    padding: 12px 16px;
    border-radius: 12px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 12px;
}

#success_page,
.success_message {
    background: #f0fdf4;
    border: 1px solid #bbf7d0;
    color: #16a34a;
    padding: 12px 16px;
    border-radius: 12px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 12px;
}

.modern-submit-terms {
    text-align: center;
    font-size: 13px;
    color: #64748b;
    margin-top: 14px;
    line-height: 1.4;
}

@media (max-width: 480px) {
    .popup-fade .popup {
        padding: 28px 20px 22px;
        border-radius: 20px;
    }
    .modern-form-title {
        font-size: 20px;
    }
    .modern-pill {
        padding: 6px 10px;
        font-size: 12px;
    }
}

.popup-open {
    padding: 12px 24px;
    font-weight: 700;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    transition: all 0.3s;
    background-color: #0062cceb;
    box-shadow: none !important;
	}
.popup-fade {
	display: none;
}
.popup-fade:before {
	content: '';
	background: #000;
	position: fixed; 
	left: 0;
	top: 0;
	width: 100%; 
	height: 100%;
	opacity: 0.7;
	z-index: 9999;
}
.popup {
	position: fixed;
	top: 20%;
	left: 50%;
	padding: 20px;
	width: 360px;
	margin-left: -200px;	
	background: #fff;
	border: 1px solid orange;
	border-radius: 4px; 
	z-index: 99999;
	opacity: 1;	
}
.popup-close {
	position: absolute;
	top: 10px;
	right: 10px;
}
/*=====================
    1.HELPER
======================*/

.section {
    padding-top: 10px;
    padding-bottom: 30px;
}

.text-custom {
    color: #6362b8;
}

.bg-overlay {
    position: absolute;
    top: 0px;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}

.bg-custom {
    background-color: #6362b8;
}

.btn {
    padding: 12px 24px;
}

.btn-rounded {
    border-radius: 30px;
}

.btn-custom {
    font-weight: 700;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    transition: all 0.3s;
    background-color: #0062cceb;
    box-shadow: none !important;
}

.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active,
.btn-custom.active,
.btn-custom.focus,
.btn-custom:active,
.btn-custom:focus,
.btn-custom:hover,
.open > .dropdown-toggle.btn-custom {
    color: #f3f3f3 !important;
    transition: all 0.5s;
    background-color: #1eb995;
}

.section-subtitle {
    font-size: 17px;
    color: #CAD3DA;
}

.section-title {
    font-size: 30px;
    color: #000;
    font-weight: 600;
    /*text-transform: capitalize;*/
}
.page-subtitle {
    /*font-size: 30px;*/
    color: #000;
    font-weight: 600;
    /*text-transform: capitalize;*/
}
.page-title {
    /*font-size: 30px;*/
    color: #000000c9;
    font-weight: 500;
    /*text-transform: capitalize;*/
}

.title-icon {
    color: #6362b8;
    font-size: 36px;
}

.vertical-content {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: row;
    -webkit-flex-direction: row;
}


/*====================================
        2.HOME
======================================*/

.home-bg-color {
    background-color: #6362bb;
    padding-top: 80px;
    position: relative;
}

.home-subtitle {
    color: #C0C0E2;
    font-size: 18px;
    max-width: 750px;
}

.home-title {
    font-weight: 400;
}

.watch-overview {
    font-size: 18px;
}

.watch-overview i {
    border: 2px solid #fff;
    height: 24px;
    width: 24px;
    line-height: 20px;
    font-size: 18px;
    display: inline-block;
    border-radius: 50%;
    position: relative;
    top: 2px;
}

.home-dashboard {
    position: relative;
    top: 80px;
}


/*--Home Bg-img---*/

.home-bg-img {
    background-position: center center;
    background-size: cover;
    background-image: url('../images/img-1.jpg');
    position: relative;
    padding-top: 80px;
}


/*---Home Bg-Video---*/

.home-bg-video {
    background-color: #000;
    padding-top: 80px;
}


/*--Home Full Screen---*/

.home-fullscreen {
    padding-top: 130px;
    padding-bottom: 200px;
    background-position: center center;
    background-size: cover;
    background-image: url('../images/img-1.jpg');
    position: relative;
}

.home-center {
    display: table;
    width: 100%;
    height: 100%;
}

.home-desc-center {
    display: table-cell;
    vertical-align: middle;
}


/*--Home Slider---*/

.home-slider .carousel-item {
    padding-top: 180px;
    padding-bottom: 250px;
    background-size: cover;
    background-position: center center;
}

.carousel-control-next,
.carousel-control-prev {
    width: 3%;
    font-size: 30px;
}


/*--HOME ANIMATION--*/

.slidero {
    position: relative;
    z-index: 1;
}


/*====================
    3.Features
=====================*/

.features-icon {
    font-size: 40px;
}

.features-desc h5 {
    font-size: 20px;
    color: #000;
}

.features-more i {
    position: relative;
    top: 1px;
}

.features-more {
    color: #6362b8 !important;
}


/*========================
    4.Point-Collect
==========================*/

.counter-icon {
    font-size: 42px;
    margin-bottom: 20px;
}

.counter-name {
    font-size: 16px;
}


/*===========================
    5.Services
=============================*/

.service-icon i {
    display: inline-block;
    font-size: 36px;
    width: 90px;
    height: 90px;
    line-height: 84px;
    color: #2f2f2f;
    border: 5px solid #FFFFFF;
    border-radius: 50%;
    box-shadow: 0 0 3px #bbb;
    transition: all 0.3s;
    background-color: #fafafa;
}

.service-box:hover .service-icon i {
    transform: scale(1.1);
    transition: all 0.5s;
    color: #fff;
    background: #6362b8;
    box-shadow: 0 0 3px #6362b8;
}

.service-desc h5 {
    font-size: 20px;
    color: #000;
}

.service-box {
    border: 1px solid #eaeaea;
    border-radius: 5px;
    transition: all 0.5s;
}

.service-box:hover {
    border-color: transparent;
}


/*===========================
    6.Pricing
=============================*/

.plan-price h2 {
    font-size: 50px;
    font-weight: 700;
}

.plan-name h6 {
    font-size: 22px;
}

.plan-lable p {
    font-weight: 700;
}


/*===========================
    7.Testimonial
=============================*/

.testimonial-desc:after {
    content: "";
    bottom: -15px;
    left: 47%;
    position: absolute;
    width: 0;
    height: 0;
    border-top: 15px solid #f8f9fa;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}

.testimonial-desc {
    border-radius: 10px;
    position: relative;
}

.testimonial-desc p {
    font-size: 15px;
    line-height: 26px;
}

.testi-img img {
    border: 4px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 3px #bbb;
    transition: all 0.5s;
    height: 80px;
    width: 80px;
}

.quote-icon i {
    font-size: 50px;
}


/*===========================
    8.Faq
=============================*/

.faq-title {
    font-size: 16px;
    font-weight: 600;
}

.faq-title i {
    position: relative;
    top: 1px;
    font-size: 16px;
}

.user-title {
    font-size: 12px;
    font-weight: 600;
    color: #6362b8;
}

.faq-sub-title {
    font-size: 14px;
    line-height: 22px;
}


/*===========================
    9.Contact-us
============================*/

.single-contact {
    text-align: center;
    padding: 15px 0;
}

.single-contact h4 {
    font-size: 18px;
    line-height: 24px;
    margin: 25px 0 5px;
}

.single-contact p {
    margin-bottom: 0;
}

.single-contact i {
    display: inline-block;
    font-size: 26px;
    width: 80px;
    height: 80px;
    line-height: 72px;
    color: #fff;
    border: 4px solid #FFFFFF;
    border-radius: 50%;
    box-shadow: 0 0 3px #bbb;
    transition: all 0.3s;
}

.custom-form .form-control {
    height: 50px;
}

textarea.form-control {
    height: auto !important;
}

.submit-terms {
    font-size: 13px;
}

.copyright-desc {
    font-size: 12px;
}

.social li a {
    font-size: 14px;
}

.error {
    margin: 8px 0px;
    display: none;
    color: red;
}

#ajaxsuccess {
    font-size: 16px;
    width: 100%;
    display: none;
    clear: both;
    margin: 8px 0px;
}

.error_message {
    padding: 10px;
    margin-bottom: 20px;
    text-align: center;
    border: 2px solid #f36270;
    color: #f36270;
    border-radius: 5px;
    font-size: 14px;
}

.contact-loader {
    display: none;
}

#success_page {
    text-align: center;
    margin-bottom: 50px;
}

#success_page h3 {
    color: #0dba26;
    font-size: 22px;
}


/*=====================================
        10.EXTRA PAGES
=======================================*/


/*--LOGIN PAGE/SIGNUP/FORGOTPASS--*/

.login-table {
    display: table;
    width: 100%;
    height: 100%;
}

.login-table-cell {
    display: table-cell;
    vertical-align: middle;
}

.login-form .form-control {
    height: 50px;
    border: none;
    border-bottom: 2px solid #d8d8d8;
    border-radius: 0px;
    outline: none !important;
    box-shadow: none !important;
}

.login-form .form-control:focus {
    border-color: #6362b8;
}

.forgot-pass-txt {
    line-height: 22px;
}

.home-icon {
    font-size: 50px;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #6362b8;
}

.alert-custom{
    color: #6362b8;
    background-color: rgba(99, 98, 184, 0.2);
    border-color: rgba(99, 98, 184, .7);
}


/*=====================================
        12.RESPONSIVE
=======================================*/

@media (max-width: 768px) {
    .point-collect h1 {
        font-size: 50px;
    }
    .point-collect h3 {
        font-size: 20px;
    }
    .footer-alt .float-left,
    .footer-alt .float-right {
        float: none !important;
        text-align: center;
    }
    .home-title {
        font-size: 30px;
    }
    .testimonial-box {
        margin-top: 20px;
    }
    .home-fullscreen,
    .home-slider .carousel-item {
        padding-top: 70px;
        padding-bottom: 100px;
    }
    .section-subtitle {
        font-size: 16px;
    }
    .section-title {
        font-size: 24px;
    }
    .carousel-control-next,
    .carousel-control-prev {
        width: 10%;
    }
    .price-box {
        margin-top: 20px !important
    }
}

@media (max-width: 767px) {
    .vertical-content {
        display: inherit;
    }
}
.animated-button1 {
    background: linear-gradient(-30deg, #3d0b0b 50%, #2b0808 50%);
    padding: 20px 40px;
    margin: 12px;
    display: inline-block;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    overflow: hidden;
    color: #f7d4d4;
    font-size: 20px;
    letter-spacing: 2.5px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}
.watsap {
    text-align: center !important;
    width: 258px;
    height: 53px;
    margin-top: 30px;
    padding: 0;
    border: 0;
    background: #146ed0;;
    color: #fff;
    font-family: SF-UI-Text-Semibold;
    font-size: 14px;
    text-transform: uppercase;
    outline: 0;
    cursor: pointer;
    border-radius: 2px;
}

.animated-button1 {
    /*  background: linear-gradient(-30deg, #3d0b0b 50%, #2b0808 50%);
    padding: 20px 40px;
    margin: 12px;*/
    display: inline-block;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    overflow: hidden;
    /*  color: #f7d4d4;
    font-size: 20px;
    letter-spacing: 2.5px;*/
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}

.animated-button1::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #ad8585;
    opacity: 0;
    -webkit-transition: 0.2s opacity ease-in-out;
    transition: 0.2s opacity ease-in-out;
}

.animated-button1:hover::before {
    opacity: 0.2;
}

.animated-button1 span {
    position: absolute;
    padding: 0px !important;
}

.animated-button1 span:nth-child(1) {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 2px;
    background: -webkit-gradient(
            linear,
            right top,
            left top,
            from(rgba(43, 8, 8, 0)),
            to(#fff)
    );
    background: linear-gradient(to left, rgba(43, 8, 8, 0), #fff);
    -webkit-animation: 2s animateTop linear infinite;
    animation: 2s animateTop linear infinite;
}

@keyframes animateTop {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

.animated-button1 span:nth-child(2) {
    top: 0px;
    right: 0px;
    height: 100%;
    width: 2px;
    background: -webkit-gradient(
            linear,
            left bottom,
            left top,
            from(rgba(43, 8, 8, 0)),
            to(#fff)
    );
    background: linear-gradient(to top, rgba(43, 8, 8, 0), #fff);
    -webkit-animation: 2s animateRight linear -1s infinite;
    animation: 2s animateRight linear -1s infinite;
}

@keyframes animateRight {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    100% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

.animated-button1 span:nth-child(3) {
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 2px;
    background: -webkit-gradient(
            linear,
            left top,
            right top,
            from(rgba(43, 8, 8, 0)),
            to(#fff)
    );
    background: linear-gradient(to right, rgba(43, 8, 8, 0), #fff);
    -webkit-animation: 2s animateBottom linear infinite;
    animation: 2s animateBottom linear infinite;
}

@keyframes animateBottom {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

.animated-button1 span:nth-child(4) {
    top: 0px;
    left: 0px;
    height: 100%;
    width: 2px;
    background: -webkit-gradient(
            linear,
            left top,
            left bottom,
            from(rgba(43, 8, 8, 0)),
            to(#fff)
    );
    background: linear-gradient(to bottom, rgba(43, 8, 8, 0), #ff);
    -webkit-animation: 2s animateLeft linear -1s infinite;
    animation: 2s animateLeft linear -1s infinite;
}

@keyframes animateLeft {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    100% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
}
.text-top {
    padding-top: 5px;
}
.faq {
    padding: 4rem 1rem;
    background: #f8fafc;
}

.faq-container {
    max-width: 800px;
    margin: 0 auto;
}

.faq-title {
    text-align: center;
    font-size: 2rem;
    color: var(--primary-color);
    margin-bottom: 2rem;
}

.faq-list {
    border-radius: 12px;
    overflow: hidden;
}

.faq-item {
    background: white;
    border-bottom: 1px solid #e2e8f0;
    transition: all 0.3s ease;
}

.faq-item:last-child {
    border-bottom: none;
}

.faq-question {
    padding: 1.5rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.question-text {
    margin: 0;
    font-size: 1.1rem;
    color: var(--primary-color);
    font-weight: 500;
}

.faq-icon {
    flex-shrink: 0;
    margin-left: 1rem;
    transition: transform 0.3s ease;
    fill: var(--accent-color);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    padding: 0 1.5rem;
}

.faq-answer .answer-text {
    padding: 0 0 1.5rem;
    color: #475569;
    line-height: 1.6;
}

/* Активное состояние */
.faq-item.active .faq-icon {
    transform: rotate(180deg);
}

.faq-item.active .faq-answer {
    max-height: 500px;
}

/* Адаптивность */
@media (max-width: 768px) {
    .faq-question {
        padding: 1rem;
    }

    .question-text {
        font-size: 1rem;
    }

    .faq-answer .answer-text {
        font-size: 0.9rem;
    }
}
/* скуп */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
table th {
    color: #4d4d4d;
    padding: 0px 10px 7px;
}
table td {
    padding: 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
table.not-bordered td {
    border: none;
}
[type="text"],
[type="email"],
[type="tel"],
[type="password"],
[type="number"],
[type="url"],
[type="search"] {
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: 1px solid #D6D6D6;
    padding: 0 0 8px;
    height: 26px;
    color: #646464;
    font-size: 16px;
    width: 100%;
    background: none;
}
textarea {
    padding: 0 0 7px;
    width: 100%;
    height: 26px;
    min-height: 26px;
    resize: none;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: 1px solid #D6D6D6;
    background: none;
    overflow: hidden;
    font-size: 16px;
}
::-webkit-input-placeholder {
    color: #838383;
    opacity: 1;
}
::-moz-placeholder {
    color: #838383;
    opacity: 1;
}
:-moz-placeholder {
    color: #838383;
    opacity: 1;
}
:-ms-input-placeholder {
    color: #838383;
    opacity: 1;
}
[placeholder]:focus::-webkit-input-placeholder {
    color: transparent;
}
[placeholder]:focus::-moz-placeholder {
    color: transparent;
}
[placeholder]:focus:-moz-placeholder {
    color: transparent;
}
[placeholder]:focus:-ms-input-placeholder {
    color: transparent;
}
select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: 1px solid #C3CEDE;
    padding: 0 15px;
    height: 36px;
    color: #000000e8;
    font-size: 14px;
    width: 100%;
    cursor: pointer;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    line-height: 1.15;
    margin: 0;
}
button,
input {
    overflow: visible;
}
button,
select {
    /* 1 */
    text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
    cursor: pointer;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: none;
}
a:active,
a:focus {
    outline: none;
}
button:active,
button:focus,
input:active,
input:focus {
    outline: none;
}
:focus {
    outline: none;
    box-shadow: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
}
.gray-button {
    line-height: 1;
    font-weight: 600;
    font-size: 18px;
    background: #136dd0;
    border-radius: 50px;
    padding: 13px 30px;
    border: none;
    color: #F5F5F7;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.gray-button:hover {
    background: #454545;
}
.gray-button:active {
    background: #1D1D1F;
}
.gray-button:disabled {
    background: #CDCDCD;
    cursor: not-allowed;
}
.sectiontab {
    margin: 24px 0;
}
.sectiontab {
    margin: 24px 0;
}
.calc-wrap {
    background: #146ED00A;
    border-radius: 10px;
    padding: 50px;
}
.calc-wrap-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -30px;
}
.calc-wrap-left {
    width: -moz-calc(50% - 30px);
    width: calc(50% - 30px);
    margin-left: 30px;
}
.calc-wrap-right {
    width: -moz-calc(50% - 30px);
    width: calc(50% - 30px);
    margin-left: 30px;
}
.calc-wrap-right .wpcf7-response-output {
    margin: 20px 0 0 !important;
    padding: 15px !important;
}
.calc-wrap-left-text {
    color: #838383;
    font-size: 24px;
}
.calc-radio > * {
    margin: 0 0 12px 12px;
}
.calc-radio label {
    display: block;
    cursor: pointer;
}
.calc-radio label input {
    display: none;
}
.calc-radio label input:checked + span {
    background: #838383;
    color: #fff;
}
.calc-radio label:hover span {
    background: #B3B3B3;
    color: #838383;
}
.calc-radio label span {
    background: #D6D6D6;
    border-radius: 50px;
    display: inline-block;
    padding: 4px 9px;
    font-size: 18px;
    color: #838383;
    white-space: nowrap;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.calc-form-row {
    margin-top: 24px;
    margin-left: -54px;
    margin-bottom: -24px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.calc-form-row > * {
    margin: 0 0 24px 54px;
}
.calc-form-row h6 {
    font-weight: normal;
    color: #838383;
    font-size: 16px;
    margin-bottom: 15px;
}
.calc-form-row + .calc-form-row, .calc-form-row.calc-form-row__col-2 ~ *:not(.calc-form-submit){
    margin-top: 34px;
}
.calc-form-row__col-2 > * {
    width: -moz-calc(50% - 54px);
    width: calc(50% - 54px);
}
.calc-form-submit {
    margin-top: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
}
.calc-submit {
    margin-left: auto;
    position: relative;
}
.calc-submit .wpcf7-spinner {
    position: absolute;
    top: 100%;
    margin: 10px 0 0 -12px;
    left: 50%;
}
.tipmessage {
    display: none;
    background-color: #f9c2c2;
    color: #d8000c;
    border: 1px solid #d8000c;
    padding: 5px;
    position: absolute;
    z-index: 10;
    border-radius: 5px;
}

button:disabled {
    background-color: #ccc;
    cursor: not-allowed;
}

.wpcf7-not-valid-tip {
    font-size: 14px;
    margin-top: 8px;
}
[data-id*="group-"] .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}
.calc-form-col-100 {
    width: -moz-calc(100% - 54px);
    width: calc(100% - 54px);
}
.calc-form-col-100 .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}
.calc-form-col {
    width: -moz-calc(50% - 54px);
    width: calc(50% - 54px);
}
.calc-form-col .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}
.calc-checkbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -28px;
    margin-bottom: -12px;
}
.calc-checkbox > * {
    margin: 0 0 12px 28px;
}
.calc-checkbox label {
    cursor: pointer;
}
.calc-checkbox label input {
    display: none;
}
.calc-checkbox label input:checked + span:before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M11.6992 0.331042C11.298 -0.110347 10.6477 -0.110348 10.2466 0.331042L4.12191 7.07055C3.72078 7.51194 3.72079 8.22757 4.12191 8.66896C4.52303 9.11035 5.17338 9.11035 5.5745 8.66896L11.6992 1.92945C12.1003 1.48806 12.1003 0.772432 11.6992 0.331042Z' fill='%231D1D1F'/%3e%3cpath d='M0.300841 2.93377C-0.10028 3.37516 -0.100281 4.0908 0.300841 4.53218L4.05541 8.66366C4.45653 9.10505 5.10688 9.10505 5.508 8.66366C5.90912 8.22227 5.90912 7.50664 5.508 7.06525L1.75343 2.93377C1.35231 2.49238 0.701963 2.49238 0.300841 2.93377Z' fill='%231D1D1F'/%3e%3c/svg%3e ");
    background-size: 12px 9px;
    background-repeat: no-repeat;
    background-position: center;
}
.calc-checkbox label span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    color: #2f2f2f;
}
.calc-checkbox label span:before {
    content: '';
    width: 19px;
    height: 19px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-color: #D6D6D6;
    border-radius: 1px;
    margin-right: 8px;
}
.sectiontab:last-child {
    margin-bottom: 0;
}
@media screen and (max-width: 1380px) {
    .calc-wrap {
        padding: 30px;
    }
    .calc-wrap-row {
        margin-left: -20px;
    }
    .calc-wrap-left {
        width: -moz-calc(50% - 20px);
        width: calc(50% - 20px);
        margin-left: 20px;
    }
    .calc-wrap-right {
        width: -moz-calc(50% - 20px);
        width: calc(50% - 20px);
        margin-left: 20px;
    }
    .calc-wrap-left-text {
        font-size: 21px;
    }
    .calc-radio label span {
        font-size: 16px;
    }
    .calc-form-row {
        margin-left: -24px;
    }
    .calc-form-row > * {
        margin-left: 24px;
    }
    .calc-form-row__col-2 > * {
        width: -moz-calc(50% - 24px);
        width: calc(50% - 24px);
    }
    .calc-form-col-100 {
        width: -moz-calc(100% - 24px);
        width: calc(100% - 24px);
    }
    .calc-form-col {
        width: -moz-calc(50% - 24px);
        width: calc(50% - 24px);
    }
    .calc-checkbox {
        margin-left: -15px;
    }
    .calc-checkbox > * {
        margin-left: 15px;
    }
    .form-input input {
        font-size: 16px;
    }
}
@media screen and (max-width: 767px) {
    .calc-wrap {
        padding: 20px;
    }

    .calc-wrap-left {
        width: -moz-calc(100% - 20px);
        width: calc(100% - 20px);
        text-align: center;
    }

    .calc-wrap-right {
        width: -moz-calc(100% - 20px);
        width: calc(100% - 20px);
        margin-top: 25px;
    }

    .calc-wrap-left-text {
        font-size: 18px;
    }

    .calc-form-submit,
    .calc-form-row + .calc-form-row, .calc-form-row.calc-form-row__col-2 ~ *:not(.calc-form-submit) {
        margin-top: 24px;
    }

    .calc-form-row {
        margin-bottom: -15px;
        margin-top: 20px;
    }

    .calc-form-row > * {
        margin-bottom: 15px;
    }

    .calc-form > h4 {
        text-align: center;
    }

    .calc-form-col,
    .calc-form-row__col-2 > * {
        width: -moz-calc(100% - 24px);
        width: calc(100% - 24px);
    }

    .calc-form-submit {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .calc-submit {
        margin-left: 0;
    }

    * + .calc-submit {
        margin-top: 15px;
    }
}
.choice-item__img {
    width: 90%;
    height: auto;
    align-content: center;
}
.pixskp-highlight {
    color: #4485cb;
    font-weight: bold;
}

.pixskp-trade-in-container {
    max-width: 900px;
    margin: 0 auto;
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #333;
}

.pixskp-benefits-section,
.pixskp-guarantees-section,
.pixskp-contacts-section {
    background-color: #f9f9f9;
    padding: 20px;
    margin: 15px 0;
    border-radius: 8px;
    border-left: 4px solid #4485cb;
}

.pixskp-section-title {
    font-size: 1.1em;
    margin: 15px 0 10px;
    color: #222;
}

.pixskp-examples-list {
    columns: 2;
    column-gap: 30px;
    margin: 10px 0;
}

.pixskp-example-item,
.pixskp-price-item,
.pixskp-process-item,
.pixskp-guarantee-item {
    margin-bottom: 8px;
    padding-left: 5px;
}

.pixskp-callback-btn {
    background-color: #0974ff;
    color: white;
    border: none;
    padding: 12px 25px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
    margin-top: 15px;
    font-size: 1em;
    transition: background-color 0.3s;
}

.pixskp-callback-btn:hover {
    background-color: #0348a3;
}

.pixskp-phone-link {
    color: #0066cc;
    text-decoration: none;
    font-weight: bold;
}
.pixskp-whatsapp-link {
    color: #0ea202;
    text-decoration: none;
    font-weight: bold;
}

.pixskp-phone-link:hover {
    text-decoration: underline;
}

.pixskp-main-title {
    color: #222;
    font-size: 1.8em;
    margin-bottom: 20px;
    text-align: center;
}

@media (max-width: 600px) {
    .pixskp-examples-list {
        columns: 1;
    }

    .pixskp-main-title {
        font-size: 1.5em;
    }
}
.btn-pix-solo {
    display: inline-flex;
    align-items: center;
    padding: 5px 16px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    text-decoration: none;
    color: #2d3748;
    font-weight: 500;
    border: 1px solid #e2e8f0;
    border-left: 3px solid #297bff;
    transition: all 0.3s ease;
    max-width: 300px;
    margin: 3px 0 15px;
}

.btn-pix-solo:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
    background: #f8fafc;
}

.btn-pix-solo-icon {
    font-size: 22px;
    margin-right: 12px;
    transition: transform 0.3s ease;
}

.btn-pix-solo:hover .btn-pix-solo-icon {
    transform: scale(1.1);
    color: #4f46e5;
}
:root {
    --btn-pix-primary: #297bff;       /* Основной цвет */
    --btn-pix-text: #2d3748;          /* Цвет текста */
    --btn-pix-hover-bg: #f8fafc;      /* Фон при наведении */
    --btn-pix-border: #e2e8f0;        /* Граница */
    --btn-pix-shadow: 0 2px 8px rgba(0, 0, 0, 0.08); /* Тень */
}

/* Контейнер */
.btn-pix-container {
    max-width: 800px;
    margin: 25px auto;
    padding: 0 20px;
}

/* Сетка кнопок */
.btn-pix-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

/* Базовая кнопка */
.btn-pix-service-button {
    display: flex;
    align-items: center;
    padding: 18px 20px;
    background: #fff;
    border-radius: 10px;
    box-shadow: var(--btn-pix-shadow);
    text-decoration: none;
    color: var(--btn-pix-text);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid var(--btn-pix-border);
    border-left: 3px solid var(--btn-pix-primary); /* Акцентная полоса */
}

/* Эффекты при наведении */
.btn-pix-service-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
    background: var(--btn-pix-hover-bg);
    border-color: #cbd5e0;
}

/* Иконки */
.btn-pix-button-icon {
    font-size: 24px;
    margin-right: 15px;
    transition: transform 0.3s ease;
}

.btn-pix-service-button:hover .btn-pix-button-icon {
    transform: scale(1.1);
    color: var(--btn-pix-primary); /* Смена цвета иконки */
}

/* Текст */
.btn-pix-service-button span {
    font-weight: 500;
    font-size: 1.05rem;
    flex-grow: 1;
}

/* Адаптация для мобильных */
@media (max-width: 768px) {
    .btn-pix-grid {
        grid-template-columns: 1fr; /* Одна колонка */
        gap: 12px;
    }

    .btn-pix-service-button {
        padding: 16px 18px;
    }

    .btn-pix-button-icon {
        font-size: 22px;
        margin-right: 12px;
    }
}

/* Мелкие экраны */
@media (max-width: 480px) {
    .btn-pix-container {
        padding: 0 15px;
    }

    .btn-pix-service-button span {
        font-size: 1rem;
        background: linear-gradient(135deg, #f9f9ff, #fff);
    }
}
.premium-seo-wrap {
    background: #ffffff;
    border-radius: 24px;
    padding: 40px;
    margin-top: 50px;
    margin-bottom: 30px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.04);
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
}

.premium-seo-wrap .pixskp-main-title {
    font-size: 2rem;
    font-weight: 800;
    color: #111;
    margin-bottom: 30px;
    line-height: 1.3;
    text-align: center;
}
.premium-seo-wrap .pixskp-highlight {
    color: #007bff;
    position: relative;
}
.premium-seo-wrap .pixskp-highlight::after {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 100%;
    height: 6px;
    background: rgba(0,123,255,0.2);
    z-index: -1;
}

.seo-card {
    background: #f8f9fa;
    border-radius: 16px;
    padding: 24px;
    height: 100%;
    border-left: 4px solid transparent;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.seo-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.05);
}
.seo-card.blue-accent {
    border-left-color: #007bff;
}
.seo-card.green-accent {
    border-left-color: #28a745;
}

.seo-card-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: #222;
    margin-bottom: 15px;
    /*display: flex;*/
    align-items: center;
    gap: 10px;
}

.seo-list-item {
    margin-bottom: 10px;
    color: #555;
    display: flex;
    align-items: flex-start;
    gap: 8px;
}
.seo-list-item i {
    color: #007bff;
    margin-top: 3px;
}

.price-tag {
    background: #111;
    color: #fff;
    padding: 4px 10px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 0.95rem;
}

.seo-contact-box {
    background: linear-gradient(135deg, #f0f4f8 0%, #ffffff 100%);
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    padding: 30px;
    text-align: center;
    margin-top: 40px;
}

.seo-callback-btn {
    background: #007bff;
    color: white;
    border: none;
    padding: 14px 30px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1.1rem;
    box-shadow: 0 8px 20px rgba(0,123,255,0.25);
    transition: all 0.3s;
    cursor: pointer;
}
.seo-callback-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 25px rgba(0,123,255,0.35);
}

.seo-link-div {
    text-align: center;
    padding: 20px;
    color: #666;
    font-size: 0.9rem;
    line-height: 1.8;
}
.seo-link-div a {
    color: #0056b3;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.2s;
}
.seo-link-div a:hover {
    color: #007bff;
    text-decoration: underline;
}

@media (max-width: 768px) {
    .premium-seo-wrap { padding: 25px 20px; }
    .premium-seo-wrap .pixskp-main-title { font-size: 1.6rem; }
}

#topnav {
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s ease !important;
    will-change: transform;
}

@media (max-width: 991.98px) {
    #topnav.header-hidden {
        transform: translateY(-100%) !important;
        box-shadow: none !important;
    }
}
#hdr {
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s ease !important;
    will-change: transform;
}

@media (max-width: 991.98px) {
    #hdr.header-hidden {
        transform: translateY(-100%) !important;
        box-shadow: none !important;
    }
}