/*
Theme Name: wecon
Template: twentytwenty
Theme URI: wecon.com.cn
Author: User 1
Author URI:
user1.example.com
Description: Testing Wordpress.
Version: 0.1
Text Domain: Wecon Theme */
:root {
    --bg-color: #fdfdfd;
    --text-color: #010101;
    --accent-color: #019797;
    --contrast-color: #010101;
    --gray-color: #505050;
    --red-color: #ee6e73;
    --ligth-grey-color: #eee;
}

html, body {
    height: 100%;
}

body {
    min-width: 320px;
    font-family: 'Roboto', sans-serif;
    background-color: var(--bg-color);
    color: var(--text-color);
}

a {
    color: var(--text-color);
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
}

.news-img{
    max-width: 500px;
    max-height: 800px;
}

.btn,
.dropdown-menu,
.form-control {
    border-radius: 0;
    margin-bottom: 0.7rem;
}

.form-select {
    border-radius: 0;
}

.form-control:focus,
.form-select:focus {
    color: var(--accent-color);
    border-color: var(--accent-color);
    box-shadow: none;
}

.form-control::placeholder {
    color: var(--gray-color);
}

.bg-secondary {
    background-color: var(--accent-color) !important;
}

.btn-secondary {
    color: var(--contrast-color);
    background-color: var(--accent-color);
}

.btn-outline-secondary:hover {
    background-color: var(--accent-color);
    color: var(--accent-color);
}

.btn:hover {
    border-color: var(--accent-color);
}

button:not(.toggle) {
    background-color: transparent !important;
}

/*===================================== General rules ============================ */
.wrapper {
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

main.main {
    flex: 1 1 auto;
}

.divider {
    height: 2px;
    background: linear-gradient(90deg, #ffab40, #0d47a1);
    margin: 40px auto;
    width: 50%;
}

section {
    padding-top: 40px;

}

section.visible {
    opacity: 1;
    transform: translateY(0);
}

.section-title {
    position: relative;
    text-align: center;
    text-transform: uppercase;
    color: var(--contrast-color);
    font-weight: 700;
    padding-bottom: 20px;
}

.section-title span {
    background-color: var(--bg-color);
    padding-right: 1rem;
    position: relative;
    z-index: 1;
}

.section-title::after {
    position: absolute;
    content: "";
    width: 100%;
    top: 50%;
    left: 0;

}

label.required::before {
    content: '* ';
    color: #dc3545;
    font-weight: bold;
}

textarea {
    resize: none;
}

/*===================================== General rules ============================ */


/*===================================== Header rules ============================ */
#mega-menu-wrap-main-top-menu #mega-menu-main-top-menu > li.mega-menu-item > a.mega-menu-link {
    color: var(--ligth-grey-color);
    text-decoration: none; /* Убираем подчеркивание */
    font-size: 20px; /* Размер текста */
    transition: color 0.2s ease 0.2s; /* Анимация цвета с задержкой */
}
#mega-menu-wrap-main-top-menu #mega-menu-main-top-menu > li.mega-menu-item > a.mega-menu-link:hover {
    color: var(--accent-color) ;
}


#mega-menu-wrap-main-top-menu {
    background: none;
}

#mega-menu-wrap-main-top-menu #mega-menu-main-top-menu {
    padding-left: 0px;
}

#mega-menu-wrap-main-top-menu #mega-menu-main-top-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    display: block;
    background: var(--text-color);
    color: var(--ligth-grey-color);
}

#mega-menu-wrap-main-top-menu #mega-menu-main-top-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover, #mega-menu-wrap-main-top-menu #mega-menu-main-top-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus {
    background: var(--accent-color);
    font-weight: normal;
    text-decoration: none;
    color: var(--text-color);
}

#mega-menu-wrap-main-top-menu #mega-menu-main-top-menu > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-main-top-menu #mega-menu-main-top-menu > li.mega-menu-item > a.mega-menu-link:focus {
    background: rgba(0, 0, 0, 0);
    font-weight: normal;
    text-decoration: none;
    border-color: #fff;
}

#mega-menu-wrap-main-top-menu #mega-menu-main-top-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    font-size: 17px;
}
/*===================================== Social Icons ============================ */
ul.social-icons {
    list-style: none;
    margin-bottom: 0;
    padding: 0;
}

ul.social-icons li {
    padding: 0.5rem;
    text-align: end;
}

ul.social-icons a {
    background-color: var(--accent-color);
    color: var(--contrast-color);
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    float: left;
    text-align: center;
    transition: .3s;
    font-size: 30px;
}

ul.social-icons a:hover {
    background-color: var(--contrast-color);
    color: var(--accent-color);
}
/*===================================== Social Icons ============================ */

.header-top .btn {
    background-color: #ffffff;
}


.cart-buttons .btn {
    color: var(--contrast-color);
    transition: all .3s;
}

.cart-buttons .btn:hover {
    border: 1px solid var(--accent-color)
}

.btn-icon:hover {
    color: var(--accent-color);
}

.offcanvasCart-table .product-img-td {
    width: 70px;
    text-align: center;

}

.offcanvasCart-table img {
    max-width: 50px;
}

.offcanvasCart-table a {
    text-decoration: none;
    display: block;
}

.offcanvasCart-table a:hover {
    text-decoration: underline;
    display: block;
}


.header-bottom {
    border-top: 3px solid var(--accent-color);
    box-shadow: 0 10px 10px rgba(0, 0, 0, .3);
}

.header-bottom .navbar,
.header-bottom .navbar .dropdown-menu {
    background-color: var(--contrast-color) !important;
}

.header-bottom .nav-item:first-child .nav-link {
    padding-left: 0;
}

.header-bottom .navbar .nav-link {
    color: white;
    transition: .3s all;
    letter-spacing: .1rem;
}

.header-bottom .navbar .nav-link:hover {
    color: var(--accent-color);
}

.header-bottom .navbar .nav-link .active {
    color: var(--accent-color);
}

.header-bottom .navbar .dropdown-menu {
    margin-top: 7px;
}

.headernav-scroll.header-bottom .navbar .offcanvas:not(.show) .nav-link {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;

}

.phone-icon {
    color: var(--ligth-grey-color);
}


.header-top .phone-number {
    color: var(--text-color);
    text-decoration: none;
}

.header-top .phone-number:hover {
    text-decoration: underline;
    color: var(--accent-color);
}

.header-top .social-icons {
    color: var(--text-color);
    font-size: 20px;
    transition: all .3s;
}

.header-top .social-icons:hover {

    color: var(--accent-color);
}

.rank-math-seo-score.good-seo {
    display: none;
}

.n2-ss-margin{
    margin: 0px; !important;
}

/*===================================== Header rules ============================ */

/*===================================== Main ============================ */

/*===================================== Advantages ============================ */


.advantages .item {
    background-color: white;
    text-align: center;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: all .3s;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .5);
}


.advantages i {
    font-size: 50px;
    color: var(--accent-color);
    margin-right: 1rem;
}


/*===================================== Advantages ============================ */

/*===================================== Widget ============================ */


.widget_wpc_sorting_widget{
    margin-bottom: 10px;
}



/*===================================== Widget ============================ */

/*===================================== Card ============================ */


.card-img {
    width: 100%; /* Ширина изображения на всю ширину карточки */
    height: 150px; /* Фиксированная высота */
    object-fit: contain; /* Изображение адаптируется под размер */
    margin: 0 auto;
    padding-top: 20px;
}

.card-news-img {
    width: 60%; /* Ширина изображения на всю ширину карточки */
    height: 200px; /* Фиксированная высота */
    object-fit: contain; /* Изображение адаптируется под размер */
    margin: 0 auto;
    padding-top: 10px;
   display:block;
   padding-bottom: 20px;
}

.card-title {
    text-align: center;
    font-size:1.4rem;
}

.goods-catalog-container .card,
.container .card{
    height: 100%;
    display: flex;
    flex-direction: column;
    border: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.field-inStock{
    color: green;
    font-size: 20px;
}
.field-inStock:hover{
    color: var(--accent-color);
}

.field-discontinued{
    color: red;
    font-size: 20px;
}

.field-discontinued:hover{
    color: var(--accent-color);
}

.field-backorder{
    color: #7836b1;
    font-size: 20px;
}

.field-backorder:hover{
    color: var(--accent-color);
}

.sticky_block_wrapper {
    position: sticky;
    top: 100px; /* Высота вашей шапки */
    z-index: 1030; /* Должен быть больше чем у шапки */
    background: white; /* Фон блока */
    box-shadow: 0 2px 10px rgba(0,0,0,0.1); /* Тень для визуального разделения */
}

.tabs .nav-link {
    border: 1px solid #dee2e6;
    border-bottom: none;
    border-radius: 0.25rem 0.25rem 0 0;
}
.tabs .nav-link.active {
    background-color: #0d6efd;
    color: white;
}

.custom-card-nav{
    background-color: var(--bg-color);
    box-shadow: none !important;
}
.custom-card-nav .nav-link active{
    color: var(--accent-color);
}

.card-body {
    flex-grow: 1;
    font-size: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.card-recommend-product{
    height: 100%;
    display: flex;
    flex-direction: column;
    border: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.item {
    height: 100%;
    display: flex;
    flex-direction: column;
    border: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

/*===================================== Card ============================ */


/*===================================== Section  ============================ */
.catalog a {
    color: var(--text-color);
    text-decoration: none;
    font-weight: 500;
}

.catalog a:hover {
    color: var(--accent-color);
    transition: all .3s;
}

.last-news a {
    color: var(--text-color);
    text-decoration: none;
    font-weight: 500;
}

.last-news a:hover {
    color: var(--accent-color);
    transition: all .3s;
}

/*===================================== Section ============================ */

/*===================================== Сarousel ============================ */

/*===================================== Сarousel ============================ */


/* //////////////////////////////////////////// Main page ////////////////////////////////////////////////////*/
.slider-main {
    position: relative;
    background: grey;
    height: 380px;
    width: 100%;
    margin-top: 42px;
}
.category-description{
    font-size: 20px;
}
.category-main {

    display: flex;
    justify-content: flex-start;
    margin: 20px 0 0 0;

    flex-wrap: wrap;
}

.category-info {

    position: relative;
    margin: 5px 5px 5px 5px;
    width: 32.5%;


    height: 210px;
    background: transparent;
    background-color: #f5f5f5;
    box-shadow: 0 0 5px rgba(122, 122, 122, 0.5);

}

.discr_test p {
    position: relative !important;
    float: right;
    color: black;
    text-align: left !important;
}

.category-info:hover {
    background: rgba(0, 153, 153, 0.7);
    transition: all 600ms
}

.category-info a {
    text-decoration: none;
}

.category-title {
    color: black;
    padding-left: 10px;
    font-size: 16px;

}


.category-text {
    color: white;
    padding-left: 10px;
    word-wrap: break-word;

}

.category-img {
    position: absolute;

    top: 50;
    left: 20;
    margin-top: 5px;
    margin-left: 3%;
    width: 30%;
    height: 100px;
}

.category-item-button-link {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 10px 10px 10px 10px;
    text-decoration: none;
    color: white;
    background-color: #009999;
    border: 1px solid #009999;
    border-radius: 10px;
    width: 100px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: white;

    /*	transition-duration:  600ms;*/
    z-index: 55;
}


.category-item-button-link a:hover {
    background-color: #009999;
}

.video-and-news-main {
    display: flex;
    justify-content: flex-start;
    margin: 20px 0 0 0;
    max-width: 100%;
    height: 400px;
}

.video-main {

    width: 50%;
}

.video-main h2 {
    font-size: 18px;
}

.video-content {
    width: 600px;
    height: 310px;

}

.video-content iframe {
    border: 0;
}

.news-main {

    width: 50%
}

.news-content span {
    width: 100%;

    color: black;
    text-align: left;

}

.news-content img {
    margin: 0 auto;
    display: block;
    height: 100px;
    width: 50%;
}

.news-main h2 {
    font-size: 18px;
    padding-left: 10px;

    color: black;
}

.news-main span p {
    margin-left: 10px;
}

.test {
    display: inline-flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.news-content {
    display: block;
    background: transparent;
    background-color: #f5f5f5;
    box-shadow: 0 0 5px rgba(122, 122, 122, 0.5);
    width: 49%;
    /*margin:15px 10px 10px 0;*/
    height: 147px;
    text-decoration: none;
    transition: all 600ms;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-content:nth-child(3) {
    margin-top: 15px;
}

.news-content:nth-child(4) {
    margin-top: 15px;
}

.news-content:hover {
    background: rgba(0, 153, 153, 0.7);
    transition: all 600ms
}

.news-content h2 {
    height: 25px;
    font-size: 14px;
}


.contant-main {

    margin: 20px 10% 0 10%;
    height: 70px;
    border: 1px solid black;
    text-align: center;
    font-size: 26px;
    line-height: 70px;
}


.three-order-container {
    margin: 20px 0 0 0;
    height: auto;
    position: relative;
}

.three-order-container h2 {
    font-size: 18px;
    margin-left: 10px;
}

.items {
    display: inline-flex;
    width: 100%;
}

.item-order {
    flex-wrap: nowrap;
    justify-content: space-around;
    /* margin: 0 10px 0 15px; */
    box-shadow: 0 0 5px rgba(122, 122, 122, 0.5);
    height: auto;
    width: 33%;
    transition: all 600ms
}

.item-order:nth-child(2) {
    margin: 0 10px;
}

.item-order:hover {
    background: #009999;
    transition: all 600ms
}

.item-order h3 {
    padding-left: 10px;
    word-break: break-word;
    height: 30px;
    color: black;
}

.item-img {
    display: block;
    margin: 10px auto;
    width: 70%;
    height: 200px;
    position: relative;
}

.item-order span {
    display: block;
    padding: 10px 0 0 10px;
    word-wrap: break-word;
}

.icons-container-background {
    margin: 20px 0 20px 0;
    height: 200px;
    box-shadow: 0 0 5px rgba(122, 122, 122, 0.5);
}

.icons-container {
    display: flex;
}

.icons-item {
    margin: 20px 0;
    flex-direction: row;
    justify-content: center;
    width: 20%;
    text-align: center;
}

.icons-item:nth-child(1) {
    margin-left: 0;
}


.icons-item i:hover {
    color: #009999;
    transition: all 600ms;
}

.icons-item i {
    margin: 20px 29% 0 29%;
    font-size: 120px;
    transition: all 600ms;
}

.icons-item h3 {
    text-align: center;
    color: black;
    font-size: 16px;
}

/*///////////////////////////////// About us ////////////////////////*/

.container-contacts {

    margin: 30px 0 0 0;
    min-height: 450px;
    text-align: center;
    font-size: 26px;
    line-height: 70px;
    display: flex;
    flex-direction: row;
    box-shadow: 0 0 5px rgba(122, 122, 122, 0.5);
}

.container-contacts h1 {
    font-size: 26px;
    text-align: left;
    margin-left: 10px;
    line-height: normal;
}

.container-contacts p {
    display: block;
    text-align: left;
    margin-left: 10px;
    line-height: normal;

}

.container-contacts p strong {
    font-size: 18px;
}

.telephones {

}

.container-contacts p strong a {
    text-decoration: none;
    color: black;
    transition: all 600ms;
}

.container-contacts p strong a:hover {
    transition: all 600ms;
    color: #009999;
}

.map-contact {
    width: 50%;
    margin: 1%;
    height: 300px;
}

.map-contact iframe {

    height: 100%;
    width: 100%;
}

.contacts-info {
    width: 50%;
    height: auto;
}

/*///////////////////////////////// NEWS ////////////////////////////*/

.news-container {
    margin: 10px 0 10px 0;
    height: auto;

    display: flex;
    flex-direction: row;
}

.news-item {
    position: relative;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 20px 20px;
    width: 30%;
    min-height: 300px;
    background: transparent;
    box-shadow: 0 0 5px rgba(122, 122, 122, 0.5);
}

.news-item-info {
    position: relative;
    text-align: center;
    height: 100px;
    width: 100%;


}

.news-item-info h2 {
    display: block;
    height: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-item-img {

    position: relative;
    margin: 10% 0 0 10%;
    width: 80%;

    min-height: 300px;
    height: 250px;
}


.news-item h2 {
    text-align: center;
    height: 20px;
    font-size: 18px;
    margin: 10px 10px;

}

.news-item h3 {
    max-height: 50px;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    color: grey;

}

.news-item span::-webkit-scrollbar {
    width: 0 !important
}

.news-item span:after {
    content: "";
}

.news-item a {
    /*position: absolute;*/
    display: block;
    text-decoration: none;
    border: 1px solid #009999;
    border-radius: 10px;
    width: 100px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: white;
    background-color: #009999;
    transition-duration: 600ms;
    bottom: 20;
    margin: 0 auto;
}

.news-item a:hover {
    color: white;
    background-color: #007777;
    border: 1px solid #007777;
    transition: all 600ms;
}

/*///////////////////////////////// POST ////////////////////////////*/

.post-info-container {
    margin: 30px 0 20px 0;
    background: transparent;
    box-shadow: 0 0 5px rgba(122, 122, 122, 0.5);
    min-height: 400px;
    display: flex;
}

.post-img-title {
    position: relative;
    /*	display: flex;*/
    width: 100%;

}

.post-img-title-single {
    position: relative;
    display: flex;
    width: 100%;
}

.post-img-title h1 {
    width: 100%;
    padding-left: 30px;
    padding-top: 20px;
    font-size: 24px;
    text-align: left;
}

.post-img-title-single h1 {
    width: 80%;
    padding-left: 40px;
    padding-top: 20px;
    font-size: 24px;
}

.post-img-title h2 {

    top: 50;
    margin: 30px;
    color: grey;
    font-size: 16px;
}

.post-img-title-single h2 {
    top: 50;
    position: absolute;
    margin: 20px 40px;
    color: darkgrey;
    font-size: 14px;
}


.post-img-title img {

    height: 400px;
    display: block;
    margin: 0 auto;

}

.post-img-title-single img {
    width: 30%;
    padding: 20px;
    float: left;
}

.post-content img {
    /*width: 30%;*/
    margin: 5px 30px;
    float: left;
    border: 1px solid black;
}

.post-content-single img {
    display: block;
    margin: 30px auto;
    height: 400px;
    border: 1px solid black;
}

.post-content-single p {
    line-height: 1.5em;
    margin: 15px 30px;
    text-align: justify;
}

.post-content {
    margin: 30px 10px 0 10px;
    font-size: 16px;
    display: block;

}

.post-content-single {
    margin: 30px 10px 0 10px;
    font-size: 16px;
    display: block;
}

.post-content p {
    line-height: 1.5em;
    margin: 15px 30px;
    text-align: justify;
}

.post-content li {
    line-height: 1.5em;
    margin: 15px 30px;
    text-align: justify;
}

.post-content-single li {
    line-height: 1.5em;
    margin: 15px 30px;
    text-align: justify;
}

.post-content ul {
    line-height: 1.5em;
    margin: 15px 30px;
    text-align: justify;
}

.post-content-single ul {
    line-height: 1.5em;
    margin: 15px 30px;
    text-align: justify;
}

.colum-title-date {
    width: 100%;
    position: relative;
    display: inline-flex;
}

#site-content {
    width: 100%;
}

/*///////////////////////////////// SUPPORT /////////////////////////*/


.support-container {
    padding: 5px 10px;;
    position: relative;
    margin: 10px 0 0 0;
    min-height: 400px;
    box-shadow: 0 0 5px rgba(122, 122, 122, 0.5);
}

.support-container a {
    color: #009999;
    transition: all 600ms;
}

.support-container a:hover {
    color: #007777;
    transition: all 600ms;
}


.nested-nav-container .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: var(--accent-color);
    color:#fff0f0;

}

.nested-nav-container .nav-pills .nav-link {
    color:var(--text-color);
}
/*///////////////////////////////// CATALOG /////////////////////////*/


.category-container {
    margin: 80px 10% 20px 10%;

    height: auto;
    min-height: 400px;
}

.categorys {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;

}

.category-item {
    position: relative;
    margin: 10px 10px 10px 10px;
    width: 400px;
    height: 250px;
    background: darkgrey;
    z-index: 0;

}

.category-item-img {
    position: absolute;
    width: 300px;
    height: 200px;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.category-item h2 {
    font-size: 16px;
    margin: 10px;
    z-index: 10;
}

.category-item span {
    color: white;
    display: block;
    margin: 10px;
    word-wrap: break-word;
    z-index: 50;
}

.category-item a {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 10px 10px 10px 10px;
    text-decoration: none;
    color: white;
    background-color: #009999;
    border: 1px solid #009999;
    border-radius: 10px;
    width: 100px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: white;

    /*	transition-duration:  600ms;*/
    z-index: 55;
}

.category-item a:hover {
    background-color: #009999;
}


/*///////////////////////////////// ITEM /////////////////////////////*/


.item-container {


    margin: 120px 10% 0 10%;

    /*height: auto;*/
    min-height: 800px;


}

.item-main-info {
    display: inline-flex;
    width: 100%;
}

.item-photo {
    height: 300px;
    flex-wrap: nowrap;
    justify-content: flex-start;
    width: 40%;

}

.item-photo img {
    width: 100%;
    height: 100%;
}

.item-text {
    height: 300px;
    flex-wrap: nowrap;
    justify-content: flex-start;
    width: 60%;

}

.item-text h1 {
    margin: 50px 0 0 20px;

}

.item-text p {
    display: block;
    margin: 20px 0 0 20px;
    line-height: 10px;
}

.item-text p:nth-child(1) {

}


 .table-custom {
     width: 100%;
     margin-bottom: 1rem;
     color: #212529;
     border-collapse: collapse;
     font-size: 20px;
 }
.table-custom th,
.table-custom td {
    padding: 0.75rem;
    vertical-align: top;
    border: 1px solid #c8cbce;
}
.table-custom thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #c8cbce;
}
.table-custom tbody + tbody {
    border-top: 2px solid #c8cbce;
}
.table-custom-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}
.table-custom-striped tbody tr:nth-of-type(even) {
    background-color: rgba(0, 0, 0, 0.03);
}
.table-custom-bordered {
    border: 1px solid #c8cbce;
}
.table-custom-bordered th,
.table-custom-bordered td {
    border: 1px solid #c8cbce;
}
.table-custom-bordered thead th,
.table-custom-bordered thead td {
    border-bottom-width: 2px;
}


.table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin-bottom: 20px;
    border: none;
}

.table thead th {
    font-weight: bold;
    text-align: left;
    border: none;
    padding: 10px 15px;
    background: #d8d8d8;
    font-size: 14px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.table thead th {
    font-weight: bold;
    text-align: left;
    border: none;
    padding: 10px 15px;
    background: #d8d8d8;
    font-size: 14px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.table td {
    border: 1px solid #888;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
    position: relative;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.table tr:hover td {
    background: #fffabe;
}

.table tr:hover td:after {
    content: '';
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    width: 105%;
    border-top: 3px solid orange;
    border-bottom: 3px solid orange;
}

/* Рамка слева у первой ячейки */
.table tr:hover td:first-child:after {
    border-left: 3px solid orange;
}

/* Рамка справа у последний ячейки */
.table tr:hover td:last-child:after {
    border-right: 3px solid orange;
    width: auto;
}

.table thead tr th:first-child, .table tbody tr td:first-child {
    border-left: none;
}

.table thead tr th:last-child, .table tbody tr td:last-child {
    border-right: none;
}

.table tbody tr:nth-child(even) {
    background: #f3f3f3;
}

/*===================================== Footer ============================ */
footer {
    background-color: var(--contrast-color);
    padding: 50px 0;
    color: #ffffff;
}

footer h4 {
    color: var(--accent-color);
}

footer a {
    color: #ffffff;
    text-decoration: none;
    transition: .3s;
}

footer a:hover {
    color: var(--accent-color);
}

.footer-icons {
    list-style: none;
    display: flex;
    gap: 20px;
    padding: 0;
    font-size: 30px;
}

/*===================================== Footer ============================ */


/*//////////////////////////////////////// viber button //////////////////////////////////*/


.callback-bt {
    background: #59267c;
    border: 2px solid #59267c;
    border-radius: 50%;
    box-shadow: 0 8px 10px rgba(89, 38, 124, 0.3);;
    cursor: pointer;
    height: 68px;
    text-align: center;
    width: 68px;
    position: fixed;
    right: 20px;
    bottom: 7%;
    z-index: 999;
    transition: .3s;
    -webkit-animation: hoverWave linear 1s infinite;
    animation: hoverWave linear 1s infinite;
}

.callback-bt .text-call {
    height: 68px;
    width: 68px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
}

.callback-bt .text-call span {
    text-align: center;
    color: #38a3fd;
    opacity: 0;
    font-size: 0;
    position: absolute;
    right: 4px;
    top: 22px;
    line-height: 14px;
    font-weight: 600;
    text-transform: uppercase;
    transition: opacity .3s linear;
    font-family: 'montserrat', Arial, Helvetica, sans-serif;
}

.callback-bt .text-call:hover span {
    opacity: 1;
    font-size: 11px;
}

.callback-bt i {
    color: #fff;
    font-size: 34px;
    transition: .3s;
    line-height: 66px;
    transition: .5s ease-in-out;
}

.callback-bt i {
    animation: 1200ms ease 0s normal none 1 running shake;
    animation-iteration-count: infinite;
    -webkit-animation: 1200ms ease 0s normal none 1 running shake;
    -webkit-animation-iteration-count: infinite;
}

@-webkit-keyframes hoverWave {
    0% {
        box-shadow: 0 8px 10px rgba(89, 38, 124, 0.3), 0 0 0 0 rgba(89, 38, 124, 0.2), 0 0 0 0 rgba(89, 38, 124, 0.2)
    }
    40% {
        box-shadow: 0 8px 10px rgba(89, 38, 124, 0.3), 0 0 0 15px rgba(56, 163, 253, 0.2), 0 0 0 0 rgba(56, 163, 253, 0.2)
    }
    80% {
        box-shadow: 0 8px 10px rgba(89, 38, 124, 0.3), 0 0 0 30px rgba(56, 163, 253, 0), 0 0 0 26.7px rgba(56, 163, 253, 0.067)
    }
    100% {
        box-shadow: 0 8px 10px rgba(89, 38, 124, 0.3), 0 0 0 30px rgba(56, 163, 253, 0), 0 0 0 40px rgba(56, 163, 253, 0.0)
    }
}

@keyframes hoverWave {
    0% {
        box-shadow: 0 8px 10px rgba(89, 38, 124, 0.2), 0 0 0 0 rgba(89, 38, 124, 0.2), 0 0 0 0 rgba(89, 38, 124, 0.2)
    }
    40% {
        box-shadow: 0 8px 10px rgba(89, 38, 124, 0.3), 0 0 0 15px rgba(89, 38, 124, 0.2), 0 0 0 0 rgba(89, 38, 124, 0.2)
    }
    80% {
        box-shadow: 0 8px 10px rgba(89, 38, 124, 0.3), 0 0 0 30px rgba(89, 38, 124, 0), 0 0 0 26.7px rgba(89, 38, 124, 0.067)
    }
    100% {
        box-shadow: 0 8px 10px rgba(89, 38, 124, 0.3), 0 0 0 30px rgba(89, 38, 124, 0), 0 0 0 40px rgba(89, 38, 124, 0)
    }
}

/* animations icon */

@keyframes shake {
    0% {
        transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
    }
    10% {
        transform: rotateZ(-30deg);
        -ms-transform: rotateZ(-30deg);
        -webkit-transform: rotateZ(-30deg);
    }
    20% {
        transform: rotateZ(15deg);
        -ms-transform: rotateZ(15deg);
        -webkit-transform: rotateZ(15deg);
    }
    30% {
        transform: rotateZ(-10deg);
        -ms-transform: rotateZ(-10deg);
        -webkit-transform: rotateZ(-10deg);
    }
    40% {
        transform: rotateZ(7.5deg);
        -ms-transform: rotateZ(7.5deg);
        -webkit-transform: rotateZ(7.5deg);
    }
    50% {
        transform: rotateZ(-6deg);
        -ms-transform: rotateZ(-6deg);
        -webkit-transform: rotateZ(-6deg);
    }
    60% {
        transform: rotateZ(5deg);
        -ms-transform: rotateZ(5deg);
        -webkit-transform: rotateZ(5deg);
    }
    70% {
        transform: rotateZ(-4.28571deg);
        -ms-transform: rotateZ(-4.28571deg);
        -webkit-transform: rotateZ(-4.28571deg);
    }
    80% {
        transform: rotateZ(3.75deg);
        -ms-transform: rotateZ(3.75deg);
        -webkit-transform: rotateZ(3.75deg);
    }
    90% {
        transform: rotateZ(-3.33333deg);
        -ms-transform: rotateZ(-3.33333deg);
        -webkit-transform: rotateZ(-3.33333deg);
    }
    100% {
        transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
    }
}

@-webkit-keyframes shake {
    0% {
        transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
    }
    10% {
        transform: rotateZ(-30deg);
        -ms-transform: rotateZ(-30deg);
        -webkit-transform: rotateZ(-30deg);
    }
    20% {
        transform: rotateZ(15deg);
        -ms-transform: rotateZ(15deg);
        -webkit-transform: rotateZ(15deg);
    }
    30% {
        transform: rotateZ(-10deg);
        -ms-transform: rotateZ(-10deg);
        -webkit-transform: rotateZ(-10deg);
    }
    40% {
        transform: rotateZ(7.5deg);
        -ms-transform: rotateZ(7.5deg);
        -webkit-transform: rotateZ(7.5deg);
    }
    50% {
        transform: rotateZ(-6deg);
        -ms-transform: rotateZ(-6deg);
        -webkit-transform: rotateZ(-6deg);
    }
    60% {
        transform: rotateZ(5deg);
        -ms-transform: rotateZ(5deg);
        -webkit-transform: rotateZ(5deg);
    }
    70% {
        transform: rotateZ(-4.28571deg);
        -ms-transform: rotateZ(-4.28571deg);
        -webkit-transform: rotateZ(-4.28571deg);
    }
    80% {
        transform: rotateZ(3.75deg);
        -ms-transform: rotateZ(3.75deg);
        -webkit-transform: rotateZ(3.75deg);
    }
    90% {
        transform: rotateZ(-3.33333deg);
        -ms-transform: rotateZ(-3.33333deg);
        -webkit-transform: rotateZ(-3.33333deg);
    }
    100% {
        transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
    }
}

/* /////////////////////////////////////////////////// Pagination  ////////////////////////////////////////////////////////*/


.news-page-numbers .count {
    display: inline-block;
    border: 1px solid #009999;
    width: auto;
    text-decoration: none;
    border-radius: 5px;
    background-color: transparent;
    font-size: 20px;
    color: white;
    padding: 4px;
    transition: all 600ms;
    background-color: #007777;
}

.news-page-numbers {
    text-align: center;
}

.inactive {
    display: inline-block;
    border: 1px solid #009999;
    width: 20px;
    text-decoration: none;
    border-radius: 5px;
    background-color: transparent;
    font-size: 20px;
    color: white;
    padding: 4px;
    transition: all 600ms;
    background-color: #007777;
}

.news-page-numbers .active{
    display: inline-block;
    border: 1px solid #009999;
    width: 20px;
    text-decoration: none;
    border-radius: 5px;
    background-color: transparent;
    font-size: 20px;
    color: white;
    padding: 4px;
    transition: all 600ms;
    background-color: #007777;
}

.active-page{
    display: inline-block;
    border: 1px solid #009999;
    width: 20px;
    text-decoration: none;
    border-radius: 5px;
    background-color: transparent;
    font-size: 20px;
    color: white;
    padding: 4px;
    transition: all 600ms;
    background-color: #007777;
}



.news-page-numbers a {
    background-color: #009999;

}

.news-page-numbers a:hover {
    transition: all 600ms;
    background-color: #007777;
    color: white;
    border: 1px solid #007777;
}


.news-page-numbers-container {
    margin: 20px 10% 40px 10%;
}

.news-page-numbers a, span {
    text-align: center;
    margin: 3px;


}

.pagination ul {
    margin-left: 90px;
}

.pagination ul li {
    float: left;
    list-style: none;
    color: black;
    margin-left: 10px;
}

.pagination ul li a {
    background-color: rgb(250, 172, 5);
    padding-left: 6px;
    padding-right: 6px;
    color: rgb(55, 58, 58);
}

.pagination ul li a:hover {
    text-decoration: none;
}


/*//////////////////////////////////// SEARCH ///////////////////////////////*/
.search-container {
    margin: 20px 0 30px 0;

}

.search-result-text-container {
    margin: 20px 0 20px 0;

}

.search-result-item {
    display: block;
    width: 100%;
    max-height: 250px;
    position: relative;
    background: transparent;
    background-color: #f5f5f5;
    box-shadow: 0 0 5px rgba(122, 122, 122, 0.5);
    display: inline-flex;
    overflow: hidden;
    text-overflow: ellipsis;

}

.search-result-item-line-block {
    margin-left: 20px;
    justify-content: flex-start;
    flex-direction: row;
    width: 65%;
    text-align: justify;
}

.search-result-item-img {
    margin: 20px 20px 20px 20px;
    display: block;
    width: 20%;
    height: 200px;

}

.search-result-item-img img {
    width: 100%;
    height: 200px;
}

.search-result-item-content {
    display: block;
    max-height: 100px;
    overflow: hidden;
    text-overflow: ellipsis;

}

.date {
    position: absolute;
    right: 0;
    top: 0;
    margin: 20px 10px 10px 0;
    text-decoration: none;
    color: #009999;

    text-align: center;
}

.search-result-item-line-block a {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 0 10px 10px 0;
    text-decoration: none;
    color: white;
    background-color: #009999;
    border: 1px solid #009999;
    border-radius: 10px;
    width: 100px;
    height: 30px;
    font-size: 14px;
    padding: 5px;
    text-align: center;
    line-height: 30px;
    color: white;
    transition: all 600ms;
}

.search-result-item-line-block a:hover {
    background-color: #007777;
    border: 1px solid #007777;
    transition: all 600ms;
}


.search-page-numbers ul li {
    display: inline-flex;
    justify-content: flex-start;
    list-style: none;
    text-decoration: none;
    color: white;
    border-radius: 5px;
    font-size: 20px;
    transition: all 600ms;
}

.search-page-numbers {
    margin-left: 40%;
}

.search-page-numbers ul li a {
    text-align: center;
    background-color: #009999;
    color: white;
    text-decoration: none;
    padding: 10px;
    border-radius: 5px;

    transition: all 600ms;
}

.search-page-numbers ul li span {
    text-align: center;
    background-color: #009999;
    color: white;
    text-decoration: none;
    padding: 10px;
    border-radius: 5px;
    transition: all 600ms;
}

.current {
    border: 1px solid #007777 !important;
    transition: all 600ms;
    background-color: #007777 !important;
}


.page-numbers a:hover {
    transition: all 600ms;
    background-color: #007777;
    border: 1px solid #007777;
}


/*//////////////////////////////// breadcrumbs /////////////////////////////////*/

.breadcrumbs {
    position: relative;
    margin-top: 20px;
    /* 	margin:110px 0 10px 0;*/
}

.kama_breadcrumbs {
    position: relative;
}

.breadcrumbs a {
    text-decoration: none;
    color: #009999;
}

/* //////////////////////// mobile menu /////////////////////////*/
.menu__mobile {
    display: none;
}

.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    background-color: black;
    overflow-x: hidden;
    transition: all 0.5s ease 0s;
}

.overlay__content {
    display: flex;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.overlay a {
    padding: 15px;
    font-size: 36px;
    display: block;
    transition: all 0.3s ease 0s;
    color: white;
    text-decoration: none;
}

.overlay a:hover, .overlay a:focus {
    color: #009999;
}

.overlay .close {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

.menu__mobile {
    color: black;
    text-decoration: none;

    font-size: 30px;
    position: absolute;
    top: 20px;
    right: 20px;
    text-align: center;

}


.telephon-head_hidden {
    display: inline-flex;
}

.telephon-head_hidden i {
    color: white;
    font-size: 40px;
    line-height: 2em;
}

.mail-head_hidden {
    display: inline-flex;
}

.mail-head_hidden i {
    color: white;
    font-size: 40px;
    line-height: 2em;
}

#searchsubmit_hidden {
    width: 55px;
    height: 55px;
    background-color: lightgrey !important;
    border: none;
    outline: none;
    position: relative;
    cursor: pointer;
    color: #fff;
    transition: all 600ms;
    font-size: 25px;

}

#searchsubmit_hidden:hover {
    background-color: #008888 !important;
    transition: all 600ms;
}

#searchsubmit_hidden:hover > .fa-search {
    color: black;
    transition: all 600ms;
}

.search-input_hidden {
    border: none;
    outline: none;
    padding-left: 10px;
    margin-left: 10%;
    z-index: 10;
    height: 55px;
    font-size: 30px;
}


/*//////////////////////////////////// 404 //////////////////////////////////////////*/
.section-inner {
    min-height: 70vh;
}

.container_404 {
    display: grid;
    margin: auto 0;
}

.intro-text {
    text-align: center;
}

.intro-text_tit p {
    font-size: 50px;
    margin: 20px 0;
    text-align: center;
}

.entry-title_404 {
    margin-bottom: 0;
    font-size: 130px;
    text-align: center;
}

.intro-text a {
    margin: 10px 10px 10px 10px;
    padding: 15px;
    text-decoration: none;
    color: white;
    background-color: #009999;
    border: 1px solid #009999;
    border-radius: 10px;
    width: 100px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: white;
    transition: all 600ms;
}

.intro-text p:hover > a {
    transition: all 600ms;
    background-color: #007777;
    border: 1px solid #007777;
}

.arrow-left {
    margin-right: 5px;
    transition: all 600ms;
}

.intro-text a:hover > span {
    margin-right: 15px;
    transition: all 600ms;
}

.wrapper {
    display: flex;
    flex-direction: column;
}

/*//////////////////////////////////// ADAPTIVE //////////////////////////////////////*/
@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1620px;
    }
}
/*
@media only screen and (min-width : 1971px) {
.category-info{width: 32.5%;}
.icons-item{width: 17.5%}
	.item-order{width: 33%;}
		.video-content{width: 100%;}
	.video-content iframe{width: 95% !important; height: 100%;}




			.icons-item{width: 100%;}
	.icons-item img{height: 90px; width: 90px;}
	.icons-item:nth-child(1){margin-left:0;}
	.icons-item h3{width: 100%; font-size: 16px; overflow-wrap: break-word;}
	.icons-container{margin:0;}
	.icons-container-background{height: 170px;}

}
@media only screen and (min-width : 1530px) and (max-width : 1970px) {
.category-info{width: 32.5%;}
	.icons-item{width: 20.5%}
	.item-order{width: 33%;}
		.video-content{width: 100%;}
	.video-content iframe{width: 95% !important; height: 100%;}
	.ul-footer li{margin:5px 0;}
.news-item{width: 33%; margin:10px 10px;}
	.search-result-text-container{font-size:16px;}
.search-container{font-size:8px;}
.search-result-item-line-block{margin:0;}
.search-result-item-img{margin:5px;width: 30%;height: 250px;}
.search-result-item-img img{margin:10px auto;}
.entry-header{font-size:16px;margin-bottom: 5px;}
.search-result-item-content{font-size:14px;}
.date{margin:15px 10px 10px 0;text-align: left; font-size:14px;}
.search-page-numbers{margin:0 10%;text-align: center;}
.search-page-numbers ul li {font-size:14px;}
.search-result-item-content{max-height: 160px;}

.page-numbers{padding: 5px; line-height: 5px;}
}

@media only screen and (min-width : 1200px) and (max-width : 1529px) {
.category-info{width: 32%;}

	.ul-footer li{margin:5px 0;}


	.icons-item{width: 16%}
	.item-order{width: 31%; height: auto;}
	.fixed_info_search{display: none;}
	.news-content{width: 47%;}
	.video-content{width: 100%;}
	.video-content iframe{width: 95% !important; height: 100%;}

	.news-item h2{font-size: 16px;}
	.news-item a{font-size: 14px; }
.news-item{width: 33%; margin:10px 10px;}

		.category-info{width: 48%; height: 220px;}

		.icons-item{width: 100%;}
	.icons-item img{height: 70px; width: 70px;}
	.icons-item:nth-child(1){margin-left:0;}
	.icons-item h3{width: 100%; font-size: 14px; overflow-wrap: break-word;}
	.icons-container{margin:0;}
	.icons-container-background{height: 170px;}

	.search-result-text-container{font-size:16px;}
.search-container{font-size:8px;}
.search-result-item-line-block{margin:0;}
.search-result-item-img{margin:5px;width: 30%;height: 250px;}
.search-result-item-img img{margin:10px auto;}
.entry-header{font-size:14px;margin-bottom: 5px;}
.search-result-item-content{font-size:10px;}
.date{position: relative;margin:0;text-align: left; font-size:12px;}
.search-page-numbers{margin:0 10%;text-align: center;}
.search-page-numbers ul li {font-size:12px;}
.search-result-item-content{max-height: 160px;}
.search-result-item-line-block a{width: 100px;height: 20px;line-height: 20px;font-size:12px;}
.page-numbers{padding: 5px; line-height: 5px;}

		.category-img {top: 0;left: 7%;height: 100px;position: relative;float: left; width: 25%;}

		.entry-title_404{margin-top:30px;}

}

@media only screen and (min-width : 1024px) and (max-width : 1199px) {
	.menu__mobile{display: inherit;}
	#searchform{display: none;}

	.ul-footer{font-size:14px;}
	.icons-footer li img{width: 40px;}

	.icons-item{width: 16.5%;}
	.icons-item i{margin:20px 0 10px 0;}
	.icons-item:nth-child(1){margin-left:100px;}
	.item-order{width: 31%; height: auto;}
	.fixed_info_search{display: none;}
	.top-menu{display: none;}
	.icons-footer{flex-wrap: wrap;margin:0;}
	.icons-footer li img{margin:5px;}
	.footer-item-lower:nth-child(3){width: 22%;}
		.video-content{width: 100%;}
	.video-content iframe{width: 95% !important; height: 100%;}

	.video-main h2{font-size:21px;}

	.news-item-info h2{font-size:21px;}


	.category-info{width: 48%; height: 220px;}


	.news-main{overflow: hidden; height: 380px;}
	.news-main h2{font-size:21px;}
	.news-content{width: 100%;height: 150px;}
  	.news-content:nth-child(2){margin-top:10px;}
	.news-container{flex-direction: row; flex-wrap: wrap;}
.news-item{width: 46%; margin:10px 10px;}
	.news-item-info h2{font-size:20px;}
	.news-item-img{height: 200px;}
	.news-content-title{font-size:16px !important;}

	.icons-item{width: 100%;}
	.icons-item img{height: 60px; width: 60px;}
	.icons-item:nth-child(1){margin-left:0;}
	.icons-item h3{width: 100%; font-size: 14px; overflow-wrap: break-word;}
	.icons-container{margin:0;}
	.icons-container-background{height: 170px;}

	.three-order-container{margin-bottom: 20px;}
	.items{ position: relative; display: flex; justify-content: space-between;}
	.item-order{width: 30%; position: relative; height: 300px;}
	.item-order h3 {font-size: 16px;}
	.item-order span {font-size: 14px;}


	.category-img {top: 0;left: 7%;height: 100px;position: relative;float: left; width: 25%;}

.menu{width: 100%;}
.navigation a{font-size:8px;}
.callback-bt i{font-size:16px; line-height: 38px;}
.callback-bt .text-call{width: 38px;height: 38px;}
.callback-bt {width: 38px; height: 38px;}
.overlay a {padding:5px; font-size:20px;}
.search-input_hidden {font-size:20px; height: 30px;}
#searchsubmit_hidden {font-size:20px;height: 30px;width: 30px;}
#searchform_hidden{margin:0;}
.telephon-head_hidden i{font-size:20px;line-height: 2em;}
.telephon-head_hidden{margin-top:20px;}
.mail-head_hidden i{font-size:20px;line-height: 2em;}


.search-result-text-container{font-size:16px;}
.search-container{font-size:8px;}
.search-result-item-line-block{margin:0;}
.search-result-item-img{margin:5px;width: 30%;height: 250px;}
.search-result-item-img img{margin:10px auto;}
.entry-header{font-size:14px;margin-bottom: 5px;}
.search-result-item-content{font-size:10px;}
.date{position: relative;margin:0;text-align: left; font-size:12px;}
.search-page-numbers{margin:0 10%;text-align: center;}
.search-page-numbers ul li {font-size:12px;}
.search-result-item-content{max-height: 160px;}
.search-result-item-line-block a{width: 100px;height: 20px;line-height: 20px;font-size:12px;}
.page-numbers{padding: 5px; line-height: 5px;}


.post-img-title{display: flex;flex-direction: column;}
.post-img-title img {width: 85%;}
.post-img-title h1 {text-align: center;margin:0; font-size:16px;width: 100%; padding: 0; margin:10 auto; height: auto}
.post-img-title h2 {text-align: center;margin:0; color:lightgrey; font-size:14px; position: relative; top:0;}
.post-content img {width: 60%; margin:10 auto; float:initial;}
.post-content p{margin:10 5; font-size: 14px;}
.post-content{margin:15px 10px 0 10px;}
.colum-title-date {display: block;}

.entry-title_404{margin-top:50px;}

	header{height: 75px;}
}

@media only screen and (min-width : 768px) and (max-width : 1023px) {
.menu__mobile{display: inherit;}
	#searchform{display: none;}

	.news-item h2{font-size: 14px;}
	.news-item a{font-size: 12px; height: 20px; line-height: 20px;}


		.inactive{font-size:14px; width: 15px;}
.active{font-size: 14px;width: 15px;}

		.ul-footer{font-size:12px;}
	.icons-footer li img{width: 30px;}

.video-and-news-main{height: auto; flex-direction: column;}
.video-content{width: 300px;}
.icons-container{margin:0 10% 0 10%; justify-content: space-around;}
	.three-order-container h2 {font-size:18px;}
	.ul-footer:nth-child(1){padding-left:0px;}
	.footer-item-lower:nth-child(1) { width: 32% !important;}

	.fixed_info_search{display: none;}
	.video-content{width: 100%;}
	.video-content iframe{width: 95% !important; height: 100%;}


	.news-main{width: 100%;}
	.news-main h2{font-size:18px;}
	.news-content-title{font-size: 16px !important;}

	.video-main{width: 100%;}
	.video-main h2{font-size:20px;}
	.top-menu{display: none;}
	.icons-footer{flex-wrap: wrap;margin:0;}
	.icons-footer li img{margin:5px;}
	.footer-item-lower:nth-child(3){width: 22%;}
.support-service img{width: auto;}

	.category-title{height: 50px;}
	.category-img{position: relative;float: left; width: 18%;margin:0 auto; top:0;}
	.category-img {top: 0;left: 7%;height: 120px;position: relative;float: left; width: 25%;}
	.category-info {width: 100%;height: 230px; margin-top:15px;}
	.category-item-button-link{height: 30px !important; line-height: 30px !important; font-size:16px !important;}


	.news-content{width: 46%; margin:10 10!important;}
	.news-container{flex-direction: row; flex-wrap: wrap;}
	.news-item{width: 46%; margin:10px 10px;}
	.news-item-info h2{font-size:20px;}
	.news-item-img{height: 200px;}

	.icons-item{width: 100%;}
	.icons-item img{height: 60px; width: 60px;}
	.icons-item:nth-child(1){margin-left:0;}
	.icons-item h3{width: 100%; font-size: 14px; overflow-wrap: break-word;}
	.icons-container{margin:0;}
	.icons-container-background{height: 170px;}

	.items{ position: relative; display: flex; justify-content: space-between;flex-direction: column;}
	.item-order{width: 100%; position: relative; height: auto;}
  .item-order:nth-child(2){margin:10px 0;}
	.item-order h3 {font-size: 16px;}
	.item-order span {font-size: 14px;}


	.container-contacts{flex-direction: column;}
	.contacts-info{width: 100%}
	.map-contact{width: 100%;margin:0%;}


.menu{width: 100px;}
.navigation a{font-size:8px;}
.callback-bt i{font-size:16px; line-height: 38px;}
.callback-bt .text-call{width: 38px;height: 38px;}
.callback-bt {width: 38px; height: 38px;}
.overlay a {padding:5px; font-size:15px;}
.search-input_hidden {font-size:15px; height: 20px;}
#searchsubmit_hidden {font-size:15px;height: 20px;width: 30px;}
#searchform_hidden{margin:0;}
.telephon-head_hidden i{font-size:15px;line-height: 2em;}
.telephon-head_hidden{margin-top:20px;}
.mail-head_hidden i{font-size:15px;line-height: 2em;}


.search-result-text-container{font-size:16px;}
.search-container{font-size:8px;}
.search-result-item-line-block{margin:0;}
.search-result-item-img{margin:5px;width: 30%;height: 180px;}
.search-result-item-img img{height: 134px;margin:10 0;}
.entry-header{font-size:14px;margin-bottom: 5px;}
.search-result-item-content{font-size:10px;}
.date{position: relative;margin:0;text-align: left; font-size:12px;}
.search-page-numbers{margin:0 10%;text-align: center;}
.search-page-numbers ul li {font-size:12px;}
.search-result-item-line-block a{width: 100px;height: 20px;line-height: 20px;font-size:12px;}
.page-numbers{padding: 5px; line-height: 5px;}


.post-img-title{display: flex;flex-direction: column;}
.post-img-title img {width: 85%;}
.post-img-title h1 {text-align: center;margin:0; font-size:16px;width: 100%; padding: 0; margin:10 auto; height: auto}
.post-img-title h2 {text-align: center;margin:0; color:lightgrey; font-size:14px; position: relative; top:0;}
.post-content img {width: 60%; margin:10 auto; float:initial;}
.post-content p{margin:10 5; font-size: 10px;}
.post-content{margin:15px 10px 0 10px;}
.colum-title-date {display: block;}

.entry-title_404{margin-top:10px;}

table {width:100%; border:0;}
thead {display: none;}
td{width: auto;}
tr:nth-of-type(2n) {background-color: inherit;}
tr td:first-child {background: #f0f0f0; font-weight:bold;font-size:1.5em;}
tr th:first-child {font-weight:bold;font-size:2.5em;}
tbody td, tbody th {display: block; text-align:left;}
tbody td, tbody th:before {
content: attr(data-th);
display: block;
text-align:center;
}

	header{height: 75px;}

}

@media only screen and (min-width : 640px) and (max-width : 767px)  {
.menu__mobile{display: inherit;}
	#searchform{display: none;}

	.ul-footer{font-size:12px;}
	.icons-footer li img{width: 30px;}

		.inactive{font-size:14px; width: 15px;}
.active{font-size: 14px;width: 15px;}

.three-order-container{height: auto;}
.items{flex-direction: column;}
	.item-order{width: 100%;}
  	.item-order:nth-child(2){margin:10px 0;}

.category-info{width: 48%;height: 230px;}

.test{justify-content: flex-start;}

.video-and-news-main{height: auto; flex-direction: column;}
.news-main{width: 100%;}
	.video-main{width: 100%;}
.video-content{width: 100%;}
	.video-content iframe{width: 95% !important; height: 100%;}
.icons-container{margin:0 10% 0 10%; justify-content: space-around;}
	.icons-item{width: 16.5%;}
	.icons-item i{margin:20px 0 10px 0; font-size:80px;}
	.icons-item:nth-child(1){margin-left:0;}
	.icons-item h3{width: 100%; overflow-wrap: break-word;}
	.ul-footer:nth-child(1){padding-left:0px;}
	.footer-item-lower:nth-child(1) { width: 32% !important;}

	.fixed_info_search{display: none;}

.top-menu{display: none;}
	.icons-footer{flex-wrap: wrap;margin:0;}
	.icons-footer li img{margin:5px;}
	.footer-item-lower:nth-child(3){width: 22%;}
	.logo-footer{width: 150px;}
	.logo{margin: 10px 0 0 60px;}

.support-service img{width: auto;}

.news-container{flex-direction: column;}
	.news-item{width: 100%; margin:10px 0;}
	.news-item-info h2{font-size:20px;}
	.news-page-numbers-container{margin:0;}
  .news-content img{height: auto;}
.news-content{width: 100%;height: auto;}

	.container-contacts{flex-direction: column;}
	.contacts-info{width: 100%;}
	.map-contact{width: 100%;margin:0%;}

.icons-container-background{display: none;}


.menu{width: 100px;}
.navigation a{font-size:8px;}
.callback-bt i{font-size:16px; line-height: 38px;}
.callback-bt .text-call{width: 38px;height: 38px;}
.callback-bt {width: 38px; height: 38px;}
.overlay a {padding:5px; font-size:15px;}
.search-input_hidden {font-size:15px; height: 20px;}
#searchsubmit_hidden {font-size:15px;height: 20px;width: 30px;}
#searchform_hidden{margin:0;}
.telephon-head_hidden i{font-size:15px;line-height: 2em;}
.telephon-head_hidden{margin-top:20px;}
.mail-head_hidden i{font-size:15px;line-height: 2em;}


.search-result-text-container{font-size:16px;}
.search-container{font-size:8px;}
.search-result-item-line-block{margin:0;}
.search-result-item-img{margin:5px;width: 50%;height: 180px;}
.search-result-item-img img{width: 70%;height: 150px;margin:5% 15%;}
.entry-header{font-size:auto;}
.date{position: relative;margin:0;text-align: left;}
.search-page-numbers{margin:0 10%;text-align: center;}
.search-page-numbers ul li {font-size:12px;}
.search-result-item-line-block a{width: 100px;height: 20px;line-height: 20px;font-size:12px;}
.page-numbers{padding: 5px; line-height: 5px;}



.post-img-title{display: flex;flex-direction: column;}
.post-img-title img {width: 85%;}
.post-img-title h1 {text-align: center;margin:0; font-size:16px;width: 100%; padding: 0; margin:10 auto; height: auto}
.post-img-title h2 {text-align: center;margin:0; color:lightgrey; font-size:14px; position: relative; top:0;}
.post-content img {width: 100%; margin:0 0 10 0;}
.post-content p{margin:10 5; font-size: 10px;}
.post-content{margin:15px 10px 0 10px;}
.colum-title-date {display: block;}

.entry-title_404{margin-top:10px;}

table {width:100%; border:0;}
thead {display: none;}
td{width: auto;}
tr:nth-of-type(2n) {background-color: inherit;}
tr td:first-child {background: #f0f0f0; font-weight:bold;font-size:1.5em;}
tr th:first-child {font-weight:bold;font-size:2.5em;}
tbody td, tbody th {display: block; text-align:left;}
tbody td, tbody th:before {
content: attr(data-th);
display: block;
text-align:center;
}

header{height: 75px;}

	}

@media only screen and (min-width : 480px) and (max-width : 639px) {
.menu__mobile{display: inherit;}
	#searchform{display: none;}

	.ul-footer{font-size:12px;}
	.icons-footer li img{width: 30px;}

	.inactive{font-size:14px; width: 15px;}
.active{font-size: 14px;width: 15px;}

.category-info{width: 100%;}
.news-main{width: 100%;}
.test{justify-content: flex-start;}
.news-content{width: 100%; margin:10px 0 0 0 !important;}
.video-and-news-main{height: auto; flex-direction: column;}
.video-main{width: 100%;}
.video-content{width: 374px;}
.video-content{width: 100%;}
	.video-content iframe{width: 95% !important; height: 100%;}
.icons-container{ justify-content: space-around;}
	.icons-item{width: 16.5%;}
	.icons-item img{width: 50px; height: 50px;}
	.icons-item:nth-child(1){margin-left:0;}
	.icons-item h3{width: 100%; font-size: 10px; overflow-wrap: break-word;}
	.icons-container-background{height: 140px;}
	.ul-footer:nth-child(1){padding-left:0px;}
	.three-order-container{height: auto;}
	.footer-item-lower:nth-child(1) { width: 32% !important;}
	!* .item-order{width: 31%; overflow: hidden;} *!
	.items{width: 100%; display: flex; justify-content: flex-start; flex-direction: column;}
	.item-order{width: 100%;margin:20px 0 20px 0; height: auto;}
  .item-order:nth-child(2){margin:5px 0;}
	.fixed_info_search{display: none;}
	.top-menu{display: none;}
	.icons-footer{flex-wrap: wrap;margin:0;}
	.icons-footer li img{margin:5px;}
	.footer-item-lower:nth-child(3){width: 22%;}
	.logo-footer{width: 120px;}
	.logo{margin: 10px 0 0 60px;}
	.search-input{width: 120px;}
	.three-order-container h2{font-size:16px; margin:0;}

	.item-img{width: 70%;margin:0 auto; height: auto;}

.support-container{flex-direction: column;}
.support-service{width: 100%;}

.news-container{flex-direction: column;}
	.news-item{width: 90%}
	.news-item-info h2{font-size:20px;}

	.container-contacts{flex-direction: column;}
	.contacts-info{width: 100%}
	.map-contact{width: 100%;margin:0%;}


	.menu{width: 100px;}
.navigation a{font-size:8px;}
.callback-bt i{font-size:16px; line-height: 38px;}
.callback-bt .text-call{width: 38px;height: 38px;}
.callback-bt {width: 38px; height: 38px;}
.overlay a {padding:5px; font-size:15px;}
.search-input_hidden {font-size:15px; height: 20px;}
#searchsubmit_hidden {font-size:15px;height: 20px;width: 30px;}
#searchform_hidden{margin:0;}
.telephon-head_hidden i{font-size:15px;line-height: 2em;}
.telephon-head_hidden{margin-top:20px;}
.mail-head_hidden i{font-size:15px;line-height: 2em;}

.search-result-text-container{font-size:16px;}
.search-container{font-size:8px;}
.search-result-item-line-block{margin:0;}
.search-result-item-img{margin:5px;width: 50%;height: 180px;}
.search-result-item-img img{width: 90%;height: 100px;margin:15% 5%;}
.entry-header{font-size:auto;}
.date{position: relative;margin:0;text-align: left;}
.search-page-numbers{margin:0 10%;text-align: center;}
.search-page-numbers ul li {font-size:10px;}
.search-result-item-line-block a{width: 60px;height: 15px;line-height: 15px;}
.page-numbers{padding: 5px; line-height: 5px;}


.post-img-title{display: flex;flex-direction: column;}
.post-img-title img {width: 85%;}
.post-img-title h1 {text-align: center;margin:0; font-size:16px;width: 100%; padding: 0; margin:10 auto; height: auto}
.post-img-title h2 {text-align: center;margin:0; color:lightgrey; font-size:14px; position: relative; top:0;}
.post-content img {width: 100%; margin:0 0 10 0;}
.post-content p{margin:10 5; font-size: 10px;}
.post-content{margin:15px 10px 0 10px;}
.colum-title-date {display: block;}

.entry-title_404{margin-top:10px;}

table {width:100%; border:0;}
thead {display: none;}
td{width: auto;}
tr:nth-of-type(2n) {background-color: inherit;}
tr td:first-child {background: #f0f0f0; font-weight:bold;font-size:1.5em;}
tr th:first-child {font-weight:bold;font-size:2.5em;}
tbody td, tbody th {display: block; text-align:left;}
tbody td, tbody th:before {
content: attr(data-th);
display: block;
text-align:center;
}

header{height: 75px;}
footer{font-size:12px;}
}

@media only screen and (min-width : 320px) and (max-width : 479px) {

.img-banner-footer{margin-left:10px;width: 50px;}

	.news-item h2{font-size: 14px;}
	.news-item a{font-size: 12px; height: 20px; line-height: 20px;}

.inactive{font-size:10px; width: 10px;}
.active{font-size: 10px;width: 10px;}
.catalog-inner{margin:100px 3% 20px 3% !important;}

.menu__mobile{display: inherit;}
	#searchform{display: none;}
.category-info{width: 100%; height: 230px;}
.catalog-inner-main{margin:75px 3% 20px 3% !important;}
.category-img{position: relative; float:left; top:0; width: 35%; left:10px;}
.news-main{width: 100%;}
.test{justify-content: center;width: 100%;}
.news-content{width: 100%; margin:10px 0 0 0 !important;}
.video-and-news-main{height: auto; flex-direction: column;}
.video-main{width: 100%;}
.video-content{width: 374px;}
.video-content{width: 100%;}
	.video-content iframe{width: 95% !important; height: 100%;}
.icons-container{margin:0 10% 0 10%; justify-content: space-around;}
	.icons-item{display: none;}
	.icons-container-background{display: none;}
	.ul-footer:nth-child(1){padding-left:0px;}
	.three-order-container{height: auto;}

	.item-order{width: 31%; overflow: hidden; height: 250px;}
	.items{width: 100%; display: flex; justify-content: flex-start; flex-direction: column;}
	.item-order{width: 100%;margin:20px 0 20px 0;}
	.fixed_info_search{display: none;}
	.icons-footer li img{width: 20px; margin:5px;}
	.top-menu{display: none;}
	.icons-footer{flex-wrap: wrap;margin:0;}
	.footer-item-lower:nth-child(3){width: 22%;}
	.logo-footer{width: 80px;}
	.logo{margin: 20px 0 0 20px; width: 150px;}
	.search-input{width: 60px;}
	.item-order h3 {font-size: 16px;}
  .item-order:nth-child(2){margin:0;}
	.item-img{width: 70%;margin:0 auto; height: auto;}
	.item-order span{font-size:10px;}
	.news-main h2{font-size: 16px;}
	.news-content-title{font-size: 14px !important;}
	.three-order-container h2{font-size:16px; margin:0;}



.support-container{flex-direction: column;}
.support-service{width: 100%;}
.support-service img{width: 100%;}

.news-container{flex-direction: column;}
	.news-item{width: 100%; margin:10px 0; font-size:16px;}
	.news-item-info h2{font-size:20px;}
	.news-item-img{height: 200px;}
		.news-page-numbers-container{margin:0;}

	.container-contacts{flex-direction: column;}
	.contacts-info{width: 100%}
	.map-contact{width: 100%;margin:0%;}



.menu{width: 100px;}
.navigation a{font-size:8px;}
.callback-bt i{font-size:16px; line-height: 38px;}
.callback-bt .text-call{width: 38px;height: 38px;}
.callback-bt {width: 38px; height: 38px; bottom: 15%;}
.overlay a {padding:5px; font-size:18px;}
.search-input_hidden {font-size:12px; height: 25px;}
#searchsubmit_hidden {font-size:12px;height: 25px;width: 30px;}
#searchform_hidden{margin:10px;;}
.telephon-head_hidden i{font-size:15px;line-height: 1.5em;}
.telephon-head_hidden{margin-top:20px;}
.mail-head_hidden i{font-size:15px;line-height: 1.5em;}



.search-result-text-container{font-size:12px;}
.search-container{font-size:8px;}
.search-result-item-line-block{margin:0;}
.search-result-item-img{margin:5px;width: 50%;height: 180px;}
.search-result-item-img img{height: 100px;margin:5% 0;}
.search-result-item-content{max-height: 90px;}
.search-result-item-line-block p{font-size: 8px; margin:0;}
.entry-header{font-size:auto;}
.date{position: relative;margin:0;text-align: left;}
.search-page-numbers{margin:0 10%;text-align: center;}
.search-page-numbers ul li {font-size:10px; height: 20px;}
.search-result-item-line-block a{width: 60px;height: 15px;line-height: 15px;}
.page-numbers{padding: 5px; line-height: 5px;}



.post-img-title{display: flex;flex-direction: column;}
.post-img-title img {width: 85%;}
.post-img-title h1 {text-align: center;margin:0; font-size:16px;width: 100%; padding: 0; margin:10 auto; height: auto}
.post-img-title h2 {text-align: center;margin:0; color:lightgrey; font-size:14px; position: relative; top:0;}
.post-content img {width: 100%; margin:0 0 10 0;}
.post-content p{margin:10 5; font-size: 10px;}
.post-content{margin:15px 10px 0 10px;}
.colum-title-date {display: block;}

.entry-title_404{margin-top:10px;}


table {width:100%; border:0;}
thead {display: none;}
td{width: auto;}
tr:nth-of-type(2n) {background-color: inherit;}
tr td:first-child {background: #f0f0f0; font-weight:bold;font-size:2.5em;}
tr th:first-child {font-weight:bold;font-size:2.5em;}
tbody td, tbody th {display: block; text-align:left;}
tbody td, tbody th:before {
  font-size:2.0em;
content: attr(data-th);
display: block;
text-align:center;
}
tbody p{
  font-size:1.2em !important;
content: attr(data-th);
display: block;
text-align:center;
}


header{height: 75px;}
footer{font-size:8px;}
.footer-item:nth-child(1){margin:0;}
.ul-footer a{line-height: 15px;}
	.footer-item-lower:nth-child(1) { width: 32% !important; margin:0;padding-left:20px;}
  .footer-item-lower:nth-child(2) {width: 34% !important;}
	}
*/
