/* Messages */

@import url("./lib/jquery.jgrowl.min.css");
div.jGrowl>.ui-state-highlight {
    background: inherit;
    color: inherit;
    border: inherit;
}

.ms2-message-success {
    background-color: green !important;
}

.ms2-message-error {
    background-color: brown !important;
}

.ms2-message-info {
    background-color: black !important;
}


/* Cart */

#msCart th.count,
#msCart th.weight,
#msCart th.price,
#msCart th.remove {
    width: 15%;
}

.js #msCart [type="submit"][value="cart/change"] {
    display: none;
}

#msMiniCart,
.msMiniCart {
    font-size: .8em;
}

#msMiniCart h5,
.msMiniCart h5 {
    margin: 0;
}

#msMiniCart .empty,
.msMiniCart .empty {
    display: block;
}

#msMiniCart .not_empty,
.msMiniCart .not_empty {
    display: none;
}

#msMiniCart.full .empty,
.msMiniCart.full .empty {
    display: none;
}

#msMiniCart.full .not_empty,
.msMiniCart.full .not_empty {
    display: block;
}


/* Product */

#msProduct .old_price,
#msCart .old_price,
.ms2_product .old_price {
    color: brown;
    font-style: italic;
    text-decoration: line-through;
}


/* Order */

#msOrder {
    margin-top: 50px;
}

#msOrder .radio {
    min-height: 30px;
    margin-bottom: 10px;
}

#msOrder .radio img {
    max-height: 30px;
    margin-top: -2px;
    padding: 0 10px;
}

#msOrder .required-star {
    display: none;
    color: brown;
}

#msOrder .required .required-star {
    display: inline;
}

#msOrder .error {
    border: 1px solid brown !important;
}


/* Logs */

.msProductsLog,
.msGalleryLog,
.msCartLog,
.msOrderLog,
.msGetOrderLog {
    width: 100%;
    overflow: auto;
    word-wrap: normal;
    white-space: pre;
}

.tabs {
    font-size: 0;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.tabs>input[type="radio"] {
    display: none;
}

.tabs>div {
    /* скрыть контент по умолчанию */
    display: none;
    border: 1px solid #e0e0e0;
    padding: 10px 15px;
    font-size: 16px;
}


/* отобразить контент, связанный с вабранной радиокнопкой (input type="radio") */

#tab-btn-1:checked~#content-1,
#tab-btn-2:checked~#content-2,
#tab-btn-3:checked~#content-3,
#tab-btn-4:checked~#content-4,
#tab-btn-5:checked~#content-5 {
    display: block;
}

.tabs>label {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: rgba(113, 136, 208, .85);
    border: 1px solid #e0e0e0;
    padding: 2px 8px;
    font-size: 16px;
    line-height: 1.7;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
    cursor: pointer;
    position: relative;
    top: 1px;
    border-radius: 3px;
    color:#fff;
}

.tabs>label:not(:first-of-type) {
    border-left: none;
}

.tabs>input[type="radio"]:checked+label {
    background-color: #fff;
    border-bottom: 1px solid #fff;
    border-top: 3px solid #626FBF;
    color:#000;
}

.field {
    color: grey;
    font-size: 11px;
}

.btn.btn-primary[type="submit"] {
    width: 112px;
    height: 26px;
    line-height: 26px;
    padding: 0;
    margin: 0 auto;
    background-position: 5px center;
    background-size: 20px auto;
    text-indent: 20px;
    background-color: #1d3eb6;
    background-image: url(/images/cart.svg);
    font-size: 12px;
    color: #fff;
    background-repeat: no-repeat;
    margin-bottom: 10px;
    text-align: right;
    padding-right: 17px;
}

.n-wrap {
    text-align: left;
    font-size: 13px;
}

img.mw-100 {
    object-fit: fill;
    width: 100%;
    height: 200px;
}

.font-weight-bold {
    background-color: rgba(113, 136, 208, .85);
    color: white;
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 68px;
}

.price.ml-md-3 {
    background-color: rgba(113, 136, 208, .85);
    color: white;
    width: 100%;
    display: block;
    margin-bottom: 4px;
    margin-top: 3px;
}

.krat .items {
    width: 100%;
    border: 5px solid #e0e0e0;
    border-top: none;
    padding: 8px 20px;
    text-align: center;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}


.krat .items p {
    margin-bottom: 0px;
    font-size: 14px;
    width: 100%;
    text-align: center;
    font-weight: 600;
}

.krat .items p:nth-child(odd) {
    border-right: 2px solid #e0e0e0;
}

.cbs_controll .quantity_wrapper a {
    display: inline;
    position: relative;
    border: 1px solid rgba(29, 62, 182, .3);
    padding: 4px 10px;
    color: #000;
    border-radius: 3px;
}

.cbs_controll .quantity_wrapper {
    width: auto;
    display: inline-block;
    border: none;
    height: auto;
}

.cbs_controll .quantity_wrapper input {
    width: 59px;
    display: inline-block;
    height: 29px;
    font-size: 19px;
    padding: 0;
    margin: 0px -5px;
    text-align: center;
    border: transparent;
    box-shadow: none;
}

.priceP,
.countString {
    display: inline;
    line-height: 32px;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
}

.redPrice {
    font-size: 24px;
    color: red;
}

.ms2_form {
    text-align: center;
}

@media screen and (max-width: 470px) {
    .priceP,
    .countString {
        width: 100%;
        display: block;
        margin-bottom: 0px !important;
    }
    .tabs>label {
        width: 100%;
    }
}

.main_title h1 {
    margin-top: 12px;
    margin-bottom: 0px;
}

.contactString {
    font-family: Arial;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
}

.phoneA span,
.emailA span {
    color: #5D74CB;
    font-weight: bold;
}

.deliveryText {
    font-family: Arial;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    margin: 10px 0px;
}

.itemsBlock .item {
    width: 32%;
    padding: 0px 15px;
    display: inline-block;
    text-align: center;
    vertical-align: top;
}

.itemsBlock .item .image {
    height: 78px;
    border-bottom: 2px solid #5D74CB;
}

.itemsBlock .item .text {
    font-family: Arial;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
}

.cbs_cat_descr_text {
    padding-right: 70px;
    vertical-align: top;
    margin-left: 0;
    padding-left: 0;
    width: 50%;
}

.cbs_cat_descr.productDescr {
    height: auto;
}

.phoneA span::before {
    content: url(/images/new/phone.png);
    margin-right: 10px;
}

.emailA span::before {
    content: url(/images/new/email.png);
    margin-right: 10px;
}

.callbackBtn {
    font-family: Arial;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    color: white;
    background: #5D74CB;
    border-radius: 100px;
    padding: 16px 16px;
}

.cbs_cat_descr_img {
    position: absolute;
    top: 0px;
    text-align: center;
    padding: 18px;
    width: 480px;
    max-height: 502px;
}

.subMicro .item_block {
    display: inline-flex;
    align-items: center;
    width: 250px;
    padding: 0;
    margin: 0px 4px 5px;
}

.subMicro .item_block:hover .item_block__img:before {
    content: "";
    width: 0;
}

.subMicro .item_block__img:before,
.subMicro .item_block__img:after {
    width: 0;
    background: none;
}

.item_block .item_block__img p {
    font-family: Arial;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    padding-left: 5px;
    color: #3E94D2;
    width: 100%;
}

.item_block:hover .item_block__img p {
    background: #869AD7;
    color: white;
}

.subMicro .item_block__table {
    width: calc(100% - 101px);
    display: table;
    vertical-align: top;
    font-size: 16px;
    font-weight: 600;
}

.subMicro .item_block__table .item_block__cell {
    display: table-cell;
    vertical-align: middle;
}

.subMicro .item_block .item_block__img {
    display: inline-block;
    height: 100px;
    width: 100px;
    margin-bottom: 0;
}

.subMicro .item_block .item_block__img img {
    width: 100%;
    vertical-align: top;
    object-fit: contain;
}

.pagination {
    margin-bottom: 25px;
}

.cbs_cat_descr_img img {
    max-height: 350px;
    display: block;
    margin: auto;
}

.cbs_cat_descr_img.productImg {
    width: 365px;
    background-color: #fff;
    border: 1px solid #a9bae2;
    position: relative;
    margin-right: 50px;
    padding: 0;
}

.productTitle.main_title h1 {
    width: auto;
}

.main_title {
    max-width: 500px;
}

.productTitle.main_title {
    max-width: none;
}

@media screen and (max-width: 1000px) {
    .cbs_cat_descr_text {
        width: 100%;
        max-width: 550px;
        margin-bottom: 20px;
        display: block;
        margin: auto;
        margin-top: 20px;
        padding-right: 0px;
    }
    .cbs_cat_descr_img.productImg {
        display: block;
        margin: auto;
        width: 330px;
    }
    .cbs_cat_descr {
        height: auto;
    }
    .cbs_cat_descr_img {
        width: 100%;
        position: relative;
    }
    .cbs_cat_descr_img img {
        max-width: 360px;
        display: block;
        margin: auto;
        width: 100%;
        max-height: 100%;
    }
    .number_inputs .form-group.col-md-6 {
        display: inline-block;
        width: 49%;
    }
}

@media screen and (max-width: 1000px) {}

#content-4 ul {
    list-style: disc;
    margin-left: 18px;
}

#content-4 ul li {
    list-style: disc;
}

#content-4 ul li::marker {
    color: #4D53CE;
}

.hit {
    display: block;
    margin: 10px auto;
    width: 54px;
    text-align: center;
    background: #F59033;
    border-radius: 30px;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    line-height: 15px;
    letter-spacing: 0.09em;
    color: #FFFFFF;
    position: absolute;
    z-index: 2;
    right: 10px;
}

#filter .ms2_product {
    position: relative;
}

#filter .ms2_product {
    display: inline-block;
    width: 250px;
    margin: 10px;
    border: 1px solid #ADABAB;
    min-height: 355px;
    vertical-align: top;
}

#filter .ms2_product:hover {
    border: 1px solid #E0DEDE;
}

#filter .ms2_product .col-md-2.text-center.text-md-left,
#filter .ms2_product .col-12.col-md-8.mt-2.mt-md-0.flex-grow-1,
#filter .ms2_product .col-12.col-md-4.mt-2.mt-md-0.text-center.text-md-right,
#filter .ms2_product .font-weight-bold,
#filter .col-md-10.d-flex.flex-column.flex-md-row.align-items-center.no-gutters {
    display: block;
    width: 100%;
    text-align: center;
    float: none;
}

#filter .ms2_product .col-12.col-md-4.mt-2.mt-md-0.text-center.text-md-right {
    padding: 0;
    width: 113px;
    display: inline-block;
}

#filter .ms2_product .form-group.quantity_wrapper {
    width: 93px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0;
}

@media screen and (max-width: 500px) {
    .item_blocks {
        text-align: center;
    }
    #filter .ms2_product {
        display: block;
        margin: auto;
        margin-bottom: 10px;
    }
}

.slider {
    max-width: 95%;
    display: block;
    margin: 20px auto;
}

.slick-prev:before,
.slick-next:before {
    font-size: 0px !important;
}

.compare_link {
    display: inline-block;
    width: 44%;
    color: #4D53CE;
    margin: 0px auto 0 auto;
    cursor: pointer;
    font-size: 14px;
    text-align: left;
    position: absolute;
    z-index: 9;
    top: 5px;
    left: 5px;
}
.delivery_button {
    color: #4D53CE;
    cursor: pointer;
    font-size: 14px;
    float: right;
    border-bottom: 1px dashed;
    text-decoration: none;
}

.delivery_button a {
    width: 100% !important;
    color: #4D53CE !important;
    text-align: left !important;
}
.cbs_adw .compare_link{
    position: absolute;
    top: -30px;
    right: 0;
}

.to_compare {
    cursor: pointer;
    margin: 0px 0 5px auto;
    width: 190px;
    color: #71747c;
    float: right;
}

.starrating {
    display: inline-block;
    margin-bottom: 5px;
    color: #71747c;
    font-size: 15px;
}

.cmp_count {
    background: red;
    padding: 3px 6px;
    color: white;
    font-size: 13px;
    border-radius: 10px;
}

#filter .ms2_product .quantity_wrapper a {
    display: inline;
    position: relative;
    border: 1px solid rgba(29, 62, 182, .3);
    padding: 3px 7px;
    background: #4D53CE;
    color: white;
}

#filter .ms2_product .quantity_wrapper input {
    width: 45px;
    display: inline-block;
    height: 24px;
    margin: 0px -5px;
    padding: 6px 6px;
    text-align: center;
}

#filter .ms2_product .col-12.col-md-4.mt-2.mt-md-0.text-center.text-md-right .addCartBtn {
    margin-bottom: 5px;
    width: 116px;
}

#filter .ms2_product a.fancybox {
    display: inline-block;
    width: 49%;
    font-size: 14px;
    text-align: right;
}

.compare {
    display: block;
    margin: auto;
    width: fit-content;
}

.cross {
    background: red;
    color: white;
    border-radius: 10px;
    position: absolute;
    padding: 1px 6px;
    z-index: 1;
    top: 7px;
    right: 9px;
}

.cbs_cat_descr.productDescr .compare_link {
    display: block;
    width: 75px;
    margin: 0px 0 0 auto;
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(/local/css/fonts/glyphicons-halflings-regular.eot);
    src: url(/local/css/fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'), url(/local/css/fonts/glyphicons-halflings-regular.woff2) format('woff2'), url(/local/css/fonts/glyphicons-halflings-regular.woff) format('woff'), url(/local/css/fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(/local/css/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg');
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-style: normal;
    font-weight: 400;
    font-family: 'Glyphicons Halflings';
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-star:before {
    content: "\e006";
    color: orange;
}

.glyphicon-star-empty:before {
    content: "\e007";
    color: orange;
}

.rating-input {
    display: inline-block;
}

.leave-reply {
    border-top: 1px solid #e0e0e0;
    padding: 10px 0;
}

.leave-reply .h2 {
    color: #242424;
    font-family: Arial;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.le-button.big.post-comment-button.submit {
    line-height: 26px;
    padding: 5px 17px;
    margin: 20px 10px 0px auto;
    background-color: #1d3eb6;
    font-size: 12px;
    color: #fff;
    background-repeat: no-repeat;
    text-align: right;
    display: block;
    vertical-align: bottom;
}

#comments-wrapper .avatar img {
    border-radius: 35px;
}

.comment-content {
    float: none;
    display: block;
    clear: both;
    margin: 10px 0;
}

#comments-wrapper .ticket-comment {
    margin-bottom: 90px;
}

.glhww {
    position: relative;
    margin-bottom: 25px;
}

.glhww .h2 {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 28px;
    line-height: 33px;
    text-transform: uppercase;
    color: #000000;
}

.hww {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.hwwItem .text {
    width: 130px;
    margin-top: 20px;
    text-align: center;
    color: #656871;
    font-size: 15px;
    line-height: 21px;
}

.hwwItem {
    width: 170px;
    background: #FAFBFC;
    margin: 10px auto;
    padding: 20px;
}

.hwwItem img {
    margin: 0 auto;
    display: block;
}

@media screen and (max-width: 1000px) {
    .hww {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media screen and (max-width: 550px) {
    .hww {
        grid-template-columns: 1fr 1fr;
    }
}
.preim{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    text-align: center;
    grid-gap: 30px;
}
.preimItem{
padding: 50px 0;
background: #FAFBFC;
vertical-align: top;
}
.preim .preimTitle{
    font-family: 'Arial';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 21px;
    text-align: center;
    color: #656871;
    margin-top: 25px;
}
.preimItem img{
    vertical-align: top;
    height: 72px;
    object-fit: none;
}
.page .prepreimtitle{
    font-family: 'Roboto';
font-style: normal;
font-weight: 400;
font-size: 28px;
line-height: 33px;
/* identical to box height */

text-transform: uppercase;

color: #000000;
}
@media screen and (max-width: 650px) {
    .preim{
        grid-template-columns: 1fr 1fr;
    }
}
.primer_job{
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
.primer_job img{
    width: 300px;
    margin: 5px;
}

.banner {
    display: block;
    margin: 10px 0;
}

.gostsList {
    margin: 10px 0;
}

.cbs_adw {
    position: relative;
}
div#content-1 h2 {
    text-transform: uppercase;
}

.item_blocks.subMicro.actHide .canHide {
    display: none;
}

.js-content_toggle_submicro {
    font-family: Arial;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    color: white;
    background: #5D74CB;
    border-radius: 100px;
    padding: 3px 16px;
    margin: 2px auto 0px auto;
    display: block;
    vertical-align: top;
}