

/* Start:/local/components/feller/CookieAccept/templates/.default/style.css?17652665331140*/
.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;
        .closeIcon {
            position: absolute;
            top: -30px;
            right: 0;
            width: 30px;
            height: 30px;
            cursor: pointer;
        }

    }
}

@media screen and (max-width: 720px)  {
    .cookieAccept {
        position: fixed;

        bottom: 0;
        left: 0;
        right: 0;
        padding: 20px 0 15px 0;
        background: #494949;
        z-index: 20;
        a {
            color: white;
            text-decoration: underline;
        }
        .infoValue {
            position: relative;
            .closeIcon {
                position: absolute;
                top: -30px;
                right: 0;
                width: 30px;
                height: 30px;
                cursor: pointer;
            }

        }
    }
}
/* End */


/* Start:/local/templates/Desctop_2022/template_styles.css?17090342129133*/
@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;
    -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;
}
.clear {
    clear: both;
}

html,body {
    margin:0;
    padding:0;
    font-family: 'Ubuntu', sans-serif;
    overflow: auto;
    height: 100%;
    color: #595959;
    position: relative;
}
body {
    display: flex;
    flex-direction: column;
}
.black_block {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.5;
    display: none;
    z-index: 9;
}
.window {
    position: fixed;
    top: 50%;
    left: 50%;
    background-color: white;
    border-radius: 5px;
    display: none;
    overflow: hidden;
    z-index: 10;
}
.pop-up_window {
    display: none;
}

.content, .work_area {

    background-color: transparent;
    width: 1280px;
    margin-left: auto;
    margin-right: auto;


}
#shapka {
    position: fixed;
    width: 1280px;
    height: 60px;
    left: calc(50% - 647px);
    top: 0px;
    background: #E97815;
    box-shadow: 0px 4.33818px 4.33818px rgba(0, 0, 0, 0.1);
    border-radius: 0px 0px 35.9544px 35.9544px;
    z-index: 3;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 0 40px;
    flex: 1
}

#shapka .logo img {
    width: 135px;
}

#shapka .search_line {
    width: 300px;
    height: 38px;
    margin-left: 40px;
    flex: 0;
    position: relative;
    box-sizing: border-box;
}
#shapka .search_line .submit_block_button {
    position: absolute;
    top: 5px;
    right: 10px;
}
#shapka .search_line .submit_block_button img {
    height: 30px;
}

#shapka .search_line input[type=text] {
    width: 300px;
    height: 38px;
    border: 2px solid #FFFFFF;
    border-radius: 13px;
    padding: 0 20px;
    background-color: #E97815;
    color: white!important;
    font-size: 1.1em;
    outline: 0;
    outline-offset: 0;
    box-sizing: border-box;
}

#shapka .search_line input[type=text]::placeholder {
    color: white!important;
}
#shapka .search_line input[type=text]:active, :hover, :focus {
    outline: 0;
    outline-offset: 0;
}

#shapka .search_line div {
    color: white;
    font-weight: 700;
    font-size: 16px;
    line-height: 33px;
    flex: 1;
}


#shapka .menu_puncts {
    height: 38px;
    margin-left: 40px;
    justify-self: flex-end;
    flex: 2;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

 #shapka .menu_puncts .one_menu_item {
    display: flex;
    cursor: pointer;
}
 #shapka .menu_puncts .one_menu_item .picture {
    display: flex;
    align-items: center;
}

#shapka .menu_puncts .one_menu_item .picture.basket_picture {
    position: relative;
}
#shapka .menu_puncts .one_menu_item .picture.basket_picture.animate {
    animation: basket_animate 2s;
    animation-iteration-count: infinite;
    transition: rotate 500ms;
}
@keyframes basket_animate {
    from {
        transform: rotate(0deg);
    }
    25% {
        transform: rotate(10deg);
    }

    75% {
        transform: rotate(-10deg);

    }

    to {
        transform: rotate(0deg);
    }
}
h1 {
    color: #E97815;
    font-weight: 700;
    font-size: 40px;
    padding: 10px 0;
}

#shapka .menu_puncts .one_menu_item  #basket_count_circle {
    position: absolute;
    bottom: 0px;
    right: -7px;
    background: #FFFFFF;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    color: #E97815;
    text-align: center;
    font-size: 12px;

}
 #shapka .menu_puncts .one_menu_item .picture img {
    height: 25px;
}
 #shapka .menu_puncts .one_menu_item .title {
    color: white;
    padding-left: 10px;
    font-weight: 500;
    font-size: 16px;
    line-height: 36px;
}
#work_area {
    width: 100%;
    padding-top: 60px;
    flex: 2;
}
footer {
    width: 100%;
    background: #E97815;
    flex: 0;
    padding:40px 0;
}
#footer {
    display: flex;
}

#footer .left_block a img {
    width: 180px;
}
#footer .left_block {
    width: 500px;
}

#footer .left_block .menu_puncts {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 20px;
}

#footer .left_block .menu_puncts .one_menu_item {
    margin: 5px 0;
    display: flex;

}
#footer .left_block .menu_puncts .one_menu_item .picture {
    display: flex;
    align-items: center;
}
#footer .left_block .menu_puncts .one_menu_item .picture img {
    width: 21px;
}
#footer .left_block .menu_puncts .one_menu_item .title {
    color: white;
    padding-left: 10px;
    font-weight: 500;
    font-size: 16px;
    line-height: 36px;
}
#footer .right_block {
    width: 750px;
    padding: 20px 0 0 0;

}
#footer .right_block .polosa {
    width: 100%;
    height: 3px;
    background-color: white;
}
#footer .right_block .menu_block {
    margin-top: 30px;
}

#footer .right_block .menu_block .one_menu_item a {
    color: white;
    font-size: 0.9em;
}
#footer .right_block .menu_block .one_menu_item {
    display: inline-block;
    width: 180px;
}
#footer .right_block .social_blocks {
    padding-top: 40px;
    display: flex;
    justify-content: flex-end;
}
#footer .right_block .social_blocks .one_menu_item {
    float: left;
    display: flex;
    align-items: center;
    margin-left: 20px;
    color: white;
}
#footer .right_block .social_blocks .one_menu_item img {
    height: 27px;
}
.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;
}
.large_button img  {
    height: 25px;
}

.orange_button {
    background: #fb8416;
}
.orange_button:hover {
    background: #E97815;
}
.green_button {
    background: #8CC443;
}
.green_button:hover {
    background: #a3dc4d;
}
.red_button {
    background: #FD3030;
}
.red_button:hover {
    background: #fa4545;
}
.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);
    }
}
#breadcumst {
    margin: 20px 0;
}
#breadcumst ul {
    list-style-type: none;
}

#breadcumst ul li {
    display: inline;
    color: rgba(51, 51, 51, 0.51);
}


#breadcumst ul li+li:before {
    content: " / "
}

#breadcumst ul li a {
    color: rgba(51, 51, 51, 0.51);
}

#breadcumst ul li a:hover {
    text-decoration: none;
}

.window .window_cancel {
    text-align: right;
    padding: 10px 10px 0 0;
    height: 22px;
}
.window .window_cancel img {
    cursor: pointer;
}

.window .window_content {
    padding: 0 30px 30px 0px;
}

.default_input_text, .default_area_text {
    border: 1px solid #E97815;
    border-radius: 15px;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    color: #333333;
    width: 100%;
    padding: 5px 10px;
}
.default_link {
    text-decoration: underline;
}
.white_block {
    padding-bottom: 30px;
}
#map {
    z-index: 10;
}
.radio_box {
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-image: url('/img/radio.png');
    display: inline-block;
    margin-right: 10px;
}

.radio_box:not(.radio_box_checked):hover {
    background-image: url('/img/radio_hover.png');
}

.radio_box_checked {
    background-image: url('/img/radio_checked.png');
}
/* End */
/* /local/components/feller/CookieAccept/templates/.default/style.css?17652665331140 */
/* /local/templates/Desctop_2022/template_styles.css?17090342129133 */
