

/* Start:/local/components/feller/CookieAccept/templates/.default/style.css?17652667321283*/
.cookieAccept {
    position: fixed;

    bottom: 0;
    left: 0;
    right: 0;
    padding: 50px 0 30px 0;
    background: #494949;
    z-index: 5;
    color: white;
    a {
        color: white;
        text-decoration: underline;
    }
    .infoValue {
        position: relative;
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
        .closeIcon {
            position: absolute;
            top: -30px;
            right: 0;
            width: 30px;
            height: 30px;
            cursor: pointer;
        }

    }
}

@media screen and (max-width: 720px)  {
    .cookieAccept {
        position: fixed;
        padding: 40px 0 10px 0;
        bottom: 0;
        left: 0;
        right: 0;

        background: #494949;
        z-index: 20;
        a {
            color: white;
            text-decoration: underline;
        }
        .infoValue {
            font-size: 10px;
            padding: 12px;
            position: relative;
            .closeIcon {
                position: absolute;
                top: -30px;
                right: 0;
                width: 30px;
                height: 30px;
                cursor: pointer;
            }

        }
    }
}
/* End */


/* Start:/local/templates/mobile2021/template_styles.css?176527364611899*/
@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;500;700&display=swap');
*,
*::before,
*::after {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    border: 0;

}
input[type=radio] {
    -webkit-appearance: none;
}
p {
    text-shadow: none;
}
a {
    text-shadow: none!important;
    text-decoration: none;
}
a, a:focus, a:hover, a:visited {
    color: inherit;
}
a:not([class]) {
    text-decoration-skip-ink: auto;
}
a:not([class]) {
    text-decoration-skip-ink: auto;
}

html,body {
    margin:0;
    padding:0;
    font-family: 'Ubuntu', sans-serif;
    overflow: auto;
    height: 100%;
    color: #595959;
    position: relative;
}

img {
    max-width: 100%;
    height: auto;
}
#content {
    position: relative;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    background: white;

}

#work_area {
    padding: 55px 0px 0px 0px;
    overflow: auto;
    min-height: calc(100vw - 350px);

}

#shapka {
    position: fixed;
    width: 100%;
    height: 50px;
    left: 0px;
    top: 0px;
    background: #E97815;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    border-radius: 0px 0px 25px 25px;
    z-index: 3;
}

#logo {
    position: absolute;
    left: calc(50% - 49px);
    top: 15px;
    bottom: 97.86%;
}

#vopros {
    position: absolute;
    right: 29px;
    top: 15px;
}

#user_logo {
    position: absolute;
    left: 29px;
    top: 15px;
}
#user_logo img {
    height: 25px;
}

footer {
    position: fixed;
    width: 100%;
    height: 55px;
    left: 0;
    bottom: 0;
    background: #E97815;
    box-shadow: 0px -2px 4px rgba(0, 0, 0, 0.2);
    border-radius: 25px 25px 0px 0px;
}

.footer_menu {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 9px 15px 0 15px;
}
.footer_menu .footer_menu_item {
    width: 80px;
    text-align: center;

}
.footer_menu .footer_menu_item.basket_menu_item {
    position: relative;
}
.footer_menu .footer_menu_item.basket_menu_item.animation_basket .basket_icon {
    position: relative;
}

.footer_menu .footer_menu_item.basket_menu_item .basket_count_box {
    width: 14px;
    height: 14px;
    border-radius: 7px;
    background-color: white;
    position: absolute;
    right: 20px;
    top: -3px;
    z-index: 1000;
    color: #E97815;
    text-align: center;
    font-size: 11px;
    line-height: 7px;
    padding-top: 3px;
    font-weight: bold;
}

.footer_menu .footer_menu_item.basket_menu_item.animation_basket .basket_icon .pic {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    top: -23px;
    animation: basket_animate 2s;
    animation-iteration-count: infinite;
    transition: rotate 500ms;
}
.footer_menu .footer_menu_item.basket_menu_item.animation_basket {

}
.footer_menu .footer_menu_item.basket_menu_item.animation_basket .basket_count_box {
    top: -26px;
}
@keyframes basket_animate {
    from {
        transform: rotate(0deg);
    }
    25% {
        transform: rotate(10deg);
    }

    75% {
        transform: rotate(-10deg);

    }

    to {
        transform: rotate(0deg);
    }

}
.footer_menu .footer_menu_item p {
    text-align: center;
    color: white;
    font-size: 12px;
    font-weight: 500;
    margin:0;
    padding: 0;
}
.footer_block {
    background: #E97815;
    padding: 30px 0 85px 0;
    text-align: center;
}
ul.footer_links, ul.footer_soc_links {
    list-style-type: none;
}
ul.footer_links li {
    margin: 3px 0;
}
ul.footer_links li a, ul.footer_links li a:active, ul.footer_links li a:visited, ul.footer_links li a:hover, ul.footer_links li span  {
    color: white;
    font-weight: 500;
}
ul.footer_soc_links {
    margin-top: 20px;
}
ul.footer_soc_links li {
    display: inline;
    margin: 0 10px;
}
ul.footer_soc_links li a img {
    height: 21px;
}
.button {
    padding: 5px 8px 7px 8px;
    text-align: center;
    color: white;
    border-radius: 4px;
    font-size: 14px;
    line-height: 15px;
    white-space: nowrap;
    cursor: pointer;
    user-select: none;
}
a.button, a.button:focus, a.button:hover, a.button:visited {
    color: white;
}
.large_button {
    padding: 10px 20px;
    font-size: 16px;
}
.button img {
    display: inline;
    vertical-align:middle;
    margin-left: 10px;
    height: 17px;
}
.orange_button {
    background: #E97815;
}
.green_button {
    background: #8CC443;
}
.space_block {
    padding: 0 10px;
}
.text_block {
    padding: 0 20px;
    text-align: justify;
}
#search_window, #about_window {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: white;
    z-index: 10;
    opacity: 1;
    overflow: auto;
}

#about_window {
    background-color: #E97815;
    display: none;
}
#about_window .abount_content {
    padding: 30px 0 0 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: calc(100% - 70px);
}
#about_window .abount_content .about_menu a{
    display: block;
    margin: 10px;
    text-align: center;
    width: 100%;
    font-size: 1.4em;
    color: white;
    font-weight: bold;
}
#about_window .abount_content  .social_icons {
    width: 100%;
    text-align: center;
}
#about_window .abount_content  .social_icons ul.footer_soc_links li a img {
    height: 40px;!important;
}
#about_window .abount_content .about_log {
    margin: 90px 0 0 0 ;
    width: 100%;
    text-align: center;
}
#about_window .abount_content .about_log img {
    width: 65%;
}
.cancel_block {
    float: right;
    padding: 20px 20px 0 0;
    cursor: pointer;
    clear: both;
}

 .cancel_block  img {
    width: 25px;
}
#search_window {
    display: none;
}
.search_line_block {
    width: 90%;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
}
.default_input {
    background: #FFFFFF;
    box-shadow: inset 0px 0px 3px rgba(233, 120, 21, 0.3);
    border-radius: 10px;
    font-size: 14px;
    padding: 10px 20px;
    width: 100%;
    color: #595959;
    border: solid 1px #E97815;
}
.default_input:focus {

}
#q_search_loader {
    padding-top: 60px;
    display: none;
}

.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    transition: all 0.5s;
    opacity: 1;
}
.preloader-remove {
    opacity: 0;
    z-index: -10;
}

.preloader-5 {
    display: block;
    position: relative;
    width: 150px;
    height: 150px;
    margin: 30px auto;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #337AB7;
    animation: preloader-5-spin 2s linear infinite;
}
.preloader-5:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #BFE2FF;
    animation: preloader-5-spin 3s linear infinite;
}
.preloader-5:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #337AB7;
    animation: preloader-5-spin 1.5s linear infinite;
}
@keyframes preloader-5-spin {
    0%   {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.search_result {
    overflow: auto;
}
.search_result .search_result_value {
    margin-top: 20px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    overflow: auto;
}

.search_result .search_result_value  .one_item {
    width: calc(100% - 3px);
    display: flex;
    justify-content: flex-start;
    box-shadow: 3px 3px 4px rgba(233, 120, 21, 0.3);
    border-radius: 15px;
    padding: 10px 5px;
    margin-top: 10px;
}
.search_result .search_result_value  .one_item .picture{
    text-align: center;
    width: 50px;
}

.search_result .search_result_value  .one_item .info {
    width: 100%;
    padding-left: 10px;

}
.search_result .search_result_value  .one_item .info .item_name {
    font-size: 0.8em;
}
.search_result .search_result_value  .one_item .info .item_price {
    color: #E97815;

}
.title_shapka {
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px -4px 5px rgba(0, 0, 0, 0.15);
    border-radius: 25px 25px 0px 0px ;
    padding: 10px 20px 10px 20px;
    color: #E97815;
    font-size: 20px;
    line-height: 30px;
    overflow: auto;
}
.title_shapka h3 {
    overflow: auto;
}
.line {
    width: 100%;
    height: 1px;
    border-bottom: solid 1px #DDDDDD;
    padding: 0 10px;
}
#popup_window {
    display: none;
}

#popup_window #black_window {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: black;
    z-index: 10;
    opacity: 0.8;
}
#popup_content_block {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10;
    overflow: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}
#popup_content {
    min-width: 100px;
    min-height: 100px;
    max-height: 100%;
    background-color: white;
    border-radius: 10px;
    overflow: scroll;
    width: 100%;
}
#popup_content_value{
    clear: both;
    padding: 30px;
}
.hide_window {
    display: none;
}
input[type=text], input[type=password], input[type=email] {
    background: #FFFFFF;
    box-shadow: inset 0px 0px 3px gray;
    border-radius: 5px;
    padding: 10px 15px;
    width: 100%;
    color: #595959;
}
input[type=text].valid {
    box-shadow: inset 0px 0px 3px #8CC443;
}

input[type=text].inValid {
    box-shadow: inset 0px 0px 3px rgba(252, 22, 35, 0.8);
}

.work_area {
    margin: 10px;
    background: #FFFFFF;
    box-shadow: 0px -4px 5px rgba(0, 0, 0, 0.15);
    border-radius: 20px 20px 0px 0px;
    padding: 10px;
    min-height: calc(100% - 350px);

}
#breadcumst {
    margin: 15px 0;
}
#breadcumst ul {
    list-style-type: none;
}
#breadcumst ul li {
    display: inline;
    color: #666666;
}
#breadcumst ul li+li:before {
    content: " / "
}
#breadcumst ul li a {
    color: #797979;
}
.default_area_text {
    background: #FFFFFF;
    box-shadow: inset 0px 0px 3px gray;
    border-radius: 5px;
    padding: 10px 15px;
    width: 100%;
    color: #595959;
}
select {
    background: #FFFFFF;
    box-shadow: inset 0px 0px 3px gray;
    border-radius: 5px;
    padding: 10px 15px;
    width: 100%;
    color: #595959;
}
.white_block h1 {
    color: #E97815;
    font-size: 25px;
    text-align: center;
    padding: 10px 0;
}
.form_control {
    padding-bottom: 20px;
}
label, p.label {
    padding-bottom: 5px;
}
.work_area h2 {
    color: #E97815;
    font-weight: normal;
}
.default_link, a.default_link:visited {
    color: #E97815;
    text-decoration: underline;
    cursor: pointer;
}
.alert {
    border-radius: 10px;
    border: 1px solid transparent;
    padding: .75rem 1.25rem;
    margin: 10px 0;
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
@media (min-width: 900px) {
    body {
        width: 900px!important;
        margin-left: auto;
        margin-right: auto;
    }
    #shapka, #search_window, #about_window, footer, #popup_window #black_window, #popup_content_block {
        width: 900px!important;
        left: calc(50% - 450px);
    }
}


.acceptPersonal {
    margin: 10px 0;
    input[type=checkbox] {
        box-shadow: inset 0 0 5px rgb(0 0 0 / 0.2);
        border-radius: 2px;
        width: 20px;
        height: 20px;
    }
    a {
        color: #E97815!important;
        text-decoration: underline;
    }
    input[type=checkbox].error {
        transition: all .5s;
        box-shadow: inset 0 0 5px rgba(255, 7, 7, 0.2);
        border-color: red;
    }
}
/* End */
/* /local/components/feller/CookieAccept/templates/.default/style.css?17652667321283 */
/* /local/templates/mobile2021/template_styles.css?176527364611899 */
