@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&family=Roboto+Condensed:wght@300;400;700&family=Roboto:wght@300;500;700&family=Russo+One&family=Ubuntu:wght@300;400;500;700&display=swap');
@import url(https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;600;700;800&display=swap);

/*** Default ***/

*,
:after,
:before {
    box-sizing: border-box;
    outline: none;
}

html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    scroll-behavior: smooth;
}

/* body {
    font: 300 14px/21px "Ubuntu";
    -webkit-font-smoothing: subpixel-antialiased;
    color: #303b4a;
} */

body {
    font-family: 'Nunito Sans';
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    -webkit-font-smoothing: subpixel-antialiased;
    color: #303b4a;
}

a {
    color: #3b414e;
    cursor: pointer;
}

.page-desc a {
    color: #3b414e;
    text-decoration: underline;
}

.page-desc a:hover {
    text-decoration: none;
}

.news-page .body a,
.article-page .body a,
.basic_page .body a {
    color: #00aeef;
}

.news-page .body a:hover,
.article-page .body a:hover,
.basic_page .body a:hover {
    color: #3b414e;
    text-decoration: underline;
}

.mdi:before,
.mdi-set {
    margin-right: 6px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /* font-family: "Open Sans", Tahoma, Arial, Helvetica; */
    font-style: normal;
    font-weight: 600;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 0;
    margin-bottom: 15px;
}

h2,
.h2 {
    /* font: 700 22px/25px "Open Sans", Tahoma, Arial, Helvetica; */
    /* font: 700 20px/25px "Open Sans", Tahoma, Arial, Helvetica; */
    /* font: 700 21px/25px "Open Sans", Tahoma, Arial, Helvetica; */
    /* font: 700 21px/24px "Open Sans", Tahoma, Arial, Helvetica; */
    /* font: 700 22px/24px "Open Sans", Tahoma, Arial, Helvetica; */
    /* font: 400 24px/24px "Open Sans", Tahoma, Arial, Helvetica; */
}

p,
.article-page table p {
    margin: 0 0 10px !important;
}

.article-page p,
.news-page p {
    margin: 1rem 0 !important;
}

.news-page table {
    border-radius: 8px;
    display: inline-block;
    overflow: auto;
    margin-bottom: 16px;
}

.news-page table td {
    border: 1px solid #e5e5e5;
}

.news-page table tr td:first-child,
.news-page table tr th:first-child {
    border-left: none;
}

.news-page table tr td:last-child,
.news-page table tr th:last-child {
    border-right: none;
}

.news-page table tr:nth-child(even) {
    background-color: rgba(0, 0, 0, .05);
}

.news-page table tr:first-child td,
.news-page table tr:first-child th {
    border-top: none;
}

.news-page table tr:last-child td,
.news-page table tr:last-child th {
    border-bottom: none;
}

.news-page table p {
    margin: 0 !important;
}

.footer h2 {
    /* font: 400 20px/24px "Open Sans", Tahoma, Arial, Helvetica; */
    /* font: 400 16px/24px "Open Sans", Tahoma, Arial, Helvetica; */
    /* font: 700 16px/24px "Open Sans", Tahoma, Arial, Helvetica; */
    /* font: 500 20px/24px "Open Sans", Tahoma, Arial, Helvetica; */
    /* font: 600 15px/24px "Open Sans", Tahoma, Arial, Helvetica; */
}

.container {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px;
    /* padding-left: 24px; */
    /* padding-right: 24px; */
}

@media (max-width: 640px) {
    .container {
        padding-left: 16px;
        padding-right: 16px;
    }
}

img {
    vertical-align: middle;
}

@media (min-width: 1200px) {
    .container {
        width: 1130px;
    }
}

table {
    width: 100%;
    margin-bottom: 24px;
}

table.desc td,
table.desk td {
    padding: 20px 24px;
    border-top: 1px solid #e6e8f0;
    width: 50%;
    color: #71767e;
}

table.desc td:first-child,
table.desk td:first-child {
    
    border-right: 1px solid #e6e8f0;
}

table.desc tr:last-child,
table.desk tr:last-child {
    border-bottom: 1px solid #e6e8f0;
}

th {
    /* font-family: "Open Sans", Tahoma, Arial, Helvetica; */
    font-style: normal;
    font-weight: 700;
}

main ul,
main ol {
    margin-top: 10px;
    margin-bottom: 20px;
    margin-left: 40px;
}

main ul li {
    list-style: circle;
}

main ol li {
    list-style: decimal;
}

ol li::marker {
    font-weight: 700;
}

ul li::marker {
    color: #00aeef;
    font-size: 17px;
    line-height: 14px;
}

.views-field-field-f00018 strong {
    font-size: 16px;
}

main .panel-separator {
    display: none;
}

.scroll-x {
    -ms-overflow-style: none;
    scrollbar-width: none;
    display: flex;
    white-space: nowrap;
    align-items: center;
    gap: 8px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}

.scroll-x::-webkit-scrollbar {
    width: 0;
    display: none;
}

@media (max-width: 1024px) { 
    .scroll-x-mobile {
        -ms-overflow-style: none;
        scrollbar-width: none;
        display: flex !important;
        white-space: nowrap;
        align-items: center;
        gap: 8px;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
    }
  
    .scroll-x-mobile::-webkit-scrollbar {
        width: 0;
        display: none;
    }
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 42px;
    font-size: 16px;
    background: #00aeef;
    font-weight: 700;
    border-radius: 12px;
    color: #fff !important;
    padding: 0 24px;
}

.button:hover {
    background: #77cceb;
    text-decoration: none !important;
}

/*** END Default ***/

/*** Navbar ***/

ul.navbar li ul {
    transition: all .5s ease;
    opacity: 0;
}

ul.navbar.mobile li ul {
    height: 0;
    display: none
}

ul.navbar>li:hover>ul {
    opacity: 1;
    visibility: visible;
    top: 100%;
    left: 0;
}

ul.navbar.mobile>li.open>ul {
    opacity: 1;
    visibility: visible;
    display: block;
    height: 100%;
}

ul.navbar.mobile>li.open>a {
    background-color: #23282D;
    color: rgb(232, 234, 237);
    border-top: 2px solid #3D4349;
    border-bottom: 2px solid #000 !important;
}

ul.navbar.mobile>li.open>a::before {
    content: '';
    height: 60px;
    width: 6px;
    background-color: #EBB934;
    position: absolute;
    left: 0;
    top: -2px;
}

/* ul.navbar > li.home > a {
    display: block;
    text-indent: -9999px;
    padding: 14px 16px 17px 16px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Capa_1' x='0px' y='0px' width='512px' height='512px' viewBox='0 0 510 510' style='enable-background:new 0 0 510 510;' xml:space='preserve'%3E%3Cg%3E%3Cg id='home'%3E%3Cpolygon points='204,471.75 204,318.75 306,318.75 306,471.75 433.5,471.75 433.5,267.75 510,267.75 255,38.25 0,267.75 76.5,267.75 76.5,471.75 ' fill='%23ffffff'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E") rgba(119, 119, 119, 0.2) no-repeat;
    background-size: 18px;
    background-position: 23px 17px;
    background-position: 17px 13px;
    width: 62px;
    width: 52px;
} */

/* ul.navbar > li.home > a:hover {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Capa_1' x='0px' y='0px' width='512px' height='512px' viewBox='0 0 510 510' style='enable-background:new 0 0 510 510;' xml:space='preserve'%3E%3Cg%3E%3Cg id='home'%3E%3Cpolygon points='204,471.75 204,318.75 306,318.75 306,471.75 433.5,471.75 433.5,267.75 510,267.75 255,38.25 0,267.75 76.5,267.75 76.5,471.75 ' fill='%2300aeef'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E") rgba(119, 119, 119, 0.2) no-repeat;
    background-size: 18px;
    background-position: 17px 13px;
} */

/* ul.navbar > li > a {
    border-right: 1px solid #222;
} */

ul.navbar.desktop>li>a:hover,
ul.navbar.desktop>li>a:focus,
ul.navbar.desktop>li.open a {
    color: #00aeef;
    background-color: rgba(119, 119, 119, 0.2);
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: top;
    border-top: 4px solid #ffffff;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: "";
    border-bottom-color: #fff;
    margin-left: 9px;
    margin-top: 2px;
}

ul.navbar.mobile>li.dropdown>a::after {
    content: '';
    width: 22px;
    height: 18px;
    background: url(/img/menu_arr.png) 0 3px no-repeat;
    background-size: 22px;
    position: absolute;
    right: 1.5rem;
    top: 50%;
    margin-top: -10px;
    -webkit-transition: .4s ease-out;
    -o-transition: .4s ease-out;
    -moz-transition: .4s ease-out;
    transition: .4s ease-out;
}

ul.navbar.mobile>li.dropdown.open>a::after {
    transform: rotate(180deg);
    margin-top: -8px;
}

ul.navbar.mobile .wtb-item a::after {
    content: '';
    position: absolute;
    right: 1.5rem;
    top: 14px;
    width: 50px;
    height: 50px;
    background: url('/img/shopping-cart222.png') no-repeat;
    background-size: 50px;

    /* animation: pulse 4s cubic-bezier(0.4, 0, 0.6, 1) infinite;

    @keyframes pulse {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: .5;
    }
    } */
}

/*** END Navbar ***/

.where-blink {
    display: flex;
    font-family: "Open Sans", Tahoma, Arial, Helvetica;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    background: #00aeef;
    background: url(../img/buy-big.png) no-repeat scroll 92px 15px #00aeef;
    cursor: pointer;
    width: 100%;
    min-width: 250px;
    height: 50px;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    padding-left: 35px;
    padding-bottom: 2px;
}

.model-overlay {
    /* display: none; */
    visibility: hidden;
    position: absolute;
    opacity: 0;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    left: 15px;
    margin-top: 16px;
    border: 1px solid #ddd;
    background: #f5f5f5;
    display: block;
    z-index: 2;
    border-radius: 6px;
}

.variant li:hover .model-overlay {
    /* display: block; */
    visibility: visible;
    opacity: 1;
}

/* .variant-item:hover::after {
    content: ''; 
    width: 0; 
    height: 0; 
    border-left: 10px solid transparent; 
    border-right: 10px solid transparent; 
    border-bottom: 10px solid #777; 
    position: absolute; 
    right: 20px; 
    bottom: 100%;
} */

.variant li:hover a::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 76px;
    left: 50%;
    border: 15px solid transparent;
    border-top: none;
    border-bottom: 15px solid #f5f5f5;
    z-index: 6;
    margin-left: -15px;
}

.variant li:hover a::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 75px;
    border: 16px solid transparent;
    border-top: none;
    border-bottom-color: #ddd;
    z-index: 5;
    left: 50%;
    margin-left: -16px;
}

/* .variant a:hover .sub-menu {
    width: 500px;
    height: 300px;
    border: 1px solid #f00;
    position: absolute;
    right: 0;
    top: 57px;
    display: block;
    background: #fff;
    z-index: 4;
  } */

.wtb a {
    display: inline-flex;
    background-color: rgb(0, 174, 239);
    padding: 10px 14px;
    color: rgb(255, 255, 255);
    text-decoration: none;
    border-radius: 5px;
    height: 36px;
    line-height: 14px;
    font-weight: 400;
    font-size: 14px;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.wtb3 a {
    display: inline-flex;
    justify-content: center;
    width: 100%;
    /* background-color: rgb(0, 174, 239); */
    background-color: #fff;
    padding: 10px 14px;
    /* color: rgb(255, 255, 255); */
    color: #00aeef;
    text-decoration: none;
    border-radius: 5px;
    height: 36px;
    line-height: 14px;
    font-weight: 400;
    font-size: 14px;
    border: 1px solid #00aeef;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.wtb a:hover {
    background-color: rgb(255, 204, 0);
}

.wtb3 a:hover {
    background-color: #00aeef;
    color: #fff;
}

.ya-cart,
.ya-cart3 {
    display: flex;
    width: 16px;
    height: 16px;
    margin-right: 8px;
}

.ya-cart {
    background: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' fill='%23ffffff' viewBox='0 0 1000 1000' enable-background='new 0 0 1000 1000' xml:space='preserve'%3E%3Cmetadata%3E Svg Vector Icons : http://www.onlinewebfonts.com/icon %3C/metadata%3E%3Cg%3E%3Cpath d='M313.6,668.2h517c24.6,0,49.2-16.4,57.4-41l98.5-426.7c8.2-16.4,0-32.8-8.2-49.2c-8.2-16.4-32.8-24.6-49.2-24.6H223.4L198.8,19.9H42.8C26.4,19.9,10,28.1,10,44.5c0,16.4,16.4,32.8,32.8,32.8h106.7l49.2,213.4l0,0c0,8.2,0,8.2,0,16.4l73.9,303.6c-32.8,16.4-65.7,57.4-65.7,106.7c0,32.8,16.4,57.4,32.8,73.9c-16.4,16.4-32.8,49.2-32.8,73.9c0,57.4,49.2,106.7,106.7,106.7c57.4,0,106.7-41,106.7-98.5c0-16.4-8.2-32.8-8.2-49.2H765c-8.2,16.4-8.2,32.8-8.2,49.2c0,57.4,49.2,106.7,106.7,106.7c57.4,0,106.7-49.2,106.7-106.7c0-57.4-41-98.5-98.5-106.7h-8.2l-549.9,0l0,0c-24.6,0-49.2-24.6-49.2-49.2C272.6,692.9,289,668.2,313.6,668.2z M855.3,824.2c24.6,0,49.2,24.6,49.2,49.2c0,24.6-16.4,41-49.2,41c-24.6,0-49.2-24.6-49.2-49.2C806.1,840.6,830.7,824.2,855.3,824.2z M313.6,914.4c-24.6,0-49.2-24.6-49.2-49.2c0-24.6,24.6-49.2,49.2-49.2l0,0l0,0c24.6,0,49.2,24.6,49.2,49.2C362.9,898,338.3,914.4,313.6,914.4z M830.7,610.8H338.3l-65.7-287.2h623.7L830.7,610.8z M929.2,184l-16.4,82.1H256.2l-16.4-73.9L929.2,184z'/%3E%3C/g%3E%3C/svg%3E") 0% 0% / 16px no-repeat;
}

.ya-cart3 {
    background: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' fill='%2300aeef' viewBox='0 0 1000 1000' enable-background='new 0 0 1000 1000' xml:space='preserve'%3E%3Cmetadata%3E Svg Vector Icons : http://www.onlinewebfonts.com/icon %3C/metadata%3E%3Cg%3E%3Cpath d='M313.6,668.2h517c24.6,0,49.2-16.4,57.4-41l98.5-426.7c8.2-16.4,0-32.8-8.2-49.2c-8.2-16.4-32.8-24.6-49.2-24.6H223.4L198.8,19.9H42.8C26.4,19.9,10,28.1,10,44.5c0,16.4,16.4,32.8,32.8,32.8h106.7l49.2,213.4l0,0c0,8.2,0,8.2,0,16.4l73.9,303.6c-32.8,16.4-65.7,57.4-65.7,106.7c0,32.8,16.4,57.4,32.8,73.9c-16.4,16.4-32.8,49.2-32.8,73.9c0,57.4,49.2,106.7,106.7,106.7c57.4,0,106.7-41,106.7-98.5c0-16.4-8.2-32.8-8.2-49.2H765c-8.2,16.4-8.2,32.8-8.2,49.2c0,57.4,49.2,106.7,106.7,106.7c57.4,0,106.7-49.2,106.7-106.7c0-57.4-41-98.5-98.5-106.7h-8.2l-549.9,0l0,0c-24.6,0-49.2-24.6-49.2-49.2C272.6,692.9,289,668.2,313.6,668.2z M855.3,824.2c24.6,0,49.2,24.6,49.2,49.2c0,24.6-16.4,41-49.2,41c-24.6,0-49.2-24.6-49.2-49.2C806.1,840.6,830.7,824.2,855.3,824.2z M313.6,914.4c-24.6,0-49.2-24.6-49.2-49.2c0-24.6,24.6-49.2,49.2-49.2l0,0l0,0c24.6,0,49.2,24.6,49.2,49.2C362.9,898,338.3,914.4,313.6,914.4z M830.7,610.8H338.3l-65.7-287.2h623.7L830.7,610.8z M929.2,184l-16.4,82.1H256.2l-16.4-73.9L929.2,184z'/%3E%3C/g%3E%3C/svg%3E") 0% 0% / 16px no-repeat;
}

.wtb3 a:hover .ya-cart3 {
    background: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' fill='%23ffffff' viewBox='0 0 1000 1000' enable-background='new 0 0 1000 1000' xml:space='preserve'%3E%3Cmetadata%3E Svg Vector Icons : http://www.onlinewebfonts.com/icon %3C/metadata%3E%3Cg%3E%3Cpath d='M313.6,668.2h517c24.6,0,49.2-16.4,57.4-41l98.5-426.7c8.2-16.4,0-32.8-8.2-49.2c-8.2-16.4-32.8-24.6-49.2-24.6H223.4L198.8,19.9H42.8C26.4,19.9,10,28.1,10,44.5c0,16.4,16.4,32.8,32.8,32.8h106.7l49.2,213.4l0,0c0,8.2,0,8.2,0,16.4l73.9,303.6c-32.8,16.4-65.7,57.4-65.7,106.7c0,32.8,16.4,57.4,32.8,73.9c-16.4,16.4-32.8,49.2-32.8,73.9c0,57.4,49.2,106.7,106.7,106.7c57.4,0,106.7-41,106.7-98.5c0-16.4-8.2-32.8-8.2-49.2H765c-8.2,16.4-8.2,32.8-8.2,49.2c0,57.4,49.2,106.7,106.7,106.7c57.4,0,106.7-49.2,106.7-106.7c0-57.4-41-98.5-98.5-106.7h-8.2l-549.9,0l0,0c-24.6,0-49.2-24.6-49.2-49.2C272.6,692.9,289,668.2,313.6,668.2z M855.3,824.2c24.6,0,49.2,24.6,49.2,49.2c0,24.6-16.4,41-49.2,41c-24.6,0-49.2-24.6-49.2-49.2C806.1,840.6,830.7,824.2,855.3,824.2z M313.6,914.4c-24.6,0-49.2-24.6-49.2-49.2c0-24.6,24.6-49.2,49.2-49.2l0,0l0,0c24.6,0,49.2,24.6,49.2,49.2C362.9,898,338.3,914.4,313.6,914.4z M830.7,610.8H338.3l-65.7-287.2h623.7L830.7,610.8z M929.2,184l-16.4,82.1H256.2l-16.4-73.9L929.2,184z'/%3E%3C/g%3E%3C/svg%3E") 0% 0% / 16px no-repeat;
}


.catalog a:nth-child(7n+1) {
    margin-left: 0;
}

.catalog a:nth-child(7n) {
    margin-right: 0;
}

.catalog>a:hover img {
    transform: scale(1.1);
}


/* Gamburger Icon */

/* #nav-icon4 {
    width: 60px;
    height: 45px;
    position: relative;
    margin: 30px auto;
    transform: rotate(0deg);
    transition: .5s ease-in-out;
    cursor: pointer;
}
#nav-icon4 span {
    display: block;
    position: absolute;
    height: 9px;
    width: 100%;
    background: #337AB7;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
}
#nav-icon4 span:nth-child(1) {
    top: 0px;
    transform-origin: left center;
}
#nav-icon4 span:nth-child(2) {
    top: 18px;
    transform-origin: left center;
}
#nav-icon4 span:nth-child(3) {
    top: 36px;
    transform-origin: left center;
}
#nav-icon4.open span:nth-child(1) {
    transform: rotate(45deg);
    top: -3px;
    left: 8px;
}
#nav-icon4.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
}
#nav-icon4.open span:nth-child(3) {
    transform: rotate(-45deg);
    top: 39px;
    left: 8px;
} */

/* Tabs menu */

.hide-link {
    position: absolute;
    bottom: 0;
    z-index: 2;
    text-align: center;
    left: 15%;
    display: block;
    width: 70%;
    height: 15px;
    margin: 0 auto;
    background: linear-gradient(to right, transparent -3%, #e7e7e7 30%, #d3d3d3 50%, #e7e7e7 70%, transparent 103%);
    background-size: 100% 1px;
    background-repeat: no-repeat;
    background-position: center;
}

.hide-link:after {
    content: '';
    display: inline-block;
    position: relative;
    top: -21px;
    width: 25px;
    height: 18px;
    margin: 20px auto;
    background: url(../img/more-items-icon-blue.png) #fff no-repeat center;
    border-radius: 30px;
}

/* .news-item::before {
    content: '';
    position: absolute;
    width: 100%;
    margin-top: 304px !important;
    height: 89px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 75%);
} */

.news-item-block {
    /* width: 289px; */
    width: 297px;
}

/* .news-item:hover .news-item-block,
.newslist-item:hover .newslist-item-block {
    padding: 9px 9px 15px;
    border: 1px solid #00aeef;
    border-radius: 8px 8px 20px 8px;
    width: 309px;
    position: absolute;
    z-index: 2;
    box-shadow: 0px 0px 15px #aaaaaa;
    background-color: #fff;
    -moz-box-shadow: #aaaaaa 0 0 15px;
    -webkit-box-shadow: #aaaaaa 0 0 15px;
    box-shadow: 0 2px 8px rgb(18 17 36 / 10%), 0 4px 32px rgb(18 17 36 / 20%);
    top: -10px;
    left: -10px;
} */

.newslist-item,
.news-page-item {
    box-shadow: 0 2px 8px rgb(18 17 36 / 4%), 0 4px 32px rgb(18 17 36 / 8%);
}

/* .newslist-item:hover .body,
.newslist-item:hover .tags {
    visibility: visible;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    opacity: 1;
} */

/* .newslist-item:hover .newslist-info-block {
    padding-left: .5rem;
    padding-right: .5rem;
} */

/* .arrow::after {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: 30px;
    width: 25px;
    height: 18px;
    right: 18px;
    background: url(../img/more-items-icon-blue.png) #fff no-repeat center;
    border-radius: 30px;
    opacity: .5;
} */

.link-all:hover span {
    opacity: .5;
}

.mySwiperNew .swiper-button-prev,
.mySwiperNew .swiper-button-next,
.mySwiperHit .swiper-button-prev,
.mySwiperHit .swiper-button-next,
.swiperRecommend .swiper-button-prev,
.swiperRecommend .swiper-button-next {
    visibility: hidden;
    opacity: 0;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.mySwiperNew:hover .swiper-button-prev,
.mySwiperNew:hover .swiper-button-next,
.mySwiperHit:hover .swiper-button-prev,
.mySwiperHit:hover .swiper-button-next,
.swiperRecommend:hover .swiper-button-prev,
.swiperRecommend:hover .swiper-button-next  {
    visibility: visible;
    opacity: 1;
}

.news-item-block-img {
    border-radius: 0px 0px 44% 56% / 0px 0px 49% 68% !important;
    border-radius: 0px 0px 29% 71% / 0px 0px 74% 30% !important;
    border-radius: 0px 0px 29% 69% / 0px 0px 55% 20% !important;
    border-radius: 0px 0px 19% 110% / 0px 0px 74% 30% !important;
    /* height: 140px; */
    /* height: 152px; */
    height: 165px;
    width: 297px;
}

.news-item-block-img:hover {
    border-radius: 0 !important;
}

.art-imgL {
    float: left;
    margin-right: 1.5em;
}

.art-imgR {
    float: right;
    margin-left: 1.5em;
}

.art-imgR,
.art-imgL {
    border: 1px solid #e2e2e2;
    margin-bottom: 0.6em;
    padding: 4px;
    margin-top: 4px;
    background: #fbfbfb;
    width: 200px;
    border-radius: 10px;
}

.news-block-item .article-teaser-bg {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    /* background: linear-gradient(180deg, rgba(0, 0, 0, 0) 36.86%, rgba(0, 0, 0, .133) 57.22%, rgba(0, 0, 0, .322) 74.1%, rgba(0, 0, 0, .7) 100%); */
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 36.86%, rgba(0, 0, 0, 0) 57.22%, rgba(0, 0, 0, .150) 74.1%, rgba(0, 0, 0, .5) 100%);
}

.news-block-item .article-teaser-bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    opacity: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, .25) 0%, rgba(0, 0, 0, .5) 100%);
    transition: opacity .2s ease-in-out;
    will-change: opacity;
}

.news-block-item:hover .article-teaser-bg::after {
    opacity: 1;
}

.footer-bg-l::before {
    background: url(../img/footer_bg3.png) top left;
    width: 100%;
    height: 100%;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    opacity: .15;
    background-size: contain;
    background-position-x: -95px;
}

.footer-bg-r::before {
    background: url(../img/block2.png) top left no-repeat;
    width: 900px;
    height: 522px;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
}

.video-item .video-item-img::before {
    position: absolute;
    content: ' ';
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(255, 255, 255, .1);
    opacity: 0;
    -webkit-transition: .25s;
    transition: .25s;
}

.video-item:hover .video-item-img::before {
    opacity: 1;
    background-color: rgba(255, 255, 255, .1);
}

.video-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    /* opacity: .76; */
    /* transition: opacity .15s; */
}

.video:hover .video-img {
    opacity: 1;
}

/* CACKLE */
/* Front Page */

#front .mc-comments {
    display: grid !important;
    gap: 1.5rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

#front .mc-comments div:nth-child(5) {
    display: none !important;
}

#front .mc-comments .mc-comment {
    padding: 1.5rem!important;
    /* background: #354459!important; */
    background: #F7F7F7 !important;
    /* border: 1px solid #e6e6e6!important; */
    border-radius: 12px!important;
    padding-bottom: 1.75rem!important;
    overflow: hidden !important;
}

#front #mc-last .mc-comments .mc-comment::before {
    position: absolute !important;
    content: "" !important;
    display: block !important;
    width: 100px !important;
    height: 100px !important;
    background: url(../img/icon/chat.svg) no-repeat !important;
    background-size: 100px !important;
    right: -20px !important;
    top: -30px !important;
    opacity: .25 !important;
}

#front #mc-last .cc-last .mc-comment-info {
    margin: 0 !important;    
    display: flex;
    flex-direction: column;
    height: 100%;
}

#front #mc-last .cc-last .mc-comment-user {
    display: flex;
    align-items: center;
    justify-content: center;
}

#front #mc-last .cc-last .mc-comment-wrap {
    padding: 0 !important;
    height: 100%;
}

/* .cc-last .mc-more-toggle {
    display: flex;
    height: 32px;
    justify-content: center;
    align-items: center;
    border: 1px solid #e6e6e6!important;
    border-radius: 8px !important;
    margin-top: 10px!important;
    margin-bottom: 10px!important;
} */

#front #mc-last .mc-c span,
#front #mc-last .mc-c div,
#front #mc-last .mc-c a {
    font-family: 'Nunito Sans' !important;
    font-weight: 600 !important;
}

#front #mc-last .cc-last .mc-comment-time {
    font-size: 12px !important;
    margin-top: 3px!important;
}

#front #mc-last .cc-last .mc-comment-footer {
    margin-top: auto !important;
}

#front #mc-last .cc-last .mc-comment-footer>a {
    font-size: 14px !important;
    /* color: #77cceb !important; */
    color: #00aeef !important;
    /* margin-left: 21px !important; */
    border-bottom: 1px solid rgb(0 174 239 / 30%) !important;
    display: inline-flex;
}

#front #mc-last .cc-last .mc-comment-footer>a:hover {
    color: #dd1a00 !important;
    border-bottom: 1px solid rgb(221 26 0 / 30%) !important;
}

/* #mc-last .cc-last .mc-comment-footer>a::before {
    content: "" !important;
    width: 16px !important;
    height: 16px !important;
    display: block !important;
    position: absolute !important;
    background: url(../img/icon/link-45deg.svg) no-repeat !important;
    bottom: 1px;
} */

#front #mc-last .cc-last .mc-comment-footer>a:hover::before {
    background: url(../img/icon/link-45deg_yellow.svg) no-repeat !important;
}

#front #mc-last .mc-c .mc-comment-body span {
    font-weight: 600 !important;
}

#front #mc-last .cc-last .mc-more-toggle {
    /* color: #77cceb !important; */
    color: #00aeef !important;
}

#front #mc-last .cc-last .mc-more-toggle:hover {
    color: #dd1a00 !important;
}

#front #mc-last .mc-c .mc-comment-username {
    font-weight: 800 !important;
    display: block;
    /* color: #fff !important; */
    color: #303b4a !important;
    margin-right: 0!important;
}

#front #mc-last .cc-last .mc-comment-body {
    margin: 28px 0 22px!important;
    font-size: 14px!important;
    /* color: #fff !important; */
    color: #303b4a !important;
}

#front #mc-last .mc-c .mc-comment-head {
    margin-left: 65px!important;
}

#front #mc-last .cc-last .mc-comment-user .mc-avatar {
    border-radius: 50% !important;
    overflow: hidden!important;
    width: 49px!important;
    height: 49px!important;
    /* border: 3px solid #70849f !important; */
    border: 3px solid #8e9fa1 !important;
}

#front #mc-last .mc-c .mc-social-wrap {
    left: 36px !important;
    top: 34px !important;
}

#front #mc-last .cc-last.mc-c {
    padding: 0 !important;
}


.bg-sticker-new {
    background-image: linear-gradient(90deg, #00aeef 0%, rgb(40, 209, 235) 100%);
}

.bg-sticker-hit {
    background-image: linear-gradient(90deg, #e52b1a 0%, #ed950f 100%);
    /* background-image: linear-gradient(90deg, #e52b1a 0%, #e98e05 100%); */
    /* background-image: linear-gradient(90deg, #e52b1a 0%, #e7910f 100%);     */
    background-image: linear-gradient(90deg, #e52b1a 0%, #e58f0d 100%);
    background-image: linear-gradient(90deg, #e52b1a 0%, #e9920e 100%); 
    /* background-image: linear-gradient(90deg, #e52b1a 0%, #f39d00 100%);     */
}

.bg-sticker-video {
    background-image: linear-gradient(90deg, #202b30 0%, #34464e 100%);
    /* background: #354459; */
}

.bg-sticker-article {
    background-image: linear-gradient(90deg, #202b30 0%, #34464e 100%);
    /* background: #354459; */
}

/* END Front Page */


.select {
    appearance: none;
}

/*** Search Form ***/

.pagefind-ui__search-input.svelte-e9gkc3 {
    border: 2px solid #e6e8f0 !important;
    border-radius: 8px !important;
    height: 44px !important;
    width: 92% !important;
}

.pagefind-ui__result.svelte-j9e30.svelte-j9e30 {
    padding: 8px 24px !important;
    /* border-top: 1px solid #fbf9fa !important; */
    border-top: 1px solid #e6e8f0 !important;
}

.pagefind-ui__search-clear.svelte-e9gkc3 {
    background-color: transparent !important;
    top: 0 !important;
    height: 44px !important;
    display: flex !important;
    align-items: center !important;
    right: calc(81px* var(--pagefind-ui-scale)) !important;
    padding-top: 1px !important;
}

.pagefind-ui__form.svelte-e9gkc3::before {
    top: 15px !important;
}

.pagefind-ui.svelte-e9gkc3 {
    font-family: 'Nunito Sans' !important;
    color: #364153 !important;
}

.pagefind-ui__result-thumb.svelte-j9e30.svelte-j9e30 {
    max-width: 70px !important;
}

.pagefind-ui__result-image.svelte-j9e30.svelte-j9e30 {
    width: 70px !important;
    height: auto !important;
    max-width: inherit !important;
    max-height: 94px !important;
}

.pagefind-ui__result-title.svelte-j9e30 .pagefind-ui__result-link.svelte-j9e30 {
    color: #364153 !important;
}

.pagefind-ui__result.svelte-j9e30.svelte-j9e30:last-of-type {
    border-bottom: 0 !important;
}

.pagefind-ui__button.svelte-e9gkc3 {
    margin-top: 6px !important;
}

.pagefind-ui__results.svelte-e9gkc3 {
    margin-left: -24px !important;
    margin-right: -24px !important;
}

.pagefind-ui__result-title.svelte-j9e30.svelte-j9e30 {
    font-size: calc(20px * 0.8) !important;
}

.pagefind-ui__button.svelte-e9gkc3 {
    height: calc(53px * 0.8) !important;
    font-size: calc(18px * var(--pagefind-ui-scale)) !important;
    margin-bottom: 1px !important;
}

.pagefind-ui--reset mark {
    background: #eef3f6 !important;
    /* background: #dff0f5 !important; */
    font-weight: 600 !important;
    border-radius: 4px !important;
    padding: 0 5px !important;
}

.pagefind-ui__message.svelte-e9gkc3 {
    color: #101828 !important;
}

.pagefind-ui__search-clear.svelte-e9gkc3:hover {
    color: red !important;
}

.pagefind-ui__message.svelte-e9gkc3 {
    /* color: #1abc9c !important; */
    color: #00aeef !important;
    font-size: 14px !important;
}

/*** Sub Cat ***/

/*** Ver 1 ***/

/* .cat-grid a>div{
    align-items: center;
  cursor: pointer;
  display: flex;
  height: 200px;
  justify-content: center;
  padding: 24px 12px;
  text-align: center;
  transition: .3s;
  width: 200px;
  background-color: #f4f5f6;
  border-radius: 16px;
  box-shadow: 0 1px 2px #0000001a;
}

.cat-grid a:hover>div {
box-shadow: 0 4px 4px #00000029;
}

.cat-grid a>div>div {
    align-items: center;
  display: flex;
  flex-direction: column;
  max-height: 176px;
  text-decoration: none;
  width: 156px;
}

.cat-grid {
    display: flex;
  flex-wrap: wrap;
  gap:16px;
  justify-content: left;
  text-align: center;
}

.cat-grid a>div>div img {
align-items: center;
  display: flex;
  height: 122px;
  justify-content: center;
  -o-object-fit: contain;
  object-fit: contain;
  mix-blend-mode: multiply;
  width: 122px;

}

.cat-grid a>div>div>div {
display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient:vertical;
  color: #333;
  overflow:hidden;
  line-height: 20px;
} */

/*** Ver 2 ***/

.cat-grid {
    grid-template-columns: repeat(5,1fr);
    display: grid;
    gap: 12px;
    /* margin-top: 32px; */
}

.cat-grid a img {
    object-fit: contain;
    mix-blend-mode: multiply;
    border-radius: 8px;
    flex-shrink: 0;
    width: 76px;
    height: 76px;
}

.cat-grid a>div>div {
    height: 94px;
    padding: 12px;

    cursor: pointer;
    /* background-color: #f3f5fb; */
    background-color: #f7f7f7;
    border-radius: 20px;
    align-items: center;
    gap: 16px;
    padding: 19px 16px;
    display: flex;
    position: relative;
    overflow: hidden;
}

.cat-grid a>div>div:hover {
    background: #e9ecee;
}

.cat-grid a>div>div div {
    text-align: left;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-right: 0;
    padding-right: 0;
    display: -webkit-box;
    max-height: 54px;
    position: relative;
    overflow: hidden;
    font-size: 14px;
    line-height: 18px;
}

/*** NavBar ***/

.nav-bg {
    background: url(../img/navbar_bg_sharp260.png) no-repeat top center;
}


/*** Article Page ***/

.article-page table {
    margin-top: 24px;
}

.article-page table td {
    border: 1px solid #e6e6e6;
    padding: 12px 16px;
}

.article-page table td p {
    margin-bottom: 0 !important;
}

.article-page table tr th {
    padding: 12px 16px;
    font-weight: 800;
}

.article-page img {
    margin: 24px auto;
}

.article-page .body img {
    border-radius: 24px;
}


/*** Mobile Styles ***/

@media (max-width: 640px) {
    .pagefind-ui__search-input.svelte-e9gkc3 {
        width: 100% !important;
    }

    .pagefind-ui__search-clear.svelte-e9gkc3 {
        right: 6px !important;
    }    
}


@media (max-width: 1024px) {
    .news-item-block-img {
        border-radius: 0 !important;
    }
}