html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

:focus {
    outline: 0;
}

body {
    line-height: 1;
    color: black;
    background: white;
}

ol, ul {
    list-style: none;
    margin: 0 0 10px 0;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}

blockquote, q {
    quotes: "" "";
}

body {
    display: flex;
    justify-content: center;
    background: #f7f7f7;
    /* font: 14px 2", Arial, sans-serif; */
    font: 14px system, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Segoe WP', Roboto, Ubuntu, Oxygen, Cantarell, 'Fira Sans', 'Helvetica Neue', Helvetica, 'Lucida Grande', 'Droid Sans', Tahoma, 'Microsoft Sans Serif', sans-serif;
    font-weight: 400;
    color: #000;
    text-align: left;
    width: 100%;
    min-width: 100%;
    -webkit-animation: bugfix infinite 1s;
}
a {
    font-weight: 700;
    color: #22669c;
    text-decoration: none;
}
@supports (-webkit-touch-callout: none) {
a {
  /* Только для iOS Safari */
  font-weight: 500;
}
}

.text-center {
    justify-content: center;
    display: flex;
}
@-webkit-keyframes bugfix {
    from {
        padding: 0;
    }
    to {
        padding: 0;
    }
}

.clear {
    clear: both;
}

strong {
    font-weight: 700;
}

b {
    font-weight: 700;
}

.none {
    display: none;
}

h1 {
    font-size: 22px;
    font-weight: 700;
    color: #000;
}

h2 {
    font-size: 20px;
    font-weight: 700;
    color: #000;
}

.pointer {
    cursor: pointer;
}

.table {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.navigation-mobile_burger_image .fas {
    font-size: 20px;
    line-height: 30px;
    color: #000;
}
.cart_sum h5 {
    white-space: nowrap;
    width:55px;
}

.row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    box-sizing: border-box;
}

.row .name {
    flex: 2;
    text-align: left;
    font-size: 20px;
}

.row .price {
    flex: 1;
    text-align: center;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.row .button {
    display: flex;
    flex: 1;
    text-align: right;
}
.button {
    display: flex;
}
.button .cart-button {
    margin-bottom:20px;
    margin-left:20px;
    white-space: nowrap;
}
.pricefor {
line-height: 20px;
font-size: 12px;
}
.price-block {
line-height: 20px;
}
.wrapper-right {
    max-width: calc(100% - 260px);
}

@media (max-width: 1050px) {
    .wrapper-left {
        display: none;
    }

    .wrapper-right {
        max-width: 100%;
    }
}

@media (max-width: 760px) {
    .wrapper-right {
        max-width: 100%;
    }
}
.header {
    display: flex;
    width: 100%;
    height: 88px;
    z-index: 1;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
}

.header-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 100%;
    height: 88px;
    max-height: 88px;
    background: linear-gradient(-45deg, #f9f9f9, #fff);

}

.header-logo .text-logo {
    white-space: nowrap;
    font-size: 22px;
    font-weight: 700;
    color: #000;
}

.header-logo img {
    display: inline-block;
    margin-left: 10px;
    margin-right: 5px;
}

.text-logo b {
    color: #22669c
}

.header-image {
    height: 38px;
    filter: drop-shadow(0px 0px 1px #fff);
}

.header-menu {
    display: flex;
    align-content: flex-start;
    justify-content: space-between;
    align-items: center;
    /* justify-content: space-between; */
    box-sizing: border-box;
    width: 100%;
    padding: 0 30px;
    background-color: #5b6970;
    background: linear-gradient(-2deg, #5b6970, #6e7c85)
}

.header-item {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    height: 25px;
    font-size: 20px;
    font-weight: 600;
    margin-right: 25px;
    padding-bottom: 2px;
    color: #fff;
    text-decoration: none;
}

.header-item:hover {
    color: #ffdd83;
}

.header-item-active {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    height: 25px;
    font-size: 20px;
    font-weight: 600;
    margin-right: 25px;
    padding-bottom: 2px;
    color: #FFD700;
    text-decoration: none;
}

.header-item-price {
    margin-right: 0;
    color: #ffe9ae;
    font-size: 14px;
}

.header-item-price:hover {
    color: #fff;
}

.header-description {
    min-width: 222px;
    margin-right: 10px;
    height: 50px;
    padding: 1px 0 3px;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    justify-content: flex-start;
    align-content: space-between;
    margin-top: -5px;
}

.header-description_top {
    display: flex;
    margin-top: 5px;
    margin-left: 5px;
}

.header-container_left {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    width: 100%;
    height: 100%;
}

.header-container_left_burger {
    display: none;
    width: 48px;
    height: 48px;
    border-radius: 10px;
    background: #195280;
}

@media (max-width: 1500px) {
    .cart_text {
        display: none;
    }
}
@media (max-width: 1400px) {
    .header-item {
        font-size: 18px;
    }
}

@media (max-width: 1300px) {
    .header-item {
        font-size: 17px;
    }
}

@media (max-width: 760px) {
    .header-container_left_burger {
        display: flex;
    }

    .header-item {
        display: none;
    }

    .header-description {
        display: none;
    }
}

@media (max-width: 760px) {
    .header {
        display: none;
    }

    .header-menu {
        display: none;
    }
}

.header-container_right {
    display: flex;
    justify-content: flex-end;
    height: 70px;
    align-items: center;
}

.header-time {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    overflow: hidden;
    text-decoration: none;
    height: 24px;
    padding: 0 15px 2px;
    white-space: nowrap;
    font-size: 13px;
    font-weight: 500;
    background-color: #2e6390;
    color: rgb(255, 255, 255);
    border-radius: 5px;
    transition-duration: 0.1s;
}

.header-time:hover {
    background-color: #195280;
}

.header-address {
    margin-left: 28px;
    font-weight: 400;
    display: flex;
    align-items: flex-end;
    box-sizing: border-box;
    overflow: hidden;
    text-decoration: none;
    padding: 0 3px 0;
    font-size: 14px;
    color: #FFFFFF;
}

.order-button {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    overflow: hidden;
    text-decoration: none;
    height: 24px;
    padding: 0 15px 2px;
    margin-right: 5px;
    font-size: 13px;
    font-weight: 500;
    background-color: #2e6390;
    color: rgb(255, 255, 255);
    border-radius: 5px;
    border: none;
}

.order-button:hover {
    background-color: #195280;
}
.header-mail {
    text-align: left;
    color: #fff;
    text-decoration: none;
}
.header-mail span {
    text-decoration: none;
}
.header-address  a.nowrap {
    font-weight: 400;
    color: white;
    display: block;
}
.header-phones {
    display: flex;
    position: relative;
    box-sizing: border-box;
    height: 60px;
    padding: 0 0 2px;
    /* border: 1px solid #4979a0; */
    border-radius: 5px;
    z-index: 10;
    padding-right: 10px;
    flex-direction: column;
    color: #fff;
}



.header-number {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    text-decoration: none;
    white-space: nowrap;
    font-size: 20px;
    font-weight: 550;
    color: #FFF
}

.header-number:hover {
    color: #fff;
}

.header-phones-button {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 50px;
    height: 50px;
    border-radius: 0 4px 4px 0;
    /* border-left: 1px solid #4979a0; */
    /* background-color: #578bb5; */
    cursor: pointer;
    transition-duration: 0.1s;
}

.header-phones-button:hover {
}

.header-phones-arrow {
    width: 6px;
    height: 6px;
    margin-top: -5px;
    border-bottom: 2px solid #bbb;
    border-right: 2px solid #bbb;
    transform: rotate(45deg);
}

.header-numbers {
    display: none;
    flex-wrap: wrap;
    position: absolute;
    box-sizing: border-box;
    cursor: default;
    width: 100%;
    padding-bottom: 10px;
    right: 0px;
    top: 40px;
    background-color: #fff;
    /* border: 1px solid #416d92; */
    border-top: 0;
    border-radius: 0 0 4px 4px;
    transition-duration: 0.1s;
}

.header-phones:hover > .header-numbers {
    display: flex;
    box-sizing: content-box;
    border: 2px solid #3f759f;
    left: -2px;
    border-top: 0;
}

.header-number-inner {
    margin-top: 10px;
    margin-bottom: 5px;
}

.header__price-links {
    display: flex;
    align-items: center;
    color: #fff;
}

@media (max-width: 700px) {
    .header-phones {
        display: none;
    }
}

@media only screen and (max-width: 700px) {
    .header__price-links {
        flex-wrap: wrap;
    }

    .header__price-links span {
        display: block;
        width: 100%;
    }

    .header__price-links a {
        display: inline;
    }
}
/* --------HEADER--------*/
.wrapper {
    display: flex;
    align-items: flex-start;
    width: 100%;
    max-width: 1920px;
    box-shadow: 0 3px 70px hsla(0, 0%, 0%, 0.10);
    background-color: #f7f7f7;
}

.wrapper-left {
    position: sticky;
    top: 0;
    min-width: 260px;
}

.container {
    display: flex;
}

.m-menu, .m-catalog {
    display: none;
}

.header {
    width: 100%;
    position: relative;
    background-color: #fff;
}

@media only screen and (max-width: 1250px) {
    .wrapper-left {
        min-width: 230px;
    }
}

@media only screen and (max-width: 760px) {
    .wrapper {
        /* overflow-x: hidden;
		height: 100vh;
		border-radius: 10px 10px 0 0; */
    }

    .wrapper-left {
        display: none;
    }
}

.logo {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    width: 25%;
    text-align: center;
    font-family: 'Exo 2', Arial, sans-serif;
    font-size: 12px;
    padding: 0 25px;
    box-sizing: border-box;
    float: left;
    background-color: #fff;
    height: 135px;
}

.logo img {
    width: 198px;
    height: 38px;
}

.menu-phones {
    width: 75%;
    height: 135px;
    float: right;
    text-align: center;
    background-color: #5385ad;
}

.menu {
    display: flex;
    padding: 0 25px 2px;
    box-sizing: border-box;
    height: 40px;
    background-color: #578bb5;
    margin-bottom: 0;
}

.menu li {
    line-height: 40px;
    display: inline-block;
}

.menu li a {
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    padding-right: 20px;
}

.menu li a:hover {
    color: #e2f2ff;;
}

/*--------CATALOG--------*/

.catalog_main {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    overflow: hidden;
    width: 100%;
    padding: 30px 20px 0;
    background-color: #f3f3f3;
}

.catalog_main:last-child {
    padding-bottom: 30px;
}

.catalog_main-stock {
    padding: 30px 20px 20px;
    background-color: #e3e3e3;
}

.catalog {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    width: 100%;
    background-color: #f5f5f5;
}

.catalog_title {
    text-decoration: none;
    padding: 30px 30px 10px;
    font-size: 36px;
    font-weight: 700;
    /* border-bottom: 2px solid #eee; */
    color: #757575;
    background-color: #fff;
}

.catalog_title:hover {
    color: #000;
}

.catalog_description {
    text-decoration: none;
    margin: 30px 30px 0px;
    padding-bottom: 35px;
    font-size: 34px;
    font-weight: 700;
    /* border-bottom: 3px solid #eee; */
    color: #757575;
    background-color: #fff;
}

.catalog_description:hover {
    color: #000;
}

.catalog_container {
    display: flex;
    flex-wrap: wrap;
    overflow-x: auto;
    box-sizing: border-box;
    width: 100%;
    padding: 30px 10px 15px 30px;
    /* background: linear-gradient(180deg, #fff, #f9f9f9); */
    background-color: #f5f5f5;
}

.catalog_container::-webkit-scrollbar {
    width: 12px;
    height: 12px;
}

.catalog_container::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 5px;
}

.catalog_container::-webkit-scrollbar-thumb {
    background-color: #c1c1c1;
    border-radius: 5px;
    transition-duration: 0.1s;
    cursor: pointer;
}

.catalog_container::-webkit-scrollbar-thumb:hover {
    background-color: #a8a8a8;
}

.catalog_container::-webkit-scrollbar-thumb:active {
    background-color: #787878;
}

.catalog_container::-webkit-scrollbar-button {
    background-color: transparent;
    width: 8px;
    height: 0;
}

.catalog_container-list {
    display: flex;
    flex-wrap: wrap;
    overflow-x: auto;
    box-sizing: border-box;
    width: 100%;
    padding: 30px 10px 15px 30px;
    border-bottom: 1px solid #eee;
    background-color: #f5f5f5;
}

.catalog_item {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    box-sizing: border-box;
    text-decoration: none;
    width: calc(20% - 10px);
    min-width: 250px;
    max-width: 250px;
    margin-right: 15px;
    margin-bottom: 15px;
    /* border: 2px solid #eee; */
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 4px 6px 10px rgba(0, 0, 0, 0.075);
    transition-duration: 0.1s;
}

.catalog_item:hover {
    transform: scale(1.025);
}

.catalog_item:hover .catalog_item_buy {
    display: flex;
}

.catalog_item_text {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    width: 100%;
    padding-bottom: 25px;
}

.catalog_item_buy {
    display: none;
    box-sizing: border-box;
    position: absolute;
    top: 15px;
    right: 15px;
    width: 36px;
    height: 36px;
    border-radius: 5px;
    border: 2px solid rgba(255, 224, 131, 0.6);
    transition-duration: 0.1s;
}

.catalog_item_buy:hover {
    background-color: #ffe083;
    transform: scale(1.1);
}

.catalog_item_image {
    width: 100%;
    max-height: 275px;
    margin-bottom: 20px;
}

.catalog_item_title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    height: 27px;
    padding: 0 25px;
    font-size: 23px;
    line-height: 25px;
    font-weight: 700;
    color: #000;
}

.catalog_item_description {
    width: 100%;
    padding: 0 25px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #757575;
}

.catalog_item_price {
    display: none;
    width: 100%;
    padding: 0 25px;
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: #353535;
}

.catalog_item_price-second {
    display: none;
    width: 100%;
    padding: 0 25px;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: #353535;
}

.catalog_item_price-ot {
    margin-right: 8px;
    font-weight: 500;
    letter-spacing: 0;
    color: #8a8a8a;
}

.catalog_item_price-za {
    margin-left: 10px;
    font-weight: 500;
    letter-spacing: 0;
    color: #8a8a8a;
}

.catalog_item_button {
    display: flex;
    align-items: center;
    position: relative;
    height: 20px;
    margin: 0 25px;
    font-size: 17px;
    font-weight: 700;
    border-radius: 5px;
    color: #22669c;
    transition-duration: 0.05s;
}

.catalog_item_button:hover {
    color: #000;
}

.catalog_item-stock {
    display: flex;
    box-sizing: border-box;
    text-decoration: none;
    position: relative;
    width: calc(25% - 10px);
    padding: 20px 20px 20px 0;
    margin: 0 10px 10px 0;
    border-radius: 3px;
    background-color: #fff;
    box-shadow: 3px 4px 5px rgba(0, 0, 0, 0.06);
    transition-duration: 0.05s;
}

.catalog_item-stock:hover {
    transform: scale(1.015);
    box-shadow: 3px 4px 5px rgba(0, 0, 0, 0.05), 0px 0px 15px rgba(0, 0, 0, 0.1);
}

.catalog_item-stock:hover .catalog_item_title-list {
    color: #000;
}

.catalog_item-stock:hover .catalog_item_description-list {
    color: #000;
}

.catalog_item-stock:hover .catalog_item_image-list {
    /* transform: scale(1.05); */
}

.catalog_item-stock:nth-child(5n) {
    border-right: 0;
}

.catalog_item-list {
    display: flex;
    box-sizing: border-box;
    text-decoration: none;
    position: relative;
    width: calc(33% - 10px);
    /* height: 60px; */
    padding: 20px 20px 20px 0;
    margin: 0 10px 10px 0;
    border-radius: 3px;
    background-color: #fff;
    box-shadow: 3px 4px 5px rgba(0, 0, 0, 0.06);
    transition-duration: 0.05s;
}

.catalog_item-list:hover {
    transform: scale(1.015);
    box-shadow: 3px 4px 5px rgba(0, 0, 0, 0.05), 0px 0px 15px rgba(0, 0, 0, 0.1);
}

.catalog_item-list:hover .catalog_item_title-list {
    color: #000;
}

.catalog_item-list:hover .catalog_item_description-list {
    color: #000;
}

.catalog_item-list:hover .catalog_item_image-list {
    /* transform: scale(1.05); */
}

.catalog_item-list:nth-child(5n) {
    border-right: 0;
}

.catalog_item_page-list {
    display: flex;
    box-sizing: border-box;
    text-decoration: none;
    width: calc(25% - 10px);
    padding: 20px 20px 20px 0;
    margin: 0 10px 10px 0;
    border-radius: 3px;
    background-color: #fff;
    box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.05);
    transition-duration: 0.1s;
}

.catalog_item_page-list:hover {
    transform: scale(1.015);
    box-shadow: 3px 4px 5px rgba(0, 0, 0, 0.05), 0px 0px 15px rgba(0, 0, 0, 0.1);
}

.catalog_item_image-list {
    box-sizing: border-box;
    width: 110px;
    min-width: 110px;
    max-width: 110px;
    height: 110px;
    min-height: 110px;
    max-height: 110px;
    /* padding: 5px; */
    margin-right: 25px;
    margin-left: 20px;
    border-radius: 5px;
    box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.075);
    transition-duration: 0.1s;
}

.catalog_item_image-star {
    content: " ";
    position: absolute;
    top: 10px;
    right: 10px;
    width: 18px;
    height: 18px;
}

.catalog_item_container-list {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    text-decoration: none;
    /* justify-content: space-between; */
    align-items: center;
    width: 100%;
}

.catalog_item_title-list {
    width: 100%;
    margin-right: 10px;
    margin-bottom: 1px;
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    color: #22669c;
}

.catalog_item_title-list:hover {
    color: #000;
}

.catalog_item_description-list {
    text-align: right;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #000;
    white-space: nowrap;
}

.catalog_item_description-none {
    text-decoration: line-through;
    margin: 0 0 0 5px;
    font-size: 13px;
    color: #757575;
}

@media (max-width: 1800px) {
    .catalog_item-list {
        width: calc(25% - 10px);
    }

    .catalog_item-list:nth-child(4n) {
        border-right: 0;
    }

    .catalog_item-list:nth-child(5n) {
        border-right: 0;
    }
}

@media (max-width: 1860px) {
    .catalog_item-list {
        width: calc(50% - 10px);
    }

    .catalog_item-list:nth-child(2n) {
        border-right: 0;
    }
}

@media (max-width: 1300px) {
    .catalog_item {
        min-width: 230px;
    }
}

@media (max-width: 760px) {
    .catalog_main {
        overflow: hidden;
        background: #eee;
        padding: 0px;
        border-top: 1px solid #eee;
    }

    .catalog_main:last-child {
        padding: 0 0 10px;
    }

    .catalog {
        overflow: hidden;
        background: #eee;
    }

    .catalog_item_text {
        padding-bottom: 15px;
    }

    .catalog_item-stock {
        width: 100%;
        border-right: 0;
        padding: 17px 17px 17px 0;
        margin: 0;
        border-radius: 0;
        border-bottom: 1px solid #eee;
    }

    .catalog_item_image-star {
        top: calc(50% - 14px);
        right: 24px;
        width: 28px;
        height: 28px;
    }

    .catalog_item-stock:hover {
        transform: none;
        background-color: #f7f7f7;
    }

    .catalog_item-list {
        word-break: break-word;
        width: 100%;
        border-right: 0;
        padding: 17px 0px 17px 0;
        margin: 0;
        border-radius: 0;
        border-bottom: 1px solid #eee;
    }

    .catalog_item-list:hover {
        transform: none;
        background-color: #f7f7f7;
    }

    .catalog_item_page-list {
        width: 100%;
        padding: 17px 17px 17px 0;
        margin: 0;
        border-radius: 0;
        border-bottom: 1px solid #eee;
    }

    .catalog_item_page-list:hover {
        transform: none;
        background-color: #f7f7f7;
    }

    .catalog_title {
        font-size: 24px;
        margin-bottom: 0px;
        padding: 20px;
        border: 0;
        color: #fff;
        background-color: #4681b1;
    }

    .catalog_title:hover {
        text-decoration: underline;
        color: #fff;
    }

    .catalog_description {
        width: 100%;
        font-size: 22px;
        margin: 0px;
        border: 0;
        padding: 20px 20px 10px;
        background-color: #fff;
    }

    .catalog_container {
        flex-wrap: nowrap;
        padding: 15px;
        margin: 0;
        margin-bottom: 15px;
        background-color: #eee;
        background: linear-gradient(0, #eee, #ffffff);
    }

    .catalog_container-list {
        padding: 0;
        margin: 0;
    }

    .catalog_item {
        width: 20%;
        min-width: 180px;
        margin: 0;
        margin-right: 12px;
        border: 0;
        border-radius: 10px;
        box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    }

    .catalog_item:hover {
        border: 0;
    }

    .catalog_item_image {
        max-height: 180px;
        margin-bottom: 15px;
    }

    .catalog_item_title {
        height: 20px;
        padding: 0 20px;
        margin-bottom: 0px;
        font-size: 18px;
        line-height: 18px;
    }

    .catalog_item_description {
        padding: 0 20px;
    }

    .catalog_item_button {
        font-size: 15px;
        margin: 0 20px;
    }

    .catalog_item_button:hover {
        font-size: 15px;
        color: #000;
    }

    .catalog_item_image-list {
        margin-left: 17px;
        margin-right: 20px;
    }

    .catalog_item_title-list {
        font-size: 18px;
        line-height: 18px;
    }

    .catalog_item_description-list {
        font-size: 13px;
        line-height: 13px;
    }
}

/*-------CONTENT----------*/
.item-menu {
    overflow-y: auto;
    box-sizing: border-box;
    width: 100%;
    max-height: calc(100vh - 88px);
    padding-bottom: 23px;
}

.item-menu::-webkit-scrollbar {
    width: 14px;
    height: 14px;
}

.item-menu::-webkit-scrollbar-track {
    background-color: transparent;
    background-color: #efefef;
    border-radius: 0;
}

.item-menu::-webkit-scrollbar-thumb {
    background-color: #c1c1c1;
    border-radius: 0;
    transition-duration: 0.1s;
    cursor: pointer;
}

.item-menu::-webkit-scrollbar-thumb:hover {
    background-color: #a8a8a8;
}

.item-menu::-webkit-scrollbar-thumb:active {
    background-color: #787878;
}

.item-menu::-webkit-scrollbar-button {
    background-color: transparent;
    width: 0;
    height: 0;
}

.item-menu_price {
    display: flex;
    align-items: center;
    text-decoration: none;
    box-sizing: border-box;
    height: 48px;
    padding: 0px 30px;
    font-size: 17px;
    line-height: 17px;
    font-weight: 700;
    border-radius: 5px;
    background: linear-gradient(-45deg, #437ca9, #4f8dbd);
    color: #fff;
    border: none;
    cursor: pointer;
    transform-duration: 0.1s;
}

.item-menu_price:hover {
    color: #fff;
    background: #437ca9;
}

.item-menu_call {
    display: flex;
    align-items: center;
    text-decoration: none;
    box-sizing: border-box;
    cursor: pointer;
    padding: 0px 30px 2px;
    font-size: 17px;
    font-weight: 700;
    border-radius: 5px;
    margin-right: 10px;
    background-color: #ffdd77;
    color: #000;
}

.item-menu_call:hover {
    color: #000;
    background-color: #ffe8aa;
}

.title_buttons_text {
    padding-top: 1px;
    margin-right: 20px;
}

.title_button {
    display: none;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    height: 40px;
    padding: 0 20px;
    font-size: 14px;
    font-weight: 700;
    border-radius: 5px;
    color: #000;
    background-color: #ffe183;
    margin-right: 17px;
}

.item-menu_write {
    display: flex;
    justify-content: flex-end;
    text-decoration: none;
    box-sizing: border-box;
    white-space: nowrap;
    font-size: 16px;
    font-weight: 600;
    border-radius: 5px;
    color: #757575;
    transition-duration: 0.05s;
}

.item-menu_write:hover {
    color: #000;
}

.item-menu__title {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
    /* padding-bottom: 2px; */
    box-sizing: border-box;
    color: #9e9e9e;
    font-size: 18px;
    height: 50px;
    background-color: #f1f1f1;
}

.item-menu__title a {
    display: flex;
    align-items: center;
    text-decoration: none;
    width: 100%;
    height: 100%;
    padding: 0 30px;
    color: #306d9e;
}

.item-menu__title a:hover {
    color: #000;
    background-color: #ffdf83;
}

.item-menu__bold {
    display: flex;
    /* align-items: center; */
    text-decoration: none;
    width: 100%;
    height: 100%;
    font-weight: 700;
    color: #000;
}

.item-menu ul {
    margin-bottom: 0;
}

.item-menu ul li a {
    display: flex;
    align-items: center;
    position: relative;
    height: 45px;
    box-sizing: border-box;
    background-color: #ffffff;
    padding: 0 30px;
    color: #222;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    text-decoration: none;
    transition-duration: 0.075s;
}

/* .item-menu ul li a:hover::after {
	content: '';
    display: inline-block;
    position: absolute;
    width: 8px;
    height: 8px;
    top: 20px;
    left: -0px;
    margin-left: 10px;
    border-radius: 2px;
    background-color: #000;
} */
.item-menu ul li a:hover {
    background-color: #ffe083;
    color: #000;
    font-weight: 500;
}

@media (max-width: 1600px) {
    .title_buttons_text {
        display: none;
    }
}

@media (max-width: 1050px) {
    .item-menu_price {
        display: none;
    }

    .item-menu_call {
        display: none;
    }

    .title_container {

    }
}

@media (max-width: 760px) {
    .title_button {
        display: flex;
    }
}

.text {
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 9;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.09) 2px 5px 10px;
}


@media (max-width: 760px) {
    .text {
        display: flex;
        flex-wrap: wrap;
        align-content: center;
        justify-content: space-between;
        box-sizing: border-box;
        /* position: relative; */
        overflow: hidden;
        min-width: 100%;
        height: 74px;
        background-color: #ffffff;
        box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 15px;
    }
}

.content_all {
    display: flex;
}

.content_container {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    width: 100%;
}

.content_benefits {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 30px;
    background-color: #fff;
}

.content_benefits_item {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    width: 100%;
    height: 250px;
    padding: 0 30px;
    margin-bottom: 20px;
    border-radius: 5px;
    background-color: #eee;
}

.content_description {
    width: 100%;
    padding: 40px;
    background-color: #fff;
    border-bottom: 2px solid #eee;
}

.content_description_title {
    width: 100%;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 25px;
    color: #000;
}

.content_description_item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.content_description_name {
    margin-right: 25px;
    font-size: 24px;
    font-weight: 700;
    color: #8a8a8a;
}

.content_description_value {
    padding-top: 4px;
    line-height: 24px;
    font-weight: 500;
    font-size: 18px;
    color: #000;
}

.content_info caption {
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 20px 12px;
    background-color: #ffdd83;
    color: #000000;
}

.content-stock {
    width: 100%;
    min-width: 750px;
    box-sizing: border-box;
    overflow: hidden;
    padding: 30px 0 0 0;
    font-size: 14px;
    line-height: 18px;
    background-color: #fff;
}

.content-stock h1 {
    max-width: 1000px;
    font-size: 24px;
    line-height: 22px;
    font-weight: 700;
    margin-top: 50px;
    margin-bottom: 30px;
    color: #000;
}

.content-stock h2 {
    max-width: 1000px;
    padding: 0 30px;
    font-size: 32px;
    line-height: 37px;
    font-weight: 700;
    margin-top: 40px;
    margin-bottom: 30px;
    color: #757575;
}

.content-stock h2:first-child {
    margin-top: 0;
}

.content-stock h3 {
    max-width: 1000px;
    padding: 0 30px;
    font-size: 32px;
    line-height: 37px;
    font-weight: 700;
    margin-top: 60px;
    margin-bottom: 30px;
    color: #757575;
}

.content-stock h4 {
    padding: 0 30px;
    font-size: 18px;
}

.content-stock p {
    max-width: 1000px;
    padding: 0 30px;
    line-height: 32px;
    margin-bottom: 25px;
    color: #000;
    font-size: 18px;
    font-weight: 400;
}

.content-stock a:hover {
    color: #000;
}

.content-stock ul {
    max-width: 1000px;
    list-style: inside;
    list-style-type: none;
    /* padding-left: 30px; */
    margin-bottom: 30px;
}

.content-stock ul li {
    line-height: 25px;
    padding: 10px 20px;
    margin: 0 30px 10px;
    background: linear-gradient(90deg, #f9f9f9, transparent);
    color: #000;
    font-size: 18px;
    border-radius: 0 5px 5px 0;
    border-left: 5px solid #fede83;
}

.content-stock ol li {
    line-height: 25px;
    padding: 10px 20px;
    margin-bottom: 10px;
    background: linear-gradient(90deg, #f9f9f9, transparent);
    color: #000;
    font-size: 18px;
    border-radius: 0 5px 5px 0;
    border-left: 5px solid #fede83;
}

.content {
    width: 100%;
    min-width: 750px;
    padding: 30px 120px 30px 30px;
    box-sizing: border-box;
    overflow: hidden;
    font-size: 14px;
    line-height: 18px;
    background-color: #fff;
}
.navigation_page_right .content.content_left {
    padding: 0;
    min-width: 200px;
}

.content_info {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    align-content: flex-start;
    min-width: 540px;
    max-width: 600px;
    /* max-height: 100vh; */
    background-color: #f9f9f9;
    border-left: 1px solid #eee;
}
.title_container {
  width: calc(100% - 235px);
  overflow-x: hidden;  
}


.content_info::before {
    content: " ";
    position: absolute;
    z-index: 10;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(0deg, #f9f9f9, transparent);
}

.content_info_box {
    margin-left: 30px;
    width: 100%;
    position: sticky;
    top: 88px;
    min-height: calc(100vh - 88px);
    max-height: calc(100vh - 88px);
}

.content_info_text {
    box-sizing: border-box;
    position: sticky;
    overflow: auto;
    max-height: calc(100% - 80px);
    padding: 20px 0;
    margin-right: 20px;
    top: 88px;
    z-index: 2;
    background-color: #f9f9f9;
}

.content_info_text img {
    box-sizing: border-box;
    margin:0;
    border-radius: 3px;
}

.content_info_text::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

.content_info_text::-webkit-scrollbar-track {
    background-color: transparent;
    background-color: #efefef;
    border-radius: 5px;
}

.content_info_text::-webkit-scrollbar-thumb {
    background-color: #c1c1c1;
    border-radius: 5px;
    transition-duration: 0.1s;
    cursor: pointer;
}

.content_info_text::-webkit-scrollbar-thumb:hover {
    background-color: #a8a8a8;
}

.content_info_text::-webkit-scrollbar-thumb:active {
    background-color: #787878;
}

.content_info_text::-webkit-scrollbar-button {
    background-color: transparent;
    width: 25px;
    height: 25px;
}

.content_info_gallery {
    display: flex;
    overflow: auto;
    box-sizing: border-box;
    padding: 30px;
    max-width: 100%;
    max-height: 30%;
    border-top: 1px solid #eee;
    background-color: #f9f9f9;
}

.content_info_gallery img {
    width: 100%;
    margin-right: 30px;
    border-radius: 5px;
}

.content-contacts_info_text {
    box-sizing: border-box;
    position: sticky;
    top: 88px;
    z-index: 2;
    padding: 0;
    background-color: #f9f9f9;
}

.content_info_link {
    text-decoration: none;
    margin-right: 10px;
    font-size: 17px;
    font-weight: 700;
    color: #22669c;
}

.content_info_link:hover {
    color: #000;
}

.content_table {
    display: none;
    position: fixed;
    box-sizing: border-box;
    /* overflow-y: auto; */
    top: 0;
    left: 0;
    padding: 50px;
    width: 100%;
    height: 100vh;
    z-index: 10;
    /* border-left: 2px solid #ffffff; */
    background-color: rgba(0, 0, 0, 0.35);
}

.content_table_scroll {
    overflow-y: auto;
    max-height: 100%;
    box-shadow: 5px 8px 10px rgba(0, 0, 0, 0.05);
}

.content_table_scroll::-webkit-scrollbar {
    width: 14px;
    height: 14px;
}

.content_table_scroll::-webkit-scrollbar-track {
    background-color: transparent;
    background-color: #efefef;
    border-radius: 0;
}

.content_table_scroll::-webkit-scrollbar-thumb {
    background-color: #c1c1c1;
    border-radius: 0;
    transition-duration: 0.1s;
    cursor: pointer;
}

.content_table_scroll::-webkit-scrollbar-thumb:hover {
    background-color: #a8a8a8;
}

.content_table_scroll::-webkit-scrollbar-thumb:active {
    background-color: #787878;
}

.content_table_scroll::-webkit-scrollbar-button {
    background-color: transparent;
    width: 0;
    height: 0;
}

.content_info h2 {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    text-align: left;
    width: 100%;
    line-height: 21px;
    padding: 0px;
    height: 80px;
    font-size: 22px;
    font-weight: 700;
    color: #909090;
    background-color: #f9f9f9;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}

.content_info p {
    line-height: 24px;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 25px;
    color: #303030;
}

.content h1 {
    max-width: 1000px;
    font-size: 24px;
    line-height: 22px;
    font-weight: 700;
    margin-top: 50px;
    margin-bottom: 30px;
    color: #000;
}

.content h2 {
    max-width: 1000px;
    font-size: 32px;
    line-height: 37px;
    font-weight: 700;
    margin-top: 40px;
    margin-bottom: 30px;
    color: #757575;
}

.content h2:first-child {
    margin-top: 0;
}

.content h3 {
    max-width: 1000px;
    font-size: 32px;
    line-height: 37px;
    font-weight: 700;
    margin-top: 60px;
    margin-bottom: 30px;
    color: #757575;
}

.content h4 {
    font-size: 18px;
}

.content p {
    max-width: 1000px;
    line-height: 32px;
    margin-bottom: 25px;
    color: #000;
    font-size: 18px;
    font-weight: 400;
}

.content a {
    color: #306d9e;
    text-decoration: none;
    font-size: inherit;
    font-weight: 700;
}

.content p a {
    font-size: 100%;
}

.content a:hover {
    color: #000;
}

.content #metlist a {
    line-height: 1.5;
    font-size: 100%;
    margin-left: 20px;
}

.content #metlist .cenaot {
    font: 11px sans-serif;
    font-style: italic;
    color: #FF0000;
    margin-bottom: 10px;
    vertical-align: top;
}

.content ul {
    max-width: 1000px;
    list-style: inside;
    list-style-type: none;
    /* padding-left: 30px; */
    margin-bottom: 30px;
}

.content ul li {
    line-height: 25px;
    padding: 10px 20px;
    margin-bottom: 10px;
    background: linear-gradient(90deg, #f9f9f9, transparent);
    color: #000;
    font-size: 18px;
    border-radius: 0 5px 5px 0;
    border-left: 5px solid #fede83;
}

/* .content ul li::before {
	content: "";
	display: inline-block;
	position: absolute;
	left: -20px;
	width: 20px;
	height: 20px;
	background-image: url(../images/ico/icon_plus.svg);
	background-size: cover;
}*/
.content ol li {
    line-height: 25px;
    padding: 10px 20px;
    margin-bottom: 10px;
    background: linear-gradient(90deg, #f9f9f9, transparent);
    color: #000;
    font-size: 18px;
    border-radius: 0 5px 5px 0;
    border-left: 5px solid #fede83;
}

.content__news-home {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    border-bottom: 1px solid #eee;
}

.content img {
    width: 100%;
    max-width: 800px;
    height: auto;
    /*
    width: 100%;
    margin-bottom: 20px;
    border-radius: 10px; */
}

.content p img {
    width: 100%;
    max-width: 1000px;
}
@media (max-width: 1600px) {
    .content_info {
        max-width: 100%;
        min-width: 100%;
        border: 0;
    }

    .content_info::before {
        display: none;
    }

    .content_info_box {
        min-height: auto;
        max-height: none;
        margin-left: 20px;
    }

    .content_all {
        flex-wrap: wrap;
    }

    .content_info_text {
        margin: 0;
        min-height: auto;
        padding: 35px 35px 25px;
    }

    .content_table table tr {
        background: #fff;
    }

}

@media (max-width: 1300px) {
    .content_table {
        width: 100%;
        height: auto;
    }
}

@media (max-width: 760px) {
    .content-stock {
        min-width: auto;
    }

    .content-stock h1:first-child {
        margin-top: 25px;
    }

    .content-stock h2 {
        padding: 0 17px;
        margin-top: 25px;
        margin-bottom: 25px;
        font-size: 24px;
        line-height: 24px;
    }

    .content-stock p {
        padding: 0 17px;
        font-size: 16px;
        line-height: 24px;
    }

    .content-stock ul li {
        padding: 10px 17px;
        margin: 0 17px 10px;
        line-height: 1.4;
        margin-bottom: 10px;
        font-size: 16px;
        font-weight: 600;
    }

    .content-stock ol li {
        padding: 0 17px;
        line-height: 24px;
        margin-bottom: 10px;
        font-size: 16px;
        font-weight: 600;
    }

    .content {
        padding: 20px 17px 0;
        min-width: auto;
    }

    .content_benefits {
        padding: 17px;
    }

    .content_info p {
        padding: 0;
    }

    .content h1:first-child {
        margin-top: 25px;
    }

    .content h2 {
        margin-top: 25px;
        margin-bottom: 25px;
        font-size: 24px;
        line-height: 24px;
    }

    .content p {
        font-size: 16px;
        line-height: 24px;
    }

    .content ul li {
        line-height: 24px;
        margin-bottom: 10px;
        font-size: 16px;
        font-weight: 600;
    }

    .content ol li {
        line-height: 24px;
        margin-bottom: 10px;
        font-size: 16px;
        font-weight: 600;
    }

    .content_info_text img {
        width: 100%;
        margin: 0 0 5px;
    }

    .content_description {
        padding: 20px;
        font-size: 22px;
    }

    .content_description_item {
        flex-wrap: wrap;
        margin-bottom: 15px;
    }

    .content_description_name {
        width: 100%;
        margin: 0;
        font-size: 18px;
    }

    .content_description_value {
        padding: 0;
    }

    .content_description_title {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .content_info_text {
        padding: 0 17px;
    }

    .content_info_title {
        padding: 0 17px 25px;
        margin-top: 25px;
        margin-bottom: 25px;
        font-size: 24px;
        line-height: 24px;
    }
}

.filter_color {
    filter: none !important;
}

.news_item {
    border-right: 1px solid #eee;
    box-sizing: border-box;
    width: 25%;
    background-color: #f9f9f9;
    min-height: 260px;
}

.news_item:last-child {
    border-right: 0;
}

.news__title {
    display: block;
    text-decoration: none;
    color: #333;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    padding: 0px 16px;
    box-sizing: border-box;
    width: 100%;
    transition-duration: 0.1s;
    margin-bottom: 10px;
}

.news__title:visited {
    color: #333;
}

.news__title:hover {
    color: #111;
}

.news_item .image {
    margin-bottom: 5px;
    box-sizing: border-box;
    height: 180px;
    overflow: hidden;
    padding: 15px;
}

.news_inner {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.news_link {
    display: block;
    position: relative;
}

.news_image {
    width: 100%;
    opacity: 0.75;
    box-sizing: border-box;
    border-radius: 4px;
    overflow: hidden;
    transition-duration: 0.1s;
}

.news_image:hover {
    opacity: 0.85;
}

.news_icon {
    position: absolute;
    top: 6px;
    right: 6px;
    background-color: #fff;
    border-radius: 4px;
    padding: 4px;
    height: 18px;
}

.news_date {
    font-size: 14px;
    line-height: 16px;
    padding: 0 10px;
    color: #333;
}

.news_more {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 2px;
    box-sizing: border-box;
    width: 160px;
    height: 36px;
    background-color: #578bb5;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    border-radius: 4px;
    margin-bottom: 15px;
}

.news_more:visited {
    color: #fff;
}

.news_more:hover {
    background-color: #4979a0;
}

.all_actions {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25%;
    background: linear-gradient(45deg, #dadada, #eaeaea);
    margin-top: 0;
    transition-duration: 0.3s;
}

@media only screen and (max-width: 700px) {
    .news_item {
        width: 50%;
        border-bottom: 1px solid #eee;
    }
}

.item__container {
    width: 75%;
    background-color: #fff;
}

@media only screen and (max-width: 700px) {
    .item__container {
        width: 100%;
    }
}

/* CATALOG */

.catalog-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.catalog-items__item {
    width: 227px;
    font-size: 12px;
    margin-bottom: 3px;
}

.catalog-items__title {
    box-sizing: border-box;
    width: 100%;
    padding: 10px;
    background-color: #497194;
    color: #fff;
    font-size: 13px;
}

.catalog-items__content {
    display: flex;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #497194;
}

.catalog-items__image {
    display: block;
    width: 105px;
    margin: 3px;
}

.catalog-items__description {
    flex: 1;
    padding-right: 3px;
}

.catalog-items__price {
    padding: 5px;
    border-bottom: 1px solid #497194;
    font-weight: bold;
    text-align: center;
    font-size: 17px;
}

.catalog-items__weight {
    padding: 5px;
    font-size: 11px;
}

.catalog-items__length {
    padding: 0 5px 3px;
    font-size: 11px;
}

a.catalog-items__buy {
    box-sizing: border-box;
    display: block;
    width: 100%;
    padding: 5px;
    margin: 5px 5px 5px 0;
    background-color: #589ed9;
    color: #fff;
    text-align: center;
    font-size: 15px;
}

a.catalog-items__buy:hover {
    color: #fff;
    text-decoration: none;
}

/* Navigation */

.navigation {
    display: flex;
    box-sizing: border-box;
    overflow: auto;
    padding: 0 30px 15px;
    width: 100%;
}

.navigation::-webkit-scrollbar {
    width: 14px;
    height: 14px;
}

.navigation::-webkit-scrollbar-track {
    background-color: transparent;
    background-color: #efefef;
    border-radius: 0;
}

.navigation::-webkit-scrollbar-thumb {
    background-color: #c1c1c1;
    border-radius: 0;
    transition-duration: 0.1s;
    cursor: pointer;
}

.navigation::-webkit-scrollbar-thumb:hover {
    background-color: #a8a8a8;
}

.navigation::-webkit-scrollbar-thumb:active {
    background-color: #787878;
}

.navigation::-webkit-scrollbar-button {
    background-color: transparent;
    width: 13px;
    height: 13px;
}

.navigation_page {
    background-color: #e9e9e9;
}

.navigation_page_info-price {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    cursor: pointer;
    border: 2px solid #eee;
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    padding-left: 0px;
    padding-bottom: 2px;
    margin-top: 5px;
    margin-left: 15px;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0;
    border-radius: 21px;
    color: #ddd;
    transition-duration: 0.1s;
}

.navigation_page_info-price:hover {
    border: 2px solid #ffe083;
    background-color: #ffe083;
    color: #000;
}

.navigation_page_info-price:hover::after {
    content: 'Стоимость зависит от размера и объема покупки.';
    display: flex;
    white-space: break-spaces;
    position: absolute;
    padding: 15px 20px;
    top: -10px;
    left: 50px;
    width: 215px;
    border-radius: 5px;
    font-size: 14px;
    line-height: 19px;
    color: #555;
    background-color: #fff;
    font-weight: 500;
    box-shadow: rgba(0, 0, 0, 0.1) 4px 5px 15px;
}

.navigation_page_info-size {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    cursor: pointer;
    border: 2px solid #eee;
    width: 25px;
    height: 25px;
    padding-left: 1px;
    padding-bottom: 1px;
    margin-top: 5px;
    margin-left: 10px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 21px;
    color: #ddd;
    transition-duration: 0.1s;
}

.navigation_page_info-size:hover {
    border: 2px solid #ffe083;
    background-color: #ffe083;
    color: #000;
}

.navigation_page_info-size:hover::after {
    content: 'Пожалуйста, уточняйте наличие товара по телефону у менеджера.';
    white-space: break-spaces;
    display: flex;
    position: absolute;
    padding: 15px 20px;
    top: -10px;
    left: 50px;
    width: 215px;
    border-radius: 5px;
    font-size: 14px;
    line-height: 19px;
    color: #555;
    background-color: #fff;
    font-weight: 500;
    box-shadow: rgba(0, 0, 0, 0.1) 4px 5px 15px;
}

.navigation_page_left {
    display: flex;
    align-items: flex-start;
    box-sizing: border-box;
    width: 35%;
    max-width: 500px;
    padding-bottom: 0;
    border-right: 1px solid #f7f7f7;
    background-color: #f9f9f9;
}

.navigation_page_left h2 {
    box-sizing: border-box;
    width: 100%;
    font-weight: 700;
    font-size: 24px;
    margin-top: 30px;
    margin-bottom: 25px;
    padding: 0 30px;
    color: #8a8a8a;
}

.navigation_page_left_image {
    position: sticky;
    top: 88px;
    width: 100%;
}

.navigation_page_right {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    box-sizing: border-box;
    width: 65%;
    padding: 35px 45px 45px;
}
.navigation_page_product_price {
    display: flex;
    align-items: center;
    white-space: nowrap;
    width: 50%;
    height: 38px;
    margin-bottom: 3px;
    font-size: 38px;
    line-height: 38px;
    font-weight: 700;
    letter-spacing: 0.5px;
}
.navigation_page_right_price {
    display: flex;
    align-items: center;
    white-space: nowrap;
    width: 50%;
    height: 38px;
    margin-bottom: 3px;
    font-size: 38px;
    line-height: 38px;
    font-weight: 700;
    letter-spacing: 0.5px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.navigation_page_right_price-second {
    white-space: nowrap;
    width: 100%;
    height: 24px;
    margin-bottom: 25px;
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-align: left;
}

.navigation_page_right_ot {
    margin-right: 10px;
    font-weight: 500;
    color: #8a8a8a;
    letter-spacing: 0;
    font-size: 12px;
}

.navigation_page_right_number {
    margin-right: 10px;
}

.navigation_page_right_number-kg {
    margin-right: 7px;
}

.navigation_page_right_za {
    margin-left: 10px;
    font-weight: 500;
    color: #8a8a8a;
    letter-spacing: 0;
}

.navigation_page_right_description {
    width: 100%;
    height: 16px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 16px;
    color: #8a8a8a;
}

.navigation_page_right_description-black {
    text-transform: lowercase;
    margin-left: 10px;
    color: #000;
}

.navigation_page_right_title {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 5px;
    font-size: 24px;
    font-weight: 700;
    color: #8a8a8a;
}

.navigation_page_right_box {
    width: 100%;
    margin-bottom: 15px;
}

.navigation_page_right_box:last-child {
    margin: 0;
}

.navigation_page_right_container {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 650px;
    padding: 10px 0 0;
}

/* .navigation_page_right_container::-webkit-scrollbar {
	width: 0px;
} */

.navigation_page_right_item {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    box-sizing: border-box;
    white-space: nowrap;
    width: 48px;
    height: 48px;
    padding-bottom: 1px;
    margin-right: 8px;
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: 700;
    background-color: #ebf0fc;
    color: #000;
    border-radius: 5px;
    transition-duration: 0.1s;
}

.navigation_page_right_item:hover {
    /* transform: scale(1.1); */
    background-color: #ffe083;
}

.navigation_page_right_item-full {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    box-sizing: border-box;
    white-space: nowrap;
    height: 42px;
    padding: 0 20px 1px;
    margin-right: 8px;
    margin-bottom: 8px;
    font-size: 17px;
    font-weight: 700;
    background-color: #ffdd77;
    color: #000;
    border-radius: 5px;
    transition-duration: 0.05s;
}

.navigation_page_right_item-full:hover {
    background-color: #f1f1f1;
}

.navigation_page_right_item-full-mobile {
    display: none;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    box-sizing: border-box;
    white-space: nowrap;
    height: 42px;
    padding: 0 20px 1px;
    margin-right: 8px;
    margin-bottom: 8px;
    font-size: 17px;
    font-weight: 700;
    background-color: #ffe083;
    color: #000;
    border-radius: 5px;
    transition-duration: 0.05s;
    height: 46px;
    min-height: 46px;
    max-height: 46px;
    padding-bottom: 0;
    border-radius: 5px;
    font-size: 18px;
    background: #ffe083;
}

.navigation_page_right_item-active {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    box-sizing: border-box;
    white-space: nowrap;
    height: 42px;
    padding: 0 20px 1px;
    margin-right: 8px;
    margin-bottom: 8px;
    font-size: 17px;
    font-weight: 700;
    background-color: #f1f1f1;
    color: #000;
    border-radius: 5px;
    transition-duration: 0.1s;
}

.navigation_page_right_item-active-mobile {
    display: none;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    box-sizing: border-box;
    white-space: nowrap;
    height: 42px;
    padding: 0 20px 1px;
    margin-right: 8px;
    margin-bottom: 8px;
    font-size: 17px;
    font-weight: 700;
    background-color: #f1f1f1;
    color: #000;
    border-radius: 5px;
    transition-duration: 0.1s;
    height: 46px;
    min-height: 46px;
    max-height: 46px;
    padding-bottom: 0;
    border-radius: 5px;
    font-size: 18px;
    background: #eee;
}

.navigation_page_right_item-back {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    box-sizing: border-box;
    white-space: nowrap;
    width: 48px;
    min-width: 48px;
    height: 48px;
    padding: 0 0 1px;
    margin-right: 8px;
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 600;
    background-color: #ffecb6;
    color: #000;
    /* border: 3px solid #ffe083; */
    border-radius: 5px;
    transition-duration: 0.1s;
}

.navigation_page_right_item-back:hover {
    color: #000;
    background-color: #ffe083;
}

.navigation_page_right_item-service {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    box-sizing: border-box;
    white-space: nowrap;
    height: 44px;
    padding: 0 20px 2px;
    margin-right: 8px;
    margin-bottom: 8px;
    font-size: 17px;
    font-weight: 700;
    background: #ebf0fc;
    color: #000000;
    border-radius: 5px;
    transition-duration: 0.1s;
}

.navigation_page_right_item-service:hover {
    color: #fff;
    background-color: #1e6a9c;
}

.navigation_page_right_item-other {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    box-sizing: border-box;
    white-space: nowrap;
    height: 44px;
    padding: 0 20px 2px;
    margin-right: 8px;
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 700;
    background: #ebf0fc;
    color: #000;
    border-radius: 5px;
    transition-duration: 0.1s;
}

.navigation_page_right_item-other:hover {
    color: #fff;
    background-color: #1e6a9c;
}

.navigation_page_right_item-other-empty:hover {
    color: #000;
    background-color: #ebf0fc;
}

.navigation_page_right_item-empty {
    display: none;
    min-width: 5px;
    height: 1px;
}

.navigation_page_right_buttons {
    margin-top: 15px;
    width: 100%;
}

.buy-button {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    box-sizing: border-box;
    height: 70px;
    padding: 0 40px 2px;
    font-size: 24px;
    font-weight: 700;
    color: #000;
    border-radius: 5px;
    background-color: #ffdd83;
    background: linear-gradient(-45deg, #ffca7b, #fff293);
    transition-duration: 0.1s;
    border: none;
    cursor: pointer;
}

.navigation_page_right_by {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    box-sizing: border-box;
    height: 70px;
    padding: 0 40px 2px;
    font-size: 24px;
    font-weight: 700;
    color: #C71585;
    border-radius: 5px;
    background-color: #FF7F50;
    background: linear-gradient(-45deg, #FF7F50, #FF7F50);
    transition-duration: 0.1s;
}

.buy-button:hover {
    background: linear-gradient(-45deg, #ffd67b, #fff293);
}

.navigation_page_right_delivery {
    text-decoration: none;
    margin-bottom: 5px;
    font-size: 18px;
    color: #8a8a8a;
}

.navigation_page_container {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #eee;
    background-color: #fff;
    width: 100%;
}

.navigation:empty {
    display: none;
}

.navigation__item {
    display: flex;
    flex-wrap: wrap;
    min-width: 225px;
    max-width: 225px;
    background-color: #fff;
    margin-bottom: 10px;
    margin-right: 15px;
    border-radius: 10px;
    overflow: hidden;
    box-sizing: border-box;
    text-decoration: none;
    box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.1);
    /* border: 1px solid #ccc; */
    transition-duration: 0.1s;
}

.navigation__item:hover {
    transform: scale(0.98);
    box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.1);
}

.navigation__image {
    min-width: 225px;
    max-width: 225px;
    min-height: 225px;
    max-height: 225px;
    height: fit-content;
    /* max-height: 100%; */
    /* border-right: 1px solid #ddd; */
    overflow: hidden;
    box-sizing: border-box;
}

.navigation__title {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
    padding: 0 20px 2px;
    height: 48px;
    text-decoration: none;
    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
    color: #306d9e;
}

.navigation__item_size {
    display: flex;
    overflow-x: auto;
    /* flex-wrap: wrap; */
    padding: 0 15px 15px 30px;

}

.navigation__item_size_item {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    width: calc(10% - 10px);
    min-width: 60px;
    height: 60px;
    margin-bottom: 10px;
    margin-right: 10px;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 700;
    background-color: #fff;
    color: #306d9e;
    transition-duration: 0.1s;
    box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.1);
}

.navigation__item_size_item:hover {
    transform: scale(0.90);
    color: #000;
    box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.1);
}

@media (max-width: 1450px) {
    .navigation__item {
        width: calc(25% - 10px);
    }
}

@media (max-width: 1300px) {
    .navigation_page_container {
        flex-wrap: wrap;
    }

    .navigation__item {
        width: calc(50% - 10px);
    }

}
    .row .buy-button {
        padding: 0px 10px;
        border-radius: 5px;
        height: 42px;
        margin: 5px;
    }
@media (max-width: 760px) {
    .navigation {
        padding: 15px 10px 5px 20px;
    }

    .navigation__item {
        display: flex;
        width: 100%;
    }

    .navigation_page {
        /* overflow: hidden; */
        background-color: #eaeaea;
    }

    .navigation_page_container {
        background-color: #fff;
    }

    .navigation_page_left {
        width: 100%;
        max-width: none;
        padding: 0;
        border: 0;
        background-color: #d0d0d0;
    }

    .navigation_page_right {
        width: 100%;
        padding: 20px 0 0;
    }

    .navigation_page_left_image {
        position: inherit;
        border-radius: 0;
        box-shadow: rgba(0, 0, 0, 0) 0px 0px 15px;
    }

    .row .navigation_page_right_price {
        box-sizing: border-box;
        height: 30px;
        padding: 0 20px;
        font-size: 30px;
        line-height: 30px;
    }

    .navigation_page_info-price {
        display: none;
        width: 24px;
        min-width: 24px;
        height: 24px;
        min-height: 24px;
        margin-left: 10px;
        font-size: 16px;
        padding-bottom: 0;
        margin-top: 1px;
    }

    .navigation_page_info-size {
        padding-left: 0;
        padding-bottom: 0;
        margin-top: 1px;
    }

    .navigation_page_right_price-second {
        box-sizing: border-box;
        height: 18px;
        padding: 0 20px;
        margin-bottom: 15px;
        font-size: 18px;
        line-height: 18px;
    }

    .navigation_page_info-price:hover::after {
        align-items: center;
        position: fixed;
        box-sizing: border-box;
        top: 0;
        left: 0;
        z-index: 10;
        height: 80px;
        min-width: 100%;
        padding: 0 25px;
        border-radius: 0;
        font-size: 16px;
        line-height: 17px;
        box-shadow: rgba(0, 0, 0, 0.3) 4px 5px 15px;
        color: #000;
    }

    .navigation_page_info-size:hover::after {
        align-items: center;
        position: fixed;
        box-sizing: border-box;
        top: 0;
        left: 0;
        z-index: 10;
        height: 80px;
        min-width: 100%;
        padding: 0 25px;
        border-radius: 0;
        font-size: 16px;
        line-height: 17px;
        box-shadow: rgba(0, 0, 0, 0.25) 4px 5px 15px;
        color: #000;
    }

    .navigation_page_right_description {
        box-sizing: border-box;
        height: 15px;
        padding: 0 20px;
        font-size: 15px;
        line-height: 15px;
    }

    .navigation_page_right_title {
        box-sizing: border-box;
        padding: 0 20px;
        margin-bottom: 0;
        font-size: 22px;
    }

    .navigation_page_right_box {
        margin-bottom: 20px;
    }

    .navigation_page_right_container {
        box-sizing: border-box;
        overflow-x: auto;
        overflow-y: hidden;
        max-width: inherit;
        padding: 10px 20px 0;
    }

    .navigation_page_right_item {
        width: 48px;
        min-width: 48px;
        max-width: 48px;
        height: 48px;
        min-height: 48px;
        max-height: 48px;
        border-radius: 5px;
        font-size: 18px;
        background: #ffe083;
    }

    .navigation_page_right_item-full {
        height: 46px;
        min-height: 46px;
        max-height: 46px;
        padding-bottom: 0;
        border-radius: 5px;
        font-size: 18px;
        background: #ffe083;
    }

    .navigation_page_right_item-full-mobile {
        display: flex;
    }

    .navigation_page_right_item-active {
        height: 46px;
        min-height: 46px;
        max-height: 46px;
        padding-bottom: 0;
        border-radius: 5px;
        font-size: 18px;
        background: #eee;
    }

    .navigation_page_right_item-active-mobile {
        display: flex;
    }

    .navigation_page_right_item-back {
        width: 48px;
        min-width: 48px;
        height: 48px;
    }

    .navigation_page_right_item-service {
        padding-bottom: 0;
        border-radius: 5px;
        background: #1e6a9c;
        color: #fff;
    }

    .navigation_page_right_item-service:hover {
        background: #1e6a9c;
    }

    .navigation_page_right_item-other {
        border-radius: 5px;
        font-weight: 500;
        background-color: #ebf0fb;
    }

    .navigation_page_right_item-empty {
        display: flex;
    }

    .navigation_page_right_buttons {
        width: 100%;
    }

    .buy-button {
        width: 100%;
        padding: 0px 10px;
        border-radius: 5px;
        font-size: 20px;
        height: 42px;
        margin: 5px;
        background: #ffe083;
        color: #000;
        cursor: pointer;
    }
    .big-buy-button {
        padding: 0px 20px;
        height: 56px;
        margin: 10px;
    }
}

.navigation-mobile {
    display: none;
    justify-content: space-around;
    position: fixed;
    box-sizing: border-box;
    bottom: 0;
    left: 0;
    z-index: 11;
    width: 100%;
    height: 64px;
    padding: 0 5px;
    border-radius: 0;
    background-color: #fff;
}

.navigation-mobile_container {
    position: fixed;
    box-sizing: border-box;
    overflow-x: hidden;
    right: 110vw;
    width: 100%;
    height: 100%;
    z-index: 10;
    padding-bottom: 64px;
    background-color: #3d3d3d;
    transition-duration: 0.25s;
}

.navigation-mobile_container-open {
    right: 0;
}

.navigation-mobile_item {
    position: relative;
    width: 60px;
    height: 60px;
}

.navigation-mobile_item:nth-child(1)::after {
    content: "Главная";
    position: absolute;
    text-align: center;
    width: 100%;
    left: 0;
    top: 44px;
    font-size: 10px;
    font-weight: 500;
    color: #888;
}

.navigation-mobile_item:nth-child(2)::after {
    content: "Каталог";
    position: absolute;
    text-align: center;
    width: 100%;
    left: 0;
    top: 44px;
    font-size: 10px;
    font-weight: 500;
    color: #888;
}

.navigation-mobile_item:nth-child(4)::after {
    content: "Заявка";
    position: absolute;
    text-align: center;
    width: 100%;
    left: 0;
    top: 44px;
    font-size: 10px;
    font-weight: 500;
    color: #888;
}

.navigation-mobile_item:nth-child(5)::after {
    content: "Контакты";
    position: absolute;
    text-align: center;
    width: 100%;
    left: 0;
    top: 44px;
    font-size: 10px;
    font-weight: 500;
    color: #888;
}

.navigation-mobile_item-active::after {
    content: " ";
    position: absolute;
    width: 60px;
    left: 0;
    top: 60px;
    margin-left: 0;
}

.navigation-mobile_burger {
    position: relative;
    cursor: pointer;
    width: 65px;
    height: 65px;
    margin: 0 3px;
    background-color: #eee;
}

.navigation-mobile_burger::after {
    content: "Меню";
    position: absolute;
    text-align: center;
    width: 100%;
    height: 10px;
    left: 0;
    top: 44px;
    font-size: 10px;
    font-weight: 500;
    color: #888;
}

.navigation-mobile_burger_icon {
    display: none;
    position: absolute;
    width: 19px;
    height: 4px;
    border-radius: 1px;
    background-color: #3d3d3d;
}

.navigation-mobile_burger_icon:nth-child(1) {
    top: 17px;
    left: 23px;
}

.navigation-mobile_burger_icon:nth-child(2) {
    top: 25px;
    left: 23px;
    width: 15px;
}

.navigation-mobile_burger_icon:nth-child(3) {
    top: 33px;
    left: 23px;
}

.navigation-mobile_burger_icon:nth-child(4) {
    top: 24px;
    left: 23px;
    transform: rotate(-45deg);
}

.navigation-mobile_burger_icon:nth-child(5) {
    top: 24px;
    left: 23px;
    transform: rotate(45deg);
}

.navigation-mobile_burger_icon-open {
    display: block;
}

.navigation-mobile_burger_icon-close {
    display: block;
}

.navigation-mobile_burger_icon-close:nth-child(1)::before {
    content: " ";
}

.navigation-mobile_burger_top {
    display: flex;
    align-items: center;
    height: 74px;
    margin-bottom: 5px;
    background-color: #444;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 15px;
}

.navigation-mobile_burger_text {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    width: 100%;
    padding: 0 17px;
}

.navigation-mobile_burger_container {
    position: absolute;
    top: 100vh;
    width: 100%;
    height: 100vh;
    background-color: #3d3d3d;
}

.navigation-mobile_burger_title {
    text-decoration: none;
    width: 100%;
    margin-bottom: 2px;
    height: 20px;
    font-size: 22px;
    line-height: 20px;
    font-weight: 700;
    color: #fff;
}

.navigation-mobile_burger_description {
    width: 100%;
    height: 15px;
    font-weight: 600;
    font-size: 16px;
    line-height: 15px;
    color: #bbb;
}

.navigation-mobile_burger_image {
    display: none;
    box-sizing: border-box;
    width: 42px;
    min-width: 42px;
    max-width: 42px;
    height: 42px;
    min-height: 42px;
    max-height: 42px;
    padding: 8px;
    margin-right: 5px;
    border-radius: 5px;
    background: linear-gradient(-45deg, #e0f0ff, #f7faff);
}

.navigation-mobile_burger_image-catalog {
    display: none;
    box-sizing: border-box;
    width: 42px;
    min-width: 42px;
    max-width: 42px;
    height: 42px;
    min-height: 42px;
    max-height: 42px;
    padding: 8px;
    margin-right: 17px;
    border-radius: 5px;
    background-color: #f2f6ff;
}

.navigation-mobile_burger_item {
    display: flex;
    align-items: center;
    text-decoration: none;
    justify-content: space-between;
    box-sizing: border-box;
    width: 100%;
    height: 60px;
    padding: 0 0 0 17px;
    font-size: 18px;
    font-weight: 600;
    border-bottom: 1px solid #2d2d2d;
    color: #fff;
}

.navigation-mobile_burger_item:hover {
    background-color: #4d4d4d;
}

.navigation-mobile_burger_item:last-child {
    margin-bottom: 10px;
}

.navigation-mobile_burger_item_image {
    box-sizing: border-box;
    width: 40px;
    min-width: 40px;
    max-width: 40px;
    height: 40px;
    min-height: 40px;
    max-height: 40px;
    padding: 7px;
    margin-right: 17px;
    border-radius: 5px;
    opacity: 1;
}

.navigation-mobile_burger_section {
    padding: 15px 0 0 0;
    background: #333;
}

.navigation-mobile_burger_section:last-child {
    padding-bottom: 10px;
}

.navigation-mobile_burger_section_title {
    display: flex;
    align-items: center;
    text-decoration: none;
    justify-content: space-between;
    box-sizing: border-box;
    width: 100%;
    /* height: 46px; */
    padding: 0 17px;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 500;
    color: #757575;
}

.navigation-mobile_burger_section_slider {
    display: flex;
    overflow-x: auto;
    padding: 10px 17px;
}

.navigation-mobile_burger_section_slider::-webkit-scrollbar {
    height: 1px;
}

.navigation-mobile_burger_section_item {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    box-sizing: border-box;
    white-space: nowrap;
    height: 44px;
    padding: 0 20px;
    margin-right: 8px;
    font-size: 14px;
    font-weight: 500;
    background-color: #4d4d4d;
    color: #fff;
    border-radius: 5px;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.05);
    /* box-shadow: 2px 4px 5px #00000021; */
    transition-duration: 0.1s;
}

.navigation-mobile_burger_section_item-price {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    box-sizing: border-box;
    white-space: nowrap;
    height: 40px;
    padding: 0 20px;
    margin-right: 8px;
    font-size: 14px;
    font-weight: 500;
    background-color: #ffe083;
    color: #000;
    border-radius: 5px;
    /* box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.05); */
    /* box-shadow: 2px 4px 5px #00000021; */
    transition-duration: 0.1s;
}

.navigation-mobile_image {
    box-sizing: border-box;
    width: 100%;
    padding: 15px 18px;
}
.mobile-logo {
    width: 120%;
    margin-left: -5px;
    height: 100%;
    margin-top: -2px;
}

@media (max-width: 760px) {
    .navigation-mobile_burger_image {
        display: flex;
        z-index: 99;
    }

    .navigation-mobile_burger_image-catalog {
        display: flex;
    }

    .navigation-mobile {
        display: flex;
    }

    .navigation-mobile_burger_section_item {
        height: 40px;
    }
}

/* END CATALOG */
/*--------FOOTER---------*/
.footer {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 35px 0 0;
    text-align: center;
    background-color: #3d3d3d;
}

.footer_menu {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    width: 20%;
}

.footer_menu_title {
    display: flex;
    white-space: nowrap;
    text-decoration: none;
    width: 100%;
    margin: 0 25px;
    margin-bottom: 15px;
    padding: 0 25px 15px;
    font-size: 24px;
    font-weight: 700;
    color: #888;
    /* border-bottom: 5px solid #d6d6d6; */
}

.footer_menu_item {
    display: flex;
    white-space: nowrap;
    text-decoration: none;
    width: 100%;
    margin-bottom: 15px;
    padding: 0 50px;
    font-size: 18px;
    font-weight: 700;
    color: #ccc;
}

.footer_menu_item:hover {
    color: #fff;
}

.footer_pages {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    width: 20%;
}

.footer_pages_item {
    display: flex;
    text-decoration: none;
    width: 100%;
    white-space: nowrap;
    margin-bottom: 15px;
    padding: 0 50px;
    font-size: 18px;
    font-weight: 600;
    color: #000;
}

.footer_pages_item:hover {
    text-decoration: underline;
}

.footer_contacts {
    display: flex;
    flex-wrap: wrap;
    white-space: nowrap;
    align-content: flex-start;
    width: 20%;
}

.footer_contacts_item {
    display: flex;
    white-space: nowrap;
    text-decoration: none;
    width: 100%;
    margin-bottom: 10px;
    padding: 0 50px;
    font-size: 18px;
    font-weight: 700;
    color: #ccc;
}

.footer_contacts_item:hover {
    color: #fff;
}

.footer_info {
    display: flex;
    align-items: center;
    text-align: initial;
    justify-content: center;
    width: 100%;
    height: 80px;
    padding: 0 50px;
    margin-top: 50px;
    font-size: 16px;
    font-weight: 500;
    color: #888;
    background-color: #333;
}

.footer_info_right {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    text-align: center;
    height: 40px;
    padding: 0 20px;
    border-radius: 5px;
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    background-color: #4681b1;
}

.footer_info_right:hover {
    background-color: #2e6390;
}

@media (max-width: 1800px) {
    .footer_menu {
        width: 25%;
    }

    .footer_contacts {
        width: 25%;
    }
}

@media (max-width: 1600px) {
    .footer_menu {
        width: 30%;
        margin: 0 0 30px;
    }

    .footer_contacts {
        width: 30%;
    }
}

@media (max-width: 760px) {
    .footer {
        padding: 30px 0 65px;
    }

    .footer_menu {
        width: 100%;
        margin-bottom: 30px;
    }

    .footer_menu_title {
        margin: 0 0 10px;
    }

    .footer_menu_item {
        padding: 0 25px;
        margin-bottom: 10px;
    }

    .footer_pages {
        width: 100%;
        margin-bottom: 30px;
    }

    .footer_pages_item {
        padding: 0 25px;
        margin-bottom: 10px;
    }

    .footer_contacts {
        width: 100%;
        margin-bottom: 30px;
    }

    .footer_contacts_item {
        padding: 0 25px;
        margin-bottom: 10px;
    }

    .footer_info {
        padding: 0 20px;
        margin-top: 0;
    }
}


/*------------ITEM PAGE-------------*/
.content_table table {
    width: 100%;
}

.content_table table tr {
    width: 100%;
    background: #fff;
}

.content_table table tr:hover {
    background: rgb(255, 243, 208) !important;
}

.content_table table tr:nth-child(2n) {
    background-color: #fafafa;
}

.content_table table tr td, .content table tr th {
    padding: 13px 20px;
    font-weight: 500;
    font-size: 13px;
    border: 0;
}

.content_table table tr td:first-child {
    font-weight: 600;
    border-left: 1px solid #f1f1f1;
}

.content_table table tr td:last-child {
}

.content_table table tr th {
    font-weight: 600;
    padding: 15px 20px;
    font-size: 14px;
    line-height: 17px;
    background: #396c96;
    color: #fff;
    vertical-align: middle;
}

.content_table a {
    color: #306d9e;
    text-decoration: none;
    font-size: inherit;
    font-weight: 700;
}

.content_table a:hover {
    color: #000;
}

.crumbs ul li {
    display: inline-block;
    font-size: 75%;
}

.crumbs ul li a {
    font-size: 100%;
}

/*--------------- AD ------------------*/
.content .ad p {
    margin: 0;
}

.item-menu .ad {
    margin: 14px 0;
    text-align: left;
    border: 0;
    padding: 0 0 0 14px;
}

.content .ad h3, .item-menu .ad h3 {
    font-size: 18px;
    font-weight: normal !important;
    margin: 0 0 2px;
}

.item-menu .ad h3 {
    font-size: 15px;
    margin: 5px 0 0;
}

.content .ad h3 a, .item-menu .ad h3 a {
    color: #1a0dab;
    text-decoration: none;
}

.ad {
    line-height: 18px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 15px 0;
}

.ad .ad-sp {
    background-color: #efc439;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    padding: 0 2px;
    line-height: 14px;
    vertical-align: baseline;
    margin-right: 7px;
}

.ad .ad-link {
    font-size: 13px;
    color: #006621;
    vertical-align: bottom;
}

.ad .ad-text {
    font-size: 14px;
    margin: 8px 0 0;
}

.item-menu .ad .ad-sp {
    font-size: 11px;
    line-height: 12px;
}

.item-menu .ad .ad-link {
    font-size: 13px;
    line-height: 12px;
}

.item-menu .ad .ad-text {
    margin: 2px 0 5px;
    font-size: 12px;
}

ul.pageLinks {
    margin-bottom: 30px;
    overflow: hidden
}

ul.pageLinks li {
    display: block;
    width: 100%;
    font: 90% 'Exo 2', arial, sans-serif;
    color: #FFFFFF;
    background-color: #eee;
    text-decoration: none;
    padding: 8px 0 12px 5px;
    background: rgb(96, 131, 160);
    border-bottom: 1px solid #D7ECFF;
    box-shadow: inset 0 -1px 0 #386080;
    margin: 0
}

ul.pageLinks li a {
    text-decoration: none;
    color: #fff;
}

ul.pageLinks li a:hover {
    color: #fff;
    text-decoration: none;
}

ul.pageLinks_sub {
    display: flex;
    flex-wrap: wrap;
}

ul.pageLinks_sub li {
    width: auto;
    padding: 8px;
    margin-right: 4px;
    margin-bottom: 4px;
}

ul.pageLinks_sub li::before {
    display: none;
}

.title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    height: 88px;
    padding: 0px 30px;
}

.title_container h1 {
    display: flex;
    align-items: flex-end;
    white-space: nowrap;
    overflow-x: auto;
    height: 46px;
    font-size: 22px;
    font-weight: 700;
}

.title_container h1::-webkit-scrollbar {
    height: 1px;
}

.title-empty {
    display: flex;
    height: 1px;
    min-width: 17px;
}

.title_description {
    text-transform: lowercase;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    color: #757575;
}

.title_logo {
    display: none;
    min-width: 40px;
    max-width: 40px;
    min-height: 40px;
    max-height: 40px;
    margin-left: 15px;
}

.title_buttons {
    display: flex;
    margin-top: -9px;
}

.title_main {
}

.title_main h1 {
    display: flex;
    align-items: flex-end;
    white-space: nowrap;
    height: 46px;
    font-size: 22px;
    font-weight: 700;
}

.title_main .h1 {
    text-decoration: none;
    width: 100%;
    margin-bottom: 2px;
    height: 20px;
    font-size: 22px;
    line-height: 20px;
    font-weight: 700;
    color: #000;
    display: none;
    text-align: left;
}

.title_main_description {
    display: flex;
    align-content: flex-start;
    box-sizing: border-box;
    white-space: nowrap;
    width: 100%;
    height: 40px;
    color: #757575;
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
}

.breadcrumb {
    display: flex;
    align-content: flex-start;
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    color: #757575;
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    margin-left: -8px;
}

.breadcrumb a {
    display: flex;
    white-space: nowrap;
    text-decoration: none;
    height: 28px;
    font-size: 16px;
    font-weight: 600;
    color: #306d9e;
    margin-right: 8px;
    margin-left: 8px;
    line-height: 1;
}

.breadcrumb a:hover {
    color: #000;
}

.B_crumbBox {
    display: flex;
    text-transform: lowercase;
}

.B_lastCrumb {
    white-space: nowrap;
    margin-left: 8px;
}

.B_currentCrumb {
    display: flex;
    height: 28px;
}

.breadcrumb a::after {
    content: " » ";
    padding-left: 5px;
    color: #757575;
    font-weight: 300;
}

.breadcrumb-item {
    white-space: nowrap;
}

@media (max-width: 760px) {
    .title {
        width: 100%;
        height: auto;
        padding: 0;
    }

    .title_main {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        align-content: center;
        width: 100%;
        padding: 0 17px;
    }

    .title_main .h1 {
        display: block;
    }

    .title_main h1 {
        display: none;
        text-decoration: none;
        width: 100%;
        margin-bottom: 2px;
        height: 20px;
        font-size: 22px;
        line-height: 20px;
        font-weight: 700;
        color: #000;
    }

    .title_container h1 {
        height: 43px;
        padding: 0 17px;
        margin-bottom: 0;
        font-size: 22px;
        font-weight: 700;
    }

    .title_main_description {
        width: 100%;
        height: 15px;
        font-weight: 600;
        line-height: 15px;
        color: #757575;
        font-size: 14.5px;
    }

    .title_description {
        height: 16px;
        padding: 0 17px;
        font-size: 14px;
        line-height: 23px;
    }

    .title_logo {
        display: flex;
    }

    .title_container {
        width: calc(100% - 105px);
        position: relative;
    }

    .title_container::before {
        display: flex;
        content: " ";
        position: absolute;
        z-index: 8;
        right: 0;
        width: 40px;
        height: 75px;
        margin-right: -5px;
        background: linear-gradient(90deg, #ffffff00, white);
    }

    .title_buttons {
        display: none;
    }

    .breadcrumb {
        box-sizing: border-box;
        width: 100%;
        height: 32px;
        color: #757575;
        font-size: 16px;
        line-height: 12px;
        font-weight: 500;
        padding-left: 17px;
        margin-left: -5px;
    }

    .breadcrumb a {
        font-size: 16px;
        font-weight: 600;
        text-decoration: none;
        color: #306d9e;
        margin-right: 5px;
        margin-left: 5px;
    }

    .breadcrumb a:hover {
        color: #000;
    }

    .B_crumbBox {
        display: flex;
        min-width: calc(100% + 5px);
        overflow-x: auto;
        overflow-y: hidden;
    }

    .B_lastCrumb {
        margin-left: 5px;
    }
}

/* =========================================================================== */
.news-menu {
    padding: 10px 30px 20px;
    overflow: hidden
}

.news-menu li {
    float: left;
    margin: 0 15px 0 0;
    padding: 5px;
    border: 1px #ddd solid
}

.news-menu li:hover {
    background-color: #eee
}

.news-menu li a {
    text-decoration: none
}

.news-menu li.active {
    background-color: #eee
}

.news_item .news_inner {
    overflow: hidden;
    height: 100%;
}

@media only screen and (max-width: 480px) {
    /* .news_item .image {display:none} */
    .content table {
        font-size: 12px;
    }
    .card-body .btn-danger {
        display: none;
        margin-right: -10px;
    }
}

.news_item .news_date {
    margin: 0
}

.news_home .news_item {
    width: 33%;
    margin: 0;
    float: left;
    box-sizing: border-box;
    padding-right: 15px;
    margin-bottom: 20px
}

.news_home .news_item .image {
    float: none;
    margin: 0 0 15px 0
}

.news_home .news_item .image img {
    width: 100%
}

.news_home .news_item .news_inner {
    padding: 15px;
    border: 1px #ddd solid
}

.news_home .news_item .news_more {
    margin-bottom: 0
}

.content .pages {
    padding: 20px 0;
    overflow: hidden
}

.content .pages li {
    float: left;
    margin: 0 15px 0 0;
    padding: 5px;
    border: 1px #ddd solid;
    list-style: none;
    width: 17px;
    text-align: center
}

.content .pages li:hover {
    background-color: #eee
}

.content .pages li a {
    text-decoration: none
}

.content .pages li.active {
    background-color: #eee
}

.js-acc {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-out 0.3s;
    -moz-transition: all 0.5s ease-out 0.3s;
    transition: all 0.5s ease-out 0.3s;
}

.js-acc.expanded {
    max-height: 2000px
}

.content .benefits li {
    float: left;
    margin: 0;
    padding: 5px 10px;
    width: 45%;
    list-style: none;
    font-weight: bold
}

.content .benefits li img {
    margin-right: 10px;
    float: left;
    opacity: 0.8;
    border: 2px #e4643f solid;
    border-radius: 14px;
    padding: 8px;
}

.content .benefits li span {
    line-height: 50px;
}

.all_actions.order_button {
    width: 100%;
    box-sizing: border-box;
    background: #fbfbfb;
    border-radius: 4px;
    margin-bottom: 15px;
    padding: 15px
}

.product {
    width: 33%;
    margin: 0;
    float: left;
    box-sizing: border-box;
    padding-right: 15px;
    margin-bottom: 30px
}

.product .image {
    float: none;
    margin: 0 0 15px 0
}

.product .image img {
    width: 100%
}

.product .product_inner {
    padding: 15px;
    border: 1px #ddd solid
}

.product .product_inner h4 {
    margin: 0
}

.product .product_inner p {
    margin: 5px 0 0;
}

.side_button {
    padding: 15px
}

.side_button .btn {
    display: block;
}

.footer .side_button {
    float: right;
    padding: 5px 15px
}

.footer .side_button span {
    color: #fff
}

.side_button input[type="image"] {
    position: absolute;
    right: -9px;
    top: 4px;
    width: 22px;
    height: 22px;
    padding: 3px;
    border: none;
    opacity: 0.7
}

.side_button input[type="image"]:hover {
    opacity: 1
}


.popup__title {
    font-size: 1.3em;
    font-weight: bold;
    margin-bottom: 10px;
}

.popup_body {
    display: none;
    background: white;
    max-width: 400px;
    padding: 30px;
    position: relative;
}

.b-close {
    float: right;
    cursor: pointer;
    position: absolute;
    top: 5px;
    right: 5px;
}

.popup_inner_body h4 {
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 0
}

.popup_inner_body p {
    margin-bottom: 10px
}

.popup_inner_body .phones {
    font-size: 18px;
    color: #fbb02c
}

.popup_inner_body label {
    margin: 0
}

.popup_body .close-panel {
    background-color: transparent;
    border: 1px solid rgba(40, 40, 40, 0.3);
    border-radius: 100%;
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.07);
    height: 24px;
    line-height: 24px;
    text-align: center;
    transition: all 0.5s ease 0s;
    width: 24px;
    z-index: 1000;
    cursor: pointer;
}

.popup_body .close-panel:hover {
    background-color: #eee
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #468847;
}

.alert {
    padding: 15px;
    border: 1px solid transparent;
    border-radius: 4px;
    font-size: 87.5%;
}

.js-map-popup .gmap {
    width: 440px
}

.js-map-popup {
    cursor: pointer
}

.js-map-body.popup_body {
    max-width: 600px;
    padding: 15px;
    width: 600px
}

.ajaxSearch_highlight {
    color: #ff0000 !important
}

.ajaxSearch_result {
    border-bottom: 1px solid #ddd
}

.ajaxSearch_result p {
    font-size: 13px
}

.ajaxSearch_result .ajaxSearch_resultLink {
    font-size: 16px;
    margin-top: 10px;
    display: block
}

.one_half {
    width: 47%;
    box-sizing: border-box;
    float: left;
    margin: 15px 0
}

.one_half .gmap {
    padding: 15px;
    border: 1px #ddd solid;
}

a.js-map-popup {
    display: inline-block;
}

a.js-map-popup::before {
    width: auto;
    margin: 0;
}

.content table tr td.td_without-padding {
    padding: 0;
    vertical-align: middle;
}

.table__link_buy {
    display: block;
}

.table__icon_buy {
    width: 31px;
}

.content a.link_phone {
    display: block;
    width: 150px;
    padding: 10px;
    text-align: center;
    margin: 0 auto;
}


form {
    position: relative;
    padding: 20px 25px;
    background-color: #fff;
}

@media (max-width: 760px) {
    form {
        padding: 25px 20px;
        background-color: #f9f9f9;
    }
}


/* Таблицы */

table.table {
    font-size: 12px;
}

table.table > caption {
    text-align: center;
    margin-bottom: 6px;
    font-size: 23px;
    font-weight: bold;
}

table.table tr.table__row td.table__cell {
    font-size: 1em;
}

table.table tr.table__row td.table__cell_price {
    padding: 0;
}

@media (max-width: 700px) {
    table.table {
        font-size: 20px;
    }

    table.table > caption {
        font-size: 15px;
    }

    .table__head {
        display: none;
    }

    .table__row {
        display: flex;
        flex-direction: column;
        border: 1px solid #333;
        margin-bottom: 6px;
    }

    table.table tr.table__row td.table__cell {
        font-size: .8em;
        border: none;
    }

    table.table tr.table__row td.table__cell:first-child {
        font-weight: bold;
    }

    table.table tr.table__row td.table__cell:nth-child(n+2) {
        font-size: .7em;
    }

    table.table tr.table__row td.table__cell:last-child {
        font-size: 1em;
    }

    table.table tr.table__row td.table__cell a {
        font-size: 1em;
    }

    table.table tr.table__row td.table__cell_price a {
        padding: 8px 10px;
        background-color: #4696cf;
        color: #fff;
    }

    table.table tr.table__row td.table__cell b {
        font-size: 1.1em;
    }
}

/* PopUp Contact Box */

.popup__contact-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #000;
}

.popup__contact-box a {
    padding: 6px 0;
    color: inherit;
    text-decoration: none;
}

.popup__contact-box a:hover {
    text-decoration: underline;
}

.popup__contact-box span {
    padding: 6px 0;
}

/* Page Links */

ul.pageLinks {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

ul.pageLinks li {
    width: calc(50% - 10px);
    margin-bottom: 10px;
    margin-right: 10px;
    border-radius: 5px;
    box-shadow: none;
    /* min-width: 70px; */
    padding: 6px 10px;
    box-sizing: border-box;
    background-color: #4b8abd;
    border: 0;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    transition-duration: 0.1s;
}

ul.pageLinks li:hover {
    background-color: #306d9e;
}

ul.pageLinks_small li {
    width: calc(25% - 10px);
}

ul.pageLinks li a {
    text-decoration: none;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    text-align: center;
    padding: 6px;
    color: inherit;
    font-size: 16px;
}

ul.pageLinks li::before {
    display: none;
}

@media (max-width: 700px) {
    ul.pageLinks li {
        width: calc(50% - 10px);
    }
}

/* Contant */

img.content__image_main {
    display: block;
    margin: 0 auto;
    width: 50%;
}

/* Links */

a.link_to-top {
    display: none;
    position: fixed;
    bottom: 10px;
    left: 10px;
    padding: 10px;
    background-color: #4696cf;
    color: white;
    border: 1px solid #fff;
}

@media (max-width: 700px) {
    a.link_to-top {
        display: block;
    }
}

/* PRODUCT */
.product-box {
    background-color: #fff;
    padding: 25px;
}

.product__card {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

.product__image {
    display: block;
    width: 275px;
    height: 275px;
    border-radius: 4px;
    box-shadow: 0 4px 10px #00000015;
    margin: 0 30px 0 0;
}

.product__info {
    display: flex;
    flex-wrap: wrap;
    width: 395px;
    line-height: 19px;
    padding: 10px 0 0 0;
}

.product__title {
    color: #000;
    width: 100%;
    font-weight: 700;
    font-size: 18px;
    line-height: 15px;
}

.product__category {
    display: block;
    color: #999;
    width: 100%;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px;
}

.product__status {
    background: #fff3c1;
    border: 1px solid #ffe3b4;
    border-radius: 4px;
    box-sizing: border-box;
    color: #684a1f;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none;
    text-align: center;
    width: 190px;
    height: 50px;
    padding: 13px 0;
    margin-right: 15px;
}

.product__button_buy {
    background-color: #6499c4;
    border-radius: 4px;
    box-sizing: border-box;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none;
    text-align: center;
    width: 190px;
    height: 50px;
    padding: 13px 0;
}

.product__button_buy:hover {
    background-color: #417aa8;
}

.properties_product {
    width: 100%;
    margin-bottom: 18px;
}

.properties__item_product {
    display: flex;
    height: 18px;
    padding-left: 2px;
}

.properties__separator {
    box-sizing: border-box;
    flex: 1;
    border-bottom: 2px dotted #999;
    height: 14px;
    margin: 0 10px;
}

.properties__value {
    color: #3284c6;
    font-weight: 700;
    font-size: 15px;
    line-height: 16px;
}

.properties__attribute {
    color: #555;
    font-weight: 700;
    font-size: 15px;
    line-height: 16px;
}

.price_popup {
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    min-width: 100%;
    min-height: 100%;
}

.price_popup_background {
    position: fixed;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.25);
    min-width: 100%;
    min-height: 100%;
    transition-duration: 0.2s;
}

.price_popup_background:hover {
    background-color: rgba(0, 0, 0, 0.30);
}

.price_popup_container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    max-height: 80vh;
    padding: 35px 50px;
    border-radius: 4px;
    background-color: #ffffff;
    box-sizing: border-box;
    z-index: 2;
}

.price_popup_roz {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    height: 48px;
    width: 160px;
    padding: 0px 30px 2px;
    margin-right: 15px;
    font-size: 17px;
    font-weight: 700;
    border-radius: 5px;
    background: linear-gradient(-45deg, #437ca9, #4f8dbd);
    color: #fff;
}

.price_popup_opt {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    height: 48px;
    width: 160px;
    padding: 0px 30px 2px;
    margin-right: 10px;
    font-size: 17px;
    font-weight: 700;
    border-radius: 5px;
    background: linear-gradient(-45deg, #437ca9, #4f8dbd);
    color: #fff;

}

.price_popup_opt:hover {
    background: #437ca9;
}

.price_popup_roz:hover {
    background: #437ca9;
}

.price_popup.active {
    display: flex;
}

.prices_product {
    width: 100%;
    margin-bottom: 25px;
}

.prices__item_product {
    display: flex;
    height: 18px;
    padding-left: 2px;
}

.prices__value {
    color: #3e90d3;
    font-weight: 800;
    font-size: 15px;
    line-height: 16px;
}

.prices__value a {
    color: inherit;
}

.prices__separator {
    box-sizing: border-box;
    flex: 1;
    border-bottom: 2px dotted #999;
    height: 14px;
    margin: 0 10px;
}

.prices__attribute {
    color: #999;
    font-weight: 700;
    font-size: 15px;
    line-height: 16px;
}

@media (max-width: 576px) {
    .product__card {
        flex-direction: column;
        align-items: center;
    }

    .product__image {
        margin: 0 0 30px 0;
        width: 100%;
        height: 100%;
    }

    .product__info {
        width: 100%;
    }

    .product__status, .product__button_buy {
        width: 100%;
        margin: 0 0 15px 0;
    }
}

@media (max-width: 760px) {
    body {
        overflow-x: hidden;
        background-color: #fff;
    }

    .row .navigation_page_right_price {
        font-size: 20px;
        line-height: 38px;
        padding: 0;
    }

    .row .name {
        font-size: 14px;
    }

    .navigation_page_right_ot, .navigation_page_right_za {
        margin: 0;
        font-size: 12px;
    }

}
/*Bootstrap*/
.form-control{box-sizing: border-box;display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#909090;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-webkit-transition:border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s}.form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6)}.form-control::-moz-placeholder{color:#999;opacity:1}.form-control:-ms-input-placeholder{color:#999}.form-control::-webkit-input-placeholder{color:#999}.form-control::-ms-expand{background-color:transparent;border:0}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{background-color:#757575;opacity:1}.form-control[disabled],fieldset[disabled] .form-control{cursor:not-allowed}textarea.form-control{height:auto}@media screen and (-webkit-min-device-pixel-ratio:0){input[type="date"].form-control,input[type="time"].form-control,input[type="datetime-local"].form-control,input[type="month"].form-control{line-height:34px}input[type="date"].input-sm,input[type="time"].input-sm,input[type="datetime-local"].input-sm,input[type="month"].input-sm,.input-group-sm input[type="date"],.input-group-sm input[type="time"],.input-group-sm input[type="datetime-local"],.input-group-sm input[type="month"]{line-height:30px}input[type="date"].input-lg,input[type="time"].input-lg,input[type="datetime-local"].input-lg,input[type="month"].input-lg,.input-group-lg input[type="date"],.input-group-lg input[type="time"],.input-group-lg input[type="datetime-local"],.input-group-lg input[type="month"]{line-height:46px}}.form-group{margin-bottom:15px}.radio,.checkbox{position:relative;display:block;margin-top:10px;margin-bottom:10px}.radio.disabled label,.checkbox.disabled label,fieldset[disabled] .radio label,fieldset[disabled] .checkbox label{cursor:not-allowed}.radio label,.checkbox label{min-height:20px;padding-left:20px;margin-bottom:0;font-weight:400;cursor:pointer}.radio input[type="radio"],.radio-inline input[type="radio"],.checkbox input[type="checkbox"],.checkbox-inline input[type="checkbox"]{position:absolute;margin-top:4px \9;margin-left:-20px}.radio+.radio,.checkbox+.checkbox{margin-top:-5px}.radio-inline,.checkbox-inline{position:relative;display:inline-block;padding-left:20px;margin-bottom:0;font-weight:400;vertical-align:middle;cursor:pointer}.radio-inline.disabled,.checkbox-inline.disabled,fieldset[disabled] .radio-inline,fieldset[disabled] .checkbox-inline{cursor:not-allowed}.radio-inline+.radio-inline,.checkbox-inline+.checkbox-inline{margin-top:0;margin-left:10px}.form-control-static{min-height:34px;padding-top:7px;padding-bottom:7px;margin-bottom:0}.form-control-static.input-lg,.form-control-static.input-sm{padding-right:0;padding-left:0}.input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-sm{height:30px;line-height:30px}textarea.input-sm,select[multiple].input-sm{height:auto}.form-group-sm .form-control{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.form-group-sm select.form-control{height:30px;line-height:30px}.form-group-sm textarea.form-control,.form-group-sm select[multiple].form-control{height:auto}.form-group-sm .form-control-static{height:30px;min-height:32px;padding:6px 10px;font-size:12px;line-height:1.5}.input-lg{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-lg{height:46px;line-height:46px}textarea.input-lg,select[multiple].input-lg{height:auto}.form-group-lg .form-control{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.form-group-lg select.form-control{height:46px;line-height:46px}.form-group-lg textarea.form-control,.form-group-lg select[multiple].form-control{height:auto}.form-group-lg .form-control-static{height:46px;min-height:38px;padding:11px 16px;font-size:18px;line-height:1.3333333}.has-feedback{position:relative}.has-feedback .form-control{padding-right:42.5px}.form-control-feedback{position:absolute;top:0;right:0;z-index:2;display:block;width:34px;height:34px;line-height:34px;text-align:center;pointer-events:none}.input-lg+.form-control-feedback,.input-group-lg+.form-control-feedback,.form-group-lg .form-control+.form-control-feedback{width:46px;height:46px;line-height:46px}.input-sm+.form-control-feedback,.input-group-sm+.form-control-feedback,.form-group-sm .form-control+.form-control-feedback{width:30px;height:30px;line-height:30px}.has-success .help-block,.has-success .control-label,.has-success .radio,.has-success .checkbox,.has-success .radio-inline,.has-success .checkbox-inline,.has-success.radio label,.has-success.checkbox label,.has-success.radio-inline label,.has-success.checkbox-inline label{color:#3c763d}.has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #67b168}.has-success .input-group-addon{color:#3c763d;background-color:#dff0d8;border-color:#3c763d}.has-success .form-control-feedback{color:#3c763d}.has-warning .help-block,.has-warning .control-label,.has-warning .radio,.has-warning .checkbox,.has-warning .radio-inline,.has-warning .checkbox-inline,.has-warning.radio label,.has-warning.checkbox label,.has-warning.radio-inline label,.has-warning.checkbox-inline label{color:#8a6d3b}.has-warning .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #c0a16b}.has-warning .input-group-addon{color:#8a6d3b;background-color:#fcf8e3;border-color:#8a6d3b}.has-warning .form-control-feedback{color:#8a6d3b}.has-error .help-block,.has-error .control-label,.has-error .radio,.has-error .checkbox,.has-error .radio-inline,.has-error .checkbox-inline,.has-error.radio label,.has-error.checkbox label,.has-error.radio-inline label,.has-error.checkbox-inline label{color:#a94442}.has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #ce8483}.has-error .input-group-addon{color:#a94442;background-color:#f2dede;border-color:#a94442}.has-error .form-control-feedback{color:#a94442}.has-feedback label~.form-control-feedback{top:25px}.has-feedback label.sr-only~.form-control-feedback{top:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#404040}@media (min-width:768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-static{display:inline-block}.form-inline .input-group{display:inline-table;vertical-align:middle}.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn,.form-inline .input-group .form-control{width:auto}.form-inline .input-group>.form-control{width:100%}.form-inline .control-label{margin-bottom:0;vertical-align:middle}.form-inline .radio,.form-inline .checkbox{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.form-inline .radio label,.form-inline .checkbox label{padding-left:0}.form-inline .radio input[type="radio"],.form-inline .checkbox input[type="checkbox"]{position:relative;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}}.form-horizontal .radio,.form-horizontal .checkbox,.form-horizontal .radio-inline,.form-horizontal .checkbox-inline{padding-top:7px;margin-top:0;margin-bottom:0}.form-horizontal .radio,.form-horizontal .checkbox{min-height:27px}.form-horizontal .form-group{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.form-horizontal .control-label{padding-top:7px;margin-bottom:0;text-align:right}}.form-horizontal .has-feedback .form-control-feedback{right:15px}@media (min-width:768px){.form-horizontal .form-group-lg .control-label{padding-top:11px;font-size:18px}}@media (min-width:768px){.form-horizontal .form-group-sm .control-label{padding-top:6px;font-size:12px}}.btn{display:inline-block;margin-bottom:0;font-weight:normal;text-align:center;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;background-image:none;border:1px solid transparent;padding:6px 12px;font-size:14px;line-height:1.42857143;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.btn:focus,.btn:active:focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn.active.focus{outline:none}.btn:hover,.btn:focus,.btn.focus{color:#333;text-decoration:none}.btn:active,.btn.active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:not-allowed;filter:alpha(opacity=65);opacity:.65;-webkit-box-shadow:none;box-shadow:none}a.btn.disabled,fieldset[disabled] a.btn{pointer-events:none}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default:focus,.btn-default.focus{color:#333;background-color:#e6e6e6;border-color:#8c8c8c}.btn-default:hover{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default:active,.btn-default.active,.open>.dropdown-toggle.btn-default{color:#333;background-color:#e6e6e6;background-image:none;border-color:#adadad}.btn-default:active:hover,.btn-default.active:hover,.open>.dropdown-toggle.btn-default:hover,.btn-default:active:focus,.btn-default.active:focus,.open>.dropdown-toggle.btn-default:focus,.btn-default:active.focus,.btn-default.active.focus,.open>.dropdown-toggle.btn-default.focus{color:#333;background-color:#d4d4d4;border-color:#8c8c8c}.btn-default.disabled:hover,.btn-default[disabled]:hover,fieldset[disabled] .btn-default:hover,.btn-default.disabled:focus,.btn-default[disabled]:focus,fieldset[disabled] .btn-default:focus,.btn-default.disabled.focus,.btn-default[disabled].focus,fieldset[disabled] .btn-default.focus{background-color:#fff;border-color:#ccc}.btn-default .badge{color:#fff;background-color:#333}.btn-primary{color:#fff;background-color:#2e6390;border-color:#28567d}.btn-primary:focus,.btn-primary.focus{color:#fff;background-color:#224869;border-color:#09131c}.btn-primary:hover{color:#fff;background-color:#224869;border-color:#19364e}.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary{color:#fff;background-color:#224869;background-image:none;border-color:#19364e}.btn-primary:active:hover,.btn-primary.active:hover,.open>.dropdown-toggle.btn-primary:hover,.btn-primary:active:focus,.btn-primary.active:focus,.open>.dropdown-toggle.btn-primary:focus,.btn-primary:active.focus,.btn-primary.active.focus,.open>.dropdown-toggle.btn-primary.focus{color:#fff;background-color:#19364e;border-color:#09131c}.btn-primary.disabled:hover,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary:hover,.btn-primary.disabled:focus,.btn-primary[disabled]:focus,fieldset[disabled] .btn-primary:focus,.btn-primary.disabled.focus,.btn-primary[disabled].focus,fieldset[disabled] .btn-primary.focus{background-color:#2e6390;border-color:#28567d}.btn-primary .badge{color:#2e6390;background-color:#fff}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success:focus,.btn-success.focus{color:#fff;background-color:#449d44;border-color:#255625}.btn-success:hover{color:#fff;background-color:#449d44;border-color:#398439}.btn-success:active,.btn-success.active,.open>.dropdown-toggle.btn-success{color:#fff;background-color:#449d44;background-image:none;border-color:#398439}.btn-success:active:hover,.btn-success.active:hover,.open>.dropdown-toggle.btn-success:hover,.btn-success:active:focus,.btn-success.active:focus,.open>.dropdown-toggle.btn-success:focus,.btn-success:active.focus,.btn-success.active.focus,.open>.dropdown-toggle.btn-success.focus{color:#fff;background-color:#398439;border-color:#255625}.btn-success.disabled:hover,.btn-success[disabled]:hover,fieldset[disabled] .btn-success:hover,.btn-success.disabled:focus,.btn-success[disabled]:focus,fieldset[disabled] .btn-success:focus,.btn-success.disabled.focus,.btn-success[disabled].focus,fieldset[disabled] .btn-success.focus{background-color:#5cb85c;border-color:#4cae4c}.btn-success .badge{color:#5cb85c;background-color:#fff}.btn-info{color:#fff;background-color:#ebf0fc;border-color:#d5dff9}.btn-info:focus,.btn-info.focus{color:#fff;background-color:#bfcff5;border-color:#668ce8}.btn-info:hover{color:#fff;background-color:#bfcff5;border-color:#a0b7f1}.btn-info:active,.btn-info.active,.open>.dropdown-toggle.btn-info{color:#fff;background-color:#bfcff5;background-image:none;border-color:#a0b7f1}.btn-info:active:hover,.btn-info.active:hover,.open>.dropdown-toggle.btn-info:hover,.btn-info:active:focus,.btn-info.active:focus,.open>.dropdown-toggle.btn-info:focus,.btn-info:active.focus,.btn-info.active.focus,.open>.dropdown-toggle.btn-info.focus{color:#fff;background-color:#a0b7f1;border-color:#668ce8}.btn-info.disabled:hover,.btn-info[disabled]:hover,fieldset[disabled] .btn-info:hover,.btn-info.disabled:focus,.btn-info[disabled]:focus,fieldset[disabled] .btn-info:focus,.btn-info.disabled.focus,.btn-info[disabled].focus,fieldset[disabled] .btn-info.focus{background-color:#ebf0fc;border-color:#d5dff9}.btn-info .badge{color:#ebf0fc;background-color:#fff}.btn-warning{color:#fff;background-color:#ffe083;border-color:#ffda69}.btn-warning:focus,.btn-warning.focus{color:#fff;background-color:#ffd350;border-color:#e9af00}.btn-warning:hover{color:#fff;background-color:#ffd350;border-color:#ffca2c}.btn-warning:active,.btn-warning.active,.open>.dropdown-toggle.btn-warning{color:#fff;background-color:#ffd350;background-image:none;border-color:#ffca2c}.btn-warning:active:hover,.btn-warning.active:hover,.open>.dropdown-toggle.btn-warning:hover,.btn-warning:active:focus,.btn-warning.active:focus,.open>.dropdown-toggle.btn-warning:focus,.btn-warning:active.focus,.btn-warning.active.focus,.open>.dropdown-toggle.btn-warning.focus{color:#fff;background-color:#ffca2c;border-color:#e9af00}.btn-warning.disabled:hover,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning:hover,.btn-warning.disabled:focus,.btn-warning[disabled]:focus,fieldset[disabled] .btn-warning:focus,.btn-warning.disabled.focus,.btn-warning[disabled].focus,fieldset[disabled] .btn-warning.focus{background-color:#ffe083;border-color:#ffda69}.btn-warning .badge{color:#ffe083;background-color:#fff}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.btn-danger:focus,.btn-danger.focus{color:#fff;background-color:#c9302c;border-color:#761c19}.btn-danger:hover{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger:active,.btn-danger.active,.open>.dropdown-toggle.btn-danger{color:#fff;background-color:#c9302c;background-image:none;border-color:#ac2925}.btn-danger:active:hover,.btn-danger.active:hover,.open>.dropdown-toggle.btn-danger:hover,.btn-danger:active:focus,.btn-danger.active:focus,.open>.dropdown-toggle.btn-danger:focus,.btn-danger:active.focus,.btn-danger.active.focus,.open>.dropdown-toggle.btn-danger.focus{color:#fff;background-color:#ac2925;border-color:#761c19}.btn-danger.disabled:hover,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger:hover,.btn-danger.disabled:focus,.btn-danger[disabled]:focus,fieldset[disabled] .btn-danger:focus,.btn-danger.disabled.focus,.btn-danger[disabled].focus,fieldset[disabled] .btn-danger.focus{background-color:#d9534f;border-color:#d43f3a}.btn-danger .badge{color:#d9534f;background-color:#fff}.btn-link{font-weight:400;color:#22669c;border-radius:0}.btn-link,.btn-link:active,.btn-link.active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:hover,.btn-link:focus,.btn-link:active{border-color:transparent}.btn-link:hover,.btn-link:focus{color:#000;text-decoration:underline;background-color:transparent}.btn-link[disabled]:hover,fieldset[disabled] .btn-link:hover,.btn-link[disabled]:focus,fieldset[disabled] .btn-link:focus{color:#757575;text-decoration:none}.btn-lg{padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.btn-sm{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-xs{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:5px}input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block{width:100%}.fade{opacity:0;-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}tr.collapse.in{display:table-row}tbody.collapse.in{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition-property:height, visibility;-o-transition-property:height, visibility;transition-property:height, visibility;-webkit-transition-duration:.35s;-o-transition-duration:.35s;transition-duration:.35s;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease}.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.alert h4{margin-top:0;color:inherit}.alert .alert-link{font-weight:bold}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert-dismissable,.alert-dismissible{padding-right:35px}.alert-dismissable .close,.alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#245269}.alert-warning{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.alert-warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link{color:#66512c}.alert-danger{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.alert-danger hr{border-top-color:#e4b9c0}.alert-danger .alert-link{color:#843534}.close{float:right;font-size:21px;font-weight:bold;line-height:1;color:#000;text-shadow:0 1px 0 #fff;filter:alpha(opacity=20);opacity:.2}.close:hover,.close:focus{color:#000;text-decoration:none;cursor:pointer;filter:alpha(opacity=50);opacity:.5}button.close{padding:0;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;appearance:none}.modal-open{overflow:hidden}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transform:translate(0, -25%);-ms-transform:translate(0, -25%);-o-transform:translate(0, -25%);transform:translate(0, -25%);-webkit-transition:-webkit-transform 0.3s ease-out;-o-transition:-o-transform 0.3s ease-out;transition:transform 0.3s ease-out}.modal.in .modal-dialog{-webkit-transform:translate(0, 0);-ms-transform:translate(0, 0);-o-transform:translate(0, 0);transform:translate(0, 0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #999;border:1px solid rgba(0,0,0,0.2);border-radius:6px;-webkit-box-shadow:0 3px 9px rgba(0,0,0,0.5);box-shadow:0 3px 9px rgba(0,0,0,0.5);outline:0}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{filter:alpha(opacity=0);opacity:0}.modal-backdrop.in{filter:alpha(opacity=50);opacity:.5}.modal-header{padding:15px;border-bottom:1px solid #e5e5e5}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.42857143}.modal-body{position:relative;padding:15px}.modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn+.btn{margin-bottom:0;margin-left:5px}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,0.5);box-shadow:0 5px 15px rgba(0,0,0,0.5)}.modal-sm{width:300px}}@media (min-width:992px){.modal-lg{width:900px}}.clearfix:before,.clearfix:after,.form-horizontal .form-group:before,.form-horizontal .form-group:after,.modal-header:before,.modal-header:after,.modal-footer:before,.modal-footer:after{display:table;content:" "}.clearfix:after,.form-horizontal .form-group:after,.modal-header:after,.modal-footer:after{clear:both}.center-block{display:block;margin-right:auto;margin-left:auto}.pull-right{float:right !important}.pull-left{float:left !important}.hide{display:none !important}.show{display:block !important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none !important}.affix{position:fixed}
    * .btn-default,.btn-primary,.btn-success,.btn-info,.btn-warning,.btn-danger{text-shadow:0 -1px 0 rgba(0,0,0,0.2);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.15),0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 0 rgba(255,255,255,0.15),0 1px 1px rgba(0,0,0,0.075)}.btn-default:active,.btn-primary:active,.btn-success:active,.btn-info:active,.btn-warning:active,.btn-danger:active,.btn-default.active,.btn-primary.active,.btn-success.active,.btn-info.active,.btn-warning.active,.btn-danger.active{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.btn-default.disabled,.btn-primary.disabled,.btn-success.disabled,.btn-info.disabled,.btn-warning.disabled,.btn-danger.disabled,.btn-default[disabled],.btn-primary[disabled],.btn-success[disabled],.btn-info[disabled],.btn-warning[disabled],.btn-danger[disabled],fieldset[disabled] .btn-default,fieldset[disabled] .btn-primary,fieldset[disabled] .btn-success,fieldset[disabled] .btn-info,fieldset[disabled] .btn-warning,fieldset[disabled] .btn-danger{-webkit-box-shadow:none;box-shadow:none}.btn-default .badge,.btn-primary .badge,.btn-success .badge,.btn-info .badge,.btn-warning .badge,.btn-danger .badge{text-shadow:none}.btn:active,.btn.active{background-image:none}.btn-default{background-image:-webkit-linear-gradient(top, #fff 0, #e0e0e0 100%);background-image:-o-linear-gradient(top, #fff 0, #e0e0e0 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), to(#e0e0e0));background-image:linear-gradient(to bottom, #fff 0, #e0e0e0 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);background-repeat:repeat-x;border-color:#dbdbdb;text-shadow:0 1px 0 #fff;border-color:#ccc}.btn-default:hover,.btn-default:focus{background-color:#e0e0e0;background-position:0 -15px}.btn-default:active,.btn-default.active{background-color:#e0e0e0;border-color:#dbdbdb}.btn-default.disabled,.btn-default[disabled],fieldset[disabled] .btn-default,.btn-default.disabled:hover,.btn-default[disabled]:hover,fieldset[disabled] .btn-default:hover,.btn-default.disabled:focus,.btn-default[disabled]:focus,fieldset[disabled] .btn-default:focus,.btn-default.disabled.focus,.btn-default[disabled].focus,fieldset[disabled] .btn-default.focus,.btn-default.disabled:active,.btn-default[disabled]:active,fieldset[disabled] .btn-default:active,.btn-default.disabled.active,.btn-default[disabled].active,fieldset[disabled] .btn-default.active{background-color:#e0e0e0;background-image:none}.btn-primary{background-image:-webkit-linear-gradient(top, #2e6390 0, #1f4362 100%);background-image:-o-linear-gradient(top, #2e6390 0, #1f4362 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #2e6390), to(#1f4362));background-image:linear-gradient(to bottom, #2e6390 0, #1f4362 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2e6390', endColorstr='#ff1f4362', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);background-repeat:repeat-x;border-color:#1d3e5a}.btn-primary:hover,.btn-primary:focus{background-color:#1f4362;background-position:0 -15px}.btn-primary:active,.btn-primary.active{background-color:#1f4362;border-color:#1d3e5a}.btn-primary.disabled,.btn-primary[disabled],fieldset[disabled] .btn-primary,.btn-primary.disabled:hover,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary:hover,.btn-primary.disabled:focus,.btn-primary[disabled]:focus,fieldset[disabled] .btn-primary:focus,.btn-primary.disabled.focus,.btn-primary[disabled].focus,fieldset[disabled] .btn-primary.focus,.btn-primary.disabled:active,.btn-primary[disabled]:active,fieldset[disabled] .btn-primary:active,.btn-primary.disabled.active,.btn-primary[disabled].active,fieldset[disabled] .btn-primary.active{background-color:#1f4362;background-image:none}.btn-success{background-image:-webkit-linear-gradient(top, #5cb85c 0, #419641 100%);background-image:-o-linear-gradient(top, #5cb85c 0, #419641 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #5cb85c), to(#419641));background-image:linear-gradient(to bottom, #5cb85c 0, #419641 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);background-repeat:repeat-x;border-color:#3e8f3e}.btn-success:hover,.btn-success:focus{background-color:#419641;background-position:0 -15px}.btn-success:active,.btn-success.active{background-color:#419641;border-color:#3e8f3e}.btn-success.disabled,.btn-success[disabled],fieldset[disabled] .btn-success,.btn-success.disabled:hover,.btn-success[disabled]:hover,fieldset[disabled] .btn-success:hover,.btn-success.disabled:focus,.btn-success[disabled]:focus,fieldset[disabled] .btn-success:focus,.btn-success.disabled.focus,.btn-success[disabled].focus,fieldset[disabled] .btn-success.focus,.btn-success.disabled:active,.btn-success[disabled]:active,fieldset[disabled] .btn-success:active,.btn-success.disabled.active,.btn-success[disabled].active,fieldset[disabled] .btn-success.active{background-color:#419641;background-image:none}.btn-info{background-image:-webkit-linear-gradient(top, #ebf0fc 0, #b6c8f4 100%);background-image:-o-linear-gradient(top, #ebf0fc 0, #b6c8f4 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #ebf0fc), to(#b6c8f4));background-image:linear-gradient(to bottom, #ebf0fc 0, #b6c8f4 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebf0fc', endColorstr='#ffb6c8f4', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);background-repeat:repeat-x;border-color:#adc1f3}.btn-info:hover,.btn-info:focus{background-color:#b6c8f4;background-position:0 -15px}.btn-info:active,.btn-info.active{background-color:#b6c8f4;border-color:#adc1f3}.btn-info.disabled,.btn-info[disabled],fieldset[disabled] .btn-info,.btn-info.disabled:hover,.btn-info[disabled]:hover,fieldset[disabled] .btn-info:hover,.btn-info.disabled:focus,.btn-info[disabled]:focus,fieldset[disabled] .btn-info:focus,.btn-info.disabled.focus,.btn-info[disabled].focus,fieldset[disabled] .btn-info.focus,.btn-info.disabled:active,.btn-info[disabled]:active,fieldset[disabled] .btn-info:active,.btn-info.disabled.active,.btn-info[disabled].active,fieldset[disabled] .btn-info.active{background-color:#b6c8f4;background-image:none}.btn-warning{background-image:-webkit-linear-gradient(top, #ffe083 0, #ffd146 100%);background-image:-o-linear-gradient(top, #ffe083 0, #ffd146 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #ffe083), to(#ffd146));background-image:linear-gradient(to bottom, #ffe083 0, #ffd146 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffe083', endColorstr='#ffffd146', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);background-repeat:repeat-x;border-color:#ffce3c}.btn-warning:hover,.btn-warning:focus{background-color:#ffd146;background-position:0 -15px}.btn-warning:active,.btn-warning.active{background-color:#ffd146;border-color:#ffce3c}.btn-warning.disabled,.btn-warning[disabled],fieldset[disabled] .btn-warning,.btn-warning.disabled:hover,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning:hover,.btn-warning.disabled:focus,.btn-warning[disabled]:focus,fieldset[disabled] .btn-warning:focus,.btn-warning.disabled.focus,.btn-warning[disabled].focus,fieldset[disabled] .btn-warning.focus,.btn-warning.disabled:active,.btn-warning[disabled]:active,fieldset[disabled] .btn-warning:active,.btn-warning.disabled.active,.btn-warning[disabled].active,fieldset[disabled] .btn-warning.active{background-color:#ffd146;background-image:none}.btn-danger{background-image:-webkit-linear-gradient(top, #d9534f 0, #c12e2a 100%);background-image:-o-linear-gradient(top, #d9534f 0, #c12e2a 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #d9534f), to(#c12e2a));background-image:linear-gradient(to bottom, #d9534f 0, #c12e2a 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);background-repeat:repeat-x;border-color:#b92c28}.btn-danger:hover,.btn-danger:focus{background-color:#c12e2a;background-position:0 -15px}.btn-danger:active,.btn-danger.active{background-color:#c12e2a;border-color:#b92c28}.btn-danger.disabled,.btn-danger[disabled],fieldset[disabled] .btn-danger,.btn-danger.disabled:hover,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger:hover,.btn-danger.disabled:focus,.btn-danger[disabled]:focus,fieldset[disabled] .btn-danger:focus,.btn-danger.disabled.focus,.btn-danger[disabled].focus,fieldset[disabled] .btn-danger.focus,.btn-danger.disabled:active,.btn-danger[disabled]:active,fieldset[disabled] .btn-danger:active,.btn-danger.disabled.active,.btn-danger[disabled].active,fieldset[disabled] .btn-danger.active{background-color:#c12e2a;background-image:none}.thumbnail,.img-thumbnail{-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.075);box-shadow:0 1px 2px rgba(0,0,0,0.075)}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{background-image:-webkit-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);background-image:-o-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #f5f5f5), to(#e8e8e8));background-image:linear-gradient(to bottom, #f5f5f5 0, #e8e8e8 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);background-repeat:repeat-x;background-color:#e8e8e8}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{background-image:-webkit-linear-gradient(top, #2e6390 0, #28567d 100%);background-image:-o-linear-gradient(top, #2e6390 0, #28567d 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #2e6390), to(#28567d));background-image:linear-gradient(to bottom, #2e6390 0, #28567d 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2e6390', endColorstr='#ff28567d', GradientType=0);background-repeat:repeat-x;background-color:#28567d}.navbar-default{background-image:-webkit-linear-gradient(top, #fff 0, #f8f8f8 100%);background-image:-o-linear-gradient(top, #fff 0, #f8f8f8 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), to(#f8f8f8));background-image:linear-gradient(to bottom, #fff 0, #f8f8f8 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);border-radius:4px;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.15),0 1px 5px rgba(0,0,0,0.075);box-shadow:inset 0 1px 0 rgba(255,255,255,0.15),0 1px 5px rgba(0,0,0,0.075)}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.active>a{background-image:-webkit-linear-gradient(top, #dbdbdb 0, #e2e2e2 100%);background-image:-o-linear-gradient(top, #dbdbdb 0, #e2e2e2 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #dbdbdb), to(#e2e2e2));background-image:linear-gradient(to bottom, #dbdbdb 0, #e2e2e2 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdbdbdb', endColorstr='#ffe2e2e2', GradientType=0);background-repeat:repeat-x;-webkit-box-shadow:inset 0 3px 9px rgba(0,0,0,0.075);box-shadow:inset 0 3px 9px rgba(0,0,0,0.075)}.navbar-brand,.navbar-nav>li>a{text-shadow:0 1px 0 rgba(255,255,255,0.25)}.navbar-inverse{background-image:-webkit-linear-gradient(top, #3c3c3c 0, #222 100%);background-image:-o-linear-gradient(top, #3c3c3c 0, #222 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #3c3c3c), to(#222));background-image:linear-gradient(to bottom, #3c3c3c 0, #222 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);border-radius:4px}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.active>a{background-image:-webkit-linear-gradient(top, #080808 0, #0f0f0f 100%);background-image:-o-linear-gradient(top, #080808 0, #0f0f0f 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #080808), to(#0f0f0f));background-image:linear-gradient(to bottom, #080808 0, #0f0f0f 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff080808', endColorstr='#ff0f0f0f', GradientType=0);background-repeat:repeat-x;-webkit-box-shadow:inset 0 3px 9px rgba(0,0,0,0.25);box-shadow:inset 0 3px 9px rgba(0,0,0,0.25)}.navbar-inverse .navbar-brand,.navbar-inverse .navbar-nav>li>a{text-shadow:0 -1px 0 rgba(0,0,0,0.25)}.navbar-static-top,.navbar-fixed-top,.navbar-fixed-bottom{border-radius:0}@media (max-width:767px){.navbar .navbar-nav .open .dropdown-menu>.active>a,.navbar .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar .navbar-nav .open .dropdown-menu>.active>a:focus{color:#fff;background-image:-webkit-linear-gradient(top, #2e6390 0, #28567d 100%);background-image:-o-linear-gradient(top, #2e6390 0, #28567d 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #2e6390), to(#28567d));background-image:linear-gradient(to bottom, #2e6390 0, #28567d 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2e6390', endColorstr='#ff28567d', GradientType=0);background-repeat:repeat-x}}.alert{text-shadow:0 1px 0 rgba(255,255,255,0.2);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.25),0 1px 2px rgba(0,0,0,0.05);box-shadow:inset 0 1px 0 rgba(255,255,255,0.25),0 1px 2px rgba(0,0,0,0.05)}.alert-success{background-image:-webkit-linear-gradient(top, #dff0d8 0, #c8e5bc 100%);background-image:-o-linear-gradient(top, #dff0d8 0, #c8e5bc 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #dff0d8), to(#c8e5bc));background-image:linear-gradient(to bottom, #dff0d8 0, #c8e5bc 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);background-repeat:repeat-x;border-color:#b2dba1}.alert-info{background-image:-webkit-linear-gradient(top, #d9edf7 0, #b9def0 100%);background-image:-o-linear-gradient(top, #d9edf7 0, #b9def0 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #d9edf7), to(#b9def0));background-image:linear-gradient(to bottom, #d9edf7 0, #b9def0 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);background-repeat:repeat-x;border-color:#9acfea}.alert-warning{background-image:-webkit-linear-gradient(top, #fcf8e3 0, #f8efc0 100%);background-image:-o-linear-gradient(top, #fcf8e3 0, #f8efc0 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #fcf8e3), to(#f8efc0));background-image:linear-gradient(to bottom, #fcf8e3 0, #f8efc0 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);background-repeat:repeat-x;border-color:#f5e79e}.alert-danger{background-image:-webkit-linear-gradient(top, #f2dede 0, #e7c3c3 100%);background-image:-o-linear-gradient(top, #f2dede 0, #e7c3c3 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #f2dede), to(#e7c3c3));background-image:linear-gradient(to bottom, #f2dede 0, #e7c3c3 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);background-repeat:repeat-x;border-color:#dca7a7}.progress{background-image:-webkit-linear-gradient(top, #ebebeb 0, #f5f5f5 100%);background-image:-o-linear-gradient(top, #ebebeb 0, #f5f5f5 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #ebebeb), to(#f5f5f5));background-image:linear-gradient(to bottom, #ebebeb 0, #f5f5f5 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);background-repeat:repeat-x}.progress-bar{background-image:-webkit-linear-gradient(top, #2e6390 0, #224869 100%);background-image:-o-linear-gradient(top, #2e6390 0, #224869 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #2e6390), to(#224869));background-image:linear-gradient(to bottom, #2e6390 0, #224869 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2e6390', endColorstr='#ff224869', GradientType=0);background-repeat:repeat-x}.progress-bar-success{background-image:-webkit-linear-gradient(top, #5cb85c 0, #449d44 100%);background-image:-o-linear-gradient(top, #5cb85c 0, #449d44 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #5cb85c), to(#449d44));background-image:linear-gradient(to bottom, #5cb85c 0, #449d44 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);background-repeat:repeat-x}.progress-bar-info{background-image:-webkit-linear-gradient(top, #ebf0fc 0, #bfcff5 100%);background-image:-o-linear-gradient(top, #ebf0fc 0, #bfcff5 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #ebf0fc), to(#bfcff5));background-image:linear-gradient(to bottom, #ebf0fc 0, #bfcff5 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebf0fc', endColorstr='#ffbfcff5', GradientType=0);background-repeat:repeat-x}.progress-bar-warning{background-image:-webkit-linear-gradient(top, #ffe083 0, #ffd350 100%);background-image:-o-linear-gradient(top, #ffe083 0, #ffd350 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #ffe083), to(#ffd350));background-image:linear-gradient(to bottom, #ffe083 0, #ffd350 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffe083', endColorstr='#ffffd350', GradientType=0);background-repeat:repeat-x}.progress-bar-danger{background-image:-webkit-linear-gradient(top, #d9534f 0, #c9302c 100%);background-image:-o-linear-gradient(top, #d9534f 0, #c9302c 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #d9534f), to(#c9302c));background-image:linear-gradient(to bottom, #d9534f 0, #c9302c 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);background-repeat:repeat-x}.progress-bar-striped{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)}.list-group{border-radius:4px;-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.075);box-shadow:0 1px 2px rgba(0,0,0,0.075)}.list-group-item.active,.list-group-item.active:hover,.list-group-item.active:focus{text-shadow:0 -1px 0 #224869;background-image:-webkit-linear-gradient(top, #2e6390 0, #254f73 100%);background-image:-o-linear-gradient(top, #2e6390 0, #254f73 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #2e6390), to(#254f73));background-image:linear-gradient(to bottom, #2e6390 0, #254f73 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2e6390', endColorstr='#ff254f73', GradientType=0);background-repeat:repeat-x;border-color:#254f73}.list-group-item.active .badge,.list-group-item.active:hover .badge,.list-group-item.active:focus .badge{text-shadow:none}.panel{-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.05);box-shadow:0 1px 2px rgba(0,0,0,0.05)}.panel-default>.panel-heading{background-image:-webkit-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);background-image:-o-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #f5f5f5), to(#e8e8e8));background-image:linear-gradient(to bottom, #f5f5f5 0, #e8e8e8 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);background-repeat:repeat-x}.panel-primary>.panel-heading{background-image:-webkit-linear-gradient(top, #2e6390 0, #28567d 100%);background-image:-o-linear-gradient(top, #2e6390 0, #28567d 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #2e6390), to(#28567d));background-image:linear-gradient(to bottom, #2e6390 0, #28567d 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2e6390', endColorstr='#ff28567d', GradientType=0);background-repeat:repeat-x}.panel-success>.panel-heading{background-image:-webkit-linear-gradient(top, #dff0d8 0, #d0e9c6 100%);background-image:-o-linear-gradient(top, #dff0d8 0, #d0e9c6 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #dff0d8), to(#d0e9c6));background-image:linear-gradient(to bottom, #dff0d8 0, #d0e9c6 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);background-repeat:repeat-x}.panel-info>.panel-heading{background-image:-webkit-linear-gradient(top, #d9edf7 0, #c4e3f3 100%);background-image:-o-linear-gradient(top, #d9edf7 0, #c4e3f3 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #d9edf7), to(#c4e3f3));background-image:linear-gradient(to bottom, #d9edf7 0, #c4e3f3 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);background-repeat:repeat-x}.panel-warning>.panel-heading{background-image:-webkit-linear-gradient(top, #fcf8e3 0, #faf2cc 100%);background-image:-o-linear-gradient(top, #fcf8e3 0, #faf2cc 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #fcf8e3), to(#faf2cc));background-image:linear-gradient(to bottom, #fcf8e3 0, #faf2cc 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);background-repeat:repeat-x}.panel-danger>.panel-heading{background-image:-webkit-linear-gradient(top, #f2dede 0, #ebcccc 100%);background-image:-o-linear-gradient(top, #f2dede 0, #ebcccc 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #f2dede), to(#ebcccc));background-image:linear-gradient(to bottom, #f2dede 0, #ebcccc 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);background-repeat:repeat-x}.well{background-image:-webkit-linear-gradient(top, #e8e8e8 0, #f5f5f5 100%);background-image:-o-linear-gradient(top, #e8e8e8 0, #f5f5f5 100%);background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #e8e8e8), to(#f5f5f5));background-image:linear-gradient(to bottom, #e8e8e8 0, #f5f5f5 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);background-repeat:repeat-x;border-color:#dcdcdc;-webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,0.05),0 1px 0 rgba(255,255,255,0.1);box-shadow:inset 0 1px 3px rgba(0,0,0,0.05),0 1px 0 rgba(255,255,255,0.1)}
.modal-title {
    font-size: 24px;
    display: inline-block;
}
#map, #map2 {
    padding: 10px;box-sizing: border-box;background: #fff;
}
#map h4 a, #map2 h4 a {
    font-size: 20px;
    text-decoration: none;
    color: #306d9e;
    line-height: 2;
}
#map h2, #map2 h2 {
    line-height: 2;
    color:#757575
}
.plink {
    text-decoration:underline;
    color: #22669c;
}
.plink:hover {
    color:#000
}
.flying {
    position: fixed;
    width: auto;
    text-align: center;
    left: 40%;
    top: 75px;
    z-index: 99999;
    background-color: #eee;
    color: #757575;
    border-radius: 10px;
}
@media (min-width:768px){
    .hidden-xs {
        display: none!important;
    }
}
@media (max-width:768px){
.hidden-small{
        display: none!important;
    }

    .footer_info {
        display: block;
        padding-top: 15px;
        padding-left: 25px;
    }
    a.footer_link {
    color:#fff;
    display: block;
    padding-top: 10px;
    }
}

#search .searchInputMob {
    width: 100%;
}
.nowrap {
    white-space: nowrap;
}
.pagination {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 10px;
}

.page-item {
    margin: 0 4px;
}

.page-item.disabled .page-link,
.page-item.disabled .page-link:hover {
    color: #aaa;
    pointer-events: none;
    cursor: default;
    background-color: #f0f0f0;
    border-color: #ddd;
}

.page-item .page-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border: 1px solid #ddd;
    border-radius: 4px;
    color: #2e6390;
    text-decoration: none;
    transition: background-color 0.3s, color 0.3s;
}

.page-item .page-link:hover {
    background-color: #2e6390;
    color: #ffffff;
}

.page-item.active .page-link {
    background-color: #ffe083;
    color: #fff;
    border-color: #ffe083;
}

.page-item.active .page-link:hover {
    background-color: #2e6390;
    border-color: #2e6390;
}

.page-link {
    font-size: 14px;
    font-weight: bold;
}
#map-msk, #map-spb {
    white-space: nowrap;
}
.load-more-wrap {
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
}
.d-flex {
    display: flex;
}
.modal-body .h5 {
    padding-top: 15px;
    padding-left: 15px;
}
.pl-3.pr-3 {
    width: 15px;
    padding-top: 7px;
    text-align: center;
}
.benefits_container {
  box-sizing: border-box;
  width: 100%;
  padding: 20px;
  background:#fff;
}

.benefits_list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 30px;
  justify-content: center;
  margin: 0 auto;
  max-width: 1200px;
}

.benefits_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.benefits_image {
  margin-bottom: 15px;
}

.benefits_text {
  margin: 0;
  font-size: 16px;
  line-height: 1.4;
}

@media (max-width: 1326px) {
  .benefits_list {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 600px) {
    .card-body  .row {
        padding: 10px 0px;
    }
    .card-body p.lead {
        width: 120px;
    }
    .modal-body .h5 {
    padding-left: 0px;
    }

  .benefits_list {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .benefits_item {
    margin-bottom: 25px;
  }
  
  .benefits_item:last-child {
    margin-bottom: 0;
  }
}
.right_panel {
    display: flex;
    justify-content: flex-end; /* Выравнивание элементов по правому краю */
    width: 100%;
    margin-top: 10px;
    padding: 8px 0;
}
.right_panel_btn {
    display: flex;
    justify-content: flex-end; /* Выравнивание элементов по правому краю */
    margin-top: 10px;
    padding: 0;
}

.right_panel_btn .buy-button, .blue-btn{
    background: #2e6390;
    color:#fff;
    cursor: pointer;
}
.mb20 {
  margin-bottom:20px  
}


/* Если нужно выровнять кнопку внутри button_panel */
.button_panel {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}
.navigation_page_right_container {
    justify-content: flex-start;
}
.right_panel_row {
  display: flex;  
  justify-content: space-between;
  align-items: flex-start;  
  width: 100%;  
}
#PWPreviewWidgetButtonWrapper {
    bottom: 80px!important;
}
.text-center {
    text-align: center;
}
.small {
    font-size: 0.9rem;
}
img.svg-icon {
    box-sizing: border-box;
    /* height: 50px; */
    width: 25px;
    border-radius: 5px;
    padding: 0 5px;
    margin-left: 1px;
    margin-top: 1px;
    transform: matrix(-1, 0, 0, 1, 0, 0);
}
.modal .btn-secondary {
    float: left;
}
a.footer_link {
    color:#fff;
}
/* Добавьте эти стили в ваш CSS */
.slide-form-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 20;
    width: 90%;
    max-width: 700px;
    padding: 20px;
    border-radius: 8px;
    color: white;
    text-align: center;
}

.slide-form-title {
    margin-left: 40px;
    font-size: 18px;
    margin-bottom: 15px;
    color: white;
    text-align: left;
}

.slide-form-fields {
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
  margin-top: 20px;
}

.slide-form-fields label {
text-align: left;
    padding: 5px;
}
.slide-form-container .form-group {
  display: flex;
  flex-direction: column;
}

.slide-form-submit {
  padding: 10px 20px;
  font-size: 16px;
  background-color: #ff6600;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  height: 48px;
}



.slide-form-submit {
    background-color: #2e6390;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.slide-form-submit:hover {
    background-color: #224869;
}

.slide-form-agreement {
    font-size: 12px;
    margin-top: 10px;
}

.slide-form-agreement a {
    color: #ffe083;
    text-decoration: none;
}

.slide-form-agreement a:hover {
    text-decoration: underline;
}
.input__input::placeholder {
color:#333333;
}
.input__input {
        background: hsla(0, 0%, 100%, .7);
    border: none;
    color: #333;
    width: 200px;
    padding: 14px 16px;
    line-height: 20px;
    border-radius: 8px;
}
    .text-rotator {
        vertical-align: middle;
        height: 23px;
        overflow: hidden;
        position: relative;
        width: auto;
        min-width: 220px;
        margin-left: 5px;
        line-height: 1;
    }
    .text-rotator p {
        position: absolute;
        animation: rotateText 6s infinite ease-in-out;
        opacity: 0;
        width: 100%;
        text-align: left;
        line-height: 1;
    }
    .text-rotator p:nth-child(1) { animation-delay: 0s; }
    .text-rotator p:nth-child(2) { animation-delay: 2s; }
    .text-rotator p:nth-child(3) { animation-delay: 4s; }


    @keyframes rotateText {
    0% { opacity: 0; transform: translateY(20px); }
    10% { opacity: 1; transform: translateY(0); } /* Быстрее появляется */
    30% { opacity: 1; transform: translateY(0); } /* Дольше виден */
    40% { opacity: 0; transform: translateY(-20px); } /* Быстрее исчезает */
    100% { opacity: 0; }
    }
    .title_buttons {
    margin-top: 0px;
}
.slideshow-container .title {
height: 50px;
}
    body {
            overflow-x: hidden;
    }
/* Стили для кинематографического слайдшоу с плавными переходами */
.slideshow-container {
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
    background: #000;
}

.slideshow {
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
    background-color: #000;
    list-style: none;
    padding: 0;
    margin: 0;
}

.slideshow li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.slideshow li span {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    opacity: 0;
    animation: imageAnimation 18s linear infinite;
}

.slideshow li:nth-child(1) span {
    animation-delay: 0s;
}
.slideshow li:nth-child(2) span {
    animation-delay: 6s;
}
.slideshow li:nth-child(3) span {
    animation-delay: 12s;
}

.slideshow li span::after {
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

/* Ключевые кадры с корректным исчезновением */
@keyframes imageAnimation {
  0%   { opacity: 0; transform: scale(1); }
  5%   { opacity: 1; transform: scale(1.05); }
  30%  { opacity: 1; transform: scale(1.1); }
  45%  { opacity: 0; transform: scale(1.15); }
  100% { opacity: 0; transform: scale(1.2); }
}


    .slideshow-container .text {
        position: absolute;
        top: 0;
        left: 0;
        
        z-index: 10;
        width: 100%;

        background-color: rgba(255, 255, 255, 0.85); /* Полупрозрачный белый фон */
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    }
    
    .title_main {
        text-align: center;
    }
    
    .title_main h1 {
        color: #333; /* Цвет текста для лучшей читаемости */
    }
    
    .title_main_description {
        color: #555;
    }
    
    /* Адаптивность */
    @media (max-width: 768px) {
        .slide-form-title {
            margin-top: 0px;
        }
        .slide-form-container{
            top:60%;
        }
       .slideshow-container .text {
            width: 90%;
            padding: 20px;
        }
        .slide-form-fields {
            max-width: 337px;
        }
    }

@media (max-width: 1860px) and (min-width: 1799px) {
    .catalog_main-stock .catalog_item-list {
    width: calc(33% - 10px);
}
}

.input-error {
  border: 2px solid red !important;
}
.filter-float-btn {
  display: none;
  position: fixed;
  top: 160px;
  right: 20px;
  z-index: 1000;
  background-color: #2e6390;
  color: white;
  padding: 12px 18px;
  border-radius: 25px;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  font-weight: 600;
  font-size: 14px;
  transition: all 0.3s ease;
}

.filter-float-btn:hover {
  background-color: #224869;
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.4);
}
.no-products-alert {
  width: 100%;
  margin: 20px 0;
  padding: 15px;
  background-color: #f8d7da;
  border: 1px solid #f5c6cb;
  border-radius: 5px;
  color: #721c24;
}

.alert-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.reset-filter-btn {
  background-color: #dc3545;
  color: white;
  border: none;
  padding: 8px 16px;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 600;
  transition: background-color 0.3s ease;
}

.reset-filter-btn:hover {
  background-color: #c82333;
}

@media (max-width: 760px) {
  .alert-content {
    flex-direction: column;
    text-align: center;
  }
  
  .reset-filter-btn {
    width: 100%;
  }
}

a.link-mail {
  position: relative;
  display: inline-block;
}

.copy-email-btn {
  position: absolute;
  top: 50%;
  right: -30px;
  transform: translateY(-50%);
  display: none;
  background-color: #2e6390;
  color: white;
  border: none;
  padding: 4px 8px;
  border-radius: 3px;
  font-size: 11px;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 100;
}

.copy-email-btn:hover {
  background-color: #224869;
}

.link-mail:hover .copy-email-btn {
  display: block;
  opacity: 1;
}

.copy-tooltip {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #333;
  color: white;
  padding: 4px 8px;
  border-radius: 3px;
  font-size: 12px;
  white-space: nowrap;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.copy-tooltip.show {
  opacity: 1;
}

@media (max-width: 700px) {
  .copy-email-btn {
    right: -25px;
    padding: 3px 6px;
    font-size: 10px;
  }
}
