/* ОСНОВНОЙ КОНТЕЙНЕР */
.container-fluid-row > .row-fluid{
	padding-left: 30px;
    padding-right: 30px;
}
.tygh-container {
    max-width: 1380px !important;
    padding-left: 32px;
    padding-right: 32px;
    margin: 0 auto;
}


/* HEADER FULL WIDTH */

.tygh-header {
    width: 100%;
}

/* ВНУТРЕННОСТИ HEADER */

.top-grid,
.header-grid {
    max-width: 1380px;
    margin: 0 auto;
    padding-left: 32px;
    padding-right: 32px;
}


/* MENU FIX */

.ty-menu__items {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.ty-menu__item {
    padding: 0 8px;
}

.ty-menu__link {
    font-size: 15px;
    white-space: nowrap;
}
/* =========================
   FOOTER FIX
========================= */
/* FOOTER */

.tygh-footer {
    background: #111;
    padding-top: 0 !important;
    padding-bottom: 10px;
}


/* ОСНОВНОЙ КОНТЕЙНЕР */

.tygh-footer .span16 {
	padding-top: 30px;
    max-width: 1200px;
    margin: 0 auto !important;
    float: none !important;
}


/* ROW */

.tygh-footer .row-fluid {
    max-width: 1200px;
    margin: 0 auto;
}


/* КОЛОНКИ */

.tygh-footer .span4 {
    width: 20% !important;
    margin-right: 2% !important;
    box-sizing: border-box;
}


/* ПОСЛЕДНЯЯ */

.tygh-footer .span4:last-child {
    margin-right: 0 !important;
}


/* УБИРАЕМ ЛИШНИЕ ОТСТУПЫ */

.tygh-footer .container-fluid-row,
.tygh-footer .ty-footer-menu {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 0 !important;
}


/* HEADER */

.tygh-footer .ty-footer-general__header {
    margin-bottom: 14px;
    padding-top: 0 !important;
    font-size: 18px;
}


/* СПИСОК */

.tygh-footer ul li {
    margin-bottom: 3px;
    line-height: 1.45;
}


/* COPYRIGHT */

.tygh-footer .bottom-copyright {
    margin-top: 15px;
    padding-top: 12px;
    border-top: 1px solid rgba(255,255,255,0.06);
}

.tygh-footer a {
    transition: 0.2s ease;
}

.tygh-footer a:hover {
    color: #fff;
    opacity: 0.8;
}
.tygh-footer .ty-footer-general__header {
    margin-bottom: 20px;
}
.tygh-footer ul li {
    color: rgba(255,255,255,0.75);
}
/* =========================
   MEGA MENU REWORK
========================= */


/* ОСНОВА */

.abt__ut2-mm {
    max-width: 1280px !important;
    margin: 0 auto !important;
}


/* DROPDOWN */

.ty-menu__submenu-items,
.abt__ut2-mm__dropdown {

    width: 1180px !important;
    max-width: 1180px !important;

    left: 50% !important;
    transform: translateX(-50%) !important;

    background: #ffffff !important;

    border-radius: 0 0 18px 18px;

    padding: 35px 40px !important;

    box-shadow:
        0 20px 50px rgba(0,0,0,0.14);

    border: none !important;
}


/* КОНТЕЙНЕР КОЛОНОК */

.ty-menu__submenu-items > div,
.abt__ut2-mm__dropdown-inner {

    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 45px;
}


/* КОЛОНКИ */

.ty-menu__submenu-col,
.abt__ut2-mm__item {

    width: 200px !important;
    min-width: 200px;

    margin: 0 !important;
    padding: 0 !important;
}


/* ЗАГОЛОВКИ */

.ty-menu__submenu-item-header,
.abt__ut2-mm__item-header {

    font-size: 17px !important;
    font-weight: 700;

    margin-bottom: 14px !important;

    color: #111;
}


/* ПУНКТЫ */

.ty-menu__submenu-item a,
.abt__ut2-mm__link {

    font-size: 15px !important;

    line-height: 1.45;

    color: #444 !important;

    transition: 0.18s ease;
}


/* HOVER */

.ty-menu__submenu-item a:hover,
.abt__ut2-mm__link:hover {

    color: #000 !important;

    padding-left: 4px;
}


/* TOP MENU */

.abt__ut2-mm__item>a {

    font-size: 16px !important;

    font-weight: 500;

    padding: 0 16px !important;
}


/* УБИРАЕМ PAGINATION */

.abt__ut2-mm__controls,
.abt__ut2-mm__pages,
.owl-controls,
.owl-pagination {

    display: none !important;
}


/* УБИРАЕМ СТРАНЫЕ ШИРИНЫ */

.ty-menu__submenu {

    width: auto !important;
}


/* ПЛАВНОСТЬ */

.ty-menu__submenu-items,
.abt__ut2-mm__dropdown {

    animation: utMegaFade 0.18s ease;
}


@keyframes utMegaFade {

    from {
        opacity: 0;
        transform:
            translateX(-50%)
            translateY(10px);
    }

    to {
        opacity: 1;
        transform:
            translateX(-50%)
            translateY(0);
    }

}

/* =========================
   SITEMAP REWORK
========================= */
/* =========================
   SITEMAP FULL FIX
========================= */


/* ОСНОВА */

.ty-sitemap {

    max-width: 1600px;

    margin: 0 auto;

    padding: 40px 50px 90px;
}


/* TITLE */

.ty-mainbox-title {

    text-align: center;

    font-size: 40px !important;

    font-weight: 800;

    line-height: 1.1;

    margin-bottom: 30px !important;

    color: #111;
}


/* SECTION */

.ty-sitemap__section {

    margin-bottom: 80px;
}


/* SECTION TITLE */

.ty-sitemap__section-title {

    font-size: 42px !important;

    font-weight: 700;

    margin-bottom: 40px !important;

    padding-bottom: 18px;

    border-bottom:
        1px solid rgba(0,0,0,0.08);

    color: #111;
}


/* =========================
   INFO BLOCKS
========================= */

.ty-sitemap__section-wrapper {

    width: 46%;

    display: inline-block;

    vertical-align: top;

    margin-right: 3%;

    margin-bottom: 30px;
}


/* SUBTITLE */

.ty-sitemap__section-sub-title {

    font-size: 30px !important;

    font-weight: 700;

    margin-bottom: 24px !important;

    color: #111;
}


/* =========================
   RESET CS-CART
========================= */

.ty-sitemap__tree-section,
.ty-sitemap__tree-section-list {

    float: none !important;

    width: auto !important;

    margin-right: 20px ;

    padding: 0 !important;
}


/* =========================
   TREE LAYOUT
========================= */

.ty-sitemap__tree {

    column-count: 5;

    column-gap: 70px;
}


/* COLUMN */

.ty-sitemap__tree-section {

    display: flex;

    width: 100%;

    margin-bottom: 50px;

    break-inside: avoid;
}


/* =========================
   CATEGORY TITLE
========================= */

.ty-sitemap__tree-list-item.parent {

    margin-bottom: 20px;
}


.ty-sitemap__tree-list-item.parent a {

    display: block;

    font-size: 26px;

    font-weight: 700;

    line-height: 1.2;

    margin-bottom: 20px;

    color: #111;
}


/* =========================
   LIST
========================= */

.ty-sitemap__tree-section-list {

    list-style: none;
}


/* ITEMS */

.ty-sitemap__tree-list-item {

    margin-bottom: 12px;

    line-height: 1.55;
}


/* LINKS */

.ty-sitemap a {

    color: #4b4b4b;

    text-decoration: none;

    transition:
        color 0.18s ease,
        transform 0.18s ease;
}


/* HOVER */

.ty-sitemap a:hover {

    color: #000;
}


/* =========================
   SUBLEVELS
========================= */


/* LEVEL 2 */

.ty-sitemap__tree-list-item[style*="padding-left: 10px"] {

    padding-left: 14px !important;

    font-size: 15px;

    opacity: 0.92;
}


/* LEVEL 3 */

.ty-sitemap__tree-list-item[style*="padding-left: 15px"] {

    padding-left: 28px !important;

    font-size: 14px;

    opacity: 0.72;
}


/* =========================
   COMMON LINKS
========================= */

.ty-sitemap ul {
    padding: 0;
    list-style: none;
}


.ty-sitemap li {

    margin-bottom: 5px;
}


/* =========================
   BACKGROUND
========================= */

body {

    background: #f5f5f7;
}


/* =========================
   MOBILE
========================= */

@media (max-width: 1400px) {

    .ty-sitemap__tree {

        column-count: 4;
    }

}


@media (max-width: 1100px) {

    .ty-sitemap__tree {

        column-count: 3;
    }

}


@media (max-width: 768px) {

    .ty-mainbox-title {

        font-size: 44px !important;

        margin-bottom: 50px !important;
    }

    .ty-sitemap__section-title {

        font-size: 30px !important;
    }

    .ty-sitemap__tree {

        column-count: 1;
    }

    .ty-sitemap__section-wrapper {

        width: 100%;

        margin-right: 0;
    }

    .ty-sitemap {

        padding: 25px 20px 60px;
    }

}

@media (min-width: 900px) {
    .ty-blog-grid[class*="span"]:not(:only-child):not(.span9) {
        padding-left: 100px;
      
    }
}
@media (min-width: 900px) {
    .ty-blog-grid ~ [class*="span"] {
        margin: 5px 100px 0 0px;
    }
}

/* УБИРАЕМ ПРАВЫЙ БЛОК */

.profile-information-grid {

    display: none !important;
}


/* ОСНОВНОЙ БЛОК ПО ЦЕНТРУ */

.main-content-grid {

    width: 100% !important;

    max-width: 1100px;

    margin: 0 auto !important;

    float: none !important;
}
.auth-information-grid{
	width: 100% !important;
    max-width: 1200px;
    margin: 0 auto !important;
    float: none !important;
	padding-bottom: 35px;
}