

/* Start:/local/components/custom/success_message/templates/.default/style.css?1687382396643*/
.message{
    font: 16px;
    width: 100%;
    margin: 0px auto;
    padding:15px;
}

.message span{font-weight:600;}
.message #close{
    float:right;
    color:inherit;
    text-decoration:none;
    margin-top: -8px;
    font-size: 30px;
}

.message#error{
    background-color:tomato;
    border-left:7px #dc3d21 solid;
    color:white;
}

.message#warning{
    background-color: #eaaf51;
    border-left:7px #df8b00 solid;
    color:#6b6d31;
}

.message#info{
    background-color: #4ea5cd;
    border-left:7px #3b8eb5 solid;
    color:#beecfc;
}

.message#success{
    background-color: #6A7FD4;
    color:white;
    text-align: center;
}
/* End */


/* Start:/local/templates/orfo/styles.css?16802470514081*/
.bg {
    background-position: center;
    background-size: cover;
}

.pd-24 {
    padding-right: 24px;
    padding-left: 24px;
}

.has-bg {
    position: relative;
    color: white;
    z-index: 0;
}

.has-bg::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .6);
    z-index: -1;
}

.blog_link {
    text-decoration: none;
}

.rub {
    font-size: 20px;
}

li.search-word__item:hover {
    cursor: pointer;
    color: #99CC33;
}

li.search-word__item.active {
    cursor: pointer;
    color: #99CC33;
}

.context_mistake {
    z-index: 9999;
    visibility: visible;
    transition-duration: 0ms;
    position: absolute;
    will-change: transform;
    top: 0px;
    /*width: 170px;*/
    color: #383838;
    -webkit-box-shadow: 0px 0px 8px rgba(56, 56, 56, 0.15);
    box-shadow: 0px 0px 8px rgba(56, 56, 56, 0.15);
    background-color: #F5F5F5;
    border: 1px solid #E5E9E9;
    left: 0px;
    font-family: inherit;
    font-size: 14px;
    padding: 12px 16px;
    line-height: 1.4;
    /*right: 32px;*/
    width: max-content;
    max-width: fit-content;
}

.disabled_buy {
    background-color: grey !important;
    border-color: grey !important;
}

.valid_errors {
    color: red;
}

.valid_success {
    color: black;
}

.disabled_btn {
    background: grey !important;
    border-color: grey !important;
}

.disabled_fill{
    fill: white !important;
}

.h100 {
    height: 100% !important;
}

.no_underline {
    text-decoration: none;
}

.href_underline:hover {
    text-decoration: underline;
    color: #99CC33;
}

.breadcrumps__link {
    text-decoration: none;
}

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

.page_desc > ul > li {
    text-align: initial;
}

.time_action {
    font-size: 20px;
}

/* files upload */
.red_del_file {
    color: red;
    cursor: pointer;
    margin-left: 5px;
    vertical-align: super;
}

.fileName {
    font-weight: bold;

}

.err_upl_files {
    color: red;
}


.input_needsum {
    width: 45px !important;
    display: inline-block !important;
    text-align: end;
}

.logo_img {
    height: 15px;
}

@media only screen and (min-width: 1024px) {
    .logo_img {
        height: 20px;
    }
}


@media only screen and (max-width: 760px) {
    .site-head-default .breadcrumps {
        margin-top: -30px;
    }
    .site-head-product .breadcrumps {
        margin-top: -30px;
    }
    .site-head-news .breadcrumps {
        margin-top: -30px;
    }
}

.oldprice{
    font-size: 20px;
    color: #c6c6c6;
    background-image: linear-gradient(0deg, #c6c6c6, #c6c6c6);
    background-position: 0 .6em;
    background-repeat: repeat-x;
    background-size: 1px 1px;
}

.nolink{
    text-decoration: none;
    cursor: default;
}

ul.editor-nav__lvl-1 li:last-child{
    border-bottom: 0;
}

body{
    overflow-x: hidden;
    margin-right: calc(-1 * (100vw - 100%));
}

.ajax_loader{
    background: url(/local/templates/orfo/img/ajax-loader.gif) no-repeat center center !important;
    z-index: 10000;
    width: 55px;
    height: 55px;
    position: fixed;
    left: 50%;
    bottom: 50%;
    right: 50%;
    margin-left: -25px;
    margin-bottom: 25px;
}


/*мобильное меню*/
.header__arrow_mob{
    position: absolute;
    right: 7px;
    top: 50%;
    width: 7px;
    height: 7px;
    margin-top: -4px;
    fill: #383838;
    transition: all .15s ease-in-out;
    z-index: 1;
    transform: rotate(90deg);
}

.header__link_mob{
    display: flex !important;
}

.rotate_mob{
    transform: rotate(270deg);
}

.header__sublist_mob {
   padding: 0 !important;
}

.header__subitem_mob{
    padding-top: 5px;
    padding-bottom: 5px;

}

.header__subitem_mob:not(:last-child) {
    border-bottom: 1px solid white;
}

/**/
.discount_info{
    margin-top: -20px;
    padding-bottom: 40px;
    font-size: 16px;
    text-align: center;
    line-height: 24px;

}
.page-tariff__subtitle{
    margin-bottom: 10px !important;
}

.gramm_errs{
    color: #93be39 !important;
}

.orfo-online__mistakes{
    height: 90px;
}
/* End */
/* /local/components/custom/success_message/templates/.default/style.css?1687382396643 */
/* /local/templates/orfo/styles.css?16802470514081 */
