<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
    color: #7a7a7a;
}

html * {
    max-height: 1000000px;
}

body {
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-family: Tahoma;
    color: #000;
    background: #C3C3C3;
}

body.winter {
    background: #ADC6CB url("/images/christmas_background.jpg");
}

body * {
    box-sizing: border-box;
}

sup {
    color: red;
}

.row-container {
    display: flex;
    width: 1200px;
    padding: 1px;
    margin: 0 auto;
    background: #fff;
}

.row-container p {
    width: 100%;
}

/* РЁР°РїРєР° СЃР°Р№С‚Р° СЃРѕ СЃР»Р°Р№РґРµСЂРѕРј */
header {
}

header .h_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
}

header .h_wrapper .bg_img {
    width: 100%;
}

header .h_wrapper .h_slider {
    height: 100%;
    width: 40%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-45%);
}

header .h_wrapper .h_slider &gt; .item {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

header .h_wrapper .h_slider .item img {
    height: 100%;
    width: 100%;
}

header .h_wrapper .h_slider .h_map {
    position: relative;
}

header .h_wrapper .h_slider .item.h_map img {
    height: 20%;
    width: auto;
    position: absolute;
}

header .h_wrapper .h_slider .item.h_map .img1 {
    height: 75%;
    top: 0;
    left: 5%;
}

header .h_wrapper .h_slider .item.h_map .img1_2 {
    height: 23%;
    top: 0;
    left: 20%;
}

header .h_wrapper .h_slider .item.h_map .text2 {
    bottom: 0px;
    left: 5px;
    color: red;
    font-weight: 900;
    font-size: 35px;
    line-height: 1.3
}

header .h_wrapper .h_slider .item.h_map .img2 {
    height: 20%;
    bottom: 0;
    left: 5px;
}

header .h_wrapper .h_slider .item.h_map .img3 {
    height: 14%;
    bottom: 0;
    right: 0;
}

header .h_wrapper .tel_mask,
header .h_wrapper .tel_mask_2 {
    display: block;
    width: 294px;
    height: 35px;
    position: absolute;
    right: 23px;
}

header .h_wrapper .tel_mask {
    top: 9px;
}

header .h_wrapper .tel_mask_2 {
    top: 49px;
}

header .h_wrapper .tel_mask.type1,
header .h_wrapper .tel_mask_2.type1 {
    width: 294px;
    height: 29px;
    right: 25px;
}

header .h_wrapper .tel_mask.type1 {
    top: 16px;
}

header .h_wrapper .tel_mask_2.type1 {
    top: 56px;
}

header .h_wrapper .driving_directions {
    display: none;
    width: 309px;
    height: 47px;
    position: absolute;
    left: 8px;
    bottom: 14px;
}

.full_screen {
    display: none;
    width: 100%;
    height: 100%;
    background: white;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
}
.full_screen.open {
    display: block;
}
.full_screen * {
    box-sizing: content-box;
}

.full_screen .close_btn {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
    cursor: pointer;
}
#wrapper.mobile .full_screen .close_btn {
    width: 120px;
    height: 120px;
    border-radius: 120px;
    top: 60px;
    right: 90px;
}
.full_screen .close_btn:before {
    content: '+';
    color: #337AB7;
    position: absolute;
    z-index: 2;
    transform: rotate(45deg);
    font-size: 50px;
    line-height: 1;
    top: -7px;
    left: 4px;
    transition: all 0.3s cubic-bezier(0.77, 0, 0.2, 0.85);
}
#wrapper.mobile .full_screen .close_btn:before {
    font-size: 160px;
    top: -27px;
    left: 9px;
}
.full_screen .close_btn:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background: #337AB7;
    z-index: 1;
    transition: all 0.3s cubic-bezier(0.77, 0, 0.2, 0.85);
    transform: scale(0.01);
}
.full_screen .close_btn:hover:after {
    transform: scale(1);
}
.full_screen .close_btn:hover:before {
    transform: scale(0.8) rotate(45deg);
    color: #fff;
}
.full_screen .content {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    align-items: center;
}
.full_screen .content .fs_img {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 60px;
}
.full_screen .content .fs_img img {

}
.full_screen .content #fs_ymap {
    flex: 0 0 50%;
    align-self: stretch;
}
.full_screen .content #fs_panorama {
    flex: 0 0 calc(50% - 60px);
    align-self: stretch;
}
.full_screen .content #fs_ymap,
.full_screen .content #fs_panorama {
    width: 100%;
}
.stop-scrolling {
    height: 100%;
    overflow: hidden;
}


#top_menu {
    width: 100%;
    height: 37px;
    padding: 0px;
    margin: 0px;
}

#menu {
    list-style-type: none;
    padding: 0px;
    width: 256px;
    margin: 0px;
    background: #fff;
}

/*menu*/
.menu {
    width: 280px;
    padding: 0px;
}

.menu .menu__title {
    width: 280px;
    text-align: center;
}

.menu .menu__name {
    width: 233px;
    height: 85px;
    line-height: 50px;
    background: url("/images/cat.gif") no-repeat 50%;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    font-family: arial;
    padding: 0px 0 0 0;
    margin-left: 10px;
}

.menu_in {
    width: 280px;
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}

.menu_in li {
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 40px;
}

.menu_in li a {
    background: #790012;
    border: 1px solid #ffffff;
    box-shadow: 0 0 0 2px #790012;
    color: #ffffff;
    font-size: 24px;
    font-style: italic;
    font-weight: bold;
    display: block;
    width: auto;
    height: auto;
    min-width: auto;
    text-decoration: none;
    white-space: nowrap;
    padding: 3px 10px;
    position: relative;
    text-align: center;
}

.menu_in li.active a,
.menu_in li:hover a {
    color: #000000;
    background: #FFF200;
}

.menu_in li a span {
    display: inline;
    color: #FFF200;
}

.menu_in li.active a span,
.menu_in li:hover a span {
    color: #790012;
}

/*
.menu_in li span:hover,
.menu_in li span.active {background:#FFE972 url("/images/menu/01.gif") left top no-repeat;}
.menu_in li span:hover span,
.menu_in li span.active span {background: url("/images/menu/02.gif") right top no-repeat;}
.menu_in li span:hover span span,
.menu_in li span.active span span {background: url("/images/menu/03.gif") left bottom no-repeat;}
.menu_in li span:hover span span a,
.menu_in li span.active span span a {background: url("/images/menu/04.gif") right bottom no-repeat;}
.menu_in li span:hover span span a img,
.menu_in li span.active span span a img {background: url("/images/menu/arrow.gif") left 0px no-repeat;}
*/

.menu_in li span:hover { /*background:#FFE972 url("/images/menu/01.gif") left top no-repeat;*/
}

.menu_in li span.active { /*background:#FFE972 url("/images/menu/01.gif") left top no-repeat;*/
}

.menu_in li span:hover span { /*background: url("/images/menu/02.gif") right top no-repeat;*/
}

.menu_in li span.active span { /*background: url("/images/menu/02.gif") right top no-repeat;*/
}

.menu_in li span:hover span span { /*background: url("/images/menu/03.gif") left bottom no-repeat;*/
}

.menu_in li span.active span span { /*background: url("/images/menu/03.gif") left bottom no-repeat;*/
}

.menu_in li span:hover span span a { /*background: url("/images/menu/04.gif") right bottom no-repeat;*/
}

.menu_in li span.active span span a { /*background: url("/images/menu/04.gif") right bottom no-repeat;*/
}

.menu_in li span:hover span span a img {
    background: url("/images/menu/arrow.gif") left 0px no-repeat;
}

.menu_in li span.active span span a img {
    background: url("/images/menu/arrow.gif") left 0px no-repeat;
}

.men_tb {
    width: 100%;
    height: 56px;
    /*margin-bottom: 20px;*/
    border-top: 1px solid #fff;
    background: #0000ff;
}

.active {
    /*background: #fff url("/images/act_menu_bg.gif") repeat-x;*/
}

/* -------------пїЅпїЅпїЅв®ўпїЅ пїЅвЁ«пїЅ --------------*/
.my_tb td a {
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    font-family: arial;
    font-weight: bold;

}

.my_tb td a:hover {
    text-decoration: none;
    color: #cc3333;
    font-size: 12px;
    font-family: arial;
    font-weight: bold;

}

.sel_bg {
    background: url("/images/main_menu_bg_act.gif") no-repeat;
    height: 48px;
    width: 236px;
    vertical-align: middle;
    cursor: hand;
    cursor: pointer;
    text-align: left;
    padding: 0 0 0 13px;
}

.sel_bg a, .sel_bg a:hover {
    color: #cc3333;
}

.unsel_bg {
    height: 48px;
    width: 236px;
    background: #fff url("/images/main_menu_bg.gif") no-repeat;
    vertical-align: middle;
    text-align: left;
    cursor: hand;
    cursor: pointer;
    padding: 0 0 0 13px;
}

#akt {
    background: #fff url("/images/main_menu_bg_act.gif") no-repeat;
    height: 48px;
    width: 236px;
    vertical-align: middle;
    text-align: left;
}

#akt a {
    color: #cc3333;
}

/* -------------пїЅпїЅпїЅпїЅпїЅ пїЅпїЅв®ўпїЅ пїЅвЁ«пїЅ --------------*/

.men_tb td {
    text-align: center;
    vertical-align: middle;
    border-left: 1px solid #fff;
    border-right: 1px solid #ffe891;
}

.men_tb td.red {
    background: #e5a609;
}

.men_tb td.red a {
    color: #000;
    font-weight: 900;
}

.men_tb td a {
    font-family: arial;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    height: 100%;
    width: 100%;
    display: block;
    padding: 15px 0 0 0;
}

.men_tb td a:hover {
    font-family: arial;
    font-size: 14px;
    font-weight: bold;
    color: #cc3333;
    text-decoration: none;
    height: 100%;
    width: 100%;
    display: block;
    background: url("/images/act_menu_bg.gif") repeat-x;
}

.banners {
    padding: 25px 0px;
    width: 100%;
    text-align: center;
}

.banners img {
    padding: 0 7px;
}

#menu .button {
    height: 49px;
    width: 236px;
    border-bottom: #FFF solid 3px;
    background: #fff url("/images/main_menu_bg.gif") 0px -3px no-repeat;
    padding-bottom: 0px;
    vertical-align: middle;

}

#menu .button a {
    text-decoration: none;
    background: #fff url("/images/main_menu_bg.gif") 0px -3px no-repeat;
    color: #fff;
    height: 100%;
    font-size: 12px;
    display: block;
    padding: 10px 0 0 12px;
    font-family: arial;
    font-weight: bold;
}

#menu .button a:hover {
    background: #fff url("/images/main_menu_bg_act.gif") no-repeat;
    color: #cc3333;
    display: block;
    width: 100%;

}

#menu .act a {
    color: #cc3333;
    text-decoration: none;
    background: #fff url("/images/main_menu_bg_act.gif") no-repeat;

}

.hor_menu {
    list-style: none;
    padding: 0px;
    margin: 0px 0 20px 0;
}

.hor_menu li {
    float: left;
    margin: 0 20px 0 0;
    padding: 0 0 3px 0;
    border-bottom: 1px solid #CC3333;
}

.hor_menu li a {
    color: #000;
    text-decoration: none;
    font-size: 13px;
    padding: 0px;
    font-weight: bold;
}

.hor_menu li a:hover {
    color: #CC3333;
    text-decoration: none;
}

#wrapper {
    width: 100%;
    min-width: 1200px;
    position: relative;
    margin: 0 auto;
}

/*#wrapper.mobile {
    padding-top: 361px;
}

#wrapper.mobile .fixed_header {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 100;
}*/
#wrapper.mobile .fixed_banner {
    position: relative;
}

#wrapper.mobile .fixed_banner.fixed {
    position: fixed;
}

#header {
    width: 100%;
    height: 300px;
    border: 3px solid #00009F;
    position: relative;
}

#header.h-image {
    width: 100%;
    height: auto;
    border: none;
    position: relative;
}

#header.h-image img {
    max-width: 100%;
}

#header &gt; .left_block {
    /*width: 337px; */
    height: 300px;
    width: 33%;
    position: absolute;
    top: 0;
    left: 0;
}

#header &gt; .left_block img {
    position: absolute;
    top: 0;
    right: 0;
}

#header &gt; .domain {
    width: 400px;
    margin-left: -170px;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 10;
}

#header &gt; .phone {
    width: 280px;
    margin-left: -170px;
    position: absolute;
    top: 190px;
    left: 40%;
}

#header &gt; .mail {
    width: 280px;
    margin-left: -140px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 10;
    background: #fff;
}

#header &gt; .block_bottom {
    width: 450px;
    margin-left: -225px;
    position: absolute;
    bottom: 0;
    left: 50%;
}

#header &gt; .stars {
    position: absolute;
    top: 0;
    right: 70px;
}

#header &gt; .right_block {
    width: 300px;
    height: 100%;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
}

#header &gt; .right_block &gt; img {
    width: 100%;
    height: 100%;
}

#header &gt; .right_block img.valberg {
    position: absolute;
    top: 57px;
    left: 50%;
    width: 80%;
    height: auto;
    margin-left: -40%;
}

#header &gt; .right_block .text {
    display: block;
    width: 267px;
    height: 80px;
    text-align: center;
    padding: 0 5px;
    font-size: 28px;
    line-height: 1;
    color: #edff00;
    font-family: 'Russo One', sans-serif;
    font-style: italic;
    position: absolute;
    top: 160px;
    right: 10px;
    text-shadow: 0px 0px 0 rgb(121, 115, 146),
    1px 1px 0 rgb(97, 97, 140),
    2px 2px 0 rgb(100, 95, 136),
    3px 3px 0 rgb(83, 78, 132),
    4px 4px 0 rgb(81, 70, 148),
    5px 5px 0 rgb(70, 63, 140),
    6px 6px 0 rgb(62, 49, 152),
    7px 7px 0 rgb(43, 31, 136),
    8px 8px 0 rgb(27, 22, 128),
    9px 9px 0 rgb(19, 10, 121),
    10px 10px 0 rgb(0, 0, 132),
    11px 11px 10px rgba(0, 0, 0, 0),
    11px 11px 1px rgba(0, 0, 0, 0.5),
    0px 0px 10px rgba(0, 0, 0, .2);
}

#header &gt; .right_block .text span {
    font-size: 32px;
}

#header &gt; .right_block .text span.text1 {
    font-size: 25px;
}

#header &gt; .right_block .text span.text2 {
    font-size: 25px;
    color: #ed1d24;
    text-decoration: underline;
}

#header &gt; .right_block .text span.text3 {
    font-size: 18px;
    display: block;
}

#header &gt; table {
    width: 100%;
    height: 100%;
    padding: 0px;
    position: absolute;
    top: 0;
    left: 0;
}

#header .left {
    width: 337px;
    height: 100%;
    background: url("/images/head_left.png") left top no-repeat;
}

#header .center {
    min-width: 500px;
    height: 100%;
    /* background:#ffe972 url("/images/head_middle.gif") top right no-repeat; */
}

#header .right {
    height: 169px;
    padding: 20px;
    /* background: url("/images/head_right_ms.gif") left top no-repeat; */
    text-align: right;
}

#header .right img {
    max-width: 100%;
    max-height: 169px;
}

/* РћСЃРЅРѕРІРЅРѕР№ РєРѕРЅС‚РµРЅС‚ */
#container {
    width: 100%;
}

#container .content_row {
    background: #fff;
    padding: 15px;
    box-sizing: border-box;
}

/*.mobile #container {
	margin-top: 290px;
}*/
/*#container &gt; #sidebar.fixed {*/
#container &gt; #sidebar {
    height: calc(100vh - 290px);
    position: fixed;
    overflow-y: scroll;
    overflow-x: hidden;
}

#sidebar {
    float: left;
    width: 280px;
    vertical-align: top;
}

#sidebar + #content {
    margin-left: 280px;
}

/*.row-container &gt; .sidebar {
    height: calc(100vh - 290px);
    position: fixed;
    overflow-y: scroll;
    overflow-x: hidden;
}*/

.sidebar {
    float: left;
    width: 280px;
}

.sidebar .sidebar_img {
    margin-left: 10px;
    z-index: 1;
    width: 230px;
}
.sidebar .sidebar_img img{
    display: block;
    max-width: 100%;
}
.sidebar .sidebar_img img.img2{
    margin-top: 132px;
}

.sidebar + .content {
    min-height: 500px;
}

#footer {
    width: 100%;
    height: 36px;
    margin: 0px;
}

#label {
    width: 100%;
    height: 27px;
}

#right_label {
    width: 174px;
    height: 27px;
}

.center_label,
#center_label {
    width: 100%;
    height: 27px;
}

.center_label span {
    height: 27px;
    background: #A349A4;
    padding: 0 10px;
    border-radius: 2px;
}

#left_label {
    width: 19px;
    height: 27px;
}

#info {
    margin-left: 20px;
    width: 195px;
}

#logo {
    /*position: relative;
    top: 4px;
    left: 0px;
    color: #fff;
    width: 461px;*/
    margin: 2px 0 0 0;
    /*padding: 4px 0 0 0;*/
    height: 206px;
    background: url("/images/text.png") no-repeat !important;
    background: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/text.png");
    border: 0px solid red;
}

#footer {
    margin: 0px;
    font-size: 12px;
    vertical-align: bottom;
}

a {
    color: blue;
}

img {
    border-width: 0px;
}

.content {
    font-size: 13px;
    padding: 0px 0 10px 0;
}

.content img {
    max-width: 100%;
}

.easyzoom-flyout img {
    max-width: fit-content;
}

table.flags {
    width: 100%;
    margin: 10px auto;
    table-layout: fixed;
}

table.flags td {
    text-align: center;
}

table.flags span {
    font-size: 18px;
    font-style: italic;
}

table.flags img {
    max-width: 25%;
}

table.flags.size30 img {
    max-width: 15%;
}

.catsafe {
    font-size: 12px;
    /*line-height: 160%;*/
    color: #606060;
    height: 520px;
    width: 210px;
    display: block;
    background: green;
    border-bottom: 3px solid #33CC33;
}

.optional {
    font-size: 12px;
    /*line-height: 160%;*/
    color: #606060;
}

.label1 {
    display: block;
    position: relative;
    left: 10px;
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
    float: left;
    line-height: 1.5;
}

.label2 {
    color: #fda11c;
    font-size: 16px;
    font-weight: bold;
}

.text_orange {
    color: #fda11c;
}

.text_green_bold {
    color: #33CC33;
    font-weight: bold;
}

.clearing {
    height: 0;
    clear: both;
}

.link {
    position: relative;
    display: block;
    top: 5px;
    left: 30px;
    font-weight: bold;
    vertical-align: middle;
    float: left;
}

.button {
    width: 200px;
    height: 27px;
    margin: 0px;
    vertical-align: middle;
}

.toch {
    display: block;
    width: 200px;
    height: 3px;
    background: #fff url("/images/toch.gif") repeat-x;
    margin: 0px;
    vertical-align: middle;
}

.slogan {
    font-family: Arial Black;
    font-size: 12px;
    color: #fff;
    margin: 0px;
    text-transform: uppercase;
}

.mini_b {
    /*	color: #B5B5B5; */
    color: #505050;
    font-size: 12px;
    padding-left: 10px;
}

.main_bask {
    background: #4595F6;;
}

.main_bask td {
    background: #FFF;
    padding: 3px;
}

.bask td {
    font-size: 11px;
    font-family: Tahoma;
    color: #000;
}

textarea, input {
    border: 1px solid #4595F6;
}

textarea:disabled {
    background: #ececec;
}

input[type=image] {
    border: none;
}

.sm_bask {
    border: 1px solid #FFFF33;
    /*background-color: #FFFFFF;*/
    margin-top: -5px;
}

.sm_bask td {
    color: #FFFF33;
    padding: 5px;
    font-family: Arial;
    font-size: 11px;
}

.b_top {
    background-color: #FFFF33;
    text-align: center;
}

.b_top a, .b_top a:visited {
    font-weight: bold;
    font-size: 12px;
    color: #000;
}

a.go_bask, a.go_bask:visited {
    font-weight: bold;
    font-size: 12px;
    color: #000;
    text-decoration: underline;
}

a.go_bask:hover {
    text-decoration: none;
}

.razm {
    background-color: #fff5c2;
    color: #000;
    margin-top: 30px;
    font-size: 22px;
}

.razm td {
    padding: 5px;
    border-right: 1px solid #FFF43C;
}

.razm td.a {
    text-align: center;
}

.bb {
    border-bottom: 1px solid #FFF43C;
}

.razm .boldd {
    font-weight: bold;
}

.Khar {
    font-size: 16px;
    color: #4595F6;
    font-weight: bold;
}

/*flash*/
.flash {
    height: 311px;
    min-width: 1000px;
    overflow: hidden;
}

.flash_1 {
    height: 74px;
    width: 461px;
}

.filtr_tb {
    font-size: 13px;
    font-weight: bold;
    font-family: tahoma;
}

..filtr_tb td {
    padding: 5px;
}

.filtr_tb_main {
    font-size: 13px;
    font-weight: bold;
    font-family: tahoma;
    width: 100%;
}

.filtr_tb_main input {
    font-size: 12px;
}

.filtr_tb_main td {
    width: 20%;
    text-align: left;
}

#testul {
    list-style-type: none;
    padding-left: 0;
    margin-top: -23px;
}

* html #testul {
    margin-top: -3px;
    zoom: 1;
}

#testul li {
    padding-bottom: 5px;
}

#testul a {
    border-bottom: 1px dotted #4595F6;
    color: #4595F6;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
}

#testul div {
    display: none;
    background: #F6F6F6 none repeat scroll 0 0;
    padding: 4px;
    overflow: hidden;
}

#testul div.vis {
    display: block;
}

.info, .success, .warning, .error, .validation {
    border: 1px solid;
    margin: 10px 0px;
    padding: 15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
}

.info {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url("/images/info.png");
}

.success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image: url("/images/success.png");
}

.warning {
    color: #E82222;
    background-color: #FEEFB3;
    background-image: url("/images/warning.png");
}

.error {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url("/images/error.png");
}

.validation {
    color: #D63301;
    background-color: #FFCCBA;
    background-image: url("/images/validation.png");
}

code {
    font-family: "Courier New", Courier, Monaco, monospace;
    background: #f2f2f2;
    margin-bottom: 0px;
    display: block;
    padding: 7px;
}

blockquote p {
    margin-bottom: 10px;
    color: #FFF;
    font-size: 13px;
    font-weight: bold;
}

blockquote cite {
    font-style: normal;
    display: block;
    text-align: right;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 1px;
    font-family: Tahoma;
}

/*
 |	Setting the width for the blockquotes is required
 |	to accurately adjust it's contianer
*/

blockquote {
    font-family: Tahoma;
    width: 180px; /* required */
    height: 100px;
    margin: 0 auto;
}

/*
 |	The #quote_wrap div is created
 |	by Quovolver to wrap the quotes
*/

#quote_wrap {
    background: #0066ff;
    margin: 10px 0;
    padding: 3px 3px 10px 3px;
    border: 1px solid #0066ff;
}

.hit ul {
    padding: 0;
}

.hit ul li {
    list-style-type: none;
}

.main #YMapsID {
}

#YMapsID {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#YMapsID .balloonContent {
    text-align: center;
}

#YMapsID .balloonContent span {
    color: red;
}

.zoomPad:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 24px;
    height: 24px;
    background: url("/images/icon_zoom.png") transparent no-repeat;
}

.yandex_stars {
    margin-top: 5px;
    width: 233px;
    text-align: center;
}

.youtubeVideo {
    width: 560px;
    max-width: 100%;
    overflow: hidden;
    position: relative;
    cursor: hand;
    cursor: pointer;
    background: transparent;
    margin: 10px 0;
    border: 2px solid #FF0000;
    /*background: center center no-repeat url("/images/youtube/youtubeEditorIcon.png");*/
}

.catalog_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
}

.catalog_list__item {
    flex: 0 0 45%;
    position: relative;
    padding: 10px;
    margin: 5px;
    border: 3px solid blue;
    box-sizing: content-box;
    text-align: left;
}

.catalog_list__item_title {
    display: block;
    font-size: 24px;
    text-decoration: none;
    font-weight: bold;
    color: black;
}

.catalog_list__item_img {
    display: block;
    text-align: center;
}

.catalog_list__item_params {
    display: flex;
    margin-top: 26px;
}

.catalog_list__item_params_list {
    flex-basis: 70%;
    font-size: 18px;
}

.catalog_list__item_params_more {
    flex-basis: 25%;
}

.catalog_list__item_params_more img {
    width: 100%;
}

.catalog_list__item_params_promo {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.catalog_list__item_params_promo .low_price {
    display: block;
}

.catalog_list__title {
    flex: 1 1 100%;
    position: relative;
    padding: 10px 20px;
    margin: 0 81px;
    font-size: 30px;
    text-align: center;
    color: #00009F;
    font-weight: bold;
}

.catalog_list__title.arrow:before,
.catalog_list__title.arrow:after {
    content: "";
    display: block;
    width: 81px;
    height: 100%;
    position: absolute;
    top: 0;
    background: url("/images/title_arrow.png") no-repeat 50%;
    background-size: contain;
}

.catalog_list__title.arrow:before {
    left: -81px;
}

.catalog_list__title.arrow:after {
    right: -81px;
    transform: rotateY(180deg);
}

.catalog_list__title img {
    max-width: 100%
}

.catalog_list__item &gt; div {
    min-width: 280px;
}

.catalog_list__item .youtubeVideo {
    width: 100%;
    max-width: 350px;
}

.youtubeVideo-title {
    display: block;
    margin: auto;
    max-width: 100%;
    width: 100%;
    font-size: 20pt;
    font-weight: bold;
    color: #000000;
    line-height: 1.2;
    padding-top: 10px;
}

.catalog_list__item .youtubeVideo-title {
    text-align: center;
}

.youtubeVideo-title span {
    color: #FF0000;
    text-decoration: underline;
}

.catalog_list__item .youtubeVideo-title span {
    display: block;
}

.youtubeVideo-array {
    width: 100%;
    height: 18px;
    margin: auto;
    color: #FFFFFF;
    text-align: center;
    font-weight: bold;
    font-size: 12pt;
    padding-top: 15px;
    position: relative;
    z-index: 10;
}

.youtubeVideo-array img {
    width: 140px;
    height: 78px;
    max-height: 350px;
    margin-left: -70px;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: -1;
}

.youtubeVideo-preview {
    display: block;
    margin: auto;
    position: relative;
    width: 100%;
    z-index: 1;
    text-align: center;
}

.youtubeVideo-preview img {
    max-height: 150px;
}

.youtubeVideo-play {
    filter: alpha(opacity=80);
    opacity: .8;
    width: 77px;
    height: 77px;
    margin-left: -38px;
    margin-top: -38px;
    position: absolute;
    left: 50%;
    top: 50%;
    background: url("/images/youtube/playButton.png") no-repeat;
}

.request_for_special_prices {
    text-transform: uppercase;
    background: #f20606;
    color: #FFF;
    border: none;
    border-radius: 2px;
    box-shadow: 1px 1px #a1a1a1;
    padding: 2px 5px;
    cursor: pointer;
    font-size: 14pt;
}

#order_special_prices {
    display: none;
    position: fixed;
    top: 30px;
    left: 50%;
    width: 700px;
    max-height: 90%;
    padding: 20px;
    margin-left: -350px;
    background: #FFF;
    border: 1px solid #000;
    z-index: 10000;
}

#order_special_prices .close {
    position: absolute;
    top: 0;
    right: 0;
    width: 32px;
    height: 32px;
    background: url("/images/icons8-cancel-32.png") transparent;
    cursor: pointer;
    z-index: 100;
}

#order_special_prices iframe {
    width: 100%;
    height: 100%;
}

#form_special_prices table {
    margin: 0 auto;
}

#form_special_prices table td {
    vertical-align: top;
    padding-bottom: 10px;
    text-decoration: underline;
    font-style: italic;
}

#form_special_prices table td {
    vertical-align: top;
    padding-bottom: 10px;
    font-weight: bold;
}

#form_special_prices h2 {
    text-align: center;
    color: red;
    text-decoration: underline;
}

#form_special_prices input[type=text],
#form_special_prices textarea {
    border: 1px solid #000;
}

#form_special_prices input[type=text] {
    padding: 5px 10px;
    width: 100%;
}

#form_special_prices input[type=text].has-error {
    border-color: #F00;
}

#form_special_prices textarea {
    width: 100%;
    height: 150px;
}

#form_special_prices input[type=submit] {
    border: 2px solid yellow;
    background: red;
    color: yellow;
    font-size: 20pt;
    padding: 5px 10px;
}

.nobr {
    white-space: nowrap;
}

#wrapback {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: url("/images/bg_wrapper.jpg") transparent;
    opacity: 0.4;
    z-index: 9999;
    display: none;
}

.main_categs {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.main_item {
    display: flex;
    justify-content: center;
    flex: 1 1 33%;
    position: relative;
    margin-bottom: 80px;
}

.main_item .main_item-title {
    color: blue;
    font-size: 22px;
    font-weight: 900;
    text-decoration: none;
    text-transform: uppercase;
}

.main_item .main_item-img {
    display: flex;
    justify-content: center;
    align-items: center;
}

.main_item .main_item-img &gt; a {
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 800;
    font-family: arial;
    font-size: 14px;
    text-align: center;
    position: relative;
    padding-top: 10px;
    border: 1px solid black;
    height: 100%;
}

.mobile .main_item .main_item-img &gt; a {
    border: 2px solid black;
}

.main_item .main_item-img &gt; a:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url("/images/enter_2.png") 50% no-repeat;
    background-size: 94px auto;
    position: absolute;
    top: 0;
    left: 0;
}

.main_item .main_item-img .main_item-main_img {
    max-height: 100%;
    max-width: 340px;
}

.main_list_categs {
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 19pt;
}

.main_list_categs li {
    display: block;
}

.main_list_categs li.active &gt; .button,
.main_list_categs li &gt; .button:hover {
    background: #E2FFBE;
}

.main_list_categs li &gt; .button {
    background: #ffffff;
    border: 1px solid #750012;
    color: #750012;
    font-size: 11pt;
    font-weight: bold;
    display: block;
    width: auto;
    height: auto;
    min-width: auto;
    text-decoration: none;
    white-space: nowrap;
    padding: 0 3px;
    line-height: 1;
    margin-bottom: -4px;
}

.main_list_categs li &gt; .button &gt; span {
    color: #ff0000;
}

.foto_slide {
    width: 340px;
}

.thumbnails {
    width: 340px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-flow: row wrap;
    flex-wrap: wrap;
    align-content: space-around;
    padding: 0;
    margin-top: 20px;
}

.thumbnails div {
    display: block;
    width: 100px;
    height: 100px;
    margin: 5px;
}

.thumbnails a {
    border: 1px solid transparent;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.thumbnails a.active {
    border: 1px solid #751d02;
}

.thumbnails img {
    display: block;
    max-width: 100%;
}

.filter_block {
}

.filter_block .fb_wrap {
}

.filter_block .fb_wrap .fb_title {
    font-size: 24px;
    font-weight: bold;
    color: blue;
    margin-bottom: 20px;
    border-bottom: 2px solid red
}

.filter_block .fb_wrap .fb_fields {
}

.filter_block .fb_wrap .fb_fields .row {
}

.filter_block .fb_wrap .fb_fields .row span {
    display: inline-block;
    width: 70px
}

.filter_block .fb_wrap .fb_fields .row label {
}

.filter_block .fb_wrap .fb_fields .row input[type=text] {
    width: 50px
}

.filter_block .fb_wrap .fb_fields input[type=submit] {
    font-size: 18px;
    font-weight: bold;
    border: 2px solid red;
    background: transparent;
    margin-top: 20px;
    cursor: pointer
}

/* Р“РѕСЂРёР·РѕРЅС‚Р°Р»СЊРЅРѕРµ РјРµРЅСЋ */
.h_menu {
    width: 100%;
    height: 55px;
    border-top: 1px solid #fff;
    list-style: none;
    display: flex;
    color: #FFFFFF;
    padding: 0;
    margin: 0;
    align-items: stretch;
    justify-content: space-around;
}

.h_menu li {
    /*border-left: 1px solid #fff;
    border-right: 1px solid #ffe891;*/
    /*flex: 1 1 25%;*/
    flex: 1 1 auto;
}

.h_menu li + li {
    margin-left: 4px;
}

.h_menu li a {
    display: flex;
    width: 100%;
    height: 100%;
    color: #FFFFFF;
    justify-content: center;
    align-items: center;
    font-family: arial;
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
}

.h_menu li.red {
    background: #E1131E;
}

.h_menu li.red a {
    color: #FFF;
    font-weight: 900;
}

.h_menu li.yellow {
    background: #000000;
}

.h_menu li.yellow a {
    color: #FFF;
    font-weight: 900;
}

.h_menu li.green {
    background: #000000;
}

.h_menu li.green a {
    color: #FFF;
    font-weight: 900;
}

.h_menu li.blue {
    background: #000000;
}

.h_menu li.blue a {
    color: #FFF;
    font-weight: 900;
}

.h_menu li a:hover {
    /*background: linear-gradient(to top, #f1da36, #fefcea);*/
    color: #000000;
    background: #FFF200;
}

.h_menu li.red a:hover {
    color: #E1131E;
}

.h_menu li a span {
    color: red;
    font-style: italic;
}

/* РњРµРЅСЋ РЅР°Рґ С€Р°РїРєРѕР№ */
.t_menu {
    background: transparent;
}

.t_menu__wrap {
    display: flex;
    width: 100%;
    height: 32px;
    justify-content: center;
    align-items: stretch;
    border-bottom: 1px solid #B5B5B5;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: linear-gradient(to top, #f0f0f0, #ffffff);;
}

.mini_b {
    display: flex;
    width: 90%;
    color: #505050;
    font-size: 12px;
    padding-left: 10px;
    align-items: center;
}

/* РџРѕРґРІР°Р» */
.footer {
    background: transparent;
}

.footer__wrap {
    display: flex;
    width: 100%;
    height: 31px;
    padding: 0 20px;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #B5B5B5;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: linear-gradient(to top, #f0f0f0, #ffffff);
    box-sizing: border-box;
}

.fixed_banner,
.fixed_banner.fixed {
    position: fixed;
    bottom: 5%;
    left: 0;
    z-index: 100;
}

.cont_cart .low_price {
    font-weight: bold;
    color: blue;
}

.contact_cart {
    position: relative;
}

.contact_cart .tel_mask {
    display: block;
    width: 526px;
    height: 46px;
    position: absolute;
    top: 107px;
    left: 114px;
}

.howbuy_cart {
    position: relative;
}

.howbuy_cart .tel_mask {
    display: block;
    width: 237px;
    height: 46px;
    position: absolute;
    top: 25px;
    right: 42px;
}

.about_cart {
    position: relative;
}

.about_cart .tel_mask {
    display: block;
    width: 199px;
    height: 35px;
    position: absolute;
    top: 102px;
    right: 346px;
}

#container &gt; #sidebar .dostavka-slider {
    width: calc(100% - 5px);
}

#container &gt; #sidebar .dostavka-slider div,
#container &gt; #sidebar .dostavka-slider div img {
    width: 100%;
}

.big_ymap {
    width: 100%;
    height: 530px;
}

.big_img {
    width: 100%;
}

.big_img img {
    max-width: 100%;
    height: auto;
}

.panorama {
    width: 100%;
    height: 530px;
}

.panorama * {
    box-sizing: content-box;
}

/*#rc-phone {
	left: 1085.07px ! important;
}*/

.categs_list {
    padding: 10px;
    font-size: 18px;
}

.categs_list .categs_list-cat_desc {
    font-size: 18px;
}

.categs_list .categs_list-cat_desc span {
    text-decoration: underline;
    font-weight: bold;
    color: #0000ff;
}

.categs_list .categs_list-cat_list {
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
}

.categs_list .categs_list-cat_list a {
    display: inline-block;
    background: #790012;
    border: 1px solid #ffffff;
    box-shadow: 0 0 0 2px #790012;
    color: #ffffff;
    font-size: 15px;
    font-style: italic;
    font-weight: bold;
    width: auto;
    height: auto;
    min-width: auto;
    text-decoration: none;
    white-space: nowrap;
    padding: 3px;
    position: relative;
    text-align: center;
}

.categs_list .categs_list-cat_list a.fixed_width {
    min-width: 350px;
    font-size: 24px;
}

.categs_list .categs_list-cat_list a.active,
.categs_list .categs_list-cat_list a:hover {
    color: #000000;
    background: #FFF200;
}

.categs_list .categs_list-cat_list a span {
    display: inline;
    color: #FFF200;
}

.categs_list .categs_list-cat_list a.active span,
.categs_list .categs_list-cat_list a:hover span {
    color: #790012;
}


.checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.checkbox + label {
    display: inline-flex;
    align-items: center;
    user-select: none;
}

.checkbox + label::before {
    content: '';
    display: inline-block;
    width: 1.2em;
    height: 1.2em;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #adb5bd;
    border-radius: 0.25em;
    margin-right: 0.5em;
    border-color: #44EF0B;
    background-color: #44EF0B;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
    cursor: pointer;
}

.checkbox:checked + label::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23000' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

.checkbox:checked + label::after {
    content: '';
    position: absolute;
    width: 1.2ex;
    height: 0.4ex;
    background: rgba(0, 0, 0, 0);
    top: 0.9ex;
    left: 0.4ex;
    border: 3px solid #41A410;
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* СЃС‚РёР»Рё РїСЂРё РЅР°РІРµРґРµРЅРёРё РєСѓСЂСЃРѕСЂР° РЅР° checkbox */
.checkbox:not(:disabled):not(:checked) + label:hover::before {
    border-color: #C6FFB3;
}

/* СЃС‚РёР»Рё РґР»СЏ Р°РєС‚РёРІРЅРѕРіРѕ СЃРѕСЃС‚РѕСЏРЅРёСЏ С‡РµРєР±РѕРєСЃР° (РїСЂРё РЅР°Р¶Р°С‚РёРё РЅР° РЅРµРіРѕ) */
.checkbox:not(:disabled):active + label::before {
    background-color: #C6FFB3;
    border-color: #C6FFB3;
}

/* СЃС‚РёР»Рё РґР»СЏ С‡РµРєР±РѕРєСЃР°, РЅР°С…РѕРґСЏС‰РµРіРѕСЃСЏ РІ С„РѕРєСѓСЃРµ */
.checkbox:focus + label::before {
    box-shadow: 0 0 0 0.2rem rgba(68, 255, 0, 0.25);
}

/* СЃС‚РёР»Рё РґР»СЏ С‡РµРєР±РѕРєСЃР°, РЅР°С…РѕРґСЏС‰РµРіРѕСЃСЏ РІ С„РѕРєСѓСЃРµ Рё РЅРµ РЅР°С…РѕРґСЏС‰РµРіРѕСЃСЏ РІ СЃРѕСЃС‚РѕСЏРЅРёРё checked */
.checkbox:focus:not(:checked) + label::before {
    border-color: #A2FF80;
}

/* СЃС‚РёР»Рё РґР»СЏ С‡РµРєР±РѕРєСЃР°, РЅР°С…РѕРґСЏС‰РµРіРѕСЃСЏ РІ СЃРѕСЃС‚РѕСЏРЅРёРё disabled */
.checkbox:disabled + label::before {
    background-color: #EBEFE9;
}

.warranty {
    font-size: 22px;
    background: blue;
    color: white;
    width: 200px;
    text-align: center;
    border: double 5px #FFF;
    padding: 5px 0;
}

body, .catalog_list__title {
    counter-reset: catalog-list-counter;
}
.catalog_list__item_img {
    position: relative;
}
.catalog_list__item_img::before {
    counter-increment: catalog-list-counter 1;
    content: counter(catalog-list-counter);
    position: absolute;
    top: 50%;
    left: 0;
    color: white;
    background: #790012;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-size: 35px;
    font-weight: bold;
    line-height: 47px;
    transform: translateY(-50%);
}
.categs_title {
    text-align: center;
}
.fixed_chat {
    display: block;
    width: 308px;
    height: 182px;
    background: url(/images/static/chat_all.png);
    position: fixed;
    bottom: 0;
    right: 5px;
}
</pre></body></html>