@charset "UTF-8";

  :root {
--font-primary: 'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
--color-text: #444;
--color-text-light: #666;
--color-primary: #3498db;
--color-secondary: #02a8f3;
--color-border: #e1e1e1;
--color-scrollbar: #7e7e7e;
--color-scrollbar-thumb: #444;
--font-size-base: 1.5rem;
--font-size-small: 12px;
--font-size-medium: 16px;
--font-size-large: 18px;
--font-size-h1: 32px;
--font-weight-light: 300;
--font-weight-regular: 400;
--font-weight-medium: 500;
--font-weight-bold: 700;
--font-weight-black: 900;
--spacing-xs: 4px;
--spacing-sm: 8px;
--spacing-md: 15px;
--spacing-lg: 25px;
} body {
font-family: var(--font-primary);
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
* {
font-family: var(--font-primary);
box-sizing: border-box;
}
body, p:not(.inv-benefit-text):not(.std-benefit-text):not(.ms-benefit-text):not(.inv-faq-content-inner p),
li, .entry-content, .post-content, .product, .woocommerce,
.site-content, .content-area, article, .description, .box-text {
font-size: var(--font-size-base) !important;
font-weight: var(--font-weight-regular);
line-height: 1.6 !important;
color: var(--color-text);
}
h1, .h1 { font-size: var(--font-size-h1); font-weight: var(--font-weight-bold); }
h2, .h2 { font-weight: var(--font-weight-medium); }
.page-title, .page-title h2, .about-v2 .page-title h2,
.type-page h2, .aboutv1-testimo .vc_separator h4 {
font-size: var(--font-size-medium);
color: var(--color-text);
font-weight: var(--font-weight-regular);
text-transform: uppercase;
margin: 7px 0 var(--spacing-md);
}
.roboto-light { font-weight: 300; }
.roboto-regular { font-weight: 400; }
.roboto-medium { font-weight: 500; }
.roboto-bold { font-weight: 700; }
.roboto-black { font-weight: 900; } .container, .site-container, .site-inner, .wrap, #page,
.site-content, .content-area, .main-content, .woocommerce .container {
width: 100% !important;
max-width: 1440px !important;
margin-right: auto !important;
margin-left: auto !important;
}
.site-header { padding-bottom: 5px !important; margin-bottom: 5px !important; }
.site-content, .entry-content, main { margin-top: 5px !important; padding-top: 5px !important; }
#main { margin-top: 15px !important; }
.header-style4 .hot-line { font-size: 13px; font-family: var(--font-primary); } ul.products-loop.grid {
display: flex !important;
flex-wrap: wrap !important;
margin: 0 !important;
padding: 0 !important;
}
li.item {
display: flex !important;
float: none !important;
padding: 15px !important;
margin: 0 !important;
border: none !important;
background: transparent !important;
box-shadow: none !important;
position: relative !important;
height: 100%;
box-sizing: border-box !important;
}
.products.columns-4 > li,
ul.products-loop.grid > li.item {
width: 25% !important;
}
li.item:before, li.item:after,
ul.products-loop.grid:before, ul.products-loop.grid:after {
display: none !important;
content: none !important;
} .products li.product, .woocommerce ul.products li.product,
.products-loop li.product, .woocommerce .products-loop .item-product,
.products-loop .item-product-inner, .search-results .product,
.search-results .item-product, .search-results .item-product-inner,
[class*="search"] .item-product, [class*="search"] .product {
height: auto !important;
min-height: 350px;
overflow: visible !important;
position: relative !important;
background: transparent !important;
border: none !important;
box-shadow: none !important;
transform: none !important;
}
.products-entry {
width: 100% !important;
height: 100% !important;
display: flex !important;
flex-direction: column !important;
background: #ffffff !important;
border: 1px solid #e5e5e5 !important;
border-radius: 12px !important;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06) !important;
padding: 20px !important;
margin: 0 !important;
box-sizing: border-box !important;
overflow: visible !important;
transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94),
box-shadow 0.35s ease,
border-color 0.35s ease !important;
}
.products-entry:hover {
transform: translateY(-8px) !important;
box-shadow: 0 12px 30px rgba(0, 168, 243, 0.15),
0 0 20px rgba(0, 168, 243, 0.25) !important;
border-color: rgba(0, 168, 243, 0.5) !important;
z-index: 10 !important;
}
.products-entry:before, .products-entry:after,
.products-entry .products-content:before, .products-entry .products-content:after {
display: none !important;
content: none !important;
background: none !important;
border: none !important;
}
.products li.product .product-inner,
.woocommerce ul.products li.product .product-inner,
.products li.product .product-item,
.woocommerce ul.products li.product .product-item,
.products-loop .item-product:hover .item-product-inner,
.search-results .item-product:hover .item-product-inner,
[class*="search"] .item-product:hover .item-product-inner {
overflow: visible !important;
height: auto !important;
}
.products li.product .product-thumb,
.woocommerce ul.products li.product .product-thumb {
overflow: visible !important;
} .products li.product .product-content,
.woocommerce ul.products li.product .product-content,
.products-entry .products-content {
padding-bottom: 20px !important;
height: auto !important;
flex-grow: 1 !important;
display: flex !important;
flex-direction: column !important;
width: 100% !important;
margin: 0 !important;
background: transparent !important;
border: none !important;
box-shadow: none !important;
}
.products-entry .item-content {
flex-grow: 1 !important;
display: flex !important;
flex-direction: column !important;
width: 100%;
}
.woocommerce-loop-product__link { display: block !important; }
.product_meta { display: none; } .products-entry .item-bottom {
margin-top: auto !important;
padding: 15px 0 5px 0 !important;
width: 100% !important;
display: flex !important;
flex-direction: column !important;
justify-content: center !important;
align-items: center !important;
}
.products li.product .button,
.woocommerce ul.products li.product .button,
.products-entry .item-bottom .button,
.products-entry .item-bottom .add_to_cart_button {
display: inline-flex !important;
visibility: visible !important;
opacity: 1 !important;
margin: 10px 0 0 0 !important;
width: auto !important;
max-width: 100% !important;
text-align: center !important;
vertical-align: middle !important;
padding: 12px 30px !important;
line-height: 1.4 !important;
white-space: nowrap !important;
box-sizing: border-box !important;
flex-direction: row !important;
justify-content: center !important;
align-items: center !important;
background: #e67e22 !important;
border-color: #e67e22 !important;
color: #fff !important;
}
.products li.product .button:hover,
.woocommerce ul.products li.product .button:hover,
.products-entry .item-bottom .button:hover,
.products-entry .item-bottom .add_to_cart_button:hover {
background: #d35400 !important;
border-color: #d35400 !important;
color: #fff !important;
}
.products li.product .add_to_cart_button.added,
.products-entry .item-bottom .add_to_cart_button.added {
background-color: #e67e22 !important;
border-color: #e67e22 !important;
} .single_add_to_cart_button,
.single-product-top .product-summary .product-summary-bottom .single_add_to_cart_button,
.single-product-top .product-summary .product-summary-bottom .cart .single_add_to_cart_button,
.woocommerce div.product form.cart .single_add_to_cart_button {
background: #e67e22 !important;
border-color: #e67e22 !important;
color: #fff !important;
}
.single_add_to_cart_button:hover,
.single-product-top .product-summary .product-summary-bottom .single_add_to_cart_button:hover,
.single-product-top .product-summary .product-summary-bottom .cart .single_add_to_cart_button:hover,
.woocommerce div.product form.cart .single_add_to_cart_button:hover {
background: #d35400 !important;
border-color: #d35400 !important;
color: #fff !important;
}
.products-entry .item-bottom .button *,
.products-entry .item-bottom .add_to_cart_button * {
vertical-align: middle !important;
line-height: inherit !important;
} .wobd-text-template-29 {
position: relative;
padding: var(--spacing-xs) 6px;
background: var(--color-primary);
border-radius: 0;
color: #FFF;
font-family: var(--font-primary);
font-size: var(--font-size-small);
font-weight: var(--font-weight-medium);
}
.wobd-text-template-29.wobd-position-left_top { margin: 0; } .variations_form.cart {
background: #ffffff;
border-radius: 12px;
padding: 25px;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
margin-bottom: 30px;
}
.variations { margin-bottom: 25px !important; }
.variations label {
font-size: 16px !important;
font-weight: 600 !important;
color: #2c3e50 !important;
margin-bottom: 12px !important;
}
.variable-items-wrapper {
gap: 12px !important;
margin-top: 10px !important;
}
.variable-item {
background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%) !important;
border: 2px solid #dee2e6 !important;
border-radius: 10px !important;
padding: 14px 24px !important;
transition: all 0.3s ease !important;
cursor: pointer !important;
min-width: 120px !important;
text-align: center !important;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05) !important;
}
.variable-item:hover {
background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%) !important;
border-color: #2196f3 !important;
transform: translateY(-2px) !important;
box-shadow: 0 4px 12px rgba(33, 150, 243, 0.2) !important;
}
.variable-item.selected {
background: linear-gradient(135deg, #2196f3 0%, #1976d2 100%) !important;
border-color: #1565c0 !important;
color: #ffffff !important;
box-shadow: 0 4px 15px rgba(33, 150, 243, 0.3) !important;
transform: translateY(-2px) !important;
}
.variable-item.selected .variable-item-span {
color: #ffffff !important;
font-weight: 600 !important;
}
.variable-item-span {
font-size: 15px !important;
font-weight: 500 !important;
color: #495057 !important;
}
.label { color: #279fda; }
.reset_variations { display: none !important; } .product-series-switcher { margin-bottom: 10px; }
.wpb_content_element .wpb_accordion_header a,
.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav a {
display: block;
padding: 10% 3px;
text-decoration: none;
border-bottom: none;
font-family: var(--font-primary);
}
.wpb_content_element .wpb_tabs_nav li {
padding: 0;
background-color: #e0dfe0bb;
background-image: none;
list-style: none !important;
white-space: nowrap;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
color: var(--color-text);
text-decoration: none;
}
.vc_tta-tabs-container, .wpb_tabs_nav, .vc-tabs-nav {
display: flex;
flex-wrap: nowrap;
overflow-x: auto !important;
overflow-y: hidden;
white-space: nowrap;
-webkit-overflow-scrolling: touch;
padding: 1px;
margin-bottom: var(--spacing-md);
scrollbar-width: thin !important;
scrollbar-color: var(--color-scrollbar-thumb) var(--color-border) !important;
}
.vc_tta-container { margin-bottom: -3.26px; }
.vc_tta-tabs-container::-webkit-scrollbar,
.wpb_tabs_nav::-webkit-scrollbar,
.vc-tabs-nav::-webkit-scrollbar {
height: 8px !important;
display: block !important;
background: var(--color-scrollbar);
}
.vc_tta-tabs-container::-webkit-scrollbar-thumb,
.wpb_tabs_nav::-webkit-scrollbar-thumb,
.vc-tabs-nav::-webkit-scrollbar-thumb {
background: var(--color-scrollbar-thumb) !important;
border-radius: 3px !important;
visibility: visible !important;
opacity: 1 !important;
}
.vc_tta-tab > a, .wpb_tabs_nav li a, .vc-tab a,
ul.tabs-nav li a, .tabs-nav li a {
font-family: var(--font-primary);
font-size: var(--font-size-small) !important;
font-weight: var(--font-weight-light) !important;
padding: var(--spacing-xs) var(--spacing-sm) !important;
} table {
text-align: left;
font-family: var(--font-primary);
}
table.compare-list td {
width: 220px;
max-width: 220px;
min-width: 220px;
text-align: left;
vertical-align: middle;
}
#wapo-total-price-table table {
font-size: var(--font-size-large);
color: var(--color-primary);
font-weight: var(--font-weight-bold);
text-transform: uppercase;
margin-bottom: 0;
}
.yith-wapo-block .yith-wapo-addon .options.per-row-5 .yith-wapo-option {
float: left;
width: auto;
min-width: 70%;
max-width: 100%;
}
.yith-wapo-block .yith-wapo-addon span.checkboxbutton {
float: left;
display: block;
position: relative;
width: 20px;
height: 20px;
margin-right: var(--spacing-md);
}
.wpfFilterWrapper .wfpTitle {
display: inline-block;
width: 100%;
height: 35px;
background: #fff !important;
color: var(--color-secondary) !important;
font-family: var(--font-primary);
font-size: var(--font-size-large);
font-weight: var(--font-weight-bold);
}
.wpfFilterWrapper .wfpDescription {
font-family: var(--font-primary);
font-weight: var(--font-weight-bold);
}
.wpfFilterButton.wpfButton, .wpfClearButton.wpfButton {
max-width: 45%;
height: 35px;
margin: 10px 5px 10px 10px;
background: var(--color-secondary) !important;
border: 1px solid var(--color-secondary) !important;
color: #fff !important;
font-family: var(--font-primary);
}
#wpfMainWrapper-1_224327 .wpfFilterButton.wpfButton,
#wpfMainWrapper-1_224327 .wpfClearButton.wpfButton {
float: left;
clear: right;
max-width: 45%;
} .contactmessage {
float: left;
width: 120%;
min-width: 50%;
max-width: 100%;
}
.contactmessage input,
.contactmessage textarea,
.contactmessage select {
font-family: var(--font-primary);
}
.kraut-lb-media.kraut-lb-media-html {
left: 50% !important;
width: fit-content !important;
min-width: 300px !important;
max-width: 800px !important;
transform: translateX(-50%) !important;
}
.kraut-lb-media.kraut-lb-media-html .ts-modal-white-inner {
padding: var(--spacing-lg) !important;
}
.kraut-lb-media.kraut-lb-media-html input,
.kraut-lb-media.kraut-lb-media-html select,
.kraut-lb-media.kraut-lb-media-html textarea {
width: 100% !important;
box-sizing: border-box !important;
font-family: var(--font-primary);
}
.kraut-lb-media.kraut-lb-media-html {
max-width: 95vw !important;
width: 95vw !important;
left: 50% !important;
transform: translateX(-50%) !important;
box-sizing: border-box !important;
}
.ts-modal-white-inner > div[style*="max-width: 740px"],
.ts-modal-white-inner > div[style*="margin: 20px auto"] {
min-width: 0 !important;
width: 100% !important;
max-width: 100% !important;
box-sizing: border-box !important;
} .ac-ultra {
max-width: 740px;
margin: 0 auto;
background: #ffffff;
padding: 20px 25px;
border-radius: 20px;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
border: 1px solid #eef2f6;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.ac-ultra-title {
font-size: 20px;
font-weight: 600;
color: #1e293b;
margin: 0 0 16px 0;
padding-bottom: 10px;
border-bottom: 1px solid #eef2f6;
}
.ac-ultra-row {
display: flex;
align-items: center;
margin-bottom: 10px;
min-height: 42px;
}
.ac-ultra-label {
width: 110px;
display: flex;
align-items: center;
gap: 8px;
font-size: 14px;
font-weight: 500;
color: #334155;
flex-shrink: 0;
}
.ac-ultra-icon {
font-size: 18px;
width: 22px;
text-align: center;
}
.ac-ultra-label-text { white-space: nowrap; }
.ac-ultra-required { color: #ef4444; margin-left: 2px; }
.ac-ultra-field { flex: 1; }
.ac-ultra-input,
.ac-ultra-select,
.ac-ultra-textarea {
width: 100%;
padding: 8px 12px;
background-color: #f8fafc;
border: 1.5px solid #e2e8f0;
border-radius: 10px;
font-size: 14px;
transition: all 0.2s;
box-sizing: border-box;
height: 38px;
}
.ac-ultra-select {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23494e57' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
background-repeat: no-repeat;
background-position: right 12px center;
background-size: 12px;
padding-right: 30px;
cursor: pointer;
}
.ac-ultra-textarea {
height: auto;
min-height: 63px;
max-height: 105px;
resize: vertical;
padding: 8px 10px;
line-height: 1.5;
font-size: 14px;
}
.ac-ultra-row-comment {
align-items: flex-start;
margin-bottom: 10px;
}
.ac-ultra-input:focus,
.ac-ultra-select:focus,
.ac-ultra-textarea:focus {
border-color: #2563eb;
background-color: #ffffff;
outline: none;
box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}
.ac-ultra-submit {
margin-top: 20px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
width: 100%;
}
.ac-ultra-button {
background: #1e73be;
color: white;
border: none;
padding: 12px 30px;
font-size: 16px;
font-weight: 600;
border-radius: 40px;
cursor: pointer;
transition: all 0.2s;
width: 100%;
max-width: 280px;
box-shadow: 0 5px 15px rgba(30, 115, 190, 0.25);
margin: 0 auto;
display: block;
}
.ac-ultra-button:hover {
background: #1660a0;
transform: translateY(-1px);
box-shadow: 0 8px 20px rgba(30, 115, 190, 0.35);
}
.ac-ultra-button:active {
background: #124f83;
transform: translateY(0);
}
.ac-ultra-policy {
font-size: 11px;
color: #94a3b8;
margin-top: 12px;
text-align: center;
width: 100%;
} .aipkit_popup_content {
position: fixed;
z-index: 9999;
width: 80%;
max-width: 380px;
height: 75vh;
min-height: 280px;
max-height: 75vh;
margin: 0;
border-radius: 8px;
box-shadow: 0 15px 40px -10px var(--aipkit-chat-popup-trigger-shadow-color, rgba(0, 0, 0, .16)),
0 6px 20px -6px #0000001f,
0 0 0 1px #0000000a;
overflow: hidden;
display: flex;
flex-direction: column;
opacity: 0;
transform: none;
visibility: hidden;
transition: none;
background-color: var(--aipkit-chat-container-bg-color, var(--aipkit_bg_secondary, #ffffff));
border: 1px solid var(--aipkit-chat-container-border-color, var(--aipkit_container-border, #e5e5e5));
} .telegram-horizontal-wrapper {
max-width: 820px;
width: 100%;
margin: 20px auto;
padding: 0 15px;
box-sizing: border-box;
}
.telegram-horizontal {
background: #ffffff;
border-radius: 15px 15px 10px 10px;
box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08),
0 8px 20px rgba(0, 20, 40, 0.06);
padding: 16px 28px;
display: flex;
flex-wrap: nowrap;
align-items: center;
justify-content: space-between;
gap: 18px 24px;
transition: all 0.3s ease;
border: 1px solid rgba(255, 255, 255, 0.6);
box-sizing: border-box;
}
.telegram-horizontal:hover {
box-shadow: 0 28px 52px rgba(0, 0, 0, 0.12);
transform: translateY(-2px);
}
.telegram-brand {
display: flex;
align-items: center;
gap: 16px;
flex: 0 1 auto;
}
.telegram-icon-circle {
display: flex;
justify-content: center;
align-items: center;
width: 56px;
height: 56px;
background: linear-gradient(135deg, #2a9ee0, #1a7eb5);
border-radius: 50%;
box-shadow: 0 10px 20px rgba(0, 136, 204, 0.30);
transition: 0.25s;
flex-shrink: 0;
}
.telegram-icon-circle i {
font-size: 30px;
color: white;
filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.1));
}
.telegram-icon-circle:hover {
transform: scale(1.06);
box-shadow: 0 14px 28px rgba(0, 136, 204, 0.45);
}
.channel-name {
display: flex;
flex-direction: column;
line-height: 1.2;
}
.channel-name .title {
font-size: 22px;
font-weight: 700;
letter-spacing: -0.4px;
color: #0b1a2b;
}
.channel-name .title span {
background: linear-gradient(135deg, #0088cc, #2f9fd9);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}
.channel-name .sub {
font-size: 13px;
color: #5b6f8e;
font-weight: 400;
display: flex;
align-items: center;
gap: 6px;
}
.channel-name .sub i {
color: #0088cc;
font-size: 12px;
}
.telegram-link-btn {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 10px;
background: #0088cc;
color: white;
font-size: 16px;
font-weight: 600;
padding: 10px 24px;
border-radius: 15px;
text-decoration: none;
transition: all 0.25s ease;
box-shadow: 0 8px 20px rgba(0, 136, 204, 0.25);
border: 1px solid rgba(255, 255, 255, 0.2);
flex: 0 1 auto;
white-space: nowrap;
box-sizing: border-box;
}
.telegram-link-btn i {
font-size: 20px;
color: white;
transition: transform 0.2s;
}
.telegram-link-btn:hover {
background: #0072b0;
transform: scale(1.02);
box-shadow: 0 12px 28px rgba(0, 136, 204, 0.40);
}
.telegram-link-btn:hover i {
transform: rotate(-6deg) scale(1.06);
}
.telegram-link-btn:active {
transform: scale(0.96);
} .custom-contact-form {
max-width: 560px;
margin: 30px auto;
padding: 35px 40px;
background: #ffffff;
border-radius: 20px;
box-shadow: 0 15px 50px rgba(0, 0, 0, 0.08);
font-family: 'Roboto', system-ui, -apple-system, sans-serif;
transition: all 0.3s ease;
}
.custom-contact-form:hover {
box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
}
.custom-contact-form .form-group {
margin-bottom: 22px;
}
.custom-contact-form label {
display: block;
font-weight: 600;
font-size: 14px;
color: #1a1a2e;
margin-bottom: 6px;
letter-spacing: 0.3px;
}
.custom-contact-form .required {
color: #e74c3c;
margin-left: 2px;
}
.custom-contact-form input[type="text"],
.custom-contact-form input[type="email"],
.custom-contact-form textarea {
width: 100%;
padding: 14px 18px;
border: 2px solid #e8ecf1;
border-radius: 12px;
font-size: 15px;
font-family: inherit;
background: #fafbfc;
transition: all 0.3s ease;
color: #1a1a2e;
box-sizing: border-box;
}
.custom-contact-form input[type="text"]:focus,
.custom-contact-form input[type="email"]:focus,
.custom-contact-form textarea:focus {
outline: none;
border-color: #3498db;
background: #ffffff;
box-shadow: 0 0 0 4px rgba(52, 152, 219, 0.08);
}
.custom-contact-form textarea {
min-height: 130px;
resize: vertical;
}
.custom-contact-form input::placeholder,
.custom-contact-form textarea::placeholder {
color: #a0a8b5;
font-weight: 400;
font-size: 14px;
}
.custom-contact-form .custom-checkbox {
display: flex;
align-items: center;
gap: 12px;
position: relative;
padding-left: 36px;
cursor: pointer;
font-weight: 400 !important;
font-size: 14px !important;
color: #4a4a5a !important;
user-select: none;
}
.custom-contact-form .custom-checkbox input[type="checkbox"] {
position: absolute;
opacity: 0;
width: 0;
height: 0;
}
.custom-contact-form .custom-checkbox .checkmark {
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
width: 22px;
height: 22px;
border: 2px solid #d0d5dd;
border-radius: 6px;
background: #fafbfc;
transition: all 0.2s ease;
}
.custom-contact-form .custom-checkbox input:checked + .checkmark {
background: #3498db;
border-color: #3498db;
}
.custom-contact-form .custom-checkbox .checkmark::after {
content: "";
position: absolute;
display: none;
left: 7px;
top: 3px;
width: 6px;
height: 12px;
border: solid white;
border-width: 0 2px 2px 0;
transform: rotate(45deg);
}
.custom-contact-form .custom-checkbox input:checked + .checkmark::after {
display: block;
}
.custom-contact-form .custom-checkbox a {
color: #3498db;
text-decoration: none;
font-weight: 500;
border-bottom: 1px dashed transparent;
transition: border-color 0.2s ease;
}
.custom-contact-form .custom-checkbox a:hover {
border-bottom-color: #3498db;
}
.custom-contact-form .captcha-wrap {
margin: 10px 0 18px;
}
.custom-contact-form .captcha-wrap img {
border-radius: 10px;
border: 1px solid #e8ecf1;
}
.custom-contact-form .wpcf7-submit {
background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
color: #ffffff;
border: none;
padding: 16px 36px;
font-size: 16px;
font-weight: 600;
border-radius: 50px;
cursor: pointer;
transition: all 0.3s ease;
box-shadow: 0 8px 25px rgba(52, 152, 219, 0.25);
width: 100%;
letter-spacing: 0.5px;
font-family: inherit;
}
.custom-contact-form .wpcf7-submit:hover {
transform: translateY(-2px);
box-shadow: 0 12px 35px rgba(52, 152, 219, 0.35);
background: linear-gradient(135deg, #3ea0e0 0%, #3498db 100%);
}
.custom-contact-form .wpcf7-submit:active {
transform: translateY(0px);
box-shadow: 0 5px 15px rgba(52, 152, 219, 0.2);
}
.custom-contact-form .wpcf7-not-valid-tip {
color: #e74c3c;
font-size: 13px;
margin-top: 5px;
padding-left: 5px;
}
.custom-contact-form .wpcf7-form.invalid input,
.custom-contact-form .wpcf7-form.invalid textarea {
border-color: #e74c3c;
}
.custom-contact-form .wpcf7-response-output {
border-radius: 12px;
padding: 15px 20px;
margin: 20px 0 0;
border-width: 2px;
font-weight: 500;
} html body .inv-hero,
html body .std-hero,
html body .ms-hero {
max-width: 880px !important;
margin: 45px auto 0 !important;
padding: 0 20px !important;
text-align: center !important;
background: transparent !important;
background-image: none !important;
background-color: transparent !important;
}
html body .inv-hero h1,
html body .std-hero h1,
html body .ms-hero h1 {
font-size: 32px !important;
font-weight: 700 !important;
line-height: 1.25 !important;
color: #0b1a2b !important;
margin: 0 0 14px !important;
padding: 0 !important;
text-transform: none !important;
letter-spacing: -0.02em !important;
}
html body .inv-hero h1::after,
html body .std-hero h1::after,
html body .ms-hero h1::after {
content: "" !important;
display: block !important;
width: 64px !important;
height: 3px !important;
background: #02a8f3 !important;
border-radius: 3px !important;
margin: 16px auto 0 !important;
}
html body .inv-hero p,
html body .std-hero p,
html body .ms-hero p {
font-size: 17px !important;
line-height: 1.6 !important;
color: #5b6f8e !important;
font-weight: 400 !important;
max-width: 760px !important;
margin: 0 auto !important;
padding: 0 !important;
} html body .inv-benefits-wrap,
html body .std-benefits-wrap,
html body .ms-benefits-wrap {
--accent: #02a8f3;
--accent-soft: rgba(2, 168, 243, .09);
--ink: #0b1a2b;
--muted: #5b6f8e;
--line: #e7e9ef;
counter-reset: benefit !important;
display: grid !important;
grid-template-columns: repeat(auto-fit, minmax(215px, 1fr)) !important;
gap: 20px !important;
max-width: 1280px !important;
width: 100% !important;
margin: 0 auto !important;
padding: 36px 24px 60px !important;
font-family: 'Manrope', var(--font-primary), system-ui, sans-serif !important;
box-sizing: border-box !important;
}
html body .inv-benefit-card,
html body .std-benefit-card,
html body .ms-benefit-card {
counter-increment: benefit !important;
position: relative !important;
display: flex !important;
flex-direction: column !important;
align-items: center !important;
text-align: center !important;
gap: 12px !important;
padding: 38px 20px 30px !important;
background: #ffffff !important;
border: 1px solid var(--line) !important;
border-radius: 16px !important;
overflow: hidden !important;
transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease !important;
width: auto !important;
max-width: none !important;
float: none !important;
margin: 0 !important;
box-sizing: border-box !important;
}
html body .inv-benefit-card::after,
html body .std-benefit-card::after,
html body .ms-benefit-card::after {
content: "0" counter(benefit) !important;
position: absolute !important;
top: 16px !important;
right: 18px !important;
font-size: 13px !important;
font-weight: 800 !important;
letter-spacing: .08em !important;
color: #c3c8d4 !important;
line-height: 1 !important;
transition: color .3s ease !important;
}
html body .inv-benefit-card::before,
html body .std-benefit-card::before,
html body .ms-benefit-card::before {
content: "" !important;
position: absolute !important;
top: 0 !important;
left: 0 !important;
right: 0 !important;
height: 3px !important;
background: var(--accent) !important;
transform: scaleX(0) !important;
transform-origin: left !important;
transition: transform .35s ease !important;
z-index: 2 !important;
}
html body .inv-benefit-card:hover,
html body .std-benefit-card:hover,
html body .ms-benefit-card:hover {
transform: translateY(-8px) !important;
border-color: rgba(2, 168, 243, .5) !important;
box-shadow: 0 12px 30px rgba(2, 168, 243, .15),
0 0 20px rgba(2, 168, 243, .25) !important;
z-index: 10 !important;
}
html body .inv-benefit-card:hover::before,
html body .std-benefit-card:hover::before,
html body .ms-benefit-card:hover::before {
transform: scaleX(1) !important;
}
html body .inv-benefit-card:hover::after,
html body .std-benefit-card:hover::after,
html body .ms-benefit-card:hover::after {
color: var(--accent) !important;
}
html body .inv-benefit-card i,
html body .std-benefit-card i,
html body .ms-benefit-card i {
width: 120px !important;
height: 120px !important;
display: grid !important;
place-items: center !important;
font-size: 64px !important;
color: var(--accent) !important;
background: var(--accent-soft) !important;
border-radius: 24px !important;
margin: 0 0 8px !important;
padding: 0 !important;
line-height: 1 !important;
font-style: normal !important;
border: none !important;
box-shadow: none !important;
flex-shrink: 0 !important;
transition: background .35s ease, color .35s ease, transform .35s ease, box-shadow .35s ease !important;
}
html body .inv-benefit-card:hover i,
html body .std-benefit-card:hover i,
html body .ms-benefit-card:hover i {
background: var(--accent) !important;
color: #ffffff !important;
transform: scale(1.05) !important;
box-shadow: 0 10px 24px rgba(2, 168, 243, .35) !important;
}
html body .inv-benefit-title,
html body .std-benefit-title,
html body .ms-benefit-title {
font-size: 18px !important;
font-weight: 700 !important;
line-height: 1.4 !important;
letter-spacing: -.01em !important;
color: var(--ink) !important;
margin: 0 !important;
padding: 0 !important;
text-transform: none !important;
text-align: center !important;
}
html body p.inv-benefit-text,
html body p.std-benefit-text,
html body p.ms-benefit-text,
html body .inv-benefit-text,
html body .std-benefit-text,
html body .ms-benefit-text {
margin: 0 !important;
padding: 0 !important;
font-size: 14.5px !important;
line-height: 1.6 !important;
color: var(--muted) !important;
font-weight: 400 !important;
text-transform: none !important;
text-align: center !important;
} html body .inv-faq-wrap,
html body div:has(> .inv-faq-item) {
max-width: 900px !important;
margin-left: auto !important;
margin-right: auto !important;
padding: 0 20px !important;
box-sizing: border-box !important;
}
html body .inv-faq-wrap > h2,
html body div:has(> .inv-faq-item) > h2 {
font-size: 26px !important;
font-weight: 700 !important;
color: #0b1a2b !important;
text-align: center !important;
margin: 0 0 34px !important;
padding: 0 !important;
text-transform: none !important;
letter-spacing: -0.02em !important;
}
html body .inv-faq-wrap > h2::after,
html body div:has(> .inv-faq-item) > h2::after {
content: "" !important;
display: block !important;
width: 64px !important;
height: 3px !important;
background: #02a8f3 !important;
border-radius: 3px !important;
margin: 14px auto 0 !important;
}
html body .inv-faq-item {
background: #ffffff !important;
border: 1px solid #e7e9ef !important;
border-radius: 14px !important;
margin: 0 0 14px !important;
padding: 0 !important;
overflow: hidden !important;
transition: border-color .3s ease, box-shadow .3s ease !important;
list-style: none !important;
}
html body .inv-faq-item:hover {
border-color: rgba(2, 168, 243, .5) !important;
box-shadow: 0 8px 24px rgba(2, 168, 243, .12),
0 0 12px rgba(2, 168, 243, .12) !important;
}
html body .inv-faq-item.is-open {
border-color: rgba(2, 168, 243, .5) !important;
box-shadow: 0 8px 24px rgba(2, 168, 243, .12) !important;
}
html body .inv-faq-btn {
display: flex !important;
align-items: center !important;
justify-content: space-between !important;
gap: 16px !important;
width: 100% !important;
padding: 20px 24px !important;
margin: 0 !important;
background: transparent !important;
border: none !important;
box-shadow: none !important;
cursor: pointer !important;
text-align: left !important;
font-family: var(--font-primary) !important;
font-size: 16.5px !important;
font-weight: 600 !important;
line-height: 1.4 !important;
color: #0b1a2b !important;
transition: color .3s ease, background .3s ease !important;
border-radius: 0 !important;
min-width: 0 !important;
white-space: normal !important;
}
html body .inv-faq-btn:hover {
color: #02a8f3 !important;
background: rgba(2, 168, 243, .04) !important;
transform: none !important;
}
html body .inv-faq-btn:focus-visible {
outline: 2px solid #02a8f3 !important;
outline-offset: -2px !important;
}
html body .inv-faq-btn span:last-child {
color: #9aa3b2 !important;
flex-shrink: 0 !important;
transition: transform .35s ease, color .35s ease !important;
line-height: 1 !important;
}
html body .inv-faq-btn:hover span:last-child {
color: #02a8f3 !important;
}
html body .inv-faq-item.is-open .inv-faq-btn span:last-child {
color: #02a8f3 !important;
transform: rotate(180deg) !important;
}
html body .inv-faq-content {
max-height: 0;
overflow: hidden;
transition: max-height .45s ease;
}
html body .inv-faq-content-inner {
padding: 4px 24px 24px !important;
margin: 0 !important;
border-top: 1px solid #eef2f6 !important;
}
html body .inv-faq-content-inner p,
html body .inv-faq-content p {
font-size: 15px !important;
line-height: 1.7 !important;
color: #4a5568 !important;
font-weight: 400 !important;
margin: 14px 0 0 !important;
padding: 0 !important;
text-transform: none !important;
}
html body .inv-faq-content-inner ul {
margin: 14px 0 0 !important;
padding: 0 0 0 22px !important;
list-style: disc !important;
}
html body .inv-faq-content-inner li {
font-size: 15px !important;
line-height: 1.7 !important;
color: #4a5568 !important;
font-weight: 400 !important;
margin: 0 0 10px !important;
padding: 0 !important;
list-style: disc !important;
background: none !important;
}
html body .inv-faq-content-inner li::before {
display: none !important;
content: none !important;
}
html body .inv-faq-content-inner strong {
font-weight: 700 !important;
color: #0b1a2b !important;
}  @media (max-width: 991px) {
li.item { padding: 10px !important; }
html body ul.products-loop.grid > li.item,
html body .products.columns-4 > li,
html body .woocommerce ul.products li.product {
width: 50% !important;
flex: 0 0 50% !important;
max-width: 50% !important;
}
.products-entry {
padding: 15px !important;
border-radius: 10px !important;
}
} @media (max-width: 767px) { html body ul.products-loop.grid,
html body .woocommerce ul.products,
html body ul.products {
display: flex !important;
flex-wrap: wrap !important;
margin: 0 -5px !important;
padding: 0 !important;
}
html body ul.products-loop.grid > li.item,
html body .woocommerce ul.products li.product,
html body .woocommerce-page ul.products li.product,
html body ul.products li.product,
html body .products[class*="columns-"] > li,
html body li.item {
width: 50% !important;
flex: 0 0 50% !important;
max-width: 50% !important;
float: none !important;
clear: none !important;
padding: 0 5px 15px 5px !important;
box-sizing: border-box !important;
}
html body .products-entry {
background: #ffffff !important;
border: 1px solid #e5e5e5 !important;
border-radius: 12px !important;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06) !important;
padding: 12px !important;
margin: 0 !important;
box-sizing: border-box !important;
overflow: visible !important;
height: 100% !important;
display: flex !important;
flex-direction: column !important;
transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94),
box-shadow 0.35s ease,
border-color 0.35s ease !important;
}
html body .products-entry:hover {
transform: translateY(-5px) !important;
box-shadow: 0 10px 20px rgba(0, 162, 232, 0.15),
0 0 15px rgba(0, 162, 232, 0.2) !important;
border-color: rgba(0, 162, 232, 0.5) !important;
z-index: 10 !important;
}
html body .products-entry:active {
transform: translateY(-2px) !important;
box-shadow: 0 5px 15px rgba(0, 162, 232, 0.25) !important;
border-color: rgba(0, 162, 232, 0.7) !important;
}
.products-entry {
padding: 12px !important;
border-radius: 8px !important;
}
.products li.product,
.woocommerce ul.products li.product {
min-height: 300px !important;
} .sidebar,
#secondary,
.col-sm-3,
.col-md-3,
.col-sm-4,
.col-md-4,
aside[role="complementary"] {
display: none !important;
width: 0 !important;
} .col-sm-9,
.col-sm-8,
.col-md-9,
.col-md-8,
.col-sm-12,
.main-content,
#primary,
.site-content .container .row > div {
width: 100% !important;
flex: 0 0 100% !important;
max-width: 100% !important;
float: none !important;
clear: both !important;
}
} @media (max-width: 480px) {
html body ul.products-loop.grid > li.item,
html body .woocommerce ul.products li.product {
width: 50% !important;
flex: 0 0 50% !important;
max-width: 50% !important;
} .telegram-horizontal {
flex-wrap: wrap;
justify-content: center;
padding: 14px 16px;
border-radius: 8px 8px 6px 6px;
gap: 10px;
}
.telegram-brand {
flex: 1 1 100%;
justify-content: center;
}
.channel-name {
align-items: center;
text-align: center;
}
.channel-name .title { font-size: 18px; }
.channel-name .sub { font-size: 12px; }
.telegram-link-btn {
font-size: 14px;
padding: 8px 20px;
border-radius: 8px;
width: 100%;
justify-content: center;
}
.telegram-icon-circle {
width: 44px;
height: 44px;
}
.telegram-icon-circle i { font-size: 24px; } .multisplit-header {
padding: 12px 14px;
gap: 10px;
flex-wrap: wrap;
}
.multisplit-icon {
width: 30px;
height: 30px;
}
.multisplit-icon i { font-size: 14px; }
.multisplit-title .main-title { font-size: 16px; }
.multisplit-title .sub-title { font-size: 12px; }
.multisplit-content {
padding: 14px 14px;
border-radius: 6px;
}
.multisplit-content p {
font-size: 13px;
line-height: 1.6;
margin-bottom: 10px;
}
} @media (max-width: 650px) { .telegram-horizontal {
padding: 12px 16px;
border-radius: 10px 10px 8px 8px;
gap: 12px;
}
.telegram-brand { gap: 12px; }
.channel-name .title { font-size: 17px; }
.channel-name .sub { font-size: 11px; }
.telegram-link-btn {
font-size: 13px;
padding: 7px 14px;
border-radius: 10px;
gap: 8px;
}
.telegram-link-btn i { font-size: 16px; }
.telegram-icon-circle {
width: 42px;
height: 42px;
}
.telegram-icon-circle i { font-size: 22px; } .multisplit-header {
padding: 14px 18px;
gap: 12px;
}
.multisplit-icon {
width: 34px;
height: 34px;
}
.multisplit-icon i { font-size: 17px; }
.multisplit-title .main-title { font-size: 17px; }
.multisplit-title .sub-title { font-size: 13px; }
.multisplit-content { padding: 18px 18px; }
.multisplit-content p { font-size: 14px; line-height: 1.6; }
} @media (max-width: 820px) {
.telegram-horizontal {
padding: 14px 22px;
border-radius: 11px 11px 8px 8px;
gap: 14px 18px;
}
.channel-name .title { font-size: 19px; }
.telegram-link-btn {
font-size: 14px;
padding: 8px 18px;
border-radius: 11px;
}
.telegram-link-btn i { font-size: 18px; }
.telegram-icon-circle {
width: 48px;
height: 48px;
}
.telegram-icon-circle i { font-size: 26px; }
} @media (max-width: 768px) {
:root {
--font-size-base: 1.2rem;
--font-size-h1: 28px;
}
body, p:not(.inv-benefit-text):not(.std-benefit-text):not(.ms-benefit-text), li, .entry-content {
font-size: var(--font-size-base) !important;
}
.ts-modal-white-inner {
padding: 10px !important;
box-sizing: border-box !important;
}
} @media (max-width: 1080px) {
html body .inv-benefits-wrap,
html body .std-benefits-wrap,
html body .ms-benefits-wrap {
grid-template-columns: repeat(2, 1fr) !important;
padding: 50px 20px !important;
}
} @media (max-width: 640px) {
html body .inv-hero h1,
html body .std-hero h1,
html body .ms-hero h1 {
font-size: 24px !important;
}
html body .inv-hero p,
html body .std-hero p,
html body .ms-hero p {
font-size: 15px !important;
}
html body .inv-benefits-wrap,
html body .std-benefits-wrap,
html body .ms-benefits-wrap {
gap: 14px !important;
padding: 28px 16px 44px !important;
}
html body .inv-benefit-card,
html body .std-benefit-card,
html body .ms-benefit-card {
padding: 30px 16px 26px !important;
}
html body .inv-benefit-card i,
html body .std-benefit-card i,
html body .ms-benefit-card i {
width: 96px !important;
height: 96px !important;
font-size: 50px !important;
border-radius: 20px !important;
}
html body .inv-faq-wrap > h2,
html body div:has(> .inv-faq-item) > h2 {
font-size: 21px !important;
margin-bottom: 26px !important;
}
html body .inv-faq-btn {
padding: 16px 18px !important;
font-size: 15px !important;
gap: 12px !important;
}
html body .inv-faq-content-inner {
padding: 2px 18px 20px !important;
}
html body .inv-faq-content-inner p,
html body .inv-faq-content-inner li {
font-size: 14px !important;
}
} @media (max-width: 600px) {
.ac-ultra-row {
flex-direction: column;
align-items: flex-start;
margin-bottom: 15px;
min-height: auto;
}
.ac-ultra-label {
width: auto;
margin-bottom: 5px;
}
.ac-ultra-field { width: 100%; }
.ac-ultra-button { max-width: 100%; }
.inv-benefits-wrap {
grid-template-columns: 1fr !important;
gap: 14px !important;
padding: 44px 16px !important;
}
.inv-benefit-card {
padding: 28px 22px 26px !important;
}
.custom-contact-form {
padding: 25px 20px;
margin: 15px 10px;
border-radius: 16px;
}
.custom-contact-form .wpcf7-submit {
font-size: 15px;
padding: 14px 20px;
}
} .no-prepay-banner {
max-width: 820px;
margin: 20px auto;
padding: 20px 30px;
background: #ffffff;
border-radius: 12px;
border: 1px solid var(--color-border);
border-left: 5px solid var(--color-secondary); box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
display: flex;
align-items: center;
gap: 25px;
box-sizing: border-box;
transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.no-prepay-banner:hover {
transform: translateY(-3px);
box-shadow: 0 10px 30px rgba(2, 168, 243, 0.12);
}
.no-prepay-banner__main {
flex-shrink: 0;
border-right: 1px solid var(--color-border);
padding-right: 25px;
text-align: center;
}
.no-prepay-banner__number {
font-size: 42px;
font-weight: var(--font-weight-black);
color: var(--color-text);
line-height: 1;
display: block;
}
.no-prepay-banner__label {
font-size: var(--font-size-medium);
font-weight: var(--font-weight-bold);
color: var(--color-secondary);
text-transform: uppercase;
letter-spacing: 1px;
display: block;
margin-top: 4px;
}
.no-prepay-banner__text {
flex-grow: 1;
font-size: 15px; line-height: 1.5;
color: var(--color-text-light);
margin: 0;
}
.no-prepay-banner__text strong {
color: var(--color-text);
font-weight: var(--font-weight-bold);
} @media (max-width: 650px) {
.no-prepay-banner {
flex-direction: column;
text-align: center;
gap: 15px;
padding: 20px;
}
.no-prepay-banner__main {
border-right: none;
border-bottom: 1px solid var(--color-border);
padding-right: 0;
padding-bottom: 15px;
}
} .custom-modal-btn {
display: block;
margin: 20px auto; width: fit-content;
background: var(--color-secondary);
color: #ffffff;
padding: 14px 32px;
font-size: 16px;
font-weight: var(--font-weight-bold);
border-radius: 50px;
border: none;
cursor: pointer;
text-decoration: none;
box-shadow: 0 8px 20px rgba(2, 168, 243, 0.25);
transition: all 0.3s ease;
}
.custom-modal-btn:hover {
background: #028ac9;
transform: translateY(-2px);
box-shadow: 0 12px 28px rgba(2, 168, 243, 0.35);
}
.custom-modal-overlay {
position: fixed;
top: 0; left: 0;
width: 100%; height: 100%;
background: rgba(11, 26, 43, 0.75);
backdrop-filter: blur(3px);
z-index: 99999;
display: flex;
align-items: center;
justify-content: center;
opacity: 0;
visibility: hidden;
transition: opacity 0.3s ease, visibility 0.3s ease;
padding: 20px; box-sizing: border-box;
}
.custom-modal-overlay.is-open {
opacity: 1;
visibility: visible;
}
.custom-modal-box {
background: #ffffff;
width: 480px; max-width: 100%;
max-height: 90vh; border-radius: 16px;
box-shadow: 0 20px 60px rgba(0,0,0,0.2);
position: relative;
display: flex;
flex-direction: column;
transform: translateY(-20px);
transition: transform 0.3s ease;
overflow: hidden;
}
.custom-modal-overlay.is-open .custom-modal-box {
transform: translateY(0);
}
.custom-modal-close {
position: absolute;
top: 10px;
right: 10px;
width: 32px;
height: 32px;
background: #f1f5f9;
border: none;
border-radius: 50%;
font-size: 20px;
color: #64748b;
cursor: pointer;
z-index: 10;
transition: all 0.2s ease;
display: flex;
align-items: center;
justify-content: center;
line-height: 1;
}
.custom-modal-close:hover {
background: #e2e8f0;
color: #ef4444;
transform: rotate(90deg);
}
.custom-modal-header {
padding: 20px 25px 12px; border-bottom: 1px solid #eef2f6;
text-align: center;
}
.custom-modal-title {
font-size: 17px; font-weight: var(--font-weight-bold);
color: #0b1a2b;
margin: 0 0 6px;
line-height: 1.3;
}
.custom-modal-subtitle {
font-size: 13px;
color: #5b6f8e;
margin: 0;
line-height: 1.4;
}
.custom-modal-body {
padding: 15px 25px 20px; overflow-y: auto;
overflow-x: hidden;
} .custom-modal-body p { margin-bottom: 10px !important; }
.custom-modal-body label { font-size: 13px !important; margin-bottom: 3px !important; }
.custom-modal-body input[type="text"],
.custom-modal-body input[type="email"],
.custom-modal-body input[type="tel"],
.custom-modal-body textarea {
padding: 8px 12px !important;
font-size: 14px !important;
}
.custom-modal-body .wpcf7-submit {
padding: 10px 20px !important;
font-size: 15px !important;
margin-top: 5px !important;
} @media (max-width: 600px) {
.custom-modal-overlay {
padding: 0; }
.custom-modal-box {
width: 100vw !important;
height: 100vh !important;
max-height: 100vh !important;
border-radius: 0; }
.custom-modal-header {
padding: 15px 20px 10px;
}
.custom-modal-title { font-size: 16px; }
.custom-modal-subtitle { font-size: 12px; }
.custom-modal-body {
padding: 15px 20px 20px;
-webkit-overflow-scrolling: touch; }
} .box-sevicer {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
gap: 15px;
margin: 0 auto;
}
.box-sevicer .sn-sevirce {
background: #ffffff; border: 1px solid var(--color-border);
border-radius: 12px;
padding: 20px 15px;
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
gap: 12px;
transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
box-sizing: border-box;
}
.box-sevicer .sn-sevirce:hover {
transform: translateY(-5px);
box-shadow: 0 10px 25px rgba(2, 168, 243, 0.1);
border-color: rgba(2, 168, 243, 0.4);
} .box-sevicer .img-sevirce {
width: 50px;
height: 50px;
background-size: contain;
background-position: center;
background-repeat: no-repeat;
transition: transform 0.3s ease;
}
.box-sevicer .sn-sevirce:hover .img-sevirce {
transform: scale(1.1);
} .box-sevicer .sn-title {
display: block;
font-size: 15px;
font-weight: var(--font-weight-bold);
color: var(--color-text); text-decoration: none;
line-height: 1.3;
transition: color 0.2s ease;
}
.box-sevicer .sn-title:hover {
color: var(--color-secondary); } .box-sevicer .content-service {
font-size: 13px;
line-height: 1.5;
color: var(--color-text-light); } .box-sevicer .content-service a {
margin-bottom: 6px;
} @media (max-width: 600px) {
.box-sevicer {
grid-template-columns: repeat(2, 1fr); gap: 12px;
}
.box-sevicer .sn-sevirce {
padding: 15px 10px;
}
} .box-sevicer {
display: grid !important;
grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)) !important;
gap: 15px !important;
margin: 0 auto !important;
width: 100% !important;
}
.box-sevicer .sn-sevirce {
background: #ffffff;
border: 1px solid var(--color-border);
border-radius: 12px;
padding: 20px 15px;
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
gap: 12px;
transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
box-sizing: border-box;
}
.box-sevicer .sn-sevirce:hover {
transform: translateY(-5px);
box-shadow: 0 10px 25px rgba(2, 168, 243, 0.1);
border-color: rgba(2, 168, 243, 0.4);
}
.box-sevicer .img-sevirce {
width: 50px;
height: 50px;
background-size: contain;
background-position: center;
background-repeat: no-repeat;
transition: transform 0.3s ease;
}
.box-sevicer .sn-sevirce:hover .img-sevirce {
transform: scale(1.1);
}
.box-sevicer .sn-title {
display: block;
font-size: 15px;
font-weight: var(--font-weight-bold);
color: var(--color-text);
text-decoration: none;
line-height: 1.3;
transition: color 0.2s ease;
}
.box-sevicer .sn-title:hover {
color: var(--color-secondary);
}
.box-sevicer .content-service {
font-size: 13px;
line-height: 1.5;
color: var(--color-text-light);
}
.box-sevicer .content-service a {
margin-bottom: 6px;
} @media (max-width: 600px) {
.box-sevicer {
grid-template-columns: repeat(2, 1fr) !important;
gap: 12px !important;
}
.box-sevicer .sn-sevirce {
padding: 15px 10px;
}
} html body .footer-bottom-sevicer {
background-color: #f4f6f8 !important;
border-top: 1px solid #e1e1e1 !important;
padding: 0 !important;
}
html body .footer-bottom-sevicer .widget,
html body .footer-bottom-sevicer .widget-inner,
html body .footer-bottom-sevicer .textwidget,
html body .footer-bottom-sevicer .container {
margin: 0 auto !important;
padding: 0 !important;
max-width: 1200px !important;
width: 100% !important;
} html body .footer-bottom-sevicer .box-sevicer {
display: flex !important;
flex-wrap: wrap !important;
justify-content: center !important;
gap: 20px !important;
padding: 30px 15px !important;
box-sizing: border-box !important;
width: 100% !important;
} html body .footer-bottom-sevicer .box-sevicer > .sn-sevirce,
html body .footer-bottom-sevicer .sn-sevirce {
flex: 1 1 18% !important; max-width: 18% !important; width: auto !important; float: none !important; margin: 0 !important; min-width: 0 !important;
background: transparent !important;
border: none !important;
padding: 10px !important;
display: flex !important;
flex-direction: column !important;
align-items: center !important;
text-align: center !important;
box-sizing: border-box !important;
transition: all 0.3s ease !important;
}
html body .footer-bottom-sevicer .sn-sevirce:hover {
transform: translateY(-5px) !important;
} html body .footer-bottom-sevicer .sn-icon {
width: 50px;
height: 50px;
display: flex !important;
align-items: center !important;
justify-content: center !important;
background: rgba(2, 168, 243, 0.1);
border-radius: 50% !important;
color: #02a8f3;
font-size: 22px;
margin-bottom: 12px;
transition: all 0.3s ease;
flex-shrink: 0;
}
html body .footer-bottom-sevicer .sn-sevirce:hover .sn-icon {
background: #02a8f3;
color: #ffffff;
transform: scale(1.1);
}
html body .footer-bottom-sevicer .content-service {
display: flex !important;
flex-direction: column !important;
justify-content: flex-start !important;
flex-grow: 1 !important;
font-size: 13px !important;
line-height: 1.5 !important;
color: #666 !important;
}
html body .footer-bottom-sevicer .sn-title {
display: block !important;
color: #444 !important;
font-weight: 700 !important;
font-size: 15px !important;
text-decoration: none !important;
margin-bottom: 6px !important;
}
html body .footer-bottom-sevicer .sn-title:hover {
color: #02a8f3 !important;
}
html body .footer-bottom-sevicer .content-service span {
display: block !important;
} @media (max-width: 991px) {
html body .footer-bottom-sevicer .box-sevicer > .sn-sevirce,
html body .footer-bottom-sevicer .sn-sevirce {
flex: 1 1 30% !important; max-width: 30% !important;
}
}
@media (max-width: 600px) {
html body .footer-bottom-sevicer .box-sevicer > .sn-sevirce,
html body .footer-bottom-sevicer .sn-sevirce {
flex: 1 1 45% !important; max-width: 45% !important;
}
} .item-content .amount {
font-size: 125%;
font-weight: 700;
color: #e67e22;
}
ins {
display: inline-block;
text-decoration: inherit;
margin-left: 5px;
}
ins .amount {
font-size: 125% !important;
font-weight: bold !important;
color: #e67e22;
}
.single-product-top .product-summary .price .amount {
font-size: 18px;
font-weight: bold;
color: #e67e22;
}
.sale-off,
.sw-newlabel,
.sw-outstock {
position: absolute;
z-index: 1;
top: 10px;
right: 10px;
font-size: 12px;
font-weight: bold;
padding: 0 10px;
color: #fff;
text-align: center;
display: inline-block;
height: 20px;
border-radius: 2px;
line-height: 20px;
background-color: #e67e22;
font-weight: normal;
} #lz-mobile-bottom-menu { display: none; }
@media only screen and (max-width: 767px) {
body {
padding-bottom: 50px !important;
}
#lz-mobile-bottom-menu {
display: block;
position: fixed;
left: 0;
right: 0;
bottom: 0;
z-index: 99999;
background: rgba(255, 255, 255, 0.97);
border-top: 1px solid rgba(0, 0, 0, 0.12);
box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.15);
}
#lz-mobile-bottom-menu ul {
list-style: none;
margin: 0;
padding: 0;
display: flex;
flex-direction: row;
justify-content: space-around;
align-items: center;
width: 100%;
}
#lz-mobile-bottom-menu li {
flex: 1 1 0;
min-width: 0;
text-align: center;
}
#lz-mobile-bottom-menu li a {
display: block;
padding: 13px 2px;
font-size: 12px;
font-weight: 600;
color: #222;
text-decoration: none;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
#lz-mobile-bottom-menu li a:active { background: #eef2f7; }
}.wpb_vc_table_container {
overflow-y: auto;
}
.wpb_vc_table,
#visual_composer_content .wpb_vc_table {
border-collapse: collapse;
}
.wpb_vc_table td.vc_table_cell.vc_cell_border_top,
#visual_composer_content .wpb_vc_table td.vc_table_cell.vc_cell_border_top {
border-top: 1px solid #000000;
}
.wpb_vc_table td.vc_table_cell.vc_cell_border_left,
#visual_composer_content .wpb_vc_table td.vc_table_cell.vc_cell_border_left {
border-left: 1px solid #000000;
}
.wpb_vc_table td.vc_table_cell.vc_cell_border_right,
#visual_composer_content .wpb_vc_table td.vc_table_cell.vc_cell_border_right {
border-right: 1px solid #000000;
}
.wpb_vc_table td.vc_table_cell.vc_cell_border_bottom,
#visual_composer_content .wpb_vc_table td.vc_table_cell.vc_cell_border_bottom {
border-bottom: 1px solid #000000;
}
.wpb_vc_table td.vc_table_cell.vc_cell_borders_all,
#visual_composer_content .wpb_vc_table td.vc_table_cell.vc_cell_borders_all {
border: 1px solid #000000;
}
.vc_stroked .vc_table_content {
text-decoration: line-through;
}
.wpb_vc_table td.vc_table_cell {
border-top: 0;
}
.entry-content .wpb_vc_table {
border-bottom: 0px;
}.wpb_vc_table {
width: 100%;
line-height: 1;
-webkit-box-sizing: padding-box;
-moz-box-sizing: padding-box;
box-sizing: padding-box;
} #visual_composer_content table.vc-table-plugin-theme-default {
border-collapse: separate;
border-spacing: 0;
border: 1px solid #EBEBEB;
}
#visual_composer_content table.vc-table-plugin-theme-default tr.vc-th td {
border: 1px solid #EBEBEB;
text-align: left;
}
#visual_composer_content table.vc-table-plugin-theme-default td {
padding: 8px 15px;
border: 1px solid #EBEBEB;
} table.vc-table-plugin-theme-classic {
border: 1px solid #DCDCDC;
}
table.vc-table-plugin-theme-classic tr.vc-th td {
font-weight: bold;
background-color: #F9F9F9;
padding: 10px 15px;
border: 1px solid #DCDCDC;
text-align: left;
}
table.vc-table-plugin-theme-classic td {
padding: 8px 15px;
border: 1px solid #DCDCDC;
}
table.vc-table-plugin-theme-classic tr:nth-child(2n+1),
table.vc-table-plugin-theme-classic tr:hover {
background-color: #F9F9F9;
}  table.vc-table-plugin-theme-classic_orange {
border: 1px solid #ffac14;
}
table.vc-table-plugin-theme-classic_orange tr.vc-th td {
font-weight: bold;
color: #ffffff;
background: #ffac14;
padding: 10px 15px;
border-bottom: none;
text-align: left;
}
table.vc-table-plugin-theme-classic_orange td {
padding: 8px 15px;
border: 1px solid #ffac14;
}
table.vc-table-plugin-theme-classic_orange tr:nth-child(2n+1),
table.vc-table-plugin-theme-classic_orange tr:hover {
background-color: #fff4e0;
} table.vc-table-plugin-theme-classic_pink {
border: 1px solid #f64747;
}
table.vc-table-plugin-theme-classic_pink tr.vc-th td {
font-weight: bold;
color: #ffffff;
background: #f64747;
padding: 10px 15px;
border-bottom: none;
text-align: left;
}
table.vc-table-plugin-theme-classic_pink td {
padding: 8px 15px;
border: 1px solid #f64747;
}
table.vc-table-plugin-theme-classic_pink tr:nth-child(2n+1),
table.vc-table-plugin-theme-classic_pink tr:hover {
background-color: #fef1f1;
} table.vc-table-plugin-theme-classic_purple {
border: 1px solid #4a4683;
}
table.vc-table-plugin-theme-classic_purple tr.vc-th td {
font-weight: bold;
color: #ffffff;
background: #4a4683;
padding: 10px 15px;
border-bottom: none;
text-align: left;
}
table.vc-table-plugin-theme-classic_purple td {
padding: 8px 15px;
border: 1px solid #4a4683;
}
table.vc-table-plugin-theme-classic_purple tr:nth-child(2n+1),
table.vc-table-plugin-theme-classic_purple tr:hover {
background-color: #dddcec;
} table.vc-table-plugin-theme-classic_blue {
border: 1px solid #0c9df7;
}
table.vc-table-plugin-theme-classic_blue tr.vc-th td {
font-weight: bold;
color: #ffffff;
background: #0c9df7;
padding: 10px 15px;
border-bottom: none;
text-align: left;
}
table.vc-table-plugin-theme-classic_blue td {
padding: 8px 15px;
border: 1px solid #0c9df7;
}
table.vc-table-plugin-theme-classic_blue tr:nth-child(2n+1),
table.vc-table-plugin-theme-classic_blue tr:hover {
background-color: #eaf7fe;
} table.vc-table-plugin-theme-classic_green {
border: 1px solid #98c407;
}
table.vc-table-plugin-theme-classic_green tr.vc-th td {
font-weight: bold;
color: #ffffff;
background: #98c407;
padding: 10px 15px;
border-bottom: none;
text-align: left;
}
table.vc-table-plugin-theme-classic_green td {
padding: 8px 15px;
border: 1px solid #98c407;
}
table.vc-table-plugin-theme-classic_green tr:nth-child(2n+1),
table.vc-table-plugin-theme-classic_green tr:hover {
background-color: #f2fdcd;
} table.vc-table-plugin-theme-simple tr.vc-th td {
font-weight: bold;
border-bottom: 2px solid #DCDCDC;
text-align: left;
}
table.vc-table-plugin-theme-simple td {
padding: 8px;
border-bottom: 1px solid #DCDCDC;
}
table.vc-table-plugin-theme-simple tr:hover {
background-color: #F9F9F9;
}  table.vc-table-plugin-theme-simple_orange tr.vc-th td {
font-weight: bold;
border-bottom: 2px solid #ffac14;
text-align: left;
}
table.vc-table-plugin-theme-simple_orange td {
padding: 8px;
border-bottom: 1px solid #ffac14;
}
table.vc-table-plugin-theme-simple_orange tr:hover {
background-color: #fff4e0;
} table.vc-table-plugin-theme-simple_pink tr.vc-th td {
font-weight: bold;
border-bottom: 2px solid #f64747;
text-align: left;
}
table.vc-table-plugin-theme-simple_pink td {
padding: 8px;
border-bottom: 1px solid #f64747;
}
table.vc-table-plugin-theme-simple_pink tr:hover {
background-color: #fef1f1;
} table.vc-table-plugin-theme-simple_purple tr.vc-th td {
font-weight: bold;
border-bottom: 2px solid #4a4683;
text-align: left;
}
table.vc-table-plugin-theme-simple_purple td {
padding: 8px;
border-bottom: 1px solid #4a4683;
}
table.vc-table-plugin-theme-simple_purple tr:hover {
background-color: #dddcec;
} table.vc-table-plugin-theme-simple_blue tr.vc-th td {
font-weight: bold;
border-bottom: 2px solid #0c9df7;
text-align: left;
}
table.vc-table-plugin-theme-simple_blue td {
padding: 8px;
border-bottom: 1px solid #0c9df7;
}
table.vc-table-plugin-theme-simple_blue tr:hover {
background-color: #eaf7fe;
} table.vc-table-plugin-theme-simple_green tr.vc-th td {
font-weight: bold;
border-bottom: 2px solid #98c407;
text-align: left;
}
table.vc-table-plugin-theme-simple_green td {
padding: 8px;
border-bottom: 1px solid #98c407;
}
table.vc-table-plugin-theme-simple_green tr:hover {
background-color: #f2fdcd;
}.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
padding: 0;
margin: 0;
border: 0;
outline: none;
vertical-align: top;
}
.fancybox-wrap {
position: absolute;
top: 0;
left: 0;
z-index: 8020;
}
.fancybox-skin {
position: relative;
color: #444;
text-shadow: none;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.fancybox-opened {
z-index: 10001;
}
.fancybox-opened .fancybox-skin {
}
.fancybox-outer, .fancybox-inner {
position: relative;
}
.fancybox-inner {
overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
-webkit-overflow-scrolling: touch;
}
.fancybox-error {
color: #444;
font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
margin: 0;
padding: 15px;
white-space: nowrap;
}
.fancybox-image, .fancybox-iframe {
display: block;
width: 100%;
height: 100%;
}
.fancybox-image {
max-width: 100%;
max-height: 100%;
}
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
background-image: url(//letomzima.ru/wp-content/plugins/sw_core/css/fancy/fancybox_sprite.png);
}
#fancybox-loading {
position: fixed;
top: 50%;
left: 50%;
margin-top: -22px;
margin-left: -22px;
background-position: 0 -108px;
opacity: 0.8;
cursor: pointer;
z-index: 10001;
}
#fancybox-loading div {
width: 44px;
height: 44px;
background: url(//letomzima.ru/wp-content/plugins/sw_core/css/fancy/fancybox_loading.gif) center center no-repeat;
}
.fancybox-close {
position: absolute;
top: -5px;
right: -5px;
width: 36px;
height: 36px;
cursor: pointer;
z-index: 8040;
}
.fancybox-nav {
position: absolute;
top: 0;
width: 40%;
height: 100%;
cursor: pointer;
text-decoration: none;
background: transparent url(//letomzima.ru/wp-content/plugins/sw_core/css/fancy/blank.gif); -webkit-tap-highlight-color: rgba(0,0,0,0);
z-index: 8040;
}
.fancybox-prev {
left: 0;
}
.fancybox-next {
right: 0;
}
.fancybox-nav span {
position: absolute;
top: 50%;
width: 36px;
height: 34px;
margin-top: -18px;
cursor: pointer;
z-index: 8040;
visibility: hidden;
}
.fancybox-prev span {
left: 10px;
background-position: 0 -36px;
}
.fancybox-next span {
right: 10px;
background-position: 0 -72px;
}
.fancybox-nav:hover span {
visibility: visible;
}
.fancybox-tmp {
position: absolute;
top: -99999px;
left: -99999px;
visibility: hidden;
max-width: 99999px;
max-height: 99999px;
overflow: visible !important;
} .fancybox-lock {
overflow: hidden !important;
width: auto;
}
.fancybox-lock body {
overflow: hidden !important;
}
.fancybox-lock-test {
overflow-y: hidden !important;
}
.fancybox-overlay {
position: absolute;
top: 0;
left: 0;
overflow: hidden;
display: none;
z-index: 10000;
background: url(//letomzima.ru/wp-content/plugins/sw_core/css/fancy/fancybox_overlay.png);
}
.fancybox-overlay-fixed {
position: fixed;
bottom: 0;
right: 0;
}
.fancybox-lock .fancybox-overlay {
overflow: auto;
overflow-y: scroll;
} .fancybox-title {
visibility: hidden;
font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
position: relative;
text-shadow: none;
z-index: 8050;
}
.fancybox-opened .fancybox-title {
visibility: visible;
}
.fancybox-title-float-wrap {
position: absolute;
bottom: 0;
right: 50%;
margin-bottom: -35px;
z-index: 8050;
text-align: center;
}
.fancybox-title-float-wrap .child {
display: inline-block;
margin-right: -100%;
padding: 2px 20px;
background: transparent; background: rgba(0, 0, 0, 0.8);
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
text-shadow: 0 1px 2px #222;
color: #FFF;
font-weight: bold;
line-height: 24px;
white-space: nowrap;
}
.fancybox-title-outside-wrap {
position: relative;
margin-top: 10px;
color: #fff;
}
.fancybox-title-inside-wrap {
padding-top: 10px;
}
.fancybox-title-over-wrap {
position: absolute;
bottom: 0;
left: 0;
color: #fff;
padding: 10px;
background: #000;
background: rgba(0, 0, 0, .8);
} @media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5){
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
background-image: url(//letomzima.ru/wp-content/plugins/sw_core/css/fancy/fancybox_sprite@2x.png);
background-size: 44px 152px; }
#fancybox-loading div {
background-image: url(//letomzima.ru/wp-content/plugins/sw_core/css/fancy/fancybox_loading@2x.gif);
background-size: 24px 24px; }
}.responsive-slider.loading,
.tab-content.loading {
height: 300px;
overflow: hidden;
position: relative;
}
.responsive-slider.loading:before,
.tab-content.loading:before {
background: #fff url(//letomzima.ru/wp-content/plugins/sw_core/assets/img/loadingp.gif) no-repeat scroll center center;
background-size: 60px 60px;
bottom: 0;
content: "";
display: block;
left: 0;
position: absolute;
right: 0;
top: 0;
z-index: 1039;
}
.shortcodes {
margin-bottom: ;
}
.shortcodes .carousel .item img {
width: 100%;
}
.shortcodes h3 {
padding-top: 30px;
}
[class^="fa-"],
[class*=" fa-"] {
margin: 5px;
}
.googlemap .map_canvas {
height: 100%;
width: 100%;
}
.shortcode-slideshow img {
width: 100%;
}
.shortcode-slideshow .carousel-control {
top: 45.5%;
}
.shortcode-slideshow .carousel-control:hover {
opacity: 1;
background-color: #df1f26;
}
.carousel-control {
top: 50%;
width: 42px !important;
height: 42px !important;
}
ul.thumbnails {
margin-left: -1%;
}
.rtl ul.thumbnails {
margin-right: -1% !important;
margin-left: 0;
}
.gallery {
padding: 0;
overflow: hidden;
}
.rtl .gallery {
margin-right: 0 !important;
}
.gallery li {
margin-left: 1%;
margin-right: 0;
margin-bottom: 20px;
text-align: center;
float: left;
list-style: none;
}
.rtl .gallery li {
float: right;
margin: 0 1% 20px 0;
}
.gallery .thumbnail {
display: block;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
background: #FFF;
padding: 5px;
position: relative;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
overflow: hidden;
}
.gallery .thumbnail:after {
position: absolute;
border-color: transparent #FFFFFF #FFFFFF transparent;
border-style: solid;
border-width: 45px;
content: "";
opacity: 0;
filter: alpha(opacity=0);
right: -45px;
bottom: 0;
transition: all 0.3s ease 0.2s;
z-index: 4;
}
.gallery .thumbnail:before {
content: "\f0a9";
font-family: FontAwesome;
position: absolute;
bottom: 20px;
right: 0;
color: #FFF;
font-size: 20px;
opacity: 0;
filter: alpha(opacity=0);
transition: all 0.2s ease 0.3s;
transform: rotate(0deg);
z-index: 5;
}
.gallery .thumbnail:hover {
background: #df1f26;
border-color: #ddd;
}
.gallery .thumbnail:hover:after {
bottom: 0;
right: 0;
opacity: 0.3;
filter: alpha(opacity=30);
}
.gallery .thumbnail:hover:before {
right: 20px;
opacity: 1;
filter: alpha(opacity=100);
transform: rotate(360deg);
}
.gallery img {
width: 100%;
}
.gallery .caption {
overflow: hidden;
padding-top: 12px;
font-size: 14px;
text-overflow: ellipsis;
white-space: nowrap;
}
.gallery .caption h4 {
font-size: 14px;
}
.gallery-images {
float: none;
margin: 0 -15px 30px;
}
.gallery-images .flex-direction-nav li a {
height: 30px;
width: 29px;
text-indent: -9999px;
display: block;
text-align: left;
background: #fff;
border: 1px solid #ddd;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
text-indent: inherit !important;
}
.gallery-images .flex-direction-nav li a.flex-next:hover {
background: #df1f26;
border: 1px solid #df1f26;
color: #fff;
}
.gallery-images .flex-direction-nav li a.flex-next:before {
color: #ddd;
content: "\f054";
font-family: "fontawesome";
font-size: 11px;
margin: 9px 0 0 -5px;
}
.gallery-images .flex-direction-nav li a.flex-prev:hover {
background: #df1f26;
border: 1px solid #df1f26;
color: #fff;
}
.gallery-images .flex-direction-nav li a.flex-prev:before {
color: #ddd;
content: "\f053";
font-family: "fontawesome";
font-size: 11px;
margin: 9px 0 0 -5px;
}
.pricing-tab-firts .header,
.pricing-tab-firts .plan {
background: #4cbf8d;
}
.pricing-tab-firts .header:before,
.pricing-tab-firts .plan:before {
background: #4cbf8d;
}
.pricing-tab-two .header,
.pricing-tab-two .plan {
background: #e74847;
}
.pricing-tab-two .header:before,
.pricing-tab-two .plan:before {
background: #e74847;
}
.pricing-tab-three .header,
.pricing-tab-three .plan {
background: #50c1e9;
}
.pricing-tab-three .header:before,
.pricing-tab-three .plan:before {
background: #50c1e9;
}
.pricing-table {
text-align: center;
}
.pricing-table.style1 {
border-radius: 5px;
border: solid 2px #d8d8d8;
margin: 7px;
z-index: 5;
position: relative;
padding: 10px 0;
clear: both;
margin-bottom: 70px;
background: #fff;
}
.pricing-table.style1:before {
content: '';
position: absolute;
left: -9px;
right: -9px;
bottom: -9px;
top: -9px;
display: block !important;
border-radius: 10px;
border: solid 7px #f4f3f3;
}
.pricing-table.style1 .pricing {
background: #fff;
color: #333;
padding: 0 10px;
width: 20%;
float: left;
position: relative;
border-left: solid 1px #ededed;
}
.pricing-table.style1 .pricing.pricing-one-first {
border-left: none;
}
.pricing-table.style1 .pricing.most-popular {
z-index: 2;
margin-top: -35px;
margin-bottom: -18px;
padding: 35px 10px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
position: relative;
background: #2f2f2f;
}
.pricing-table.style1 .pricing.most-popular .header {
color: #df1f26;
}
.pricing-table.style1 .pricing.most-popular ul li {
border-bottom: 1px solid #3e3e3e;
}
.pricing-table.style1 .pricing.most-popular ul li:first-child {
border-top: 1px solid #3e3e3e;
}
.pricing-table.style1 .pricing.most-popular .signup:before {
background: #df1f26;
}
.pricing-table.style1 .pricing.most-popular:after {
content: '';
position: absolute;
background: url(//letomzima.ru/wp-content/plugins/sw_core/assets/img/ribon.png);
background-repeat: no-repeat;
display: block;
width: 70px;
height: 70px;
right: -5px;
top: -5px;
}
.pricing-table.style1 .pricing .header {
border: none;
font-size: 24px;
font-weight: bold;
color: #686868;
box-shadow: none;
margin-bottom: 20px;
text-align: center;
}
.pricing-table.style1 .pricing .price {
font-size: 14px;
color: #9d9d9d;
font-weight: 700;
}
.pricing-table.style1 .pricing ul {
margin: 20px 0 10px 0;
padding: 0;
list-style: none;
}
.pricing-table.style1 .pricing ul li {
border-bottom: 1px solid #ededed;
padding: 5px 24px;
text-align: left;
font-size: 14px;
color: #888;
}
.rtl .pricing-table.style1 .pricing ul li {
text-align: right;
}
.pricing-table.style1 .pricing ul li:first-child {
border-top: 1px solid #ededed;
}
.pricing-table.style1 .pricing ul li:before {
content: '\F111';
font-family: 'FontAwesome';
color: #909090;
display: block;
float: left;
margin-right: 10px;
margin-top: 5px;
font-size: 8px;
}
.rtl .pricing-table.style1 .pricing ul li:before {
float: right;
margin-left: 10px;
margin-right: 0;
}
.pricing-table.style1 .pricing .signup {
position: relative;
padding: 12px 20px;
margin: 20px 0 0 0;
color: #727272;
font: bold 14px Arial, Helvetica;
text-transform: uppercase;
text-decoration: none;
display: inline-block;
background-color: #ededed;
background-image: -moz-linear-gradient(#fff,#ededed);
background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#ededed));
background-image: -webkit-linear-gradient(#fff,#ededed);
background-image: -o-linear-gradient(#fff,#ededed);
background-image: -ms-linear-gradient(#fff,#ededed);
background-image: linear-gradient(#fff,#ededed);
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 3px;
text-shadow: 0 1px 0 rgba(0,0,0,0.3);
-webkit-box-shadow: 1px 1px #eee;
box-shadow: 1px 1px #eee;
border: solid 1px #ddd;
margin-bottom: 20px;
}
.pricing-table.style1 .pricing .signup:before {
content: '\f054';
font-family: 'FontAwesome';
color: #fff;
background: #7dacda;
border-radius: 50%;
width: 25px;
height: 25px;
line-height: 27px;
text-align: center;
font-size: 15px;
top: 8px;
left: -12px;
position: absolute;
}
.rtl .pricing-table.style1 .pricing .signup:before {
right: -12px;
left: auto;
content: '\f053';
}
.pricing-table.style2 {
margin-left: 18%;
}
.pricing-table.style2 .pricing {
width: 25%;
float: left;
margin-right: 10px;
box-shadow: 1px 6px 15px 4px #cecece;
border-radius: 5px;
}
.pricing-table.style2 .pricing .header {
padding: 20px 0;
background: #4cbf8d;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
color: #fff;
}
.pricing-table.style2 .pricing .header h3 {
margin: 0;
font-size: 30px;
}
.pricing-table.style2 .pricing .pricing-content {
margin-bottom: 28px;
}
.pricing-table.style2 .pricing .pricing-content ul {
margin: 0 8px;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
border: 1px solid #e4e4e4;
border-top: none;
list-style: none;
}
.pricing-table.style2 .pricing .pricing-content ul li {
font-size: 14px;
padding: 18px 0;
border-top: 1px solid #e4e4e4;
background: #f2f2f2;
}
.pricing-table.style2 .pricing .pricing-content ul li + li {
border-bottom: none;
}
.pricing-table.style2 .pricing .price [class*="span"] {
width: 100%;
margin: 0;
}
.pricing-table.style2 .pricing .price [class*="span"] p {
display: inline-block;
margin: 0px;
font-size: 30px;
top: -8px;
position: relative;
}
.pricing-table.style2 .pricing .price .span-1 {
font-size: 60px;
line-height: 30px;
}
.pricing-table.style2 .pricing .price .span-2 {
font-size: 14px;
margin-bottom: 20px;
}
.pricing-table.style2 .pricing .plan {
display: inline-block;
padding: 0px 57px;
background: #4CBF8D;
font-size: 20px;
font-weight: 700;
border-radius: 5px;
line-height: 50px;
margin-bottom: 10px;
}
.pricing-table.style2 .pricing .plan a {
color: #fff;
}
.pricing-table.style3 {
margin-left: 10%;
}
.pricing-table.style3 .pricing {
color: #fff;
float: left;
margin-right: 5%;
width: 26.3%;
background: #e74847;
border-radius: 4px;
border: 1px solid #d4d4d4;
}
.pricing-table.style3 .pricing .header {
font-size: 18px;
border-bottom: 1px solid #cb2827;
line-height: 50px;
font-weight: 700px;
}
.pricing-table.style3 .pricing .price {
display: inline-block;
padding: 10px 32px;
margin: 30px;
background: #cb2827;
border-radius: 30px;
font-size: 20px;
}
.pricing-table.style3 .pricing .pricing-content ul {
list-style: none;
margin: 0;
}
.pricing-table.style3 .pricing .pricing-content ul li {
line-height: 50px;
color: #666666;
font-size: 14px;
}
.pricing-table.style3 .pricing .pricing-content ul li:nth-child(2n+0) {
background: #d4d4d4;
}
.pricing-table.style3 .pricing .pricing-content ul li:nth-child(2n+1) {
background: #fff;
}
.pricing-table.style3 .pricing .signup {
line-height: 50px;
color: #fff;
font-size: 14px;
font-weight: 700;
}
.pricing-table.basic .pricing {
width: 8.8%;
display: inline-block;
background: #ebebeb;
padding-top: 20px;
margin-right: 2%;
}
.pricing-table.basic .pricing.most-popular {
position: relative;
top: 8px;
padding-top: 25px;
}
.pricing-table.basic .pricing.most-popular .price .span-2 {
margin-bottom: 36px;
}
.pricing-table.basic .pricing .price [class*="span"] {
width: 100%;
margin: 0;
}
.pricing-table.basic .pricing .price [class*="span"] p {
display: inline-block;
font-size: 24px;
margin: 0;
}
.pricing-table.basic .pricing .price .span-1 {
font-size: 36px;
}
.pricing-table.basic .pricing .price .span-2 {
font-size: 11px;
color: #909090;
margin-bottom: 25px;
}
.pricing-table.basic .pricing .plan {
display: inline-block;
width: 100%;
padding: 11px 0;
font-size: 14px;
position: relative;
}
.pricing-table.basic .pricing .plan a {
color: #fff;
}
.pricing-table.basic .pricing .plan:before {
content: "";
width: 12px;
height: 12px;
left: 50%;
margin-left: -6px;
display: block;
position: absolute;
transform: rotate(135deg);
top: -6px;
}
.sw-latestnews:before,
.sw-latestnews:after {
content: "";
display: table;
line-height: 0;
}
.sw-latestnews:after {
clear: both;
}
.sw-latestnews {
margin-bottom: 0;
display: block;
text-align: center;
overflow: hidden;
text-align: left;
}
.rtl .sw-latestnews {
text-align: right;
}
.sw-latest-news h3 {
margin-bottom: 20px;
}
.sw-latest-news .widget-title-sidebar h3 {
margin-bottom: 10px;
white-space: nowrap;
}
.sw-latestnews .sw-meta {
border-bottom: 1px dashed #C8C8C8;
color: #A8A8A8;
display: inline-block;
font-size: 11px;
line-height: 30px;
width: 100%;
margin-bottom: 10px;
}
.sw-latestnews .sw-thumb a {
display: block;
}
.sw-latestnews .sw-thumb a:after {
border-color: rgba(255,255,255,0.5);
border-style: solid;
border-width: 8px;
bottom: 0;
content: "";
left: 0;
position: absolute;
right: 0;
top: 0;
opacity: 0;
filter: Alpha(opacity=0);
z-index: 5;
transition: All 0.5s ease;
-webkit-transition: All 0.5s ease;
-moz-transition: All 0.5s ease;
-o-transition: All 0.5s ease;
}
.sw-latestnews .sw-thumb:hover a:after {
opacity: 1;
filter: Alpha(opacity=1);
}
.sw-latestnews .sw-meta > div {
float: left;
margin-right: 20px;
}
.rtl .sw-latestnews .sw-meta > div {
float: right;
margin-right: 0;
}
.sw-latestnews .sw-content {
font-size: 12px;
}
.sw-latestnews .sw-content a {
color: #df1f26;
}
.sw-latestnews .sw-content a:hover {
color: #b2191e;
}
.sw-latestnews div.sw-widget-item {
display: block;
text-align: left;
margin-bottom: 40px !important;
}
.latest-blog div.sw-widget-item +div {
margin-bottom: 0;
}
.rtl .sw-latestnews .sw-widget-item {
text-align: right;
}
.sw-latestnews .sw-item-inner {
display: inline-block;
width: 100%;
}
.sw-latestnews .sw-widget-item:first-child {
margin-left: 0;
}
.sw-latestnews h4 {
margin: 0;
font-weight: normal;
color: #686868;
line-height: 15px;
}
.sw-latestnews h4 a {
color: #686868;
}
.sw-latestnews .sw-thumb {
float: left;
width: 300px;
overflow: hidden;
margin: 0 20px 0 0;
position: relative;
}
.latest-blog .sw-thumb {
margin-bottom: 15px;
}
.rtl .sw-latestnews .sw-thumb {
float: right;
margin-right: 0;
margin-left: 20px;
}
.sw-latestnews .sw-caption {
overflow: hidden;
}
.sw-latestnews .sw-thumb img {
width: 100%;
position: relative;
z-index: 1;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
.sw-latestnews .sw-thumb:hover img {
z-index: 2;
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
.latest-blog {
padding: 0;
overflow: visible;
}
.latest-blog .sw-widget-item {
margin-bottom: 0;
}
.latest-blog .carousel-indicators {
background: ;
top: -47px;
right: 0;
left: auto;
bottom: auto;
width: auto;
margin: 0;
}
.rtl .latest-blog .carousel-indicators {
left: 0;
right: auto;
}
.latest-blog .carousel-indicators .active {
background: #df1f26;
}
.latest-blog .carousel-indicators li {
width: 16px;
height: 16px;
display: inline-block;
border-radius: 50%;
background: #e9e9e9;
margin-left: 3px;
margin-right: 0px;
border: 2px solid #fff;
}
.latest-blog .carousel {
padding: 0;
margin-bottom: 0;
}
.latest-blog .sw-thumb {
width: 100%;
margin-right: 0;
}
.latest-blog .sw-thumb a {
display: block;
position: relative;
}
.latest-blog .sw-thumb a:hover img {
opacity: 40;
filter: alpha(opacity=4000);
}
.latest-blog .sw-thumb a:hover:after {
top: 50%;
margin-top: -20px;
-webkit-transition: all 0.4s linear;
transition: all 0.4s linear;
opacity: 1;
-webkit-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);
}
.latest-blog .sw-thumb a:after {
content: '\f002';
font-family: 'FontAwesome';
color: #fff;
background: #686868;
border: solid 7px rgba(255,255,255,0.4);
background-clip: padding-box;
border-radius: 50%;
display: block;
width: 40px;
height: 40px;
text-align: center;
line-height: 40px;
font-size: 24px;
left: 50%;
margin-left: -28px;
top: 10px;
position: absolute;
z-index: 6;
opacity: 0;
-webkit-transition: all 0.4s linear;
transition: all 0.4s linear;
box-sizing: content-box;
-moz-box-sizing: content-box;
}
.rtl .latest-blog .sw-thumb a:after {
left: auto;
right: 50%;
margin-right: -20px;
margin-left: 0;
}
.latest-blog h4 {
font-weight: normal;
}
.latest-blog h4 a {
color: #686868;
}
.latest-blog h4 a:hover {
color: #df1f26;
}
.latest-blog .sw-caption {
width: 100%;
}
.latest-blog .sw-content {
line-height: 18px;
}
.tabs-below > .nav-tabs {
border-top: 1px solid #DDDDDD;
border-bottom: none;
}
.tabs-below > .nav-tabs > li {
margin-bottom: 0;
margin-top: -1px;
}
.tabs-below > .nav-tabs > li > a {
border-radius: 0 0 4px 4px;
}
.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
border-bottom-color: rgba(0,0,0,0);
border-top-color: #DDDDDD;
}
.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
border-color: rgba(0,0,0,0) #DDDDDD #DDDDDD;
}
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
float: none;
}
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
margin-bottom: 3px;
margin-right: 0;
min-width: 74px;
}
.tabs-left > .nav-tabs {
border-right: 1px solid #DDDDDD;
float: left;
margin-right: 19px;
}
.tabs-left > .nav-tabs > li > a {
border-radius: 4px 0 0 4px;
margin-right: -1px;
}
.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
border-color: #EEEEEE #DDDDDD #EEEEEE #EEEEEE;
}
.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
border-color: #DDDDDD rgba(0,0,0,0) #DDDDDD #DDDDDD;
}
.tabs-right > .nav-tabs {
border-left: 1px solid #DDDDDD;
float: right;
margin-left: 19px;
}
.tabs-right > .nav-tabs > li > a {
border-radius: 0 4px 4px 0;
margin-left: -1px;
}
.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
border-color: #EEEEEE #EEEEEE #EEEEEE #DDDDDD;
}
.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
border-color: #DDDDDD #DDDDDD #DDDDDD rgba(0,0,0,0);
}
.alert {
border-radius: 0;
}
.alert-bg-red {
background-color: #e74847;
}
.alert-bg-blue {
background-color: #3f9dd3;
}
.alert-bg-orange {
background-color: #fb9220;
}
.alert-bg-green {
background-color: #8dbe3f;
}
.alert-bg-violet {
background-color: #a44ec4;
}
.alert-none-border {
padding: 15px 0;
}
.btn {
border-radius: 0;
}
.btn-red-border {
border: 4px solid #e74847;
color: #e74847;
}
.btn-red-border:hover {
background: #e74847;
color: #fff;
}
.btn-blue-border {
border: 4px solid #3f9dd3;
color: #3f9dd3;
}
.btn-blue-border:hover {
background: #3f9dd3;
color: #fff;
}
.btn-orange-border {
border: 4px solid #fb9220;
color: #fb9220;
}
.btn-orange-border:hover {
background: #fb9220;
color: #fff;
}
.btn-green-border {
border: 4px solid #8dbe3f;
color: #8dbe3f;
}
.btn-green-border:hover {
background: #8dbe3f;
color: #fff;
}
.btn-violet-border {
border: 4px solid #a44ec4;
color: #a44ec4;
}
.btn-violet-border:hover {
background: #a44ec4;
color: #fff;
}
iframe {
border: none;
margin-bottom: 10px;
max-width: 100%;
}
#yt_post_slide .carousel-inner .item .carousel-caption {
background: rgba(0,0,0,0.5);
text-align: left;
text-shadow: none;
}
#yt_post_slide .carousel-inner .item .carousel-caption.carousel-caption-bottom {
left: 0;
right: 0;
bottom: 0;
width: 100%;
padding: 15px 20px;
}
#yt_post_slide .carousel-inner .item .carousel-caption.carousel-caption-right {
right: 0;
width: 33.333%;
height: 100%;
left: auto;
top: 0;
padding: 30px 10px;
}
#yt_post_slide .carousel-inner .item .carousel-caption.carousel-caption-left {
left: 0;
width: 33.333%;
height: 100%;
top: 0;
padding: 30px 10px;
}
#yt_post_slide .carousel-inner .item .carousel-caption.carousel-caption-out {
background: none;
width: 100%;
left: 0;
bottom: 0px;
position: relative;
color: #666;
}
#yt_post_slide .carousel-inner .item .carousel-caption.carousel-caption-out .carousel-caption-inner a {
color: #444;
font-size: 14px;
font-weight: 600;
}
#yt_post_slide .carousel-inner .item .carousel-caption.carousel-caption-out .carousel-caption-inner a:hover {
color: #df1f26;
}
#yt_post_slide .carousel-inner .item .carousel-caption .carousel-caption-inner a {
font-size: 20px;
color: #fff;
}
#yt_post_slide .carousel-inner .item .carousel-caption .carousel-caption-inner a:hover {
color: #df1f26;
}
#yt_post_slide .carousel-inner .item .carousel-caption .carousel-caption-inner .item-description {
margin-top: 10px;
}
#yt_post_slide .carousel-inner .item a img {
width: 100%;
}
#yt_post_slide .carousel-cl .carousel-control {
width: 42px;
height: 42px;
top: 43%;
}
#yt_post_slide .carousel-cl .carousel-control.left {
background: url(//letomzima.ru/wp-content/plugins/sw_core/assets/img/short-left.png) no-repeat center -1px rgba(0,0,0,0.5);
}
#yt_post_slide .carousel-cl .carousel-control.right {
background: url(//letomzima.ru/wp-content/plugins/sw_core/assets/img/short-right.png) no-repeat center -1px rgba(0,0,0,0.5);
}
#yt_post_slide .carousel-cl.carousel-cl-right .carousel-control.right {
right: 33.33%;
}
#yt_post_slide .carousel-cl.carousel-cl-left .carousel-control.left {
left: 33.33%;
}
#yt_post_slide .carousel-cl.carousel-cl-out .carousel-control {
top: 29%;
}
.lightbox a img {
margin-bottom: 20px;
}
.lightbox-border1 a img {
border: 8px solid #df1f26;
}
.lightbox-border2 a img {
border: 1px solid #e2e2e2;
padding: 8px;
background: #fff;
}
.lightbox-border3 a img {
border-radius: 10px;
}
.lightbox-circle-normal a img {
border-radius: 50%;
width: 210px;
height: 210px;
}
.lightbox-circle-border1 a img {
border-radius: 50%;
width: 210px;
height: 210px;
border: 5px solid #df1f26;
}
.lightbox-circle-border2 a img {
border-radius: 50%;
width: 210px;
height: 210px;
border: 1px solid #e2e2e2;
padding: 10px;
background: #fff;
}
.with-icon {
font-size: 18px;
}
.with-icon [class^="icon-"],
.with-icon [class*=" icon-"] {
margin: 5px 13px 5px 0px;
}
.with-bg {
font-size: 18px;
padding: 13px 35px;
}
.testimonial-slider .carousel-inner {
color: #666;
}
.testimonial-slider .carousel-inner .client-comment {
font-style: italic;
margin-bottom: 20px;
}
.testimonial-slider .carousel-inner .client-say-info .image-client {
width: 65px;
float: left;
}
.testimonial-slider .carousel-inner .client-say-info .name-client {
margin-left: 78px;
padding-top: 10px;
}
.testimonial-slider .carousel-inner .client-say-info .name-client h2 {
font-size: 14px;
font-weight: 700;
margin: 0;
}
.testimonial-slider .carousel-inner .client-say-info .name-client h2 a {
font-weight: bold;
color: #ea3a3c;
display: inline-block;
padding: 5px 0px;
}
.testimonial-slider .carousel-inner .item {
padding: 20px 0;
}
.testimonial-slider .carousel-indicators {
background-color: #eeeeee;
margin: 0px -18px 0;
padding: 5px 0px;
position: relative;
text-align: center;
left: 0;
width: auto;
bottom: 0;
}
.testimonial-slider .carousel-indicators li {
width: 10px;
height: 10px;
margin: 0 2px;
border: 1px solid #eeeeee;
background-color: #bbbbbb;
}
.testimonial-slider .carousel-indicators .active {
background-color: #999999;
border: 1px solid #fff;
}
.testimonial-slider.indicators_up .carousel-indicators {
background: none;
padding: 5px 0px;
margin: 0 auto;
position: relative;
text-align: center;
list-style: none;
left: inherit;
}
.testimonial-slider.indicators_up .carousel-indicators li {
width: 10px;
height: 10px;
margin: 0 2px;
display: inline-block;
border-radius: 50%;
border: 1px solid #eee;
background-color: #bbb;
}
.testimonial-slider.indicators_up .carousel-indicators .active {
background-color: #df1f26;
border: 1px solid #fff;
}
.testimonial-slider.indicators_up .carousel-inner {
text-align: center;
}
.testimonial_style2 {
text-align: center;
padding: 42px 133px 15px;
border-top: 1px solid #dedede;
border-bottom: 1px solid #dedede;
}
.testimonial_bg {
text-align: center;
padding: 35px 75px 77px;
color: #fff;
max-height: 350px;
}
.testimonial_bg:before {
content: '';
background: url(//letomzima.ru/wp-content/plugins/sw_core/assets/img/bgt.png);
top: 0;
bottom: 0;
left: -9999px;
right: -9999px;
position: absolute;
z-index: -9999;
}
.testimonial_bg img {
border-radius: 50%;
width: 90px;
height: 90px;
padding: 5px;
background: #fff;
display: inline-block;
}
.testimonial_bg .testimonial_content {
padding: 82px 22px 15px;
}
.testimonial_content {
padding: 15px 22px;
position: relative;
font-style: italic;
}
.testimonial_style1 .testimonial_content {
padding: 15px 39px;
background: #f0f0f0;
margin-bottom: 20px;
border-radius: 5px;
}
.testimonial_style1 .testimonial_content:after {
content: "aaaa";
width: 27px;
top: 31px;
left: 48px;
color: rgba(0,0,0,0);
height: 17px;
position: relative;
background: url(//letomzima.ru/wp-content/plugins/sw_core/assets/img/arrowt.png);
}
.testimonial_content .icon-quote-left,
.testimonial_content .icon-quote-right {
color: #c4c4c4;
position: absolute;
font-size: 16px;
left: 10px;
top: 7px;
}
.testimonial_content .icon-quote-right {
right: 0px;
top: 13px;
left: auto;
}
.testimonial_meta {
padding: 0 30px;
}
.testimonial_meta img {
border-radius: 50%;
width: 90px;
height: 90px;
padding: 5px;
background: #ededed;
display: inline-block;
}
.testimonial_style1 .testimonial_info {
vertical-align: middle;
display: inline-block;
}
.testimonial_style1 .testimonial_info ul {
margin-left: 22px;
}
.testimonial_style1 .testimonial_info ul li:first-child {
font-size: 16px;
padding-bottom: 5px;
}
.testimonial_style2 .testimonial_info ul li {
color: #df1f26;
}
.testimonial_info ul {
list-style: none;
margin-bottom: 0;
}
.widget-testimonial .customersay {
border: 1px solid #c0c0c0;
position: relative;
}
.widget-testimonial .customersay .custom-title {
font-size: 18px;
font-weight: bold;
top: -10px;
left: 20px;
padding: 0 20px;
background: #fff;
position: absolute;
font-weight: normal;
}
.widget-testimonial .customersay .carousel-inner .item {
padding: 30px 5px 20px 5px;
}
.widget-testimonial .customersay .carousel-inner .item .item-content .item-desc {
line-height: 22px;
color: #666;
position: relative;
padding-left: 23px;
text-align: justify;
}
.widget-testimonial .customersay .carousel-inner .item .item-content .item-desc:before {
content: "";
background: url(//letomzima.ru/wp-content/plugins/sw_core/assets/img/note-client.png) no-repeat;
font-size: 22px;
position: absolute;
top: 4px;
left: 0;
width: 16px;
height: 12px;
}
.widget-testimonial .customersay .carousel-inner .item .item-image {
display: none;
}
.widget-testimonial .customersay .carousel-inner .item .item-info {
margin-top: 10px;
}
.widget-testimonial .customersay .carousel-inner .item .item-info h4 {
color: #999;
}
.widget-testimonial .customersay .carousel-inner .item .item-info h4 .author {
color: #df1f26;
font-size: 16px;
}
.widget-testimonial .customersay .carousel-cl {
position: absolute;
top: -20px;
right: 30px;
padding: 0 20px;
width: 100px;
height: 32px;
background: #fff;
}
.widget-testimonial .customersay .carousel-cl a {
display: block;
width: 35px !important;
height: 35px !important;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
margin: 0 10px;
border: 3px solid #e4e4e4;
background: #fff;
color: #e4e4e4;
text-shadow: none;
position: absolute;
top: 0px;
opacity: 1;
font-weight: bold;
}
.widget-testimonial .customersay .carousel-cl a:hover {
border-color: #df1f26;
}
.widget-testimonial .customersay .carousel-cl .left:before {
content: "\f104";
font-family: FontAwesome;
line-height: 26px;
}
.widget-testimonial .customersay .carousel-cl .left:hover:before {
color: #df1f26;
}
.widget-testimonial .customersay .carousel-cl .right:before {
content: "\f105";
font-family: FontAwesome;
line-height: 26px;
}
.widget-testimonial .customersay .carousel-cl .right:hover:before {
color: #df1f26;
}
.personnel_style1,
.personnel_style2 {
text-align: center;
position: relative;
display: inline-block;
}
.personnel_img {
position: relative;
display: inline-block;
margin-bottom: 7px;
}
.personnel_style2 .personnel_img {
width: 90px;
height: 90px;
position: absolute;
left: 34%;
}
.personnel_style2 .personnel_img img {
height: 100%;
border-radius: 50%;
padding: 6px;
background: #ededed;
}
.personnel_img ul {
position: absolute;
bottom: 10px;
left: 30%;
list-style: none;
transform: scale(0);
-webkit-transform: scale(0);
-ms-transform: scale(0);
transition: all 0.3s ease-in-out 0s;
-webkit-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
-moz-transition: all 0.3s ease-in-out 0s;
}
.personnel_img ul li {
float: left;
padding-right: 7px;
}
.personnel_img:hover ul {
transform: scale(1);
-webkit-transform: scale(1);
-ms-transform: scale(1);
}
.personnel_style2 .personnel_meta {
display: inline-block;
margin-top: 42px;
padding-top: 57px;
padding-bottom: 10px;
background: #ededed;
float: left;
}
.personnel_meta ul {
list-style: none;
}
.personnel_meta ul li:first-child {
font-size: 16px;
color: #df1f26;
}
.personnel_meta ul li:nth-child(2) {
font-weight: bold;
}
.personnel_style2 .social ul li {
display: inline-block;
margin-right: 7px;
}
.rpl-title-wrapper {
text-align: center;
}
.rpl-title-wrapper h4 {
background: #fff;
padding: 0 5px;
position: relative;
display: inline-block;
}
table {
text-align: center;
}
tbody tr {
border-bottom: 1px solid #adadad;
}
.table-style2 tbody tr {
border: none;
}
.table-style2 tbody tr:nth-child(2n+0) {
background-color: #e6e6e6;
}
.table-style2 tbody tr:nth-child(2n+1) {
background-color: #f2f2f2;
}
tbody tr td {
padding: 15px;
font-size: 14px;
}
tbody tr.th {
background-color: #df1f26 !important;
border-bottom: none;
}
tbody tr.th td {
padding: 16px 54px;
font-size: 16px;
color: #fff;
}
.yt-skillbar {
position: relative;
display: block;
margin-bottom: 15px;
width: 50%;
background: #a1a1a1;
height: 32px;
-webkit-transition: 0.4s linear;
transition: 0.4s linear;
-webkit-transition-property: width, background-color;
-moz-transition-property: width, background-color;
-ms-transition-property: width, background-color;
-o-transition-property: width, background-color;
transition-property: width, background-color;
}
.yt-skillbar.small {
display: inline-block;
height: 12px;
}
.yt-skillbar-title {
position: absolute;
top: 0;
left: 0;
font-weight: bold;
font-size: 13px;
color: #fff;
}
.yt-skillbar-title span {
display: block;
padding: 0 10px;
height: 32px;
line-height: 32px;
}
.yt-skillbar-title.small {
position: relative;
display: inline-block;
float: left;
margin-right: 20px;
}
.yt-skillbar-title.small span {
height: 12px;
line-height: 12px;
color: #666;
font-size: 14px;
font-weight: 400;
padding: 0;
}
.yt-skillbar-bar {
height: 32px;
width: 0px;
background: #df1f26;
}
.small .yt-skillbar-bar {
height: 12px;
}
.yt-skill-bar-percent {
position: absolute;
right: 10px;
top: 0;
font-size: 14px;
font-weight: bold;
height: 32px;
line-height: 32px;
color: #fff;
}
.small .yt-skill-bar-percent {
height: 12px;
top: -11px;
right: -35px;
color: #666;
}
.circliful {
position: relative;
display: inline-block;
}
.circle-text,
.circle-info,
.circle-text-half,
.circle-info-half {
width: 100%;
position: absolute;
text-align: center;
display: inline-block;
font-weight: bold;
}
.circle-info,
.circle-info-half {
color: #999;
}
.circliful .fa {
margin: -10px 3px 0 3px;
position: relative;
bottom: 4px;
}
.quote-full {
font-style: italic;
}
.quote-bg {
padding: 20px;
background: #e1e1e1;
width: 100%;
font-style: italic;
}
.quote-border {
border: 1px solid #c3c3c3;
padding: 20px;
}
.quote-left {
float: left;
width: 50%;
}
a.tooltips {
position: relative;
color: ;
font-size: 14px;
font-weight: bold;
}
a.tooltips p {
padding: 0 0 100px;
}
a.tooltips strong {
line-height: 30px;
width: 218px;
margin: -10px -10px 10px;
padding: 0px 10px 0px;
float: left;
color: #666;
}
a.tooltips:hover span {
opacity: 1;
text-decoration: none;
visibility: visible;
overflow: visible;
margin-top: 50px;
display: inline;
margin-left: 10px;
}
a.tooltips:hover span.right {
margin-left: 60px;
margin-top: 116px;
}
a.tooltips:hover span.left {
margin-left: -36px;
margin-top: 116px;
}
a.tooltips span {
background: #fff;
font-weight: 400;
font-family: arial;
color: #666;
border: 1px solid #bdbdbd;
width: 220px;
top: -147px;
left: 60px;
padding: 10px;
margin-top: 0;
margin-left: 85px;
opacity: 0;
visibility: hidden;
z-index: 10;
position: absolute;
font-size: 12px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-transition-property: opacity, margin-top, visibility, margin-left;
-webkit-transition-duration: 0.4s, 0.3s, 0.4s, 0.3s;
-webkit-transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out;
transition-property: opacity, margin-top, visibility, margin-left;
transition-duration: 0.4s, 0.3s, 0.4s, 0.3s;
transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out;
}
a.tooltips span.tooltip-style2,
a.tooltips span.tooltip-style2 b {
background: #e0e0e0;
}
a.tooltips span.tooltip-style3 strong {
border-bottom: 1px solid #bdbdbd;
}
a.tooltips span.tooltip-style4 strong {
color: #fff;
background: #df1f26;
}
a.tooltips span.tooltip-style5,
a.tooltips span.tooltip-style5 b {
background: #df1f26;
color: #fff;
}
a.tooltips span.tooltip-style5 strong,
a.tooltips span.tooltip-style5 b strong {
background: #fff;
}
a.tooltips span.right b {
margin-left: -18px;
margin-top: -30px;
-webkit-transform: rotate(-135deg);
-moz-transform: rotate(-135deg);
-o-transform: rotate(-135deg);
transform: rotate(-135deg);
}
a.tooltips span.left b {
margin-left: 201px;
margin-top: -30px;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}
a.tooltips span b {
width: 15px;
height: 15px;
margin-left: 85px;
margin-top: 3px;
display: block;
position: absolute;
-webkit-transform: rotate(135deg);
-moz-transform: rotate(135deg);
-o-transform: rotate(135deg);
transform: rotate(135deg);
background: #fff;
border-top: 1px solid #bdbdbd;
border-right: 1px solid #bdbdbd;
}
.counter-border ul,
.counter-bg ul {
list-style: none;
float: left;
width: 100%;
text-align: center;
max-width: 170px;
padding: 28px 0px 22px;
}
.counter-border ul li.counterbox-number,
.counter-bg ul li.counterbox-number {
font-size: 36px;
font-weight: 700;
}
.counter-border ul {
border: 1px solid #bdbdbd;
}
.counter-border ul li.counterbox-number {
color: #df1f26;
}
.counter-border ul li.counterbox-number [class^="icon-"],
.counter-border ul li.counterbox-number [class*=" icon-"] {
color: #444;
}
.counter-bg ul {
background: #df1f26;
}
.counter-bg ul li.counterbox-number,
.counter-bg ul li.type {
color: #fff;
}
#socials {
width: 40px;
height: 40px;
padding: 7px;
display: inline-block;
font-size: 19px;
margin-right: 10px;
text-align: center;
transform: translateZ(0);
transition-duration: 0.3s;
transition-property: color, background-color;
}
#socials.socials-style1,
#socials.socials-style3,
#socials.socials-style5 {
border: 1px solid #bdbdbd;
}
#socials.socials-style1:hover,
#socials.socials-style3:hover,
#socials.socials-style5:hover {
background-color: #a3a3a3;
}
#socials.socials-style1:hover a,
#socials.socials-style3:hover a,
#socials.socials-style5:hover a {
color: white;
}
#socials.socials-style1 a,
#socials.socials-style3 a,
#socials.socials-style5 a {
color: #a3a3a3;
}
#socials.socials-style2:hover,
#socials.socials-style4:hover,
#socials.socials-style6:hover {
background: #df1f26 !important;
box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.5);
}
#socials.socials-style2 a,
#socials.socials-style4 a,
#socials.socials-style6 a {
color: #fff;
}
#socials.socials-style3,
#socials.socials-style4 {
border-radius: 50%;
}
#socials.socials-style5,
#socials.socials-style6 {
border-radius: 3px;
}
.tabbable.tabs-icon .nav.nav-tabs > li > a {
padding: 0 10px;
}
.tabbable.tabs-icon .nav.nav-tabs > li.active a:before {
margin-left: 84%;
left: 11%;
}
.tabbable .nav.nav-tabs {
background: #fff;
margin-left: 0;
border-bottom: 0;
}
.tabbable .nav.nav-tabs > li {
margin-bottom: 0px;
}
.tabbable .nav.nav-tabs > li > a {
margin-right: 0px;
font-size: 16px;
font-weight: 700;
padding: 0 20px;
}
.tabbable .nav.nav-tabs > li > a:hover {
border-color: none;
}
.tabbable .nav.nav-tabs li {
margin-right: 0px;
position: relative;
border-right: 1px solid #ddd;
border-top: 1px solid #ddd;
}
.tabbable .nav.nav-tabs li:first-child {
border-left: 1px solid #ddd;
}
.tabbable .nav.nav-tabs li.active a {
background: #df1f26;
color: #fff;
border: 1px solid #df1f26;
}
.tabbable .nav.nav-tabs li.active:first-child {
border-left: 1px solid #df1f26;
border-top: 1px solid #df1f26;
}
.tabbable .nav.nav-tabs li a {
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
line-height: 40px;
background: #fff;
}
.tabs-left .nav.nav-tabs {
border: 1px solid #df1f26;
}
.tabs-left .nav.nav-tabs > li {
margin-bottom: -3px;
border-right: none;
}
.tabs-left .nav.nav-tabs > li:first-child {
border: none;
}
.tabs-left .nav.nav-tabs > li.active a:before {
margin-left: 73%;
margin-top: 13px;
left: 22%;
}
.panel-group {
display: block;
float: left;
}
.panel-group.collapses-style2 .panel {
display: block;
float: left;
border-bottom: 1px solid #ddd;
border-left: none;
border-right: none;
border-top: none;
background: #eee;
width: 100%;
}
.panel-group.collapses-style2 .panel:last-child {
border-bottom: none;
}
.panel-group.collapses-style2 .panel .collapsed .panel-default-box {
background-color: #fff;
}
.panel-group.collapses-style2 .panel .panel-default-box {
display: inline-block;
float: left;
margin: 0;
padding: 0;
background-color: #eee;
width: 100%;
}
.panel-group.collapses-style2 .panel a span {
background: url(//letomzima.ru/wp-content/plugins/sw_core/assets/img/minut.png) center center no-repeat;
float: left;
}
.panel-group.collapses-style2 .panel a .panel-heading {
background: #eee !important;
color: #444;
font-size: 12px;
font-weight: 700;
margin: 0;
float: left;
}
.panel-group.collapses-style2 .panel a:hover .panel-heading {
color: #df1f26;
}
.panel-group.collapses-style2 .panel .panel-collapse.in {
background: #eee;
}
.panel-group.collapses-style2 .panel .panel-body {
padding: 0px 10px 10px 40px;
color: #666;
display: block;
}
.panel-group.collapses-style2 .panel p {
display: none;
}
.panel-group.collapses-style2 .panel + .panel {
margin-top: 0px;
}
.panel-group.collapses-style3 .panel {
margin-bottom: 30px;
}
.panel-group.collapses-style3 .panel a span {
float: left;
}
.panel-group.collapses-style3 .panel a.collapsed .panel-heading {
background: #f2f2f2 !important;
}
.panel-group .panel {
box-shadow: none;
border-radius: 0 !important;
}
.panel-group .panel a span {
background: url(//letomzima.ru/wp-content/plugins/sw_core/assets/img/minus.png) center center no-repeat;
display: block;
float: right;
padding: 10px;
margin: 10px;
}
.panel-group .panel a.collapsed span {
background: url(//letomzima.ru/wp-content/plugins/sw_core/assets/img/plus.png) center center no-repeat;
}
.panel-group .panel a.collapsed .panel-heading {
color: #666;
background: #fff !important;
}
.panel-heading {
background-color: #df1f26 !important;
border-radius: 0 !important;
border-color: #e7e7e7;
color: #fff;
font-size: 16px;
padding: 12px 0px !important;
}
.ya-slider.carousel-style2 .carousel-control {
top: 59%;
}
.ya-slider.carousel-style3 .box-recommend-title {
position: relative;
left: 50%;
display: inline-block;
margin-left: -110px;
}
.ya-slider.carousel-style3 .box-recommend-title .carousel-control {
top: 0px;
width: 30px;
height: 30px;
border-radius: 3px;
position: relative;
display: inline-block;
padding: 0px 7px;
}
.ya-slider.carousel-style3 .box-recommend-title h3 {
display: inline-block;
}
.ya-slider.carousel-style3 .box-recommend-title h3:after {
margin-left: 33%;
}
.ya-slider.carousel-style3 .testimonial_meta {
margin-bottom: 30px;
}
.ya-slider.carousel-style4 .box-recommend-title {
position: absolute;
top: -5px;
padding: 10px;
background: #df1f26;
color: #fff;
left: 50%;
margin-left: -85px;
z-index: 6969;
}
.ya-slider.carousel-style4 .box-recommend-title h3 {
margin-bottom: 0;
}
.ya-slider.carousel-style4 .box-recommend-title h3:after {
margin-top: 0px;
}
.ya-slider.carousel-style4 .carousel-indicators {
top: 50px;
left: 50%;
margin-left: -16px;
position: absolute;
}
.ya-slider.carousel-style5 .box-recommend-title {
position: absolute;
top: 155px;
left: 50%;
margin-left: -115px;
}
.ya-slider.carousel-style5 .box-recommend-title h3 {
margin-bottom: 0;
color: #fff;
}
.ya-slider.carousel-style5 .box-recommend-title h3:after {
margin-top: 0;
border: none;
}
.ya-slider.carousel-style5 .carousel-indicators {
position: absolute;
top: 188px;
left: 50%;
margin-left: -19px;
}
.ya-slider.carousel-style5 .carousel-indicators li {
background: #fff !important;
}
.ya-slider.carousel-style5 .carousel-indicators .active {
border: 1px solid #fff;
background: rgba(255,255,255,0) !important;
}
.ya-slider.carousel-style5 .carousel-inner {
overflow: visible;
}
.ya-slider .carousel-control {
width: 38px;
height: 38px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
text-shadow: none;
border: 1px solid #dcdcdc;
background: #fff;
opacity: 1;
top: 28%;
z-index: 6969;
}
.ya-slider .carousel-control i:before {
color: #dcdcdc;
}
.ya-slider .carousel-control.left {
left: -18px;
padding: 4px 0px;
}
.ya-slider .carousel-control.right {
right: -18px;
padding: 4px 11px;
}
.ya-slider .carousel-control:hover {
background: #df1f26;
}
.ya-slider .carousel-control:hover i:before {
color: #fff;
}
.icon-3x {
font-size: 40px;
}
.circle-icon {
display: inline-block;
background: #333;
text-align: center;
border-radius: 50%;
}
.circle-icon.icon-3x {
width: 70px;
height: 70px;
line-height: 70px;
}
.circle-icon.icon-2x {
width: 35px;
height: 35px;
line-height: 35px;
font-size: 18px;
}
.circle-icon.icon-1x {
width: 18px;
height: 18px;
line-height: 18px;
font-size: 10px;
}
.sw-best-seller-product.block .carousel-inner,
.sw-related-product.block .carousel-inner {
margin: 12px 0px;
}
.sw-related-product.block .carousel-inner {
border: 1px solid #ddd;
margin: 0;
padding: 30px 0 22px 0;
border-top: 0;
margin-bottom: 30px;
}
.carousel-inner .bs-item {
padding: 0 0 11px 0px;
border-bottom: 1px solid #ddd;
margin-bottom: 11px;
display: inline-block;
width: 100%;
}
.carousel-inner .bs-item .bs-item-inner .item-img {
width: 80px;
float: left;
border: 0;
}
.carousel-inner .bs-item .bs-item-inner .item-content {
margin-left: 90px;
text-align: left;
}
.carousel-inner .bs-item:last-child {
margin-bottom: 0px;
padding-bottom: 0px;
border: none;
}
.block-title {
position: relative;
background: #eee;
border-bottom: 1px solid #df1f26;
height: 40px;
}
.block-title strong {
line-height: 42px;
padding-left: 50px;
font-size: 116.67%;
text-transform: uppercase;
}
.block-title.title1 {
background: none;
height: 32px;
}
.block-title.title1 .nav-left-product {
display: none;
}
.block-title.title1 h2 span {
font-size: 15px;
font-weight: 700;
text-transform: uppercase;
}
.block-brand .view-all-brand {
display: inline-block;
float: right;
margin: 11px 11px 0px 0px;
}
.block-brand .view-all-brand:after {
content: "\f0da";
font-family: FontAwesome;
font-size: 12px;
margin-left: 5px;
}
.block-brand .brand-wrapper {
margin: 0px -19px -1px -18px;
line-height: 0px;
}
.block-brand .brand-wrapper ul {
display: inline-block;
width: 100%;
list-style: none;
margin: 0;
}
.block-brand .brand-wrapper ul li {
float: left;
width: 50%;
border-bottom: 1px solid #ddd;
border-right: 1px solid #ddd;
}
.block-brand .brand-wrapper ul li a img {
width: 100%;
}
.sw-partner-container-slider .slick-initialized .slick-slide {
padding: 0;
}
.sw-partner-container-slider .slick-initialized .slick-slide:hover {
border: 0px;
}
.sw-woo-container-slider {
position: relative;
margin-bottom: 35px;
z-index: 1;
}
.lastest_deal3 .sw-woo-container-slider {
border-top: 0;
}
.sw-woo-container-slider .img-right .left-child {
float: right;
}
.sw-woo-container-slider .left-child {
float: left;
border-right: 0;
}
.sw-woo-container-slider .left-child .cat-list {
padding: 8px 18px;
margin: 0;
list-style: none;
}
.sw-woo-container-slider .left-child .cat-list li.item {
padding: 2px 0px;
}
.sw-woo-container-slider .left-child .cat-list li.item a:before {
content: "\f0da";
margin-right: 3px;
font-family: fontawesome;
}
.rtl .sw-woo-container-slider .left-child {
float: right;
border-left: 0;
}
.rtl .sw-woo-container-slider .left-child .cat-list li a:before {
display: none;
}
.rtl .sw-woo-container-slider .left-child .cat-list li a:after {
content: "\F0D9";
margin-left: 3px;
font-family: fontawesome;
}
.sw-woo-container-slider .right-child {
float: left;
width: 79.31%;
}
.rtl .sw-woo-container-slider .right-child {
float: right;
}
.box-layout .sw-woo-container-slider .right-child {
width: 78.31%;
}
.sw-woo-container-slider .category-wrap-cat {
display: inline-block;
float: right;
height: 33px;
border-right: 1px solid #ddd;
position: relative;
top: 4px;
padding-top: 7px;
}
.sw-woo-container-slider .category-wrap-cat .cat-list {
list-style: none;
}
.sw-woo-container-slider .category-wrap-cat .cat-list li {
display: inline-block;
float: left;
margin-left: -1px;
}
.sw-woo-container-slider .category-wrap-cat .cat-list li a {
line-height: 22px;
border-left: 1px solid #ddd;
border-right: 1px solid #ddd;
display: inline-block;
padding: 0px 15px;
}
.sw-woo-container-slider .category-wrap-cat .cat-list li:last-child a {
border-right: none;
}
.sw-woo-container-slider .slider {
position: relative;
z-index: 100;
border: 1px solid #ddd;
border-top: 0;
}
.countdown-slider.sw-woo-container-slider .slider {
border: 1px solid #ddd;
}
.sw-woo-container-slider .slider .vpo-wrap .vp .item:hover {
border: 1px solid #aaa;
}
.sw-woo-container-slider .slider .vpo-wrap .vp .item:hover .item-wrap .item-content .item-bottom-grid .add_to_wishlist,
.sw-woo-container-slider .slider .vpo-wrap .vp .item:hover .item-wrap .item-content .item-bottom-grid .compare-button .compare,
.sw-woo-container-slider .slider .vpo-wrap .vp .item:hover .item-wrap .item-content .item-bottom-grid .add_to_cart_button,
.sw-woo-container-slider .slider .vpo-wrap .vp .item:hover .item-wrap .item-content .item-bottom-grid .sm_quickview_handler {
-webkit-transform: translate(0,0);
-ms-transform: translate(0,0);
transform: translate(0,0);
}
.sw-woo-container-slider .slider .vpo-wrap .vp .item .item-wrap {
width: 100%;
position: relative;
background: none;
padding: 15px;
overflow: hidden;
}
.sw-woo-container-slider.woo-slider-child-cate-left {
border-top: 0px solid #ddd;
}
.sw-woo-container-slider.woo-slider-child-cate-left .resp-slider-wrapper {
border: 1px solid #ddd;
margin-top: 30px;
}
.sw-woo-container-slider.woo-slider-child-cate-left .slider {
float: left;
width: 79.31%;
border: 0;
margin-top: 0px;
border-left: 1px solid #ddd;
}
.sw-countdown-product {
position: relative;
display: inline-block;
width: 100%;
margin-bottom: 35px !important;
}
.sw-countdown-product .block-title {
margin: -5px 0px 30px 0px;
}
.sw-countdown-product:hover button {
transform: scale(1);
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
}
.sw-countdown-product button {
z-index: 999;
opacity: 1;
border-radius: 2px;
transform: scale(0);
-webkit-transform: scale(0);
-moz-transform: scale(0);
-ms-transform: scale(0);
-webkit-transition: 0.3s;
transition: 0.3s;
position: absolute;
top: 50%;
width: 39px;
height: 39px;
text-indent: -9999px;
}
.sw-countdown-product button.slick-prev {
background: url(//letomzima.ru/wp-content/plugins/sw_core/assets/img/tab_pre.png) no-repeat center center #fff;
border: 1px solid #dbdbdb;
left: 0px;
}
.sw-countdown-product button.slick-prev:hover {
background: url(//letomzima.ru/wp-content/plugins/sw_core/assets/img/hover_pre.png) no-repeat center center #df1f26;
border-color: #df1f26;
}
.sw-countdown-product button.slick-next {
background: url(//letomzima.ru/wp-content/plugins/sw_core/assets/img/tab_next.png) no-repeat center center #fff;
border: 1px solid #dbdbdb;
right: 0px;
left: auto;
}
.sw-countdown-product button.slick-next:hover {
background: url(//letomzima.ru/wp-content/plugins/sw_core/assets/img/hover_next.png) no-repeat center center #df1f26;
border-color: #df1f26;
}
.sw-countdown-product .item-wrap {
padding: 15px;
border: 1px solid #ddd;
overflow: hidden;
position: relative;
}
.sw-countdown-product .item-wrap:hover .product-countdown .countdown-section {
background-color: #df1f26;
}
.sw-countdown-product .item-wrap:hover .item-bottom-grid .add_to_wishlist,
.sw-countdown-product .item-wrap:hover .item-bottom-grid .compare-button .compare,
.sw-countdown-product .item-wrap:hover .item-bottom-grid .add_to_cart_button,
.sw-countdown-product .item-wrap:hover .item-bottom-grid .sm_quickview_handler {
-webkit-transform: translate(0,0);
-ms-transform: translate(0,0);
transform: translate(0,0);
}
.sw-countdown-product .item-wrap .product-countdown .countdown-section {
width: 36px;
height: 40px;
text-align: center;
background-color: #999999;
display: inline-block;
color: #fff;
padding: 5px 0px 2px;
line-height: 15px;
-webkit-transition: 0.3s;
transition: 0.3s;
margin-right: 4px;
}
.sw-countdown-product .item-wrap .product-countdown .countdown-section:last-child {
margin-right: 0;
}
.sw-countdown-product .item-wrap .product-countdown .countdown-section .countdown-amount {
font-size: 116.67%;
font-weight: bold;
display: inline-block;
width: 100%;
}
.sw-countdown-product .item-wrap .product-countdown .countdown-section .countdown-period {
font-size: 83.33%;
text-transform: uppercase;
width: 100%;
}
.sw-member {
display: inline-block;
width: 100%;
margin-bottom: 30px;
}
.sw-member .carousel ol.carousel-indicators {
top: 0;
bottom: inherit;
left: 0;
margin: 0;
width: 100%;
padding: 0;
position: absolute;
text-align: center;
}
.sw-member .carousel ol.carousel-indicators li {
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
background-color: #d7d7d5;
width: 14px !important;
height: 14px !important;
}
.sw-member .carousel ol.carousel-indicators li.active,
.sw-member .carousel ol.carousel-indicators li:hover {
background-color: #df1f26;
}
.sw-member .carousel .carousel-inner {
margin-top: 48px;
clear: both;
display: inline-block;
}
.sw-member .carousel .carousel-inner .item .item-member-wrappers .item-content .member-thumb {
position: relative;
overflow: hidden;
}
.sw-member .carousel .carousel-inner .item .item-member-wrappers .item-content .member-thumb:before {
position: absolute;
top: 0;
width: 100%;
height: 0;
background-color: #000;
opacity: 0.3;
content: "";
-webkit-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
pointer-events: none;
}
.sw-member .carousel .carousel-inner .item .item-member-wrappers .item-content .member-thumb:hover:before {
-webkit-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
height: 100%;
}
.sw-member .carousel .carousel-inner .item .item-member-wrappers .item-content .member-thumb a img {
width: 100%;
}
.sw-member .carousel .carousel-inner .item .item-member-wrappers .item-content .member-thumb .hover-social .social {
display: inline-block;
width: 25px;
height: 25px;
background-position: left top;
background-repeat: no-repeat;
position: absolute;
z-index: 10;
bottom: -30px;
margin-left: -12px;
left: 50%;
}
.sw-member .carousel .carousel-inner .item .item-member-wrappers .item-content .member-thumb .hover-social .social a {
display: inline-block;
width: 25px;
height: 25px;
}
.sw-member .carousel .carousel-inner .item .item-member-wrappers .item-content .member-thumb .hover-social .twitter {
background: url(//letomzima.ru/wp-content/plugins/sw_core/assets/img/ic_twitter.png) no-repeat;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
margin-left: -43px;
}
.sw-member .carousel .carousel-inner .item .item-member-wrappers .item-content .member-thumb .hover-social .facebook {
background: url(//letomzima.ru/wp-content/plugins/sw_core/assets/img/ic_facebook.png) no-repeat;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.sw-member .carousel .carousel-inner .item .item-member-wrappers .item-content .member-thumb .hover-social .flickr {
background: url(//letomzima.ru/wp-content/plugins/sw_core/assets/img/ic_flickr.png) no-repeat;
-webkit-transition: all 0.7s ease;
transition: all 0.7s ease;
margin: 0 18px;
}
.sw-member .carousel .carousel-inner .item .item-member-wrappers .item-content .member-thumb:hover .hover-social .social {
bottom: 30px;
}
.sw-member .carousel .carousel-inner .item .item-member-wrappers .item-content .member-content {
display: inline-block;
width: 100%;
text-align: center;
}
.sw-member .carousel .carousel-inner .item .item-member-wrappers .item-content .member-content h5 {
margin-top: 13px;
}
.sw-member .carousel .carousel-inner .item .item-member-wrappers .item-content .member-content h5 a {
font-size: 16px;
color: #df1f26;
}
.sw-member .carousel .carousel-inner .item .item-member-wrappers .item-content .member-content .span {
margin-left: 0;
}
.accordion_recommend_product {
width: 100%;
}
.accordion_recommend_product.panel-group .panel+.panel {
margin-top: 1px;
}
.accordion_recommend_product.panel-group .panel-default {
border: 0;
}
.accordion_recommend_product a .panel-title,
.accordion_recommend_product a span.item-count {
display: none;
}
.accordion_recommend_product a.collapsed .panel-title {
display: block;
padding: 12px 0px 12px 40px;
background-color: #eee;
font-size: 110%;
font-weight: bold;
}
.accordion_recommend_product a.collapsed span.item-count {
display: block;
width: 25px;
height: 38px;
line-height: 38px;
color: #fff;
text-align: center;
position: absolute;
z-index: 9;
background: #666;
padding: 0;
margin: 0 -40px 0 0;
}
.accordion_recommend_product .panel-collapse {
border: 1px solid #ddd;
}
.accordion_recommend_product .panel-collapse .panel-body {
text-align: center;
}
.accordion_recommend_product .panel-collapse .panel-body .products-thumb img {
margin: 0 auto;
}
.accordion_recommend_product .panel-collapse .panel-body .products-thumb:hover {
opacity: 0.8;
}.woocatalog-contact{
margin-bottom: 15px;
}
.woocatalog-contact > a{
text-transform: uppercase;
padding: 7px 20px;
border-radius: 3px;
color: #fff;
display: inline-block;
vertical-align: top;
background: #ff5c00;
}
.woocatalog-contact > a:hover{
background: #c74a00;
color: #fff;
}
#woocatalog_contact{
margin-bottom: 30px;
}
#woocatalog_contact .input-wrapper{
width: 49.8%;
margin-bottom: 10px;
}
#woocatalog_contact .textarea-wrapper{
margin-bottom: 20px;
}
#woocatalog_contact .input-wrapper input{
background: none;
width: 100%;
padding: 7px 10px;
border-radius: 3px;
}
#woocatalog_contact .textarea-wrapper textarea{
width: 70%;
}
#woocatalog_contact label{
display: block;
margin-bottom: 5px;
}
#woocatalog_contact button{
background: #ff5c00;
padding: 5px 25px;
text-transform: uppercase;
border: 0;
border-radius: 3px;
color: #fff;
}
#woocatalog_contact.loading{
height: auto;
}
#woocatalog_contact.loading:before{
background-color: rgba(255,255,255, 0.5);
}
.disabled-reviews .reviews-content, .product-countdown, .count-title{
display: none;
}
#woocatalog_alert span{
font-weight: bold;
color: #028c00;
}
#woocatalog_alert span.booking-error{
color: #d20000;
}
.countdown-row{
display: none;
}