@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Manrope:wght@200..800&display=swap');
@font-face {
    font-family: "Aglet Sans";
    src: url("../fonts/Aglet-Sans-Regular-iF66695ff67c970.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Aglet Sans";
    src: url("../fonts/Aglet-Sans-Italic-if6695fff66d311.ttf") format("truetype");
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: "Aglet Sans";
    src: url("../fonts/Aglet-Sans-Bold-iF66695ff6488bd.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: "Aglet Sans";
    src: url("../fonts/Aglet-Sans-Bold-iF66695ff6488bd.ttf") format("truetype");
    font-weight: 600;
    font-style: italic;
}
@font-face {
    font-family: "Aglet Sans";
    src: url("../fonts/Aglet-Sans-Bold-Italic-iF66695ff639b87.ttf") format("truetype");
    font-weight: 700;
    font-style: italic;
}
:root {
    --blue: #0f192a;
    --light-blue: #43518c;
    --green: #4a8066;
    --light-green: #649b80;
    --gray: #767676;
    --white: #fff;
    --light-blue-2: #8995c7;
    --black: #000;
    --lihjt-blue-3: #fafbff;
    --s32: 32px;
}
:root {
    --default-white: #fff;
    --default-green: #05e05e;
    --default-black: #000;
    --variable-blue: #00b5f4;
    --variable-orange: #ff931e;
    --variable-pink: #d335c4;
    --gray-gray-100: #262626;
    --gray-gray-200: #808080;
}
:root {
    --font-family: "Manrope", sans-serif;
    --second-family: "Aglet Sans", sans-serif;
    --third-family: "Avenir Next Cyr", sans-serif;
    --font3: "Inter", sans-serif;
    --font4: "Arial", sans-serif;
}
.ff-default .ff-el-input--label label {
	display:none !important;
}
.full-width {
    width: 100% !important;
    height: auto !important;
}
h1 {
    font-family: var(--second-family);
    font-weight: 700;
    font-size: var(--fs64);
    line-height: 120%;
    text-align: center;
    color: var(--default-black);
}
.ff_columns_total_2.flex {
	gap: 0 !important;
}
.green {
    color: var(--default-green);

}
.bbp-login-wrap {
    clear: both;
    margin: 60px 0 30px 0 !important;
}
.full-width img {
    display: block;
    width: 100% !important;
    height: auto !important;
}
.hero-h1 {
    margin-top: 0;
    text-align: left !important;
    margin-bottom: var(--fs14);
    line-height: 45px;
}
.slide-content {
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
    color: #fff;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
input[type=submit], button {
    border: none;
    cursor: pointer;
    border-radius: 5px;
    padding: 10px 18px;
    background: #000;
    display: inline-block;
    font-weight: 500;
    color: #fff;
    outline: none;
    font-size: 0.875rem;
}
input[type=text], input[type=password] {
    font-size: 0.875rem;
    padding: 0.5rem;
    background: #fff;
    outline: none;
    border: solid 1px #e2e8f0;
    border-radius: 0.375rem;
}
.slide-content .container {
	text-align: center;
}
.str-1 {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    color: var(--default-black);
    margin-bottom: 19px;
}
.str-2 {
    display: flex;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 15px;
    line-height: 120%;
    color: var(--default-black);
    gap: 8px;
    align-items: center;
    margin-bottom: 19px;
}
.str-2 a {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 15px;
    line-height: 120%;
    color: var(--default-black);
    text-decoration: none;
}
.other-font p {
    margin: 23px 0;
}
.str-3, .str-3 a {
    font-size: 15px !important;
}
.f-input, .ff-el-form-control {
    display: block !important;
    border: 1px solid var(--gray-gray-200) !important;
    border-radius: 12px !important;
    padding: 16px 32px !important;
    width: calc(100% - 66px);
    font-family: var(--font-family) !important;
    font-weight: 600 !important;
    font-size: 18px !important;
    line-height: 120% !important;
    text-align: center !important;
    color: var(--gray-gray-200) !important;
    margin-bottom: 18px !important;
}
.ff-el-group {
	margin-bottom:0 !important;
}
.f-submit, .ff_btn_style {
    cursor: pointer;
    border-radius: 12px !important;
    padding: 16px 32px !important;
    border: none !important;
    outline: none !important;
    background: var(--default-green) !important;
    font-family: var(--font-family) !important;
    font-weight: 600 !important;
    font-size: 18px !important;
    line-height: 120% !important;
    text-align: center !important;
    color: var(--default-white) !important;
    display: block !important;
    width: 100% !important;
}
.goods-col { display: flex; flex-direction: column; height: 100%; }
.goods-col .learn-more { margin-top: auto; align-self: flex-start; } /* прижать вниз */
.learn-more {
    color: #fff;
    border-radius: 12px;
    padding: 16px 32px;
    background: var(--default-black);
}
h2 {
    font-family: var(--second-family);
    text-transform: uppercase;
    text-align: center;
}
.slide-content h2 {
	font-size: 3.75rem;
    font-weight: 600;

}
.slide-content p {
	font-size: 1.25rem;
}
.slide-content button {
	font-size: 1.25rem;
    background: var(--default-green);
	color:#fff;
	font-weight:600;
	padding:15px 30px;
	transition: all ease 0.4s;
	margin-top:20px;
	border:none;
	outline:none;
	border-radius:7px;
	cursor:pointer;
	box-shadow:0 0 10px #333;
}
.slide-content button:hover {
	background: #4e5e76;
	transform: scale(1.05);
}
.radius-32 {
    border-radius: 32px;
}
.grid-12 {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: var(--s32);
}

.goods-img-1 {
    width: 100% !important;
    height: auto !important;
    border-radius: 10px;
}
a {
    color: #6b7280;
}
.social-ico {
    width: 22px;

}
.widget {
    background: #fff;
    box-shadow: 0 1px 2px #0000000d;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 40px;
}
.widget-title {
    margin: 0 0 16px 0;
    font-size: 1.125rem;
    font-weight: 600;
}
.list-unstyled {
    list-style: none;
    font-weight: 500;
    font-size: 0.875rem;
    margin: 0;
    padding: 0;
}
.list-unstyled a {
    text-decoration: none;
    color: #1f2937;
}
.list-unstyled li {
    margin-bottom: 16px;
}
.post-date {
    color: #6b7280;
    font-size: 0.75rem;
}
.search-form {
    gap: 0;
}
.search-input {
    font-size: 0.875rem;
    padding: 0.5rem;
    background: #fff;
    outline: none;
    border: solid 1px #e2e8f0;
    border-radius: 0.375rem 0 0 0.375rem;
}
.search-button {
    outline: none;
    border-radius: 0 0.375rem 0.375rem 0;
    color: #fff;
    background: #64748b;
    border: none;
    cursor: pointer;
    padding: 0 15px;
}
.search-button img {
    width: 22px;
    font-size: 1.125rem;
    fill: #fff;
    filter: brightness(0) invert();
}
body {
    margin: 0;
    padding: 0;
    cursor: default;
    font-family: var(--font-family);
    font-size: var(--fs18);
    background: #f8fafc;
}
.instruction-name {
    font-family: var(--second-family);
    font-weight: 600;
    font-size: 40px;
    line-height: 120%;
    color: var(--default-black);
    margin-bottom: 21px;
}
.instruction-text {
    padding: 16px;
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    color: var(--default-green);
    border: 1px solid var(--default-green);
    border-radius: 32px;
    background: var(--default-black);
    margin-bottom: 79px;
}
.instruction-text p {
    margin: 0 0 25px 0;
}
.instruction-text p:last-child {
    margin: 0;
}
.after-title {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    text-align: center;
    color: var(--default-black);
    margin: -30px 0 79px;
}
.button-inside, #tab-desc a, #tab-specs a {
    background: var(--default-green);
    color: #fff;
    font-weight: 600;
    padding: 15px 30px;
    transition: all ease 0.4s;
    margin-top: 20px;
    border: none;
    outline: none;
    border-radius: 7px;
    cursor: pointer;
    font-size: 18px;
    text-decoration: none;
}
#tab-desc a, #tab-specs a {
    margin-top: 30px;
    display: inline-block;
}
.software-name {
    font-family: var(--second-family);
    font-weight: 600;
    font-size: 40px;
    line-height: 120%;
    color: var(--default-black);
}
.flex {
    display: flex;
    flex-wrap: wrap;
}
.align-between {
    justify-content: space-between;
}
.align-right {
    justify-content: right;
}
.overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    background: rgba(0,0,0,0.55);
    display: none;
}
.content_inject {
    width: 543px;
    height: 414px;
    background: #fff;
    border-radius: 16px;
    margin: auto;
    z-index: 101;
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
    position: fixed;
    display: none;
}
.content_inject_default {
    padding: 40px;
}
.content_inject_close {
    position: absolute;
    right: 31px;
    top: 31px;
}
.align-center {
    justify-content: center;
}
.vertical-center {
    align-items: center;
}
.cookies {
    background: #fff;
    border-radius: 5px;
    position: fixed;
    z-index: 950;
    bottom: var(--s32);
    left: 0;
    right: 0;
    box-shadow: 0 0 10px #999;
}
.cookies-close {
    background: url(/images/close.png);
    width: 14px;
    height: 14px;
    position: absolute;
    right: 16px;
    top: 16px;
    cursor: pointer;
}
.cookies-grid {
    padding: 15px 90px;
    display: grid;
    gap: var(--s32);
    grid-template-columns: 1fr 140px;
    align-items: center;
}
.cookies-agree {

    border-radius: 5px;
    padding: 10px 18px;
    background: #000;
    display: inline-block;
    cursor: pointer;
    font-weight: 500;
    font-size: 20px;
    color: #fff;
}
.ff-menu {
    height: 97px;
}
.fix-menu {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-bottom: solid 1px #e2e8f0;
    width: 100%;
    padding: 20px 0;
}
.logo {
    text-decoration: none;
    color: #1f2937;
    font-size: 18px;
    font-weight: 600;
}
.logo .flex {
    gap: 16px;
}
.logo img {
    height: 48px;
}
.custom-link {
    display: block;
    border: solid 1px #e1e7ef;
    border-radius: 15px;
    text-align: center;
    text-decoration: none;
    padding: 40px 20px 20px 20px;
    transition: all ease 0.6s;
}
.custom-link:hover {
    box-shadow: 0 0 10px #b5b8bb;
}
.custom-name {
    font-weight: 600;
    color: #000;
    margin-bottom: 7px;
    font-family: var(--second-family);
    font-size: 25px;
}
.custom-text {
    font-weight: 500;
    color: #000;
}
.menu {
    gap: 25px;
    list-style: none;
}
.custom-img {
    margin-bottom: 15px;

}
.custom-img img {
    display: block;
    width: 32%;
    margin: 0 auto;
}
.menu .sub-menu{
    position: absolute;
    top: calc(100% + 2px); left: 0;
    min-width: 200px;
    list-style: none;
    margin: 0; padding: 0;
    background: #fff;
    border: 1px solid #e2e8f0;
    z-index: 50;
    border-radius: 10px;
    overflow: hidden;
    /* анимация */
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: opacity .6s ease, transform .6s ease, visibility 0s .6s;
    pointer-events: none; /* чтобы не ловило курсор, когда скрыто */
}

.menu li:hover > .sub-menu,
.menu li:focus-within > .sub-menu{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition-delay: 0s, 0s, 0s;
    pointer-events: auto;
}
.menu-item, .menu-item a {
    color: #6b7280;
    text-decoration: none;
    font-weight: 500;
    position: relative;
    font-size: .875rem;
}
.menu-item {
    display: flex;
    align-items: center;
    gap: 7px;
    border-bottom: solid 2px transparent;
    transition: all ease 0.8s;
}
.menu-item:hover {
    border-bottom: solid 2px #05e05e;
}
.sub-menu .menu-item:hover {
    border-bottom: solid 2px transparent;
    background: #eee;
}
.menu-item-object-product {
    padding: 10px 20px;
    /*border-bottom: dashed 1px #6b7280;*/
    font-size: 15px;
}
.add-to-cart {
    width: 100%;
    padding: 17px 18px !important;
}
.spec-string-name {
    margin-top: 0.2em;
    margin-bottom: .6em;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    color: var(--default-black);
}
.spec-string {
    border-bottom: solid 1px #e2e8f0;
}
.p-name {
    font-weight: 600;
    padding: 0.5rem 0;
    font-size: 16px;
}
.p-value {
    padding: 0.5rem 0;
    font-size: 16px;
    color: #6b7280;
}
.price-current, .price-special, .price-num {
    font-family: var(--second-family);
    font-weight: 600;
    font-size: 40px;
    line-height: 120%;
    color: var(--default-black);
}
.slide-img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    height: 100%;
}
.hg75 {
    height: 75vh;
}
.hg85 {
    height: 85vh;
}
.adv-item {
    text-align: center;
}
.adv-img img {
    width: 36px;
    filter: invert(46%) sepia(9%) saturate(676%) hue-rotate(182deg) brightness(92%) contrast(82%);
    transition: transform .2s ease-in-out;
}
.adv-item:hover img {
    transform: scale(1.1);
}
.adv-name {
    font-size: 19px;
    font-weight: 500;
    margin-top: 5px;
}
.adv-text {
    font-size: 1rem;
    color: #6b7280;
    margin-top: 5px;
}
.text-center {
    text-align: center;
}
.h2-ttl {
    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase;
}

.goods-item {
    text-decoration: none;
    color: #0f192a;
}
.order-sort {

    border: 4px solid var(--default-green);
    border-radius: 32px;
    padding: 32px;
}
.gap-vertical {
    gap: 64px 32px;
}
.goods-img {
    overflow: hidden;
    border-radius: 32px;
    margin-bottom: 0;
}
.goods-img img {
    width: 100%;
    height: 100%;
    transition: all ease 0.8s;
    object-fit: cover;
    object-position: center;
    transform: scale(1.05);
    border-radius: 32px;
}
.goods-item:hover img {
    transform: scale(1.151);
}
.goods-name {
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 32px;
    line-height: 120%;
    text-align: center;
    color: var(--default-black);
}
.text-left {
    text-align: left !important;
}
.span-color {
    border-radius: 7px;
    padding: 0px 7px;
    color: #fff;
}
.sc-blue {
    background: var(--variable-blue);
}
.sc-green {
    background: var(--default-green);
}
.sc-orange {
    background: var(--variable-orange);
}
.sc-violet {
    background: var(--variable-pink);
}
.goods-name-sub {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 18px;
    line-height: 120%;
    color: var(--default-black);
    text-align: center;
}
.price {
    gap: 15px;
    font-size: 1rem;
    color: #1f2937;
    font-weight: 600;
    align-items: center;
}
.price-special {
    color: #e7000b;
}
.price-old {
    font-size: 0.875rem;
    color: #6a7282;
    text-decoration-line: line-through;
    font-weight: 400;
}
footer {
    background: #fff;
    border-top: solid 1px #e2e8f0;
    padding: 50px 0;
}
.divider {
    width: 100%;
    height: 1px;
    background: #e2e8f0;
    margin: 0.85rem 0;
}
.small-text {
    font-size: 0.75rem;
}
.text-gray {
    color: #6b7280;
}
.gap-16 {
    gap: 16px;
}
.footer-name-1 {
    color: #1f2937;
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 15px;
}
.footer-name {
    font-size: 1.125rem;
    color: #1f2937;
    font-weight: 500;
}
.footer-link {
    display: block;
    text-decoration: none;
    font-size: 0.875rem;
    color: #64748b;
    margin-bottom: 10px;
}
.page-content {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 17px;
    line-height: 140%;
    color: #1f2937
}
.product-specs-inline {
    font-size: 15px;
}
.post-card__media img {
    width: 100% !important;
    border-radius: 32px;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.post-card {
    text-decoration: none;
}
.post-card__body {
    padding: 24px 24px 0 24px;
}
.post-card__meta {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 12px;
    line-height: 120%;
    color: var(--gray-gray-200);
}
.post-card__title {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    color: #1f2937;
    margin: 5px 0 16px 0;
}
.post-card__excerpt {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 15px;
    line-height: 120%;
    color: var(--gray-gray-200);
    margin-bottom: 20px;
}
.post-card__more {
    font-family: var(--font3);
    font-weight: 500;
    font-size: 18px;
    line-height: 143%;
    color: var(--gray-gray-100);
}
.btn-primary {
    display: inline-block;
    border-radius: 12px;
    padding: 16px 32px;
    background: var(--default-black);
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 18px;
    line-height: 120%;
    text-align: center;
    color: var(--default-white);
    text-decoration: none;
}
.triangle {
    background: url("../images/triangle.png");
    width: 9px;
    height: 6px;
}
.newsletter-text, .slogan-footer {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 15px;
    line-height: 120%;
    color: var(--gray-gray-200);
}
.nl-input-wrapper input {
    font-family: var(--font-family)!important;
    font-weight: 500!important;
    font-size: 15px!important;
    line-height: 120%!important;
    color: #99a1af!important;
    border: 1px solid var(--default-green)!important;
    border-radius: 6px 0 0 6px!important;
    outline: none!important;
    padding: 9px 10px 11px 13px!important;
    width: 100% !important;
}
.nl-submit {
    font-family: var(--font-family)!important;
    font-weight: 500!important;
    font-size: 15px!important;
    line-height: 120%!important;
    text-align: center!important;
    color: var(--default-white)!important;
    border-radius: 0 6px 6px 0!important;
    background: var(--default-green)!important;
    border: none!important;
    outline: none!important;
    cursor: pointer!important;
    padding: 10px 15px 12px 15px!important;
}
.bbp-forums {
    margin-top: 50px !important;
}
#bbpress-forums ul.bbp-forums, #bbpress-forums ul.bbp-lead-topic, #bbpress-forums ul.bbp-replies, #bbpress-forums ul.bbp-search-results, #bbpress-forums ul.bbp-topics {
    font-size: var(--fs20) !important;
    line-height: 25px !important;
    font-family: var(--font-family) !important;
}
#bbpress-forums .bbp-forums-list .bbp-forum {
    font-size: var(--fs15) !important;
}
#bbpress-forums .bbp-forum-info .bbp-forum-content, #bbpress-forums p.bbp-topic-meta {
    font-size: var(--fs15) !important;
}
#bbpress-forums li.bbp-footer, #bbpress-forums li.bbp-header {
    padding: 16px !important;
}
#bbpress-forums li.bbp-body ul.forum, #bbpress-forums li.bbp-body ul.topic {
    padding: 16px !important;
}
@media (max-width: 640px) {

	.ff-t-column-1 {
		flex-basis: calc(80% - 16px) !important;
	}
    .slide-content h2 {
        font-size: 2rem;
    }
    .cookies-grid {
        grid-template-columns: 1fr;
        padding: 15px !important;
    }
    .order-sort {
        padding: 15px;
    }
    .goods-item {
        text-decoration: none;
        color: #0f192a;
        display: block;
        width: 100%;
    }
    .order-sort .grid-12 {
        gap: 32px 0;
    }
}
.tab-btn {
    color: #000;
}