:root {
	--color-blue: #0082DF;
	--color-white: #fff;
    --color-middle-blue: #055B98;
    --color-deep-blue: #0B2A36;
    --color-gradient-dark: radial-gradient(105.47% 265.79% at 97.97% 106.17%, #0082DF 0%, #1F1F1F 100%);
    --color-dark: #1F1F1F;
}
/*Товар, категории*/
.white-color {
    color: var(--color-white)!important;
}
.blue-color {
    color: var(--color-blue);
}
input,
input:focus-visible {
    outline: none;
}
.woocommerce-shop #tm-main>.uk-container,
.tax-product_cat #tm-main>.uk-container {
    padding: 0;
}

.woocommerce-page #tm-main,
.tax-product_cat #tm-main,
.post-type-archive-product #tm-main,
.page-template-register #tm-main,
.page-template-orderreceived #tm-main,
.related-sec,
.woo-sec,
.search #tm-main  {
    background-color: #F9F8F8;
}
.woocommerce-checkout #tm-main>.uk-section,
.woocommerce-cart #tm-main>.uk-section,
.page-template-orderreceived #tm-main>.uk-container {
    background-color: transparent;
    padding-top: 40px;
}

.light-grey {
    background-color: #F9F8F8;
}
/**/
.color-blue {
    color: var(--color-blue);
}
.darkbackground,
.tm-toolbar-default,
.uk-offcanvas-bar {
    background: linear-gradient(150deg, rgba(30, 30, 30, 1) 45%, rgba(14, 86, 137, 1) 100%);
}
.uk-navbar-toggle svg rect{
    fill: var(--color-white)!important;
}
.uk-offcanvas-bar .uk-offcanvas-close svg line {
    stroke: var(--color-white)!important;
}
.uk-navbar-toggle svg {
    width: 30px;
}

.darkbackground_onetone {
    background: rgba(30, 30, 30, 1);
}
.deep-blue_op40 {
    color: var(--color-deep-blue);
    opacity: 0.4;
}
.deep-blue_op70 {
    color: var(--color-deep-blue);
    opacity: 0.7;
}
.footer-sec {
    padding-top: 90px;
    padding-bottom: 45px;
}
.footer-dopsec {
    padding-bottom: 40px;
    padding-top: 40px;
    border-top: 2px solid rgb(11 42 54 / 70%);
}

.button-shadow .uk-button {
    background: var(--color-white);
    border: none;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 26, 0.2);
    color: var(--color-deep-blue);
    text-transform: unset;
    line-height: 44px;
    padding: 0 83px;
    transition: all .1s ease-in-out;
}

.button-shadow .uk-button:hover {
    background: linear-gradient(90deg,rgba(255, 255, 255, 1) 30%, rgba(234, 243, 249, 1) 100%);
    border: none;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 26, 0.2);
    color: var(--color-deep-blue);
    text-transform: unset;
}

.unset-upperc {
    text-transform: unset;
}

.button-main-sec,
.button-main-sec .uk-button {
    background: linear-gradient(180deg, rgba(0, 130, 223, 0.25) 0%, rgba(2, 142, 229, 0) 20.67%, rgba(2, 142, 229, 0) 80%, rgba(99, 196, 232, 0.25) 100%);
    backdrop-filter: blur(15.199999809265137px);
    border: 1px solid rgb(255 255 255 / 50%);
    color: var(--color-white);
    text-transform: unset;
    transition: all .1s ease-in-out;
    border-radius: 10px;
    height: 78px;
    width: 313px;
    padding: 20px;
}
.button-main-sec:hover,
.button-main-sec .uk-button:hover {
    background: linear-gradient(0deg, rgba(21, 21, 21, 0.3), rgba(21, 21, 21, 0.3)), linear-gradient(180deg, rgba(0, 130, 223, 0.25) 0%, rgba(2, 142, 229, 0.25) 20.67%, rgba(2, 142, 229, 0.25) 80%, rgba(99, 196, 232, 0.25) 100%);
    backdrop-filter: blur(15.199999809265137px);
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: var(--color-white);
    text-transform: unset;
}

.slider-button-col {
    justify-content: end;
}        

.color-white,
.color-white a,
.color-white a:hover,
.color-white li a,
.color-white li a:hover {
    color: var(--color-white)!important;
}

.slide-button a>div,
.bigbtn a>div,
.gradbtn a>div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 100%;
}

.btn-text {
    line-height: 1;
}
.btn-text span {
    font-weight: 400;
    font-size: 18px;
}

.icon-btn {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
}
.slide-title>.uk-heading-large>span,
.slide-title>.uk-heading-large,
.slide-content-block {
    width: fit-content;
}

.slide-title>.uk-heading-large>span:last-child {
    margin-left: auto;
}
.slide-content {
    text-align: right;
    margin-top: 18px;
    margin-bottom: 0;
}

.swiper-container {
   height: 420px;
   overflow: hidden;
   margin-bottom: 40px;
}

.contain-span {
    overflow: hidden;
    display: block;
}

.slide-title span.color-white {
    line-height: 1.2;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all 2s cubic-bezier(0, 0, 0, 1);
    -o-transition: all 2s cubic-bezier(0, 0, 0, 1);
    transition: all 2s cubic-bezier(0, 0, 0, 1);
    display: inline-block;
}

.swiper-slide-active .slide-title span.color-white {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.slide-content,
.slide-button {
    opacity: 0;
    -webkit-transition: all 3s cubic-bezier(0, 0, 0, 1);
    -o-transition: all 3s cubic-bezier(0, 0, 0, 1);
    transition: all 3s cubic-bezier(0, 0, 0, 1);
}
.swiper-slide-active .slide-content,
.swiper-slide-active .slide-button {
    opacity: 1;
}


.swiper-pagination-bullet {
    opacity: 1;
    background: none;
    position: relative;
    display: block;
    cursor: pointer;
}

.swiper-pagination-bullet svg {
    width: 20px;
    height: 20px;
}

.swiper-pagination-bullet .s2 {
    stroke-dasharray: 41;
    stroke-dashoffset: 41;
    transform: rotate(-90deg);
    transform-origin: 50% 50%;
    transition: stroke-dashoffset 5s linear;
}


.swiper-pagination-bullet-active .s2 {
    stroke-dashoffset: 0;
    stroke: var(--color-white);
}

.swiper-pagination {
    text-align: center;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
    bottom: 0;
    display: flex;
    flex-direction: row;
    gap: 10px;
}
.mainslider-section {
    position: relative;
}
.bottomcontent-slider {
    position: absolute;
    bottom: 0;
    right: 0;
}
.pagination-slider {
    display: flex;
    flex-direction: row;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
}
.swiperbuts {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 10px;
}
.swiperbuts>div {
    cursor: pointer;
}
.swiperbuts>div svg polyline {
    stroke: var(--color-white)!important;
    transition: all .1s ease-in-out;
}

.swiperbuts>div span.uk-icon {
    border: 1px solid #fff;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all .1s ease-in-out;
}

.swiperbuts>div:hover span.uk-icon {
    border-color: var(--color-blue);
    background: linear-gradient(0deg, rgba(21, 21, 21, 0.3), rgba(21, 21, 21, 0.3)), linear-gradient(180deg, rgba(0, 130, 223, 0.25) 0%, rgba(2, 142, 229, 0.25) 20.67%, rgba(2, 142, 229, 0.25) 80%, rgba(99, 196, 232, 0.25) 100%);
}

.logotxt_mainsl {
    font-size: 1.5rem;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 0;
    text-transform: unset;    
}
.logo-text {
    display: flex;
    flex-direction: row;
    gap: 15px;
    flex-wrap: nowrap;
    align-items: center;
    height: fit-content;
}
.logo-text .uk-icon svg circle,
.mainpage_secttl .uk-icon svg circle,
.marquee-track .uk-icon svg circle {
    fill: var(--color-blue)!important;
}
.blue,
.blue a {
    color: var(--color-blue)!important;
}

.mainpage_secttl {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 10px;
}
.mainpage_secttl .uk-h4 {
    margin-top: 0;
    margin-bottom: 0;
}


.panel_on_front {
    max-height: 600px;
    height: 100%;
    padding: 0;
    overflow: hidden;
}
.panel_on_front>.uk-panel {
    padding: 80px;
    height: 100%;
    display: flex!important;
    flex-direction: column;
}
.panel_on_front img {
    margin: 0 auto!important;
}
.panel_on_front .uk-panel>div.uk-margin-top {
    display: none!important;
}
.panel_on_front .uk-panel img {
    flex-grow: 1;
    object-fit: contain;
}

.category-panel,
.category-panel>a {
    height: 100%;
}
.category-panel>.uk-panel{
    background-color: rgb(250 250 255);
    border: 1px solid rgb(94 94 94 / 20%);
}
.category-panel>.uk-panel:hover img,
.category-product-panel>.uk-panel:hover img {
    transform: scale(1.1);
}
.category-panel>.uk-panel img,
.category-product-panel>.uk-panel img  {
    transition: all .3s ease-in-out;
}
.category-panel .el-title {
    font-size: 26px;
    text-align: center;
}
.child-cat-panel>.uk-panel {
    padding: 40px 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.child-cat-panel .cat-card-media {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.blueopacity {
    color: rgb(11 42 54 / 50%);
}
.image-column {
    cursor: pointer;
    overflow: hidden;
   max-height: 194px;
    /*transition: all 0.4s ease-in-out;*/
}
.panel_on_front.dark_panel>.uk-panel {
    background: radial-gradient(50% 50% at 50% 50%, #04406A 0%, #000101 100%);
    flex-direction: column-reverse;
}

.panel_on_front.dark_panel>.uk-panel .el-title {
    margin-top: 20px!important;
    order: 2;
    color: var(--color-white)!important;
}
.panel_on_front.dark_panel>.uk-panel img {
    order: 3;
}
.panel_on_front.dark_panel>.uk-panel .el-content {
    order: 1;
    color: var(--color-white)!important;
}
.image-column img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    /*transition: all 0.4s ease-in-out;*/
    transition: transform 0.5s ease-in-out;
}
.image-column:hover img {
    transform: scale(1.02);
}
/* Развернутое состояние */
.main-accordion-section.uk-active .image-column {
   height: 100%;
    max-height: 100%;
}/*
.main-accordion-section.uk-active .image-column img {
    animation-name: uk-scale-up;
}*/
/*.main-accordion-section:not(.uk-active) .image-column img {
     max-height: 194px;
}
*/
/* Контентная часть */
.content-column {
    padding: 40px 60px;
    cursor: pointer;
}

.main-accordion-content {
    padding-top: 15px;
    display: none;
}

.main-accordion-section .acccont-col {
    border-width: 1px 0;
    border-style: solid;
    border-color: rgb(11 42 54 / 20%);    
}

.main-accordion-section {
    transition: all 0.4s cubic-bezier(0.65, 0.05, 0.36, 1);
    overflow: hidden;
}

.main-accordion-section:not(.uk-active) {
    max-height: 194px;
}

.main-accordion-section:not(.uk-active) .acccont-col {
    max-height: 194px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.main-accordion-section.uk-active .content-column {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    height: 100%;
    box-sizing: border-box;
}

.main-accordion-content ul li:not(:last-child) {
    margin-bottom: 20px;
}
.ProcessBarDef {
    box-sizing: border-box;
    overflow-x: scroll;
    overflow-y: hidden;;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.ProcessBarDef {
    cursor: grab;
}
.ProcessBar, .ProcessBarDef {
    width: 100%;
}
.ProcessBarItems, .ProcessBarDefItems {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    transition: transform 0.8s ease-out;
}
.ProcessBarDefItems {
    width: max-content;
}
.posts-rel {
    transition: transform 0.8s ease-out;
    flex-wrap: nowrap;
}
.ProcessBarDefItem .post-content {
    flex-direction: column;
    justify-content: end;
    gap: 9px;
    color: var(--color-white);
    padding: 40px 35px;
    width: 620px;
    height: 450px;
    background: radial-gradient(50% 50% at 50% 50%, #04406A 0%, #000101 100%);
    background-size: cover;
}
.post-item-newspress .post-content {
    flex-direction: column;
    justify-content: end;
    gap: 9px;
    color: var(--color-white);
    padding: 40px 35px;
    width: 100%;
    height: 450px;
    background: radial-gradient(50% 50% at 50% 50%, #04406A 0%, #000101 100%);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}
.ProcessBarDefItem .post-content .post-title,
.post-item-newspress .post-content .post-title {
    min-height: 44px;
}
.ProcessBarDefItem .post-content .post-title,
.ProcessBarDefItem .post-content .head-post,
.post-item-newspress .post-content .post-title,
.post-item-newspress .post-content .head-post {
    z-index: 2;
}
.ProcessBarDefItem a:hover,
.post-item-newspress a:hover {
    text-decoration: none;
}

.ProcessBarDefItem .post-content::before,
.post-item-newspress .post-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(11, 42, 54, 0) 60.35%, #0B2A36 82.45%, #0B2A36 100%);
    pointer-events: none;
}
.bigbtn .uk-button {
    background: var(--color-white);
    border: 2px solid var(--color-deep-blue);
    color: var(--color-deep-blue);
    text-transform: unset;
    transition: all .1s ease-in-out;
    border-radius: 10px;
    height: 78px;
    width: 313px;
    padding: 20px;
}

.bigbtn .uk-button:hover {
    background: var(--color-white);
    border: 2px solid var(--color-blue);
    color: var(--color-blue);
    text-transform: unset;
}
.bigbtn,
.gradbtn {
    display: flex;
    flex-direction: row;
    justify-content: end;
}
.infinite-marquee {
    width: 100%;
    overflow: hidden;
    padding: 20px 0;
    position: relative;
    border-width: 2px 0;
    border-style: solid;
    border-color: rgb(11 42 54 / 40%);
}

.marquee-track {
    display: inline-block;
    white-space: nowrap;
    will-change: transform;
    font-weight: 700;
    font-style: Bold;
    font-size: 96px;
    letter-spacing: 0;
}
.form-ttl {
    color: rgb(11 42 54 / 70%);;
}
.deep-blue {
    color: var(--color-deep-blue);
}
.form-main input,
.form-main textarea {
    outline: none;
    font-family: inherit;   
}
.form-main input:not([type="submit"]):not([type="checkbox"]),
.form-main textarea {
    border-width: 0 0 2px 0;
    border-color: #000000;
    background-color: transparent;
    box-sizing: border-box;
    font-size: 26px;
}
.form-main input:not([type="submit"]):not([type="checkbox"]) {
    line-height: 4rem;
    width: 100%;
}
.form-main input.uk-button {
    padding: 0 75px;
    line-height: 76px;
    font-size: 18px;
}
.form-main {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.form-main_row.form-main_row_top {
    display: flex;
    flex-direction: row;
    gap: 40px;
}
.form-main input:not([type="submit"]):not([type="checkbox"])::placeholder,
.form-main textarea::placeholder {
    font-family: inherit;
    font-weight: 600;
    font-size: 26px;
    color: var(--color-middle-blue);
    transition: all .2s ease-in-out;
}
.form-main input:not([type="submit"]):not([type="checkbox"])::-moz-placeholder,
.form-main textarea::-moz-placeholder {
    font-family: inherit;
    font-weight: 600;
    font-size: 26px;
    color: var(--color-middle-blue);
    transition: all .2s ease-in-out;
}
.form-main input:not([type="submit"]):not([type="checkbox"]):-ms-input-placeholder,
.form-main textarea:-ms-input-placeholder {
    font-family: inherit;
    font-weight: 600;
    font-size: 26px;
    color: var(--color-middle-blue);
    transition: all .2s ease-in-out;
}
.form-main input:not([type="submit"]):not([type="checkbox"])::-webkit-input-placeholder,
.form-main textarea::-webkit-input-placeholder {
    font-family: inherit;
    font-weight: 600;
    font-size: 26px;
    color: var(--color-middle-blue);
    transition: all .2s ease-in-out;
}

.form-main input:not([type="submit"]):not([type="checkbox"]):focus::placeholder,
.form-main textarea:focus::placeholder {
    opacity: 0;
}
.form-main input:not([type="submit"]):not([type="checkbox"]):focus::-moz-placeholder,
.form-main textarea:focus::-moz-placeholder {
    opacity: 0;
}
.form-main input:not([type="submit"]):not([type="checkbox"]):focus:-ms-input-placeholder,
.form-main textarea:focus:-ms-input-placeholder {
    opacity: 0;
}
.form-main input:not([type="submit"]):not([type="checkbox"]):focus::-webkit-input-placeholder,
.form-main textarea:focus::-webkit-input-placeholder {
    opacity: 0;
}
.form-main_col {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.form-main textarea {
    resize: none;
    width: 100%;
    max-height: 150px;
    padding-left: 0;
}
.form-main_submit {
    display: flex;
    flex-direction: row;
    justify-content: end;
}
.wpcf7-spinner {
    display: none;
}
.uk-button-large {
    min-width: 313px;
}
.form-main_row_checkbox>.wpcf7-form-control-wrap>.wpcf7-form-control.wpcf7-acceptance>.wpcf7-list-item {
    margin-left: 0!important;
}
.form-main_row_checkbox>.wpcf7-form-control-wrap>.wpcf7-form-control.wpcf7-acceptance>.wpcf7-list-item>label {
    display: flex;
    flex-direction: row;
    gap: 10px;
}
.form-main_row_checkbox>.wpcf7-form-control-wrap>.wpcf7-form-control.wpcf7-acceptance>.wpcf7-list-item>label input {
    height: 20px;
    box-sizing: border-box;
    width: 100%!important;
    max-width: 20px;
    margin: 0!important;
}

.form-main_row_checkbox>.wpcf7-form-control-wrap>.wpcf7-form-control.wpcf7-acceptance>.wpcf7-list-item>label .wpcf7-list-item-label {
    font-size: 13px;
}
.form-main_submit .uk-button-primary:disabled {
    background-color: var(--color-blue)!important;
    color: #fff!important;
    border: 2px solid transparent!important;
    color: var(--color-white)!important;
}
.form-main input:not([type="submit"]):not([type="checkbox"]).wpcf7-not-valid, 
.form-main textarea.wpcf7-not-valid {
    border-color: #581717;
    background-color: #be2e2e1a;
}
.wpcf7-not-valid-tip {
    display: none;
}
.small-txt {
    font-weight: 400;
    font-size: 16px;
}
.middltxt,
.middltxt a {
    font-size: 18px;
    font-weight: 600;
}
.footnav li a:hover {
    text-decoration: underline;
}
.icon-footer>div,
.footcol {
    width: fit-content;
    flex-grow: unset!important;
}
.rutube-icon .uk-icon svg g>g path:nth-child(3) {
    fill: var(--color-deep-blue)!important;
}
.rutube-icon .uk-icon svg g>g path:nth-child(2) {
    fill: #ED143B!important;
}
.footcol4 {
    padding-left: 10%;
    flex-grow: unset !important;
}
.home .uk-navbar-nav li a,
.page-id-479 .uk-navbar-nav li a,
.page-id-558 .uk-navbar-nav li a,
.page-id-611 .uk-navbar-nav li a,
.page-id-609 .uk-navbar-nav li a,
.page-id-606 .uk-navbar-nav li a {
    color: var(--color-white)!important;
    transition: all .2s ease-in-out;
}
.uk-navbar-nav li a:hover {
    opacity: 0.6;
}
.home .uk-navbar .uk-logo .uk-logo-inverse,
.page-id-479 .uk-navbar .uk-logo .uk-logo-inverse,
.page-id-558 .uk-navbar .uk-logo .uk-logo-inverse,
.page-id-611 .uk-navbar .uk-logo .uk-logo-inverse,
.page-id-609 .uk-navbar .uk-logo .uk-logo-inverse,
.page-id-606 .uk-navbar .uk-logo .uk-logo-inverse {
    display: block;
}
.home .uk-navbar .uk-logo img:not(.uk-logo-inverse),
.page-id-479 .uk-navbar .uk-logo img:not(.uk-logo-inverse),
.page-id-558 .uk-navbar .uk-logo img:not(.uk-logo-inverse),
.page-id-611 .uk-navbar .uk-logo img:not(.uk-logo-inverse),
.page-id-609 .uk-navbar .uk-logo img:not(.uk-logo-inverse),
.page-id-606 .uk-navbar .uk-logo img:not(.uk-logo-inverse) {
    display: none;
}
.header-links a {
    white-space: nowrap;
}
.uk-navbar-nav {
    justify-content: center;
}
.uk-navbar-nav li,
.uk-navbar-nav li a {
    width: fit-content;
    flex-grow: unset!important;
}
.uk-navbar-left {
    flex-wrap: nowrap!important;
}
.profile a svg path,
.profile a svg circle {
    stroke: var(--color-white)!important;
}


body:not(.page-id-479):not(.page-id-558):not(.page-id-9) .uk-navbar-container:not(.uk-navbar-sticky) .top-btn-header .uk-button {
    border: 1px solid var(--color-blue);
    background-color: transparent;
    color: var(--color-blue);
    background: none;
}
body:not(.page-id-479):not(.page-id-558):not(.page-id-9) .top-btn-header .uk-button:hover {
    background: var(--color-blue);
    color: var(--color-white);
}

body:not(.page-id-479):not(.page-id-558):not(.page-id-9) .uk-navbar-container:not(.uk-navbar-sticky) .searchicon svg path,
body:not(.page-id-479):not(.page-id-558):not(.page-id-9) .uk-navbar-container:not(.uk-navbar-sticky) .bagcon svg path,
body:not(.page-id-479):not(.page-id-558):not(.page-id-9) .uk-navbar-container:not(.uk-navbar-sticky) .profile svg path,
body:not(.page-id-479):not(.page-id-558):not(.page-id-9) .uk-navbar-container:not(.uk-navbar-sticky) .profile svg circle {
    stroke: var(--color-blue)!important;
}

body:not(.page-id-479):not(.page-id-558):not(.page-id-9) .uk-navbar-container:not(.uk-navbar-sticky) .bagcon svg circle,
body:not(.page-id-479):not(.page-id-558):not(.page-id-9) .uk-navbar-container:not(.uk-navbar-sticky) .uk-navbar-toggle svg rect {
    fill: var(--color-blue)!important;
}

body:not(.page-id-479):not(.page-id-558):not(.page-id-9) .uk-navbar-container:not(.uk-navbar-sticky) .bagcon .cart-count {
    color: var(--color-blue);
}


.hover-dark>.uk-tile {
    padding: 50px 30px;
    transition: all .3s ease-in-out;
    display: flex;
    flex-direction: column;
}
.hover-dark_link a svg path {
    stroke: var(--color-middle-blue);
}
.hover-dark_link a {
    color: var(--color-middle-blue);
    transition: all .2s ease-in-out;
}
.hover-dark_link a:hover {
    text-decoration: none;
}
.hover-dark:hover>.uk-tile {
    background: linear-gradient(125deg,rgba(30, 30, 30, 1) 30%, rgba(14, 86, 137, 1) 100%);
}
.hover-dark .hover-dark_head,
.hover-dark .hover-dark_txt {
    transition: all .2s ease-in-out;
}
.hover-dark:hover .hover-dark_link a svg path {
    stroke: var(--color-white);
}
.hover-dark:hover .hover-dark_link a,
.hover-dark:hover .hover-dark_head,
.hover-dark:hover .hover-dark_txt {
    color: var(--color-white);
}
.hover-dark.hover-dark_link {    
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: start;
}

.hover-dark .hover-dark_txt {
    flex-grow: 1;
}
.hover-dark .hover-dark_head {
    margin-bottom: 0;
}
.slider-sec {
    padding-bottom: 85px;
}
.slider-head-ttl {
    color: var(--color-white);
    font-size: 77px;
    font-weight: 700;
}
.logoslider .uk-slider-nav.uk-dotnav>li.uk-active>a {
    background: var(--color-blue);
}
.dark-gradient-sec {
    background: linear-gradient(150deg,rgba(14, 86, 137, 1) 0%, rgba(30, 30, 30, 1) 56%);
}
.garantee-block>.uk-card {
    background: transparent;
    border-radius: 119px;
    border-width: 2px;
    border-color: var(--color-white);
    padding: 30px 50px;
}
.boldtxt {
    font-weight: 600;
}
.extraboldtxt {
    font-weight: 700;
}
.borderlist {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    row-gap: 10px;
    column-gap: 5px;
}
.borderlist li {
    border: 1px solid var(--color-white);
    border-radius: 50px;
    padding: 10px 40px;
    margin-top: 0!important;
}
.fullhpict,
.fullhpict img,
.map-col>div,
.map-col>div>div,
.formdiv_cart .uk-tile,
.formdiv_order .uk-tile {
    height: 100%;
}
.fullhpict img {
    width: 100%;
    object-fit: cover;
}
.uk-navbar-sticky .uk-logo .uk-logo-inverse {
    display: block!important;
}
.uk-navbar-sticky .uk-logo img:not(.uk-logo-inverse) {
    display: none!important;
}
.uk-navbar-sticky {
    box-shadow: 0px 4px 24px 0px #0000001A;
    background: linear-gradient(150deg, rgba(30, 30, 30, 1) 45%, rgba(14, 86, 137, 1) 100%)!important;
}
.uk-navbar-sticky .uk-navbar-nav li a {
    color: var(--color-white);
}
.uk-navbar-sticky .blue a, 
.breadl-white .uk-breadcrumb li span,
.breadl-white .uk-breadcrumb>:nth-child(n+2):not(.uk-first-column)::before {
    color: var(--color-white)!important;
}
.uk-navbar-container.uk-navbar-sticky .searchicon svg path {
    stroke: var(--color-white)!important;
}

.page-id-305 .tm-header,
.single-post .tm-header,
.single-product .tm-header,
.woocommerce-page .tm-header {
    box-shadow: 0px 4px 24px 0px #0000001A;
}
.woocommerce-page #tm-main {
    padding-top: 40px;
}
.woocommerce-page nav[aria-label="Breadcrumb"] {
    border-bottom: 2px solid rgb(94 94 94 / 20%);
    padding-bottom: 20px;
}
.page-id-305 .uk-navbar-container:not(.uk-navbar-sticky) .header-links .color-white a,
.single-post .uk-navbar-container:not(.uk-navbar-sticky) .header-links .color-white a  {
    color: var(--color-dark)!important;
}
.table-rekv tr td:first-child {
    padding-left: 0;
}
.table-rekv tr {
    border-bottom: 1px solid rgb(255 255 255 / 20%);
}
.bordertop-headsec>.uk-container {
    border-top: 1px solid rgb(255 255 255 / 30%);
    margin-top: 30px;
}
.bordertop-headsec>.uk-container .tm-header-placeholder {
    height: 3.5rem!important;
}
.contact-map,
.contact-map iframe {
    min-height: 490px;
}
.cont-botsec {
    padding-bottom: 50px;
}
.newspress-container {
    max-width: 1596px;
    margin: auto;
}
.newspress-load-more:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    background: #ccc;
}

.newspress-load-more[style*="display: none"] {
    display: none !important;
}

.catalogue_cart>div,
.catalogue_cart>div>img {
    width: 100%;
}
.catalogue_cart .uk-overlay-primary {
    background-image: url('/wp-content/uploads/2025/09/Rectangle-51.svg');
    background-size: cover;
    background-repeat: no-repeat;
}
.catalogue_cart .el-title {
    font-weight: 700;
    color: var(--color-middle-blue);
}
.catalogue_cart .el-meta,
.catalogue_cart .el-content {
    color: #161A1B;
}
.catalogue_cart .el-content {
    font-weight: 500;
}
.catalogue_cart .uk-button {
    background-color: var(--color-blue);
    color: var(--color-white);
    border-color: var(--color-blue);
    padding: 0 60px;
    text-transform: none;
}
.catalogue_cart .uk-button:hover {
    color: var(--color-blue);
    border-color: var(--color-blue);
}
.catalogues_ttl {
    min-height: 50px;
}
.rukva_row .catalogue_cart>div,
.rukva_row .catalogue_cart>div>img {
    width: 100%;
}

.single-post #tm-main {
    padding-top: 0!important;
}
.single-post #tm-main>.uk-container {
    padding: 0;
    max-width: unset;
}
.single-news-sec {
    background: linear-gradient(90deg, rgba(226, 242, 251, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(226, 242, 251, 1) 99%);
}
.post-img-container {
    height: 450px;
}
.post-img-container img {
    max-height: 400px;
}
.single-post #tm-main .uk-container .uk-container {
    padding-left: 40px;
    padding-right: 40px;
}
.contentpost_cont>div:nth-of-type(2n),
.left-content-tab>.uk-tile>div:nth-of-type(2n) {
    flex-direction: row-reverse;
}
.maincontent-product .left-content,
.notactiveprodimgs,
.notactiveprodimgs .slide-imgnotact {
    height: 600px;
}
.notactiveprodimgs {
    overflow: hidden;
}
.notactiveprodimgs .single-pictprod {
    display: flex;
    flex-direction: row;
    justify-content: center;
    background-color: var(--color-white);
    border: 1px solid #5E5E5E33;
}
.text-postcont strong,
.text-postcont a {
    color: var(--color-blue);
}
.text-postcont h2,
.text-postcont h1 {
    font-size: 26px;
    line-height: 1;
    font-weight: 600;
}
.rigth-content-tab .uk-sticky {
    z-index: 900;
}
.pointxt,
.pointxt-tile,
.razmindex-tile {
    white-space: normal;
}

.razmindex,
.razmindex a,
.razmindex-tile {
    text-align: right;
}
.razmindex,
.razmindex a {
    color: var(--color-middle-blue);
}
.chartile {
    border-radius: 20px;
    color: var(--color-white);
}
.shadowtile {
    border-radius: 20px;
    box-shadow: 0px 10px 10px 0px rgb(97 97 97 / 5%);
}
.woocommerce-tabs {
    margin-bottom: 20px;
}
.dopinfo-block .uk-tile {
    height: 100%;
}
#my-lightbox-slideshow {
    height: 100%;
}
.slide-img {
    object-fit: contain;
    background-color: var(--color-white);
    border: 1px solid #5E5E5E33;
}
.prodslider-thumb {
    max-width: 130px;
    max-height: 130px;
    aspect-ratio: 1/1;
}
.navblock {
    height: 100%;
}

.woocommerce-tabs ul.tabs li a {
    padding: 10px 40px;
    border: 1px solid;
    border-radius: 16px;
    text-transform: unset;
    font-size: 16px;
    border-color: var(--color-dark);
}
.woocommerce-tabs ul.tabs li.active a {
    border-color: var(--color-blue);
    color: var(--color-blue);
}
.file_block {
    height: 100%;
}
.docs-cont .uk-card {
    border: none;
}
.docs-cont .uk-card .uk-card-header {
    border-bottom: none;
}
.chartile,
.shadowtile {
    padding: 20px;
}
.left-content-tab .shadowtile {
    height: 100%;
}
@media (min-width:1600px) {
    .catalogue_cart .uk-position-center {
        padding: 0 80px;
    }
}


.pointchat {
    flex-wrap: nowrap;
}
.characters-list.characters {
    display: flex;
    flex-direction: column;
}
.characters-list.characters>div:not(:last-child) {
    border-bottom: 1px solid rgb(255 255 255 / 20%);
    padding-bottom: 10px;
}
.uk-thumbnav.notactive-thumbnav>*>::before {
    border-color: var(--color-blue);
}

.maincontent-product .single_add_to_cart_button,
.analogs_forsale .uk-button,
.woocommerce-form-login__submit,
.woocommerce-orders-btn,
.closemodal-btn,
.btn-empty a {
    width: 215px!important;
    text-transform: none;
    font-size: 16px!important;
    font-weight: 400;
    line-height: 44px!important;
}
.opcii-block .uk-button {
    text-transform: unset;
    font-size: 16px;
    white-space: nowrap;
}
.nowrap-text {
    white-space: nowrap;
}

.account-navi>.woocommerce-MyAccount-navigation {
    width: 100%;
}
.account-navi>.woocommerce-MyAccount-navigation ul {
    display: flex;
    flex-direction: row;
    width: 100%;
    gap: 20px;
}
.account-navi>.woocommerce-MyAccount-navigation ul li a {
    font-weight: 500;
}

.woocommerce-MyAccount-navigation-link.active a {
    color: var(--color-blue)!important;
    border-bottom: 2px solid var(--color-blue);
}
.account-navi {
    border-bottom: 1px solid rgb(94 94 94 / 20%);
}
.cart-collaterals .uk-tile .cart_totals {
    width: 100%;
    float: unset;
}
.cart-collaterals .uk-tile .cart_totals h2 {
    color: var(--color-white);
}

.woocommerce table.shop_table thead th {
    text-transform: none;
    color: rgb(11 42 54 / 40%);
}
.wc-proceed-to-checkout a,
.woocommerce-form-register__submit {
    text-transform: none;
    width: 215px;
    font-size: 16px;
}
.shop_table.woocommerce-checkout-review-order-table,
.shop_table.order_details {
    width: 100%;
    box-sizing: border-box;
    border-collapse: collapse;
}
.shop_table.woocommerce-checkout-review-order-table thead,
.shop_table.woocommerce-checkout-review-order-table tbody tr {
    border-bottom: 1px solid rgb(255 255 255 / 20%);
}
.cart-collaterals .uk-tile .cart_totals tbody .order-total-comment {
    border-top: 1px solid rgb(255 255 255 / 20%)!important;
}
.shop_table.woocommerce-checkout-review-order-table th,
.shop_table.woocommerce-checkout-review-order-table td.product-name,
.shop_table.order_details th, 
.shop_table.order_details td.product-name {
    text-align: left;
    padding-top: 5px;
    padding-bottom: 10px;
    padding-right: 10px;
}

.shop_table.woocommerce-checkout-review-order-table .product-total {
    white-space: nowrap;
    padding-top: 5px;
    padding-bottom: 10px;
    vertical-align: top;
}
.woocommerce-privacy-policy-text a,
.woocommerce-terms-and-conditions-checkbox-text a {
    color: var(--color-blue);
}
.woocommerce-billing-fields__field-wrapper .woocommerce-input-wrapper,
.woocommerce-additional-fields__field-wrapper .woocommerce-input-wrapper {
    width: 100%;
    display: block;;
}
.woocommerce-billing-fields__field-wrapper .woocommerce-input-wrapper input,
.woocommerce-additional-fields__field-wrapper .woocommerce-input-wrapper textarea {
    width: 100%;
    box-sizing: border-box;
    font-size: 16px;
    font-family: inherit;
}

.woocommerce-additional-fields__field-wrapper .woocommerce-input-wrapper textarea {
    resize: none;
    height: 300px;
    outline: none;
}
.woocommerce-billing-fields__field-wrapper .form-row label,
.woocommerce-additional-fields__field-wrapper .form-row label,
.editacc-form .form-row label,
 .woocommerce-form-login label,
 .regemail-row label {
    font-family: inherit!important;
    text-transform: none!important;
    color: var(--color-middle-blue)!important;
    font-size: 16px!important;
} 
.editpassw .woocommerce-form-row label {
    text-transform: none!important;
    font-size: 16px!important;
}
.woocommerce-billing-fields__field-wrapper .woocommerce-input-wrapper input,
.regemail-row input {
    line-height: 24px;
    border-width: 0 0 1px 0;
}
 #customer_details {
    float: none;
 }
 .woocommerce-checkout-review-order button,
 .wc-proceed-to-checkout a,
 .w-but,
 .order_tadle_but a,
 .addtocart-wl,
 .tinv-wishlist tfoot .tinvwl-to-right button  {
    line-height: 44px;
    text-transform: unset;
    font-size: 16px;
 }
.tinvwl-table-manage-list tbody {
    border-bottom: 1px solid #e5e5e7;
}

 .editcomment {
    display: block;
    line-height: 1;
 }
 .woocommerce-form-row .show-password-input {
    border: none;
    background-color: inherit;
 }
 .woocommerce-account .uk-article-title {
    display: none!important;
 }
 .woocommerce-account #tm-main,
 .page-template-orderreceived #tm-main {
   padding-top: 0;
 }
 .right-loginsmall a,
 .order_tadle_but a {
    min-width: 215px;
    line-height: 44px;
 }
 .regemail-row input {
    width: 100%;
    box-sizing: border-box;
    border-bottom: 1px solid #e5e5e7;
    height: 40px;
    transition: .2s ease-in-out;
    transition-property: color, background-color, border-color, box-shadow;
 }

 .regemail-row input:focus {
    outline: 0;
    background-color: #fff;
    color: #0b2a36;
    border-color: #303033 !important;
 }
.woocommerce-form-register .woocommerce-privacy-policy-text {
    margin-top: 10px !important;
    font-size: 13px;
    line-height: 1.5;
}

.woocommerce-notices-wrapper,
.woocommerce-NoticeGroup-checkout {
    display: none;
}
#modal-notices .woocommerce-notices-wrapper {
    display: block;
}
#modal-notices .uk-modal-dialog .woocommerce-error {
    border: none;
    color: var(--color-dark);
}
#modal-notices .woocommerce-notices-wrapper .woocommerce-message {
    border: none;
}
.woocommerce-message a {
    color: var(--color-blue);
}
.tinvwl-table-manage-list th.product-thumbnail {
    width: auto;
}
.tinvwl-table-manage-list th.product-thumbnail span {
    white-space: nowrap;
    font-weight: 400;
}
.remove-item-wl {
    border: none;
    background: none;
    padding: 0;
    cursor: pointer;
    transition: all .1s ease-in-out;
}
.remove-item-wl:hover {
    text-decoration: underline;
}
tr.wishlist_item {
    border-top: 1px solid #e5e5e7;
}
.tinv-wishlist .product-action {
    width: auto;
}
.topiconwl {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
.topiconwl a.uk-icon-link {
    display: block;
    height: 22px;
    color: var(--color-white);
}
.topiconwl a.uk-icon-link svg {
    height: 22px;
    width: auto;
}
.coltop-wl {
    position: relative;
}
.widget_wishlist_products_counter {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 12px;
    font-family: inherit;
}
.coltop-wl .topiconwl {
    margin-right: 10px;
}
.topicons {
    flex-wrap: nowrap;
    gap: 20px;
}
.cart-wiget .uk-icon {
    width: 25px;
}
.cart-wiget a {
    position: relative;
    width: 35px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
.cart-wiget a:hover {
    text-decoration: none;
}

.product-rel {
    overflow: hidden;
    width: 350px;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    background-image: url('/wp-content/uploads/2025/10/prod-rel-bg.svg');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 20px 20px 30px;
}
.product-rel a:not(.uk-link) {
    display: flex;
    flex-direction: column;
    width: 100%;
    flex-grow: 1;
}
.product-rel a:hover {
    text-decoration: none;
}
.product-rel .uk-card-body {
    padding: 0;
}
.titlerel span,
.butinloop-block a {
    color: var(--color-middle-blue);
}
.prodslider a.uk-slidenav {
    border-radius: 100%;
    border: 1px solid var(--color-blue);
    background: var(--color-blue);
    color: var(--color-white);
    padding: 20px 25px;
}
.prodslider a.uk-slidenav:hover {
    background: var(--color-white);
    color: var(--color-blue);
}
.tabs-mob {
    border-bottom: 1px solid #e5e5e7;
}
.tabs-mob .uk-accordion-content>.uk-section {
    padding-bottom: 0;
}

.child-cats-ordering select, .child-cats-ordering select option {
    color: var(--color-deep-blue) !important;
    font-family: inherit;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
}

.child-cats-ordering select {
    border: 1.5px solid var(--color-deep-blue)!important;
    border-radius: 50px;
    padding-left: 15px;
    padding-right: 42px !important;
    height: 40px !important;
    background-image: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13 10L8.88384 6.32547C8.39773 5.89151 7.60227 5.89151 7.11616 6.32547L3 10" stroke="%23282828" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></svg>') !important;
    background-position: 90% 50% !important;
    padding: 0 55px 0 40px !important;
    background-repeat: no-repeat;
    outline: none;    
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.child-cats-ordering select.opened {
    background-image: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="m3,6l4.12,3.67c.49.43,1.28.43,1.77,0l4.12-3.67" fill="none" stroke="%23282828" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"/><rect width="16" height="16" fill="none" stroke-width="0"/></svg>') !important;
    background-repeat: no-repeat;
    background-position: 90% 50% !important;
}
.child-cats-ordering select:focus {
    border-color: var(--color-deep-blue) !important;
}
.wpc-filter-chip-name {
    max-width: unset;
}
.wpc-filter-chip.wpc-chip-reset-all a {
    border-color: var(--color-blue)!important;
    background-color: var(--color-blue);
    color: var(--color-white)!important;
}
.woocommerce-ordering {
    float: unset;
    margin: 0;
}
.child-cats-ordering {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.category-product-panel a.uk-panel {
    padding: 20px;
}
.category-product-panel {
    border: 1px solid rgb(94 94 94 / 20%);
    background-image: url('/wp-content/uploads/2025/10/rectangle-product.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-color: var(--color-white);
}
.product-card-content,
.product-card-insert {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.product-card-content .product-card-title,
.product-card-content {
    flex-grow: 1;
}
.product-card-details {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-bottom: 1px solid rgb(31 31 31 / 20%);
    padding-bottom: 10px;
}
.deeoblue {
    color: var(--color-middle-blue);
}
.product-card-price,
.product-card-title {
    font-weight: 600;
}
/*Filter*/
.filterset.uk-tile {
    padding: 40px 30px;
}
.wpc-filter-chips-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.wpc-filters-section:not(.wpc-filter-_price) {
    background: linear-gradient(150deg, rgba(30, 30, 30, 1) 45%, rgba(14, 86, 137, 1) 100%);
    color: var(--color-white);
    border-radius: 10px;
}

.wpc-filters-section:not(.wpc-filter-_price) {
    padding: 20px;
    margin-bottom: 10px;
}
.wpc-filters-section.wpc-filter-_price {
    padding: 20px 0;
}
.wpc-filters-section:not(.wpc-filter-_price) a {
    color: var(--color-white);
    font-size: 16px;
    font-weight: 500;
}
.wpc-filter-header .widget-title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
}
.wpc-filter-content {
    border-top: 1px solid rgb(255 255 255 / 20%);
    padding-top: 10px;
}
.wpc-checkbox-item input[type="checkbox"] {
    border-radius: 3px;
}
.wpc-filters-ul-list {
    margin-bottom: 0!important;
}
.wpc-filters-section.wpc-opened .wpc-filter-header .widget-title,
.wpc-filter-pa_tip-tovara .wpc-filter-header .widget-title {
    padding-bottom: 10px;
}

.filterset .wpc-filters-range-column input, 
#mobile-filter .wpc-filters-range-column input {
    border: none;
    outline: none;
    font-family: inherit;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    opacity: 0.6;
}
#mobile-filter .wpc-filters-range-column input {
    background: transparent;
    color: var(--color-white);
}
#mobile-filter .wpc-filters-range-column {
    border: 1px solid var(--color-white);
}
.filterset .wpc-filters-range-column {
    border: 1px solid rgb(94 94 94 / 20%);
}
#modal-search .uk-modal-dialog {
    border-radius: 50px;
}
.filterset .wpc-filters-range-column, #mobile-filter .wpc-filters-range-column {
    display: flex;
    flex-direction: row;
    gap: 20px;
    flex-wrap: nowrap;
    align-items: center;
    border-radius: 10px;
    padding: 10px;
}
.wpc-filters-range-inputs .ui-slider .ui-slider-handle {
    width: 20px;
    height: 20px;
    box-shadow: none;
    background: var(--color-blue);
    top: -10px;
}
.wpc-filters-range-inputs .ui-slider-horizontal .ui-slider-range {
    background-color: var(--color-blue);
}
.wpc-filters-range-inputs .ui-slider-horizontal {
    background: #565656;
    height: 4px;
}
.wpc-filter-collapsible .wpc-filter-title .wpc-open-icon,
.wpc-filter-collapsible.wpc-closed .wpc-filter-title .wpc-open-icon {
    border-left: none;
    border-top: none;
    transform: none;
    width: 15px;
    height: 15px;
    position: relative;
}
.wpc-filter-collapsible.wpc-closed .wpc-filter-title .wpc-open-icon::after,
.wpc-filter-collapsible .wpc-open-icon:after {
    content: "+";
    display: block;
    font-size: 2em;
    color: var(--color-white);
    font-weight: 400;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.wpc-filter-collapsible.wpc-opened .wpc-filter-title .wpc-open-icon {
    transform: none;
}
.wpc-filter-collapsible.wpc-opened .wpc-filter-title .wpc-open-icon::after {
    content: "-";
    display: block;
    font-size: 2em;
    color: var(--color-white);
    font-weight: 400;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
}


/*Filter end*/
.akc-link:hover {
    text-decoration: none;
    color: var(--color-middle-blue)!important;
}
.product-badges {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 2;
}
.hellorow .login-empty {
    font-size: 13px;
    line-height: 1.5;
}
.product-card-media {
    overflow: hidden;
}
.akciya-block {
    border-top: 1px solid rgb(94 94 94 / 20%);
}
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(150deg, rgba(30, 30, 30, 1) 45%, rgba(14, 86, 137, 1) 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    flex-direction: column;
}
.preloader svg {
    width: 300px;
    /* Adjust size as needed */
    height: auto;
}
.preloader #path {
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
    opacity: 0;
}
.preloader #rect {
    transform-origin: left;
    transform: scaleX(0);
}
.preloader img {
    margin-top: 20px;
}
.split-line {
    overflow: hidden;
}

.mainpage_secttl {
    opacity: 1 !important; /* Важно для ScrollTrigger */
}

@keyframes drawPath {
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes scaleRect {
    from {
        transform: scaleX(0);
    }
    to {
        transform: scaleX(1);
    }
}
.contact-text {
    font-size: 28px;
}
.contact-email a {
    color: var(--color-blue)!important;
}
.top-btn-header .uk-button {
    background: linear-gradient(180deg, rgba(0, 130, 223, 0.25) 0%, rgba(2, 142, 229, 0) 20.67%, rgba(2, 142, 229, 0) 80%, rgba(99, 196, 232, 0.25) 100%);
    backdrop-filter: blur(15.199999809265137px);
    border: 1px solid rgb(255 255 255 / 50%);
    color: var(--color-white);
    text-transform: unset;
    transition: all 0.1s ease-in-out;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 400;
    line-height: 55px;
    padding: 0 30px;
}
.top-btn-header .uk-button:hover {
    background: linear-gradient(0deg, rgba(21, 21, 21, 0.3), rgba(21, 21, 21, 0.3)), linear-gradient(180deg, rgba(0, 130, 223, 0.25) 0%, rgba(2, 142, 229, 0.25) 20.67%, rgba(2, 142, 229, 0.25) 80%, rgba(99, 196, 232, 0.25) 100%);
    backdrop-filter: blur(15.199999809265137px);
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: var(--color-white);
}
.searchicon svg path {
    fill: none;
}
.bagcon svg path:first-child,
.bagcon svg path:last-child {
    fill: none;
}
.bagcon .cart-count {
    color: var(--color-white);
}
.summary-icons>.tinv-wraper {
    width: fit-content;
}
.summary-icons .tinvwl_add_to_wishlist_button {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
.summary-icons .tinvwl_add_to_wishlist_button img {
    width: 20px !important;
    height: 20px!important;
    max-width: unset!important;
    max-height: unset!important;
}
.cart-icon:hover {
    text-decoration: none;
}
#builderwidget-6,
#builderwidget-7 {
    flex-grow: unset;
    width: max-content;
}
#tm-dialog-mobile .uk-nav a {
    color: var(--color-white);
}
#tm-dialog-mobile .searchicon svg path {
    stroke: var(--color-white)!important;
}
.woocommerce-table--order-details.shop_table.order_details .woocommerce-Price-amount {
    white-space: nowrap;
}

#modal-feedback .uk-modal-dialog {
    border-radius: 20px;
}



#modal-feedback .form-main input:not([type="submit"]):not([type="checkbox"]),
#modal-feedback .form-main textarea {
    font-size: 16px;
}
#modal-feedback .form-main input:not([type="submit"]):not([type="checkbox"])::placeholder,
#modal-feedback .form-main textarea::placeholder {
    font-size: 16px;
}
#modal-feedback .form-main input:not([type="submit"]):not([type="checkbox"])::-moz-placeholder,
#modal-feedback .form-main textarea::-moz-placeholder {
    font-size: 16px;
}
#modal-feedback .form-main input:not([type="submit"]):not([type="checkbox"]):-ms-input-placeholder,
#modal-feedback .form-main textarea:-ms-input-placeholder {
    font-size: 168px;
}
#modal-feedback .form-main input:not([type="submit"]):not([type="checkbox"])::-webkit-input-placeholder,
#modal-feedback .form-main textarea::-webkit-input-placeholder {
    font-size: 16px;
}
.product-instock .product-rel {
    width: auto;
}
.phone-bottom a {
    white-space: nowrap;
}
.phone-bottom {
    margin-top: 28px!important;
}
.email-bottom {
    margin-top: 15px!important;
}
.icon-footer {
    flex-wrap: nowrap;
}
.panel_on_front,
.animate_col .post-item {
    opacity: 0;
}

.animation-slidetop .panel_on_front,
.animation-slidetop .post-item {
    animation: image-frombottom 1.7s cubic-bezier(0.5, 0, 0.1, 1) forwards;
    animation-delay: 0.2s;
}

@keyframes image-frombottom {
    0% {
        clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
    }

    100% {
        clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%);
        opacity: 1;
    }
}

.accordion-container {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1.2s ease-out, transform 1.2s ease-out;
}

.main-accordion-section {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.9s ease-out, transform 0.9s ease-out;
}

/* Классы для анимации */
.animate-container {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

.animate-section {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

@media (max-width: 960px) {
.nodisp1280 {
    display: none;
}
}
@media (min-width:1200px) and (max-width:1340px) {
      .slide-img,
      .single-pictprod img {
        object-fit: contain;
    }
    .maincontent-product .left-content {
        width: 60%;
    }
    .maincontent-product .right-content {
        width: 40%;
    }
    .prodslider-thumb {
    max-width: 100px;
    max-height: 100px;
    }
}
@media (min-width:1200px) {
    .woocommerce-shop #tm-main>.uk-container .uk-container,
    .tax-product_cat #tm-main>.uk-container .uk-container {
        padding-left: 40px;
        padding-right: 40px;
    }
    .maincontent-product .right-content {
        padding-left: 40px;
    }
    .chartile,
    .shadowtile {
        padding: 40px;
    }
}

@media (min-width: 960px) {
    .nodisp960 {
        display: none;
    }
    .wrap-processbar {
        overflow: auto;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
    .tabs-mob {
        display: none;
        visibility: hidden;
    }
}

@media (min-width: 960px) and (max-width: 1400px) {
    .searchicon svg,
    .profile svg {
        width: 20px;
    }
    .bagcon svg {
        width: 30px;
    }
    .topcontent-slider .slide-title .uk-heading-large {
        font-size: 3rem;
    }
    .slide-title>.uk-heading-large>span:last-child {
        margin-left: 0;
    }
    .slide-content {
        text-align: left;
        font-size: 1.2rem;
    }
    .uk-h2, h2 {
        font-size: 42px;
    }
    .uk-h4, h4, .text-postcont h2, .text-postcont h1 {
    font-size: 22px;
    }
    .uk-heading-2xlarge {
    font-size: 4.5rem;
    }
    .ProcessBarDefItem .post-content {
        width: 500px;
        height: 330px;
    }
}

@media (min-width: 960px) and (max-width: 1280px) {
    .pointxt-tile {
        white-space: normal;
    }
}

@media (max-width: 1400px) {
    .characters-list .pointxt-tile,
    .characters-list .razmindex-tile {
        font-size: 14px;
    }

}
@media (min-width:1200px) and (max-width: 1700px) {
    .grid-cat-panels>div {
        width: calc(100% / 3);
    }
}
@media (min-width:1200px) and (max-width: 1300px) {
    .top-btn-header .uk-button {
        font-size: 16px;
    }
    .uk-navbar-left .uk-logo img {
        width: 170px;
    }
}
@media (max-width: 1300px) {
    .category-panel .el-title {
        font-size: 20px;
    }
}
@media (min-width:860px) and (max-width: 1280px) {
    .catalogues_ttl {
        font-size: 16px;
        min-height: unset;
    }
}
@media (min-width:860px) and (max-width: 1199px) {
    .woocommerce-shop #tm-main>.uk-container .uk-container,
    .tax-product_cat #tm-main>.uk-container .uk-container {
        padding-left: 20px;
        padding-right: 20px;
    }
    .catals-row>div {
        width: calc(100% / 3);
    }
}
@media (max-width: 1199px) {
    .abcomp-cart {
        height: 450px!important;
    }

    .reverce-coll {
        order: 2;
    }
    .reverce-colr {
        order: 1;
    }
    .footcol4 {
        padding-left: 20px;
    }
    .uk-navbar-right .mobile-icons {
        flex-wrap: nowrap;
    }
    .mobile-icons .bagcon a {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
    }
    .mobile-icons .bagcon .uk-icon {
        width: 30px;
    }
    .mobile-icons .bagcon .cart-count {
        font-size: 12px;
    }
    .mobile-icons .profile svg {
        width: 23px;
    }
    #customer_details {
        width: 100%;
    }
    .cart-collaterals > :not(:first-child) {
        margin-top: 0;
    }
    .single-post #tm-main .uk-container .uk-container {
        padding-left: 20px;
        padding-right: 20px;
    }
    .characts-block,
    .dopinfo-block {
        flex-direction: column-reverse;
    }
    .characts-block > div,
    .dopinfo-block > div {
        width: 100%;
    }
}

@media (min-width:1100px) {
      .newspress-container .post-item-newspress {
        width: 50%;
    }
}
@media (max-width: 960px) {
.nodisp840 {
    display: none;
}
}
@media (max-width: 959px) {
    .contact-text {
        font-size: 24px;
    }
    .main-accordion-section > .uk-grid > div:first-child {
        width: 30%;
    }
    .image-column {
        max-height: unset;
        height: 100%;
    }
    .main-accordion-section > .uk-grid > div:last-child {
        width: 70%;
    }
    .ProcessBarDefItem .post-content {
        width: 500px;
        height: 330px;
    }
    .category-panel .el-title {
        font-size: 18px;
    }
    .button-main-sec,
    .button-main-sec .uk-button {
        height: 65px;
        width: 280px;
    }
    .swiper-container {
        height: 65vh;
    }
    .slide-title > .uk-heading-large > span:last-child {
        margin-left: unset;
    }
    .slide-content {
        text-align: left;
    }
    .topcontent-slider > div {
        width: 100%;
    }
    .slider-button-col {
        margin-top: 40px!important;
        justify-content: start;
    }
    .form-main input:not([type="submit"]):not([type="checkbox"]),
    .form-main textarea {
        font-size: 18px;
    }
    .form-main input:not([type="submit"]):not([type="checkbox"])::placeholder,
    .form-main textarea::placeholder {
        font-size: 18px;
    }
    .form-main input:not([type="submit"]):not([type="checkbox"])::-moz-placeholder,
    .form-main textarea::-moz-placeholder {
        font-size: 18px;
    }
    .form-main input:not([type="submit"]):not([type="checkbox"]):-ms-input-placeholder,
    .form-main textarea:-ms-input-placeholder {
        font-size: 18px;
    }
    .form-main input:not([type="submit"]):not([type="checkbox"])::-webkit-input-placeholder,
    .form-main textarea::-webkit-input-placeholder {
        font-size: 18px;
    }
    .uk-button-large {
        min-width: 280px;
        padding: 0 60px;
        line-height: 48px;
        font-size: 16px;
    }
    .marquee-track {
        font-size: 65px;
    }
    .boldinsmall {
        font-weight: 600;
    }
    .uk-heading-2xlarge {
        font-size: 4rem;
    }
    .uk-heading-large {
        font-size: 2.5rem;
    }
    .uk-h2,
    h2 {
        font-size: 28px;
    }
    .uk-h4,
    h4,
    .text-postcont h2,
    .text-postcont h1 {
        font-size: 20px;
    }
    .uk-h5,
    h5 {
        font-weight: 18px;
    }
    html {
        font-size: 14px;
    }
    .uk-breadcrumb > * > * {
        font-size: 12px;
    }
    #tab-title-mob-docs_tab .rigth-content-tab {
        display: none;
    }
    .opcii-block table thead {
        display: none;
    }
    .opcii-block table tbody tr:first-child {
        border-top: none!important;
    }
    .opcii-block table tbody tr {
        display: flex;
        flex-direction: column;
    }
    .opcii-block table tbody tr td {
        width: 100%;
        padding-left: 0!important;
    }
    .opcii-block table tbody tr td:not(:first-child) {
        padding-top: 0!important;
    }
    .single-post #tm-main .uk-container .uk-container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .tabs-desktop {
        display: none;
        visibility: hidden;
    }
    .slide-img {
        object-fit: contain;
    }
}

@media (max-width: 859px) {
       .woocommerce-shop #tm-main>.uk-container .uk-container,
       .tax-product_cat #tm-main>.uk-container .uk-container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .footcol4 {
        width: fit-content;
    }
    .bottomcontent-slider {
        bottom: 12%;
    }
}
@media (max-width: 767px) {
    .maincontent-product .left-content, 
    .notactiveprodimgs, .notactiveprodimgs .slide-imgnotact {
        height: auto;
    }
    .newprodslider .slidsblock-prod {
        order: 1;
    }
    .newprodslider .navblock  {
        order: 2;
    }
    .maincontent-product .newprodslider>div {
        width: 100%;
    }
    .maincontent-product .newprodslider .navihation-prodslider ul {
        flex-direction: row !important;
        justify-content: center;
        gap: 10px;
    }
    .prodslider-thumb {
        max-width: 60px;
        max-height: 60px;
    }
    .navblock {
        height: auto;
    }
}

@media (min-width: 640px) {
    .product-secinpost .product-rel {
        width: 380px;
    }
    .nodisp640 {
        display: none;
    }
}
@media (min-width: 640px) and (max-width:859px){
    .products-area .product {
        width: 50%;
    }
}
@media (max-width: 679px) {
    .post-item-newspress .post-content {
        height: 300px;
        background-position: 50% 10%;
    }

}
@media (max-width: 639px) {

    .ProcessBarDefItem .post-content {
        width: 407px;
        height: 250px;
    }
    .tinv-wishlist tfoot .tinvwl-to-right.look_in button {
        line-height: 1.5;
        min-height: 48px;
    }
    .orders-tile .woocommerce-orders-table thead {
        display: none;
    }
    .orders-tile .woocommerce-orders-table tbody tr {
        display: flex;
        flex-direction: column;
    }
    .orders-tile .woocommerce-orders-table tbody tr:not(:last-child) {
        padding-bottom: 10px;
    }
    .orders-tile .woocommerce-orders-table tbody tr td,
    .orders-tile .woocommerce-orders-table tbody tr th {
        padding: 5px 0 !important;
    }
    .form-main.woocommerce .form-main_row.form-main_row_top {
        flex-direction: column;
    }
    .footer-dopsec {
        padding-bottom: 20px;
        padding-top: 20px;
    }
    .footer-sec {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .footcol4 {
        margin-top: 10px!important;
    }
    .footcol3 {
        margin-top: 0!important;
    }
    .phone-bottom {
        margin-top: 0!important;
    }
    .nodispsmall {
        display: none;
    }
    .docs-cont {
        width: 100%;
    }
    .footcol2,
    .footcol3,
    .footcol4 {
        width: 100%;
    }
    .uk-navbar-left  .uk-logo img {
        width: 150px;
    }
      .main-accordion-section > .uk-grid > div:first-child {
        display: none;
    }
    .main-accordion-section > .uk-grid > div:last-child {
        width: 100%;
    }
    .content-column {
        padding: 20px;
    }
    .grid-cat-panels>div {
        width: 100%;
    }
    .grid-cat-panels>div .uk-card-title {
        text-align: center;
    }
}
@media (max-width: 520px) {
.topcontent-slider .slide-title .uk-heading-large {
    font-size: 24px;
}
.topcontent-slider .slide-content {
    font-size: 16px;
}
.preloader svg {
    width: 200px;
}
.preloaderimg {
    width: 250px;
}
}

