body {
    /* font-family: 'Open Sans', sans-serif; */
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #666;
    font-size: 14px;
    line-height: 24px;
    width: 100%;
}
p {
    font-size: 14px;
}
/* default font size */
.fa {
    font-size: 14px;
    color: #FEFEFE;
}
.crest {
    color: #000;
}
/* Override the bootstrap defaults */
.white-text {
    color: white;
}
h1, .h1 {
    font-size: 33px;
}
h2, .h2 {
    font-size: 27px;
}
h3, .h3 {
    font-size: 21px;
}
h4, .h4 {
    font-size: 15px;
}
h5 {
    font-size: 12px;
}
h6 {
    font-size: 10.2px;
}
a {
    color: #000000;
}
a:hover {
    text-decoration: none;
}
/* .form-control {
    border: 1px solid #ccc !important;
    box-shadow: #fff!important;
} */
legend {
    font-size: 18px;
    padding: 7px 0px
}
label {
    font-size: 12px;
    font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
    font-size: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
    font-size: 12px;
}
.input-group .input-group-addon {
    font-size: 12px;
    height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
    display: inline;
}

.nav-tabs {
    margin-bottom: 15px;
}
div.required .control-label:before {
    content: '* ';
    color: #F00;
    font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
    text-decoration: none;
    color: #ffffff;
    background-color: #f25a29 !important;
    background-repeat: repeat-x;
}
/* top */
#top {
    overflow: hidden;
    left: 0;
    right: 0;
    background: #202020;
    border-bottom: 1px solid #303030;
    padding: 2px 0;
}
#top ul{
    margin-top: 7px;
    margin-bottom: 4px;
    padding: 0;
    text-align: center;
}
#top .container {
    padding: 0 20px;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
    text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
    text-shadow: none;
    color: #ffffff;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
    color: #888;
    text-shadow: 0 1px 0 #FFF;
    text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
    color: #fff;
}
#top-links .dropdown-menu a {
    text-shadow: none;
}
#top-links .dropdown-menu a:hover {
    color: #FFF;
}
#top .btn-link strong {
    font-size: 14px;
        line-height: 14px;
}
#top-links {
    padding-top: 6px;
}
#top-links a + a {
    margin-left: 15px;
}
/* logo */
#logo {
    margin-top: 15px;
}
.col-sm-1 {
    margin-top: 15px;
    padding-left: 5px;
    padding-right: 5px;
}
.col-sm-2 {
    padding-left: 5px;
    padding-right: 5px;
}
.col-sm-3 {
    padding-left: 0px;
    padding-right: 0px;
}
/* search */
.d2-top {
    background: #06335a;
}
.d2-top-search {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0px;
    padding-bottom: 10px;
    margin: auto;
    width: 1170px;
}
.d2-top-search form {
    position: relative;
    margin: 0 auto;
}
.d2-top-search input, .d2 button {
  border: none;
  outline: none;
  border-radius: 3px;
}
.d2-top-search input {
  width: 100%;
  height: 42px;
  background: #F7F7F9;
  padding-left: 15px;
}
.d2-top-search button {
  height: 30px;
  width: 30px;
  position: absolute;
  top: 6px;
  right: 6px;
  background: #f25a29;
  cursor: pointer;
}
/*
.d2-top-search button:before {
  content: "\f105";
  font-family: FontAwesome;
  color: #F7F7F9;
  font-size: 20px;
  font-weight: bold;
}
*/
#search {
    margin-top: 0px;
    margin-bottom: 0px;
    width: 100%;
}
.top-search {
    width: 1170px;
    margin-left: auto;
    margin-right: auto;
}
.search-btn-top {
    max-height: 34px;
}
#search .input-lg {
    height: 40px;
    line-height: 20px;
    padding: 0 10px;
}
#search .btn-lg {
    font-size: 15px;
    line-height: 18px;
    padding: 10px 35px;
    text-shadow: 0 1px 0 #FFF;
}
/* cart */
#cart {
    margin-bottom: 10px;
}
#cart > .btn {
    font-size: 14px;
    line-height: 18px;
    color: #FFF;
}
#cart.open > .btn {
    background-image: none;
    background-color: #FFFFFF;
    border: 1px solid #E6E6E6;
    color: #666;
    box-shadow: none;
    text-shadow: none;
}
#cart.open > .btn:hover {
    color: #fff;
}
#cart .dropdown-menu {
    background: #eee;
    z-index: 1001;
}
#cart .dropdown-menu {
    min-width: 280px;
}

/****************************
MY CSS
****************************/

#imcallask-form-container-popup .modal-header {
    padding: 19px;
}
#imcallask-form-container-popup .modal-body {
    padding-bottom: 0px;
}
#imcallask-form-container-popup .buttons {
    margin: 5px 0px;
}
.imcallask-btn-mini {
    right: 30px;
    bottom: 100px;
}

.conturtext
{
    color: #FEFEFE;
    text-shadow: -1px 0 #06335a6c, 0 1px #06335a6c, 1px 0 #06335a6c, 0 -1px #06335a6c;
}

.options
{
    min-height: 20px;
    cursor: pointer;
    color: #c50026;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 5px;
}
.xarakteristika {
    padding-top: 33px;
}
ul.shirina-DV, ul.steklo-DV, ul.cvet-DV {
    list-style: none;
    padding: 0;
}
.xarakteristika p{
    margin-bottom: 3px;
    font-size: 12px;
    color: #000;    
}
ul.shirina-DV li, ul.steklo-DV li, ul.cvet-DV li{
    display: inline-flex;
}
ul.shirina-DV li span {
    background: #d9002a !important;
    color: #fff;
    padding: 4px 6px;
    display: block;
    width: max-content;
    border-radius: 2px;
    border: 1px solid #151515;
}
.product-ciric.selected {
    border-color: #fbd239;
}
.cart_option_image
{
    border-radius: 50%;
    margin-left: 5px;
    height: 13px;
    width: 13px;
    border: 1px solid #fbd239;
}
.product-ciric {
    line-height: 24px;
    position: relative;
    top: 1px;
    border-radius: 50%;
    display: inline-block;
    width: 29px;
    height: 29px;
    border: 2px solid #fff;
    vertical-align: middle;
    -webkit-background-size: contain !important;
    background-size: contain !important;
}
.steklo1{
    background: #fbd239;
}
.cvet1{
    background: url(/catalog/view/theme/default/image/cvet1.png);
}
.cvet2{
    background: url(/catalog/view/theme/default/image/cvet2.jpg);    
}
.cvet3{
    background: url(/catalog/view/theme/default/image/cvet3.png);    
}
.cvet4{
    background: url(/catalog/view/theme/default/image/cvet4.jpg);    
}
.img_margin {
	vertical-align: top;
	margin-right: 40px;
}
.img_right {
	float: right;
	margin: 0 0 10px 20px;
}
.img_left {
	float: left;
	margin: 0 20px 10px 0;
}
.artena {
	margin: 10px 0;
}



#common-home.container-fluid,
#common-home.container-fluid #content.col-sm-12{
    padding: 0;
}
.swiper-viewport {
    border: 0 !important;
}

.swiper-container{
    min-height: 0px !important;
}

#menu.navbar {
    margin-bottom: 0;
}




.tabs-content.nav-tabs {
    border-bottom: none;
}
.tabsVD {
    border: 0;
    background: #fff;
    font-size: 14px;
    color: #000;
    font-weight: 600;
}
.tabsVD a {
    border: 0 !important;
    background: #fff !important;;
    font-size: 14px;
    color: #000 !important;;
    font-weight: 600;
}
.tabsVD.active a{
    border-bottom: 2px solid #fbd239 !important;
}


.list-group a {
    border: none;
    color: #888888;
    padding: 8px 12px;
    background: #f7f7f7;
    margin-bottom: 2px;
	font-weight: bold;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
    color: #fff !important;
    background: #fbd239 !important;
    border:none !important;
    text-shadow: none !important;
    border-radius: 0 !important;
}
.list-group a {
    border: none !important;
    color: #494949 !important;
}
.list-group-item:first-child {
    border-radius: 0 !important;
}
.backsery {
    background: #f7f7f7;
    margin: 0;
    padding: 12px 0;
}
.but-red {
    background: #f25a29;
    color: #fff;
    font-size: 11px;
    padding: 6px 0;
    display: block;
    text-align: center;
}
.but-red:hover {
    background: #fff;
    color: #06335a;
    border: 1px solid #06335a;
    padding: 5px 0;
}
.but-bord {
    border: 1px solid #06335a;
    color: #06335a;
    font-size: 11px;
    padding: 5px 0;
    display: block;
    text-align: center;
}
.but-bord:hover {
    border: 1px solid #d02c47;
    background: #d02c47;
    color: #fff;
}
.bx_filter_param_label{}
.bx_filter_vertical input[type="checkbox"] + label.dib{
    padding: 0px 3px 0px 0px;
    margin-bottom: 5px;
}
.pict-block {
    margin-top: 17px;
    text-align: center;
}
.pict {
    display: inline-block;
    margin: -2px 0px 0px;
}

.bx_filter_btn_color_icon {
    line-height: 24px;
    position: relative;
    top: 0px;
    border-radius: 24px;
    display: inline-block;
    width: 35px;
    height: 35px;
    border: 2px solid #fff;
    vertical-align: middle;
    -webkit-background-size: cover;
    background-size: cover;
}
.bx_color_sl{
    display: inline-block;
    text-align: center;
    text-decoration: none;
    color: #000;
    vertical-align: middle;
    border: 2px solid #E5E5E5;
    border-radius: 31px;
    background: #fff;
    -webkit-transition: border .3s ease, box-shadow .1s ease, color .3s ease;
    -moz-transition: border .3s ease, box-shadow .1s ease, color .3s ease;
    -ms-transition: border .3s ease, box-shadow .1s ease, color .3s ease;
    -o-transition: border .3s ease, box-shadow .1s ease, color .3s ease;
    transition: border .3s ease, box-shadow .1s ease, color .3s ease;
}

.bx_color_sl.selected {
    border-color: #fbd239;

}
.swiper-slide {
    padding: 70px 0;
    background-size: contain !important;
}
.modal-dialog {
    width: 440px;
    margin: 30px auto;
}
.checkbox label, .radio label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
    color: #c50026;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 5px;
}

#product .h3{
    font-size: 24px;
    font-size: 24px;
    margin: 0 0 24px;
    color: #000;
    font-weight: bold;
}
.padding0{
    padding:0;
}
.paddingleft{
    padding-left:0;
}
.paddingleft input {
    padding: 10px 15px !important;
    border: 1.5px solid #000 !important;
    background: #fff !important;
}
.itog-zacomp{
    font-size: 15px;
    color: #000;
    font-weight: 600;
}
.itog-zacomp span{
}
.margbot15{
    margin-bottom: 15px;
}


#button-cart {
    margin-bottom: 15px;
}
#button-cart-odin {
    background: #fff;
    color: #000;
    border: 1.5px solid #000;
}
#button-cart-odin:hover, #button-cart-odin:active {
    background: #fbd239;
    color: #fff;
    border: 1.5px solid #fbd239;
}


ul.filtrDV {
    padding: 0;
    list-style: none;
}
.panel-title>a {
    font-size: 12px;
    font-weight: 600;
    width: 100%;
    display: block;
}
.panel-title>a:hover, .panel-title>a:focus {
    text-decoration: none;
}
.catalogDV .panel-body{
    padding:0;
}
.catalogDV .list-group{
    margin-bottom:0;
}
.panel-heading .accordion-toggle:after {
    content: "\f106";
    font-family: FontAwesome; 
    float: right;       
    color: grey;        
}
.panel-heading .accordion-toggle.collapsed:after {
    content: "\f107";
    font-family: FontAwesome;
}
.wrapp_all_inputs.wrap_md .iblock {
    width: 100%;
}
.bx_filter_parameters_box_container_block {
    font-size: 11px;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    color: #3f3f3f;
}
.bx_ui_slider_track {
    background: #fbd239;
}
.bx_ui_slider_track {
    height: 4px;
    margin: 33px 0 13px;
    position: relative;
    zoom: 1;
}
.bx_ui_slider_part {
    position: absolute;
    top: -3px;
    width: 1px;
    height: 10px;
    background: #e5e5e5;
}
.bx_ui_slider_part span {
    font-size: 10px;
    position: absolute;
    top: -22px;
    left: 50%;
    display: block;
    width: 100px;
    margin-left: -50px;
    text-align: center;
    color: #b1b1b1;
}
.bx_ui_slider_part.p2 {
    left: 25%;
}
.bx_ui_slider_part.p3 {
    left: 50%;
}
.bx_ui_slider_part.p4 {
    left: 75%;
}
.bx_ui_slider_part.p5 {
    right: 1px;
}
.bx_ui_slider_track .bx_ui_slider_handle {
    top: -5px;
    width: 13px;
    height: 13px;
    display: inline-block;
    cursor: pointer;
    position: absolute;
    z-index: 100;
    background: #fff;
    border-radius: 16px;
    border: 2px solid #06335a;
}
.bx_ui_slider_part.p2 span,
.bx_ui_slider_part.p3 span,
.bx_ui_slider_part.p4 span {
    color: #b1b1b1;
    display: none;
}
.panel-default>.panel-heading {
    color: #333;
    background-color: #0000;
    border-color: #fff;
    border: none;
    padding: 15px 10px;
}
.panel-group .panel {
    margin-bottom: 0;
    border-radius: 0;
}
.panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: none;
	background: #f7f7f7;
}




.product-thumb:hover .like_icons{
    display:block;
}
.product-thumb .hover_block {
    opacity: 0;
    visibility: hidden;
    max-height: 0;
    -webkit-transition: all .15s ease;
    -webkit-transition-delay: 0.5s;
    -moz-transition: all .15s ease;
    transition: all .15s ease;
    transition-delay: 0.05s;
    padding: 15px 0;
}
.product-thumb:hover .hover_block{
    opacity: 1;
    visibility: visible;
    max-height: 500px;
}
.simple-prod-addtocart-wrap.mini .counter_wrapp {
    margin-right: 5px;
}
.simple-prod-addtocart-wrap.mini .counter_wrapp .counter_block {
    border: 1px solid #E5E5E5;
    margin: 0;
}
.simple-prod-addtocart-wrap.mini .counter_wrapp .counter_block .plus, .simple-prod-addtocart-wrap.mini .counter_wrapp .counter_block .minus {
    line-height: 27px;
    width: 22px;
    padding: 4px;
    text-align: -webkit-center;
}
.simple-prod-addtocart-wrap.mini .counter_wrapp .counter_block input[type="text"] {
    width: 32px;
    font-size: 10px;
    height: 30px;
    line-height: 13px;
    border-top: none;
    border-bottom: none;
    padding: 7px 0px;
    text-align: center;
}
.simple-prod-addtocart-wrap.mini .in-cart {
    font-size: 10px !important;
    font-weight: normal;
    padding: 6px 13px;
    background: #d9002a;
    border: none;
    color: #fff;
    text-transform: uppercase;
}
.simple-prod-addtocart-wrap{
    display: -webkit-inline-box;
}
.offer_buy_block{
    display: table;
    margin: 0px auto;
}



.sort_filter{
    float: left;
}
.sort_filter a{
    display: inline-block;
    text-decoration: none;
    color: #a5a3a3;
    margin: 0px 20px 0px 0px;
}
.sort_filter .fa:before{
    font-size: 10px;
    margin-left: 5px;
}
.sort_display-btn {
    border: none !important;
    background: #0000;
    box-shadow: none !important;
}
.sort_display-btn:focus{
    outline: none !important;
}
.btn-group>.btn:last-child:not(:first-child), .btn-group>.dropdown-toggle:not(:first-child) {
    outline: none;
}

.iblock.sh {
    float: right;
    cursor: pointer;
}
.share_wrapp {
    position: relative;
}

.share_wrapp .text.button {
    font-size: 11px;
     border: 1.5px solid #000;
    text-transform: none;
    padding: 7px 9px 7px 29px;
    position: relative;
}
.share_wrapp .text.button:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 11px;
    height: 12px;
    background: url(/image/icons_wish.png) -66px -207px no-repeat;
    left: 9px;
    top: 11px;
}
.share_wrapp .shares {
    display: none;
    position: absolute;
    top: 42px;
    left: -5px;
    z-index: 2;
    background: #fff;
    box-shadow: 0px 0px 15px rgba(0,0,0,.12);
    border-radius: 2px;
    margin: 0px -20px;
    width: 155px;
}




.oyloj_icons:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 29px;
    height: 29px;
    background: url(/image/icons_wish.png) 3px -15px no-repeat;
    margin: 0px 2px 0px 0px;
}
button.oyloj_icons {
    border: 1px solid #e5e5e5;
    padding: 0px 10px;
    background: #fff;
}
.srav_icons:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 29px;
    height: 29px;
    background: url(/image/icons_wish.png) -19px -13px no-repeat;
    margin: 0px 2px 0px 0px;
}
button.srav_icons {
    border: 1px solid #e5e5e5;
    padding: 0px 10px;
    background: #fff;
}
.brand-text {
    color: #000;
    font-weight: 600;
}
.brand-text a{
    font-weight: 100;
    color: #c50026;
}
.status-stock {
    color: #017b00;
    font-weight: bold;
    font-size: 13px;
}
.price-DV h2 {
    font-weight: 700;
    margin: 0;
}
.price-DV .h2 {
    font-weight: 700;
    margin: 0;
}
.price-DV {
    margin-top: 30px;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #000;
    cursor: default;
    background-color: #fff;
    border: 1px solid #090909;
    border-bottom-color: transparent;
    font-weight: 800;
    font-size: 14px;
}
.nav-tabs>li>a {
    cursor: pointer;
    vertical-align: top;
    font-size: 14px;
    color: #747474;
    opacity: 1;
    padding: 11px 18px 14px;
    border: 1px solid #e5e5e5;
    background: #f7f7f7;
    margin-right: 10px;
    border-radius: 0;
    font-weight: 800;
}





.blucolor {
    background: #06335a;
    color: #fff;
    padding: 10px 0;
}
ul.menu-top-dv li {
    display: inline-block;
    vertical-align: top;
    padding: 0;
    line-height: 20px;
}
ul.menu-top-dv:not(.opened) > li > a {
    margin: 0px;
    padding: 0px 12px;
    border-radius: 0px;
    height: auto;
    line-height: 20px;
    color: #CCCCCC;
}
#top .container {
    padding: 0 !important;
    align-items: center;
}
.callback_btn {
    background: #EE5F3F;
    display: inline-flex;
    color: #06335A;
    padding: 7px 22px;
    border-radius: 2px;
    border: 2px solid #02203B;
    transition: all 0.2s;
    white-space: nowrap;
    font-size: 14px;
    cursor: pointer;
}

.callback_btn:hover {
    background: #ffaa99;
    display: inline-flex;
    color: #0F0F0F;
    padding: 7px 22px;
    border-radius: 2px;
    border: 2px solid #02203B;
    transition: all 0.2s;
    white-space: nowrap;
    font-size: 14px;
    cursor: pointer;
}

.modal-footer {
    padding: 12px 17px;
    text-align: left;
    border-top: 0;
    display: inline-block;
}
.modal-header .close {
    top: 10px;
    position: absolute;
    right: 17px;
}
.close span:hover {
    background: #fbd239 !important;
    opacity: 1 !important;
    color: #fff;
    font-weight: 200;
    border-radius: 19px;
    padding: 1px 8px;
    font-size: 18px;
}
.close span {
    opacity: 1 !important;
    padding: 1px 8px;
    font-size: 18px;
    font-weight: 200;
    border-radius: 19px;
}
.modal-header {
    border-bottom: 2px solid #cf0036;
    padding: 34px 35px 35px;
}

.close{    
    opacity: 1 !important;
}
p.h2 {
    font-size: 24px;
    margin: 0;
    color: #000;
    font-weight: 500;
}
.modal-footer .btn-primary {
    padding: 9px 19px;
    font-size: 13px;
    background: #d02c47;
}
.modal-footer button{
    background: #fbd239 !important;
}


.addres p, .addres a {
    color: #fff;
    line-height: 27px;
    font-size: 13.5px;
}
.addres {
    margin-top: 15px;
    display: grid;
}
.btn-top {
    margin-top: 15px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    height: 100%;
}
.btn-top .callback_btn {
    width: 100%;
    padding: 7px 12px;
    text-decoration: none;
}
.btn-top .callback_btn.btn_whatsapp.fixed {
    background: #FEFEFE;
    position: fixed;
    top: 0;
    right: 0;
    width: auto;
    min-height: 52px;
    border: 0;
    z-index: 9999;
}

.btn-top .callback_btn + .callback_btn{
    margin-top: 6px;
}
.phone_wrap p {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 25px;
    font-weight: 500;
}
.phone_wrap p a{}

.footer-pochta p {
    font-size: 14px;
    margin: 6px 20px;
}
.footer-pochta {
    display: inline-flex;
}
.footer-pochta:before{
  content: '';
  display: block;
  width: 62px;
  height: 43px;
  background: url(/image/icons_wish.png) -74px -123px no-repeat;
}
.menu-foot{
    padding: 0;
    list-style: none;
}
.menu-foot h3 {
    font-size: 13px;
    font-weight: 600;
    line-height: 15px;
    color: #000;
    margin: 0px 0px 10px;
}
.menu-foot .h3 {
    font-size: 13px;
    font-weight: 600;
    line-height: 15px;
    color: #000;
    margin: 0px 0px 10px;
}
.pay_system_icons i {
    display: inline-block;
    height: 20px;
    width: 34px;
    background: url(/image/pay_icons.png) no-repeat;
    margin: 0px 11px 0px 0px;
}
.pay_system_icons i.visa {
    background-position: -46px -1px;
}
.pay_system_icons i.mastercard {
    background-position: 0px -1px;
}


#carousel0 .swiper-slide{
    -webkit-transition: all ease-out 0.2s;
    -moz-transition: all ease-out 0.2s;
    -o-transition: all ease-out 0.2s;
    transition: all ease-out 0.2s;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    filter: gray;
    -webkit-filter: grayscale(100%);
    padding: 30px 0px;
}

#carousel0 .swiper-slide:hover{
    opacity: 1;
    filter: none;
    -webkit-filter: grayscale(0%);
}
.swiper-pagination{
    display:none;
}
.swiper-viewport {
    margin: 0 0 35px !important;
    border-bottom: 1px solid #E5E5E5 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

.Dvicon-1:before {
    content: '';
    display: block;
    width: 90px;
    height: 75px;
    background: url(/image/Dvicon-1.png);
    background-repeat: no-repeat;
}

.Dvicon-2:before {
    content: '';
    display: block;
    width: 90px;
    height: 75px;
    background: url(/image/Dvicon-2.png);
    background-repeat: no-repeat;
}
.Dvicon-3:before{
    content: '';
    display: block;
    width: 90px;
    height: 75px;
    background: url(/image/Dvicon-3.png);
    background-repeat: no-repeat;
}
.Dvicon-4:before {
    content: '';
    display: block;
    width: 90px;
    height: 75px;
    background: url(/image/Dvicon-4.png);
    background-repeat: no-repeat;
    
}
.Dvicon-1 p{
    font-size: 16px;
    line-height: normal;
    padding-top: 15px;
}
.Dvicon-2 p{
    font-size: 16px;
    line-height: normal;
    padding-top: 7px;
}
.Dvicon-3 p{
    font-size: 16px;
    line-height: normal;
    padding-top: 7px;
}
.Dvicon-4 p{
    font-size: 16px;
    line-height: normal;
    padding-top: 20px;
}
.padd95 {
    margin: 45px auto;
    padding: 0 15px;
}
.back-sery {
    background: #f7f7f9;
    padding: 35px 0;
}
.tezis-home {
    display: inline-flex;
}
.text-blockDv {
    color: #202020;
    position: absolute;
    bottom: 15px;
    font-size: 15px;
    padding:0;
}
.imgblockDv {
    margin-bottom: 15px;
    overflow: hidden;
    padding: 0;
    width: max-content;
    margin-right: 1.4%;
}
.text-blockDv p{
    background-color: #f25a29;
    margin-bottom: 3px;
    padding: 4px 8px;
    text-align: center;
    font-weight: 800;
    font-size: 17px;
    width: max-content;
}
.text-blockDv span {
    background-color: #f25a29;
    padding: 4px 7px;
    text-align: center;
    font-size: 15px;
    display: block;
    width: max-content;
}
.text-pos-left{
    left: 15px;
    text-align: -webkit-left;
}
.text-pos-center {
    text-align: -webkit-center;
    margin: 0 auto;
    width: 100%;
}
.text-pos-right{
    right: 15px;
    text-align: -webkit-right;
}
.imgblockDv img{
    transition: all 0.3s ease-in-out;
}
.imgblockDv:hover img{
    transform: scale(1.10);
}
.but-border{
    text-align: center;
    border: 1px solid #000;
    color: #000;
    padding: 8px 31px;
    text-transform: uppercase;
    font-size: 11px;
    margin: 15px auto;
    display: block;
    width: max-content;
}
.news-home{}
.news-home span {
    font-size: 11px;
    line-height: 20px;
    font-weight: 500;
    color: #000;
}
.news-home h4, .news-home .h4, .main {
    color: #c50026;
    font-size: 18px;
    font-weight: 600;
}
.news-home p {
    color: #000;
    line-height: normal;
    font-size: 13px;
}
.news-home img {
    width: 100%;
    padding: 5px;
    object-fit: contain;
}
.news-home .card {
    padding: 20px;
}
.news-home .card:hover{
    box-shadow: 0 0 20px rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 20px rgba(0,0,0,.1);
    -o-box-shadow: 0 0 20px rgba(0,0,0,.1);
}
.subscribe-form {
    background-color: #f25a29;
    width: 70%;
    float: right;
}
.subscribe-form .wrap_bg {
    padding: 55px 40px;
    background: url(/image/subscribe_bg.png) 0px -34px no-repeat;
    display: grid;
}
.subscribe-form .top_block {
    margin: 0px;
    padding: 0px;
}
.subscribe-form .top_block .image {
    float: left;
    width: 57px;
    height: 57px;
    background: url(/image/icons_wish.png) -2px -111px no-repeat;
}
.subscribe-form .top_block .image + .text {
    padding-left: 87px;
}
.subscribe-form .top_block .title {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    margin: 0px 0px 8px;
}
.subscribe-form .top_block .more {
    font-size: 12px;
    opacity: 0.65;
    color: #fff;
    line-height: 16px;
}
.subscribe-form form.sform {
    font-size: 0px;
    margin: 22px 0 0;
}
.subscribe-form form.sform > div {
    display: inline-block;
    vertical-align: top;
}
.subscribe-form .button_wrap {
    width: 40%;
}
input[type="text"], input[type="password"], input[type="email"], select, textarea {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: #f7f7f7;
    border: 1px solid #E5E5E5;
    border-radius: 2px;
    box-shadow: none;
    color: #383838;
    height: auto;
    font-size: 12px;
    padding: 8px 13px 7px;
    width: 100%;
}
.form-control {
    background-color: #0000;
    background-image: none;
    border: none;
    border-radius: 4px;
    box-shadow: none;
    padding-right: 10px;
    padding-left: 0;
}
.subscribe-form .bottom_block {
    display: flex;
    margin-top: 20px;
}
.linkDv {
    color: #c50026;
}
.buttontransparent {
    text-align: center;
    border: 1px solid #000;
    color: #000;
    background: #0000;
    padding: 8px 18px;
    text-transform: uppercase;
    font-size: 11px;
    width: max-content;
}
.main_text h1 {
    margin-bottom: 20px;
    color: #383838;
    font-weight: 600;
}
.main_text h2 {
    margin-top: 30px;
    margin-bottom: 20px;
    font-weight: 600;
    color: #383838;
    font-size: 23px;
}
.main_text ul {
    margin-bottom: 20px;
    list-style: none;
}
.main_text ul li::before {
    content: "\25CF";
    margin-right: 10px;
    color: #fbd239;
}
.float-right{
    float:right;
}
.float-left{
    float:left;
}
.store_text {
    background: #fff;
    display: grid;
    padding: 19px 25px 19px;
}
.store_text .icon {
    display: inline-block;
    width: 8px;
    height: 10px;
    background: url(/image/icons_wish.png) -2px -182px no-repeat;
    float: left;
    margin: 6px 0px 0px;
}
.store_text .text {
    font-size: 13px;
    margin-left: 10px;
    color: #000;
    font-weight: 600;
}
.all_map a{
    color:#fff;
}
.all_map a .icon {
    width: 53px;
    height: 58px;
    background: url(/image/icons_wish.png) -61px -4px no-repeat;
    margin: 0px 30px 0px 0px;
}
.all_map a.wrapp_block {
    display: flex;
    background: #f25a29;
    padding: 44px;
}
.all_map a .text {
    margin-top: 6px;
    font-weight: 800;
    line-height: normal;
    font-size: 13px;
}
.bg_map {
    position: absolute;
    left: 0px;
    width: 100%;
    height: 300px;
    background: url(/image/map_large.png) center 0px no-repeat;
    opacity: .07;
}
.bg_map-cont{
    height:300px;
}
.top1-map {
    top: 28%;
    left: 8%;
}
.top2-map {
    top: 25%;
    right: 8%;
}
.logo-fot {
    margin-top: 30px;
}
.logo-fot img {
    width: 40%;
    margin: 0 auto;
    display: block;
}
.fotP p{}
.fotP a{}
.fotP{}
.icon_more {
    text-decoration: none;
    font-size: 10px;
    text-transform: uppercase;
    background: url(/image/arrows.png) -1px -78px no-repeat;
    padding: 0px 0px 0px 23px;
    margin: 10px 0px 0px;
    display: inline-block;
    color: #fbd239 
}
.margin-top {
    margin: 45px auto;
    display: flex;
}
.swiper-viewport {
    max-width: 1162px;
    margin: 0 auto !important;
}
.product-grid {
    /*height: 600px;*/
    height: 650px;
}
.product-gridDv {
    width: 20%;
    padding: 0 10px;
}
.sale_block{}
.valueDV {
    background: #f25a29;
    padding: 4px 8px 3px;
    font-size: 12px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 0 5px;
    text-align: center;
    color:#fff;
}
.textDV{
    background: #f25a29;
    padding: 4px 8px 3px;
    font-size: 12px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    color:#fff;
}
.read_more {
    padding: 0;
    margin: 0px 10px;
    padding-bottom: 10px;
    display: none;
}
.like_icons {
    text-align: -webkit-center;
    margin-top: 15px;
    display: none;
}
.product-gridDv:hover .read_more {
    display: block;
}
.product-gridDv:hover .like_icons {
    display: block;
}
.read_more a{
    background: #f25a29;
    position: relative;
    font-family: Ubuntu,Arial,Helvetica,sans-serif;
    color: #fff;
    padding: 5px 17px;
    display: -webkit-inline-box;
    text-transform: uppercase;
    border-radius: 3px;
    font-size: 11px;
}
.grey_bg {
    background: #f7f7f9;
    padding: 50px 0;
}
.top_blocks {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}
.top_blocks ul {
    padding: 0;
    list-style: none;
    display: inline-flex;
}
ul.tabs li{
    margin-right: 30px;
}
ul.tabs li span a{
    font-size: 16px;
    color: #000;
    font-weight: 500;
}
ul.tabs li span a:active, ul.tabs li span a:focus{
    text-decoration: none;
}
ul.tabs li.cur {
    border-bottom: 2px solid #fbd239;
}
.flex-prev{
    background: url(/image/arrows.png) no-repeat;
    background-position: 10px -50px;
    width: 29px;
    height: 29px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    display: inline-block;
}
.flex-next{
    background: url(/image/arrows.png) no-repeat;
    background-position: -27px -50px;
    width: 29px;
    height: 29px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    display: inline-block;
}
.sticker {    
    text-align: center;
    color: #fff;
    font-weight: 600;
    border-radius: 40px;
    margin: 6px 3px;
    width: 40px;
    height: 40px;
    line-height: 40px;
}
.sticker_hit
{    
    font-size: 14px;
    background-color: #2992d9;
}
.sticker_stock
{   
    font-size: 20px;
    background-color: #e52929;
}
.sticker_new
{   
    font-size: 14px;
    background-color: #06997c;
}
.sticker_sale
{
    background-color: #ee6d34;
    font-size: 12px;
}
.stickers {
    position: absolute;
}
.thumbnail {
    border: 0;
}
.top-info{
    border-bottom: 1px solid #F2F2F2;
    padding: 29px 30px;
}
.border-right {
    border-right: 1px solid #F2F2F2;
}
.recent-product{
    margin-top: 35px;
}



.border-cont {
    border: 1px solid #e5e5e5;
    padding: 0px;
    margin-bottom: 55px;
}
.alert-success {
    color: #ffffff;
    background-color: #fbd239 !important;
    border-color: #fbd239 !important;
    padding: 15px 35px !important;
}
.alert-success a{
    color: #fff;
    text-decoration: underline;
}
.alert-success .close:focus, .alert-success .close:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: 1;
}
.recent-product .sticker_hit{
    margin: 5px 12px;
}
.recent-product .sticker_stock{
    margin: 5px 12px;
}


.like_icons {
    text-align: -webkit-center;
    margin-top: 15px;
}
.likeDV {
    width: 29px;
    height: 29px;
    display: block;
    background: url(/image/icons_wish.png) no-repeat;
    background-position: -19px -13px;
}
.likeDV:hover {
    background: url(/image/icons_wish.png) no-repeat;
    background-position: -18px -72px;
    background-color: #e3e3e3;
}
.karzina-icon {
    background: url(/image/icons_wish.png) no-repeat;
    background-position: -31px -200px;
    width: 35px;
    height: 30px;
    margin-top: 40px;
    margin-left: 26px;
}


.count-cart{
    color: #fff;
    float: right;
    background: #dbdbdb;
    padding: 0px 7px;
    margin-top: -5px;
    margin-right: -4px;
    border-radius: 50%;
}

.d2-top-search {
    width: auto;
    max-width: 1170px;
}





@media (max-width: 478px) {
    #cart .dropdown-menu {
        width: 100%;
    }
}
#cart .dropdown-menu table {
    margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
    min-width: 427px;
    padding: 0 10px;
}
@media (max-width: 478px) {
    #cart .dropdown-menu li > div {
        min-width: 100%;
    }
}
#cart .dropdown-menu li p {
    margin: 20px 0;
}
/* menu */
#menu {
    background: #F7F7F9 !important;
    min-height: 40px;
    border-radius: 0;
    border: 0;
}
#menu .nav > li > a {
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0 23px;
    display: inline-block;
    line-height: 52px;
    font-weight: 600;
    color:#202020;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
    background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-menu {
    padding-bottom: 0;
}
#menu .dropdown-inner {
    display: table;
}
#menu .dropdown-inner ul {
    display: table-cell;
}
#menu .dropdown-inner a {
    min-width: 280px;
    display: block;
    padding: 3px 20px;
    clear: both;
    line-height: 20px;
    color: #333333;
    font-size: 14px;
}
#menu .dropdown-inner li a:hover {
    color: #FFFFFF;
    background-color: #f25a29;
}
#menu .see-all {
    display: block;
    margin-top: 0.5em;
    border-top: 1px solid #DDD;
    padding: 3px 20px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 3px 3px;
    font-size: 14px;
    color: #f25a29;
}
#menu .see-all:hover, #menu .see-all:focus {
    text-decoration: none;
    color: #ffffff;
    background-color: #f25a29;
}
#menu #category {
    float: left;
    padding-left: 15px;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
    font-size: 15px;
    font-stretch: expanded;
    color: #FFF;
    padding: 2px 18px;
    float: right;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
    border-color: #1f90bb #1f90bb #145e7a;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
    color: #ffffff;
    background-color: #229ac8;
}
@media (min-width: 768px) {
    #menu .dropdown:hover .dropdown-menu {
        display: block;
    }
}
@media (max-width: 767px) {
    #menu {
        border-radius: 4px;
    }
    #menu div.dropdown-inner > ul.list-unstyled {
        display: block;
    }
    #menu div.dropdown-menu {
        margin-left: 0 !important;
        padding-bottom: 10px;
        background-color: rgba(0, 0, 0, 0.1);
    }
    #menu .dropdown-inner {
        display: block;
    }
    #menu .dropdown-inner a {
        width: 100%;
        color: #fff;
    }
    #menu .dropdown-menu a:hover,
    #menu .dropdown-menu ul li a:hover {
        background: rgba(0, 0, 0, 0.1);
    }
    #menu .see-all {
        margin-top: 0;
        border: none;
        border-radius: 0;
        color: #fff;
    }
}

/* footer */
footer {
    margin-top: 30px;
    padding: 35px 0;
    background-color: #ffffff;
    border-top: 1px solid #ddd;
    color: #202020;
}
footer hr {
    border-top: none;
    border-bottom: 1px solid #666;
}
footer a {
    color: #000;
}
footer a:hover {
    color: #555;
}
footer h5 {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #000;
}
/* alert */
.alert {
    padding: 10px 35px;
}
/* breadcrumb */
.breadcrumb {
    margin: 0 0 20px 0;
    padding: 8px 0;
    border: none;
    background: none;
}
.breadcrumb i {
    font-size: 15px;
}
.breadcrumb > li {
    text-shadow: 0 1px 0 #FFF;
    padding: 0;
    position: relative;
    white-space: nowrap;
}
.breadcrumb > li + li:before {
    content: '';
    padding: 0;
}
.breadcrumb > li:after {
    content: '-';
    top: 0px;
    margin: 0 4px;
    float: left;
}

.breadcrumb > li:first-child:after {
    content: none;
}


.breadcrumb a {
    text-transform: none;
    color: #000;
    text-wrap: auto;
}


.pagination {
    margin: 0;
}
/* buttons */
.buttons {
    margin: 1em 0;
}
.btn {
    padding: 7.5px 12px;
    font-size: 12px;
    border: 1px solid #cccccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
    font-size: 9px;
}
.btn-sm {
    font-size: 10.2px;
}
.btn-lg {
    padding: 10px 16px;
    font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
    font-size: 12px;
}
.btn-group > .btn-xs {
    font-size: 9px;
}
.btn-group > .btn-sm {
    font-size: 10.2px;
}
.btn-group > .btn-lg {
    font-size: 15px;
}
.btn-default {
    color: #777;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #e7e7e7;
    background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
    background-repeat: repeat-x;
    border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary, .btn-default {
    color: #ffffff;
    background-color: #f25a29;
    border: 0;
    border-radius: 0;
    background-image: none;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled],
.btn-default:hover, .btn-default:active, .btn-default.active, .btn-default.disabled, .btn-default[disabled]{
    background-color: #f25a29;
}
.btn-warning {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #faa732;
    background-image: linear-gradient(to bottom, #fbb450, #f89406);
    background-repeat: repeat-x;
    border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
    color: #ffffff;
    text-shadow: none;
    background-color: #da4f49;
    background-image: none;
    background-repeat: repeat-x;
    border-color: #bd362f #bd362f #802420;
    border: 0;
    border-radius: 0;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #5bb75b;
    background-image: linear-gradient(to bottom, #62c462, #51a351);
    background-repeat: repeat-x;
    border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #df5c39;
    background-image: linear-gradient(to bottom, #e06342, #dc512c);
    background-repeat: repeat-x;
    border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}
.btn-link {
    border-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    color: #23A1D1;
    border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    box-shadow: none;
}
.btn-inverse {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #363636;
    background-image: linear-gradient(to bottom, #444444, #222222);
    background-repeat: repeat-x;
    border-color: #222222 #222222 #202020;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
    background-color: #222222;
    background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
    border: 1px solid #DDDDDD;
    color: #888888;
    padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
    color: #444444;
    background: #eeeeee;
    border: 1px solid #DDDDDD;
    text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
    color: #FFFFFF;
    text-shadow: 0 1px 0 #202020;
}
.carousel-control .icon-prev:before {
    content: '\f053';
    font-family: FontAwesome;
}
.carousel-control .icon-next:before {
    content: '\f054';
    font-family: FontAwesome;
}
/* product list */
.product-thumb {
    background: #fff;
    padding-top: 10px;
    margin-bottom: 50px;
    overflow: visible;
}
.product-thumb:hover{
    padding-top: 0px;
    margin-bottom: 0px;
    border: 0px solid transparent;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.10);
    -moz-box-shadow: 0px 0px 20px rgba(0,0,0,0.10);
    -o-box-shadow: 0px 0px 20px rgba(0,0,0,0.10);
    -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.10);
}


.product-thumb .image {
    text-align: center;
    padding: 15% 0;
}
.product-thumb .image a {
    display: block;
}
.product-thumb .image a:hover {
    opacity: 1;
}
.product-thumb .image img {
    margin-left: auto;
    margin-right: auto;
}
.product-grid .product-thumb .image {
    float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
    float: left;
    padding: 0 15px;
}
}
.product-thumb h4 {
    font-size: 14px;
    text-align: center;
    font-weight: 600;
}
.product-thumb .h4 {
    font-size: 14px;
    text-align: center;
    font-weight: 600;
}
.product-thumb h4 a {
    color: #202020;
    text-transform: uppercase;
}
.product-thumb .h4 a {
    color: #202020;
    text-transform: uppercase;
}
.product-thumb .caption {
    padding: 0 20px;
    min-height: 113px;
}
.product-gridDv:hover .product-thumb {
    margin-bottom: 0px;
}


.product-list .product-thumb .caption {
    margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
    min-height: 210px;
    padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
    min-height: 0;
    margin-left: 0;
    padding: 0 10px;
}
.product-grid .product-thumb .caption {
    min-height: 0;
}
}
.product-thumb .rating {
    padding-bottom: 10px;
}
.rating .fa-stack {
    font-size: 8px;
}
.rating .fa-star-o {
    color: #999;
    font-size: 15px;
}
.rating .fa-star {
    color: #FC0;
    font-size: 15px;
}
.rating .fa-star + .fa-star-o {
    color: #E69500;
}
h2.price {
    margin: 0;
}
.product-thumb .price {
    color: #000;
    display: grid;
    font-weight: 700;
    text-align: center;
    min-height: 40px;
}
.product-thumb .price-new {
    font-weight: 600;
}
.product-thumb .price-old {
    color: #000;
    text-decoration: line-through;
    margin-left: 0;
    font-size: 12px;
    font-weight: 500;
}
.product-thumb .price-tax {
    color: #999;
    font-size: 12px;
    display: block;
}
.product-thumb .button-group {
    border-top: 1px solid #ddd;
    background-color: #eee;
    overflow: auto;
}
.product-list .product-thumb .button-group {
    border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
    .product-list .product-thumb .button-group {
        border-left: none;
    }
}
.product-thumb .button-group button {
    width: 60%;
    border: none;
    display: inline-block;
    float: left;
    background-color: #eee;
    color: #888;
    line-height: 38px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}
.product-thumb .button-group button + button {
    width: 20%;
    border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
    color: #fff;
    background-color: #ddd;
    text-decoration: none;
    cursor: pointer;
}
@media (max-width: 1200px) {
    .product-thumb .button-group button, .product-thumb .button-group button + button {
        width: 33.33%;
    }
}
@media (max-width: 767px) {
    .product-thumb .button-group button, .product-thumb .button-group button + button {
        width: 33.33%;
    }
}
.thumbnails {
    overflow: auto;
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0;
}
.thumbnails > li {
    margin-left: 20px;
}
.thumbnails {
    margin-left: 0;
    padding: 30px 0;
}
.thumbnails > img {
    width: 100%;
}
.image-additional a {
    margin-bottom: 20px;
    padding: 5px;
    display: block;
    border: 1px solid #ddd;
}
.image-additional {
    max-width: 78px;
}
.thumbnails .image-additional {
    float: left;
    margin-left: 20px;
}

@media (min-width: 1200px) {
    #content .col-lg-2:nth-child(6n+1),
    #content .col-lg-3:nth-child(4n+1),
    #content .col-lg-4:nth-child(3n+1),
    #content .col-lg-6:nth-child(2n+1) {
        clear:left;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    #content .col-md-2:nth-child(6n+1),
    #content .col-md-3:nth-child(4n+1),
    #content .col-md-4:nth-child(3n+1),
    #content .col-md-6:nth-child(2n+1) {
        clear:left;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    #content .col-sm-2:nth-child(6n+1),
    #content .col-sm-3:nth-child(4n+1),
    #content .col-sm-4:nth-child(3n+1),
    #content .col-sm-6:nth-child(2n+1) {
        clear:left;
    }
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

    #column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

    #column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
    width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
    min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}
.quantity_button
{
    cursor: pointer;
}
/* Range Picker */
#number_range
{
    margin: 25px 15px;
}
.noUi-target, .noUi-target * {
     -webkit-touch-callout: none;
     -webkit-tap-highlight-color: rgba(0,0,0,0);
     -webkit-user-select: none;
     -ms-touch-action: none;
     touch-action: none;
     -ms-user-select: none;
     -moz-user-select: none;
     user-select: none;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}
 .noUi-target {
     position: relative;
}
 .noUi-base, .noUi-connects {
     width: 100%;
     height: 100%;
     position: relative;
     z-index: 1;
}
 .noUi-connects {
     overflow: hidden;
     z-index: 0;
}
 .noUi-connect, .noUi-origin {
     will-change: transform;
     position: absolute;
     z-index: 1;
     top: 0;
     right: 0;
     -ms-transform-origin: 0 0;
     -webkit-transform-origin: 0 0;
     -webkit-transform-style: preserve-3d;
     transform-origin: 0 0;
     transform-style: flat;
}
 .noUi-connect {
     height: 100%;
     width: 100%;
}
 .noUi-origin {
     height: 10%;
     width: 10%;
}
 .noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
     left: 0;
     right: auto;
}
 .noUi-vertical .noUi-origin {
     width: 0;
}
 .noUi-horizontal .noUi-origin {
     height: 0;
}
 .noUi-handle {
     -webkit-backface-visibility: hidden;
     backface-visibility: hidden;
     position: absolute;
}
 .noUi-touch-area {
     height: 100%;
     width: 100%;
}
 .noUi-state-tap .noUi-connect, .noUi-state-tap .noUi-origin {
     -webkit-transition: transform 0.3s;
     transition: transform 0.3s;
}
 .noUi-state-drag * {
     cursor: inherit !important;
}
 .noUi-horizontal {
    height: 5px;;
}
 .noUi-horizontal .noUi-handle {
    width: 24px;
    height: 17px;
    right: -12px;
    top: -7px;
}
 .noUi-vertical {
     width: 18px;
}
 .noUi-vertical .noUi-handle {
     width: 28px;
     height: 34px;
     right: -6px;
     top: -17px;
}
 .noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
     left: -17px;
     right: auto;
}
 .noUi-target {
     background: #FAFAFA;
     border-radius: 4px;
     border: 1px solid #D3D3D3;
     box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}
 .noUi-connects {
     border-radius: 3px;
}
 .noUi-connect {
     background: #fbd239;
}
 .noUi-draggable {
     cursor: ew-resize;
}
 .noUi-vertical .noUi-draggable {
     cursor: ns-resize;
}
 .noUi-handle {
     border: 1px solid #D9D9D9;
     border-radius: 3px;
     background: #FFF;
     cursor: default;
     box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}
 .noUi-active {
     box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}
 .noUi-handle:before, .noUi-handle:after {
    content: "";
    display: block;
    position: absolute;
    height: 5px;
    width: 1px;
    background: #E8E7E6;
    left: 9px;
    top: 5px;
}
 .noUi-handle:after {
     left: 12px;
}
 .noUi-vertical .noUi-handle:before, .noUi-vertical .noUi-handle:after {
     width: 14px;
     height: 1px;
     left: 6px;
     top: 14px;
}
 .noUi-vertical .noUi-handle:after {
     top: 17px;
}
 [disabled] .noUi-connect {
     background: #B8B8B8;
}
 [disabled].noUi-target, [disabled].noUi-handle, [disabled] .noUi-handle {
     cursor: not-allowed;
}
 .noUi-tooltip {
     display: block;
     position: absolute;
     border: 1px solid #D9D9D9;
     border-radius: 3px;
     background: #fff;
     color: #000;
     padding: 5px;
     text-align: center;
     white-space: nowrap;
         line-height: 1;
}
 .noUi-horizontal .noUi-tooltip {
     -webkit-transform: translate(-50%,0);
     transform: translate(-50%,0);
     left: 50%;
     bottom: 120%;
}
 .noUi-vertical .noUi-tooltip {
     -webkit-transform: translate(0,-50%);
     transform: translate(0,-50%);
     top: 50%;
     right: 120%;
}
 .noUi-pips, .noUi-pips * {
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}
 .noUi-pips {
     position: absolute;
     color: #999;
}
 .noUi-value {
     position: absolute;
     white-space: nowrap;
     text-align: center;
}
 .noUi-value-sub {
     color: #ccc;
     font-size: 10px;
}
 .noUi-marker {
     position: absolute;
     background: #CCC;
}
 .noUi-marker-sub {
     background: #AAA;
}
 .noUi-marker-large {
     background: #AAA;
}
 .noUi-pips-horizontal {
     padding: 10px 0;
     height: 80px;
     top: 100%;
     left: 0;
     width: 100%;
}
 .noUi-value-horizontal {
     -webkit-transform: translate(-50%,50%);
     transform: translate(-50%,50%);
}
 .noUi-rtl .noUi-value-horizontal {
     -webkit-transform: translate(50%,50%);
     transform: translate(50%,50%);
}
 .noUi-marker-horizontal.noUi-marker {
     margin-left: -1px;
     width: 1px;
     height: 5px;
}
 .noUi-marker-horizontal.noUi-marker-sub {
     height: 10px;
}
 .noUi-marker-horizontal.noUi-marker-large {
     height: 10px;
}
 .noUi-pips-vertical {
     padding: 0 10px;
     height: 100%;
     top: 0;
     left: 100%;
}
 .noUi-value-vertical {
     -webkit-transform: translate(0,-50%);
     transform: translate(0,-50%);
     padding-left: 25px;
}
 .noUi-rtl .noUi-value-vertical {
     -webkit-transform: translate(0,50%);
     transform: translate(0,50%);
}
 .noUi-marker-vertical.noUi-marker {
     width: 5px;
     height: 2px;
     margin-top: -1px;
}
 .noUi-marker-vertical.noUi-marker-sub {
     width: 10px;
}
 .noUi-marker-vertical.noUi-marker-large {
     width: 15px;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #f25a29;
    border-color: #f25a29;
}
.pagination>li>a, .pagination>li>span {
    color: #f25a29;
    margin-right: 5px;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    z-index: 3;
    color: #fff;
    background-color: #f25a29;
    border-color: #f25a29;
}
#search .btn-lg {
    color: #fff;
    font-size: 15px;
    line-height: 18px;
    padding: 11px 35px;
    text-shadow: none;
    background: #f25a29 !important;
    border: 0;
} 
.product-thumb .caption {
    padding: 10px 20px;
    min-height: 113px;
}
.mob-row span{
    color:#000;
}
.product-list .product-thumb {
    overflow: hidden;
    padding: 15px 0px;
}
.product-list .caption{
    margin-top: 30px;
}
.alert-danger {
    color: #ffffff;
    background-color: #f25a29;
    border: 0 !important;
    border-radius: 0;
}
.DV-select {
    border: #e1e1e1 1px solid;
    border-radius: 2px;
    padding: 0 10px;
}
 
 
@media (min-width: 300px) and (max-width: 800px){
#top {
    display: none;
}    
footer {
    text-align: center;
}

.addres p, .addres a {
    font-size: 15.5px;
}
.addres {
    text-align: center;
}
.btn-top {
    text-align: center;
}    
#cart {
    margin-bottom: 10px;
    display: block;
    margin: 0 auto;
    margin-top: 25px;
}
#menu .btn-navbar{
    background-color: #fbd239;
    background-image: linear-gradient(to bottom, #fbd239, #fbd239);
    background-repeat: repeat-x;
    border-color: #fbd239;    
}
#menu .btn-navbar {
    background-color: #fbd239;
    background-image: linear-gradient(to bottom, #fbd239, #fbd239);
    background-repeat: repeat-x;
    border-color: #fbd239;
    border: 0;
    box-shadow: none;
}
#menu {
    border-radius: 0;
}
.padd95 {
    margin: 45px auto;
    padding: 0;
}
.text-center {
    text-align: left;
}
.imgblockDv {
    width: 100%;
    margin-right: 0;
}    
.imgblockDv img {
    width: 100%;
}
.top_blocks ul {
    display: inline-grid;
}
ul.navig-product{
    display:none;
}
ul.tabs li {
    margin-right: 0;
    margin-bottom: 4px;
    width: max-content;
}
.product-gridDv {
    width: 100%;
    padding: 0 10px;
}
.valueDV {
    width: max-content;
}    
.textDV {
    width: max-content;
}    
.sale_block {
    display: inline-flex;
    margin-bottom: 10px;
}   
.product-thumb .caption {
    text-align: center;
}
.product-gridDv:hover .read_more {
    display: block;
    text-align: center;
}    
.h1{
    font-size: 24px;
}  
.h3 {
    font-size: 17px;
}
.swiper-slide{
    text-align: center;    
} 
.subscribe-form {
    background-color: #fbd239;
    width: 100%;
    float: none;
}
.subscribe-form .wrap_bg {
    padding: 65px 15px;
    background: url(/image/subscribe_bg.png) 0px -34px no-repeat;
    display: grid;
}
.subscribe-form .bottom_block {
    display: grid;
    margin-top: 20px;
    margin: 10px auto;
}
.subscribe-form .button_wrap {
    width: 100%;
}
.buttontransparent {
    width: max-content;
    margin: 7px auto;
    display: block;
}
.news-home img {
    padding: 0; 
}
.main_text h1 {
    font-size: 25px;
}
.main_text h2 {
    font-size: 19px;
}
.top1-map {
    top: 0;
    left: 0;
    float: initial;
}
.top2-map {
    top: 0;
    left: 0;
    float: initial;
}
.all_map a.wrapp_block {
    padding: 20px;
}
.row {
    margin-right: 0;
    margin-left: 0;
}
h1 {
    font-size: 26px;
}
.form-group .text-right {
    text-align: center;
}
.form-group .float-right {
    float: none;
}
.itog-zacomp {
    font-size: 14px;
    color: #000;
    font-weight: 600;
}
.paddingleft {
    padding-left: 0;
    padding: 0;
}
.paddingleft input {
    margin-bottom: 15px;
}
.margbot15 {
    margin-bottom: 15px;
    display: flex;
}

.top-info .text-right {
    text-align: center;
}
.mob-row {
    text-align: center;
}
button.oyloj_icons, button.srav_icons {
    margin-bottom: 10px;
}
.rating, .status-stock{
    text-align: center;
}
.buttons .pull-left, .buttons .pull-right{
    float: none !important;
    margin-bottom: 5px;
}
.buttons {
    text-align: center;
}
#collapse-voucher .input-group {
    display: grid;
    margin: 0 auto;
}
#logo img{
    margin: 0 auto;
}



    
} 
@media (min-width: 760px) and (max-width: 780px){
#top {
    display: block;
}      
ul.menu-top-dv:not(.opened) > li > a {
    padding: 0 5px;
}
#top .col-sm-10{
    padding:0;
}
.addres p, .addres a {
    font-size: 8px;
    line-height: 13px;
}
.callback_btn {
    padding: 2px 10px;
    font-size: 10px;
}
#menu .nav > li > a {
    font-size: 10px;
    padding: 0 10px;
}
.top_blocks ul {
    display: inline-flex;
}
ul.tabs li {
    margin-right: 15px;
    margin-bottom: 4px;
    width: max-content;
}
ul.navig-product {
    display: inline-flex;
}
.product-gridDv {
    width: 32%;
    padding: 0 10px;
}
.news-home p {
    font-size: 10px;
}
.news-home .card {
    padding: 0 5px;
}
.top2-map {
    top: -5%;
    right: 8%;
    left: initial;
    width: 33%;
    float: right;
}
.top1-map {
   width: 50%;
    top: 28%;
    left: 8%;
}
.but-red {
    background: #fbd239;
    color: #fff;
    font-size: 7px;
    padding: 4px 4px;
    display: block;
    text-align: center;
}
.but-bord {
    font-size: 6px;
    padding: 3px 4px;
}
.imgblockDv {
    width: max-content;
    margin-right: 1%;
    margin-bottom: 1%;
}
.col-sm-3.imgblockDv {
    max-width: 24%;
}
.col-sm-6.imgblockDv {
    max-width: 49%;
}
.col-sm-3.imgblockDv:nth-child(4n+1){
    clear: inherit !important;
}
.imgblockDv img {
    width: 100%;
    height: 170px;
}
.Dvicon-1 p {
    font-size: 12px;
    margin-top: 3px;
}
.text-blockDv p {
    font-size: 12px;
}
.text-blockDv span {
    padding: 0px 5px;
    font-size: 11px;
}
.price-DV h2 {
    font-weight: 700;
    margin: 0;
    font-size: 19px;
}
.textDV {
    font-size: 10px;
}
.col-sm-6.paddingleft,
.col-sm-6.float-right.padding0{
    width: 100%;
}
button.srav_icons {
    width: 60px;
}
#collapse-voucher .input-group {
    display: table;
    margin: 0 auto;
}
    
} 
 
@media (min-width: 1020px) and (max-width: 1080px){ 
ul.menu-top-dv:not(.opened) > li > a {
    margin: 0px;
    padding: 0px 6px;
    border-radius: 0px;
    height: auto;
    line-height: 20px;
    color: #333;
} 
.addres p, .addres a {
    color: #fff;
    line-height: 18px;
    font-size: 12px;
}
.callback_btn {
    padding: 4px 14px;
    font-size: 11px;
}
#menu .nav > li > a {
    padding: 0 13px;
}
.product-gridDv {
    width: 31%;
    padding: 0 10px;
}
.imgblockDv {
    width: max-content;
    margin-right: 1%;
    margin-bottom: 1%;
}
.col-sm-3.imgblockDv {
    max-width: 24%;
}
.col-sm-6.imgblockDv {
    max-width: 49%;
}
.col-sm-3.imgblockDv:nth-child(4n+1){
    clear: inherit !important;
}
.imgblockDv img {
    width: 100%;
    height: 230px;
}
.top2-map {
    top: 25%;
    right: 8%;
    width: 30%;
}
.top1-map {
    top: 28%;
    left: 8%;
    width: 36%;
}

 
} 
 button:active {
background-color:#d9002a !important;
}
 button:focus {
background-color:#d9002a !important;
}

 .btn:active {
background-color:#d9002a !important;
}
 .btn:focus {
background-color:#d9002a !important;
}
.btn-primary:active {
background-color:#d9002a !important;
}
 .btn-primary:focus {
background-color:#d9002a !important;
}

.product-thumb #caption__info {
    min-height: 122px!important;
}

.caption .rating{
	text-align: center;
}

/* .form-control{
    border: 1px solid #ccc;;
} */

/* .form-control:focus {
	border: 1px solid #ccc !important;
	box-shadow: #fff!important;
} */

.vrez1 {
	margin: 20px 0;
	padding: 20px 0;
	font-size: 17px;
	border-width: 2px 0;
	border-style: solid;
	border-color: #06335a;
	text-align: center;
}

.vrez1 ul {
	margin: 10px 0 5px;
}

.review, .vrez2 {
	position: relative;
	margin: 20px 0;
	padding: 30px 30px 30px 60px;
	border-left: 5px solid #f25a29;
	background: rgba(6, 51, 90, 0.1);
	color: #000;
}
.vrez2 {
    padding: 30px 40px 30px 40px;
}
.review::before {
	content: "\201C";
	position: absolute;
	left: 15px;
	top: 5px;
	color: #f25a29;
	font-size: 70px;
	line-height: normal;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.review p {
	margin: 0 0 15px;
	font-style: italic;
	font-size: 16px;
}

.review footer {
	margin: 0;
	padding: 0;
	border-top: none;
	background: none;
}


.custom-right-fixed-btn{
    display: block !important;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    background: #fbd239 !important;
    display: inline-flex;
    color: #202020;
    border-radius: 2px;
    z-index: 10;
    padding: 12px 12px;
    max-width: 185px;
    line-height: 26px;
    text-align: center;
}

@media all and (max-width: 1024px){
    .custom-right-fixed-btn {
        display: none !important;
    }
}

.custom-right__main-text{
    font-size: 28px;
    font-style: italic;
}

.custom-right__sub-text{
    display: block;
    margin-top: 10px;
    font-size: 20px;
    line-height: 26px;
}

.custom-right-fixed-btn img{
    max-width: 100%;
}

.tab-pane table{
    max-width: 100%;
    width:100% !important;
}

/* .btn_whatsapp.fixed+.custom-right-fixed-btn{
    display: block;
}

.btn_whatsapp:not(.fixed)+.custom-right-fixed-btn {
    display: none;
} */



#top .col-sm-2 .menu-top-dv{
    display: none;
}

.btn-top .callback_btn{
    /*display: none;*/
}

.btn-top .btn_whatsapp{
    display: block;
}

.cell-child{
    display: flow-root;
}

.child_link{
    padding: 2px 8px;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    background: #F7F7F7;
    font-size: 12px;
    line-height: 20px;
    color: #000;
    border-radius: 2px;
}

.child_link:hover{
    background: #DBDBDB;
    color: #000;
}

/* 
.list-group .list-group-item{
    display: none;
}

#column-left .panel-group:nth-child(4){
    display: none;
} */

#menu .nav.navbar-nav {
    display: flex;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
}
.tab.product_tabs.tab_3{
    display: block;
    float: left;
    width: 100%;
}
.fixed #menu {
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0;
}

.menu-foot {margin-bottom: 30px;}
.menu-foot li {margin-bottom: 5px;}
.menu-foot .h3 {display:block;font-size: 16px;margin-bottom: 15px;}
.menu-foot-contacts li {position: relative;padding-left: 26px;}
.menu-foot-contacts .phone-foter a {font-size: 18px;font-weight: bold;}
.menu-foot-contacts li i {position: absolute;left: 0;top: 4px;font-size: 16px;width: 20px;text-align: center;}
.menu-foot-contacts li .fa-phone {font-size: 20px;}
.menu-foot-contacts li {margin-bottom: 20px;}
.menu-foot-contacts li.phone-foter:first-of-type {margin-bottom: 5px;}
.pay_system_icons {margin-top: 20px;display: block;}
.linker a {display: inline-block;margin: 0 5px;padding: 10px;text-decoration: underline;}
.linker a:hover {text-decoration: none;}
.linker ul {padding: 0;margin: 0;list-style-type: none;}
.linker ul li {display: inline;width: auto;}
.header-mob{display:none;}
@media (max-width: 767px) {
    .mob-hide{
        display:none;
    }
    header .blucolor {
        background: #06335a;
        color: #fff;
        padding: 10px 0;
    }
    .addres-mob {
        color: #fff;
        text-align: left;
        padding: 0;
        width: 50%;
        float: left;
        margin: 0;
    }
    .addres p, .addres a {
        color: #fff;
        line-height: 1;
        font-size: 12px;
    }
    .col-sm-3.logo-mob {
        padding: 0;
    }
    .phones-mob {
        width: 50%;
        float: left;
        color: #fff;
        text-align: right;
        font-size: 16px;
        font-weight: bold;
    }
    .col-sm-2.btn-top {
        display: none;
    }
    .col-sm-1.cart-mob {
        position: absolute;
        top: 0px;
        right: 10px;
    }
    .phones-mob a {
        color: #fff;
        margin-bottom: 5px;
        display: inline-block;
    }
    .mob-menu-toggle {
        width: auto;
        position: absolute;
        top: 10px;
        left: 10px;
    }
    .mob-menu-toggle .fa {
        font-size: 30px;
        padding: 5px 10px;
    }
    .phones-mob a .fa {
        margin-right: 10px;
        font-size: 21px;
    }
    .phones-mob a:last-child {
        margin-bottom: 0;
    }
    .header-mob {
        display: inline-block;
        width: 100%;
    }
    #menu {
        min-height: unset;
    }
    .navbar-header {
        display: none;
    }
}
.action_block {
    position: fixed;
    right: 0;
    top: 35%;
    /*background: #fbd239;*/
    background: #FFF200;
    border: 3px solid #000;
    color: #000;
    padding: 15px;
    max-width: 180px;
    text-align: center;
    z-index: 999;
}
.action_block_close {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 18px;
    padding: 5px 10px;
    cursor: pointer;
}
.action_block_title, .action_block_body * {
    font-size: 20px;
    text-transform: uppercase;
}
.action_block_title {
    font-weight: bold;
    margin-bottom: 20px;
}
@media (max-width: 1200px) {
    .action_block{
        max-width: 160px;
        padding: 10px;
    }
    .action_block_title, .action_block_body * {
        font-size: 18px;
    }
}
@media (max-width: 990px) {
    .action_block{
        max-width: 160px;
        padding: 10px;
    }
    .action_block_title, .action_block_body * {
        font-size: 18px;
    }
}
@media (max-width: 768px) {
    .action_block{
        max-width: unset;
        padding: 5px;
        width: 100%;
        top:0
    }
    .action_block_title, .action_block_body * {
        font-size: 16px;
        margin: 0;
    }
    .container-fluid.blucolor.uyy {
        margin-top: 64px;
        position: relative;
    }
    .slider__control[data-slide=prev] {
        left: 0 !important;
        z-index: 9;
    }
    .slider__control[data-slide=next] {
        right: 0 !important;
        z-index: 9;
    }
}
.btn_yellow {
    background: #EE5F3F !important;
    display: block;
    color: #06335a;
    border-radius: 2px;
    border: 2px solid #02203B;
    transition: all 0.2s;
    white-space: nowrap;
    font-size: 14px;
    cursor: pointer;
    width: 100%;
    position: relative;
    padding: 7px 12px;
}

.btn_yellow:hover {
    background: #ffaa99 !important;
    display: block;
    color: #0f0f0f;
    border-radius: 2px;
    border: 2px solid #02203B;
    transition: all 0.2s;
    white-space: nowrap;
    font-size: 14px;
    cursor: pointer;
    width: 100%;
    position: relative;
    padding: 7px 12px;
}

.btn_yellow i {
    margin-top: 2px;
    margin-right: 8px;
    float: right;
    font-size: 18px;
}

/* new map block */
.bg_map {
    background: none;
    opacity: 1;
}
.top2-map {
    top: 65%;
    left: -17%;
}
.top1-map {
    top: 25%;
    left: 8%;
}
@media(min-width: 1020px) and (max-width: 1080px){
    .top2-map {
        top: 65%;
        left: -28%;
        width: auto;
    }
}
@media(max-width: 990px){
    .all_map a.wrapp_block{
        padding: 30px;
    }
}
@media(max-width: 768px){
    .top1-map {
        top: 20%;
        left: 8%;
        width: 30%;
    }
    .top2-map {
        top: 20%;
        left: 8%;
        width: 30%;
    }
    .all_map a .icon{
        background-size: 300%;
        background-position-x: -47px;
        background-position-y: 4px;
        margin-right: 15px;
    }
    .all_map a.wrapp_block {
        padding: 15px 30px;
    }
}
@media(max-width: 690px){
    .all_map a .icon{
        display: none;
    }
}
@media(max-width: 580px){
    .top1-map, .top2-map{
        left: 0;
        width: 40%;
    }
    .modal-dialog {
        width: 90%;
    }
}
@media(max-width: 440px){
    .top1-map, .top2-map{
        display:none;
    }
}

#warnModal .modal-content {
    background: yellow;
    color: #000;
    font-weight: bold;
}



.fixed_buttons {
    display: flex;
    position: fixed;
    right: 50px;
    bottom: 100px;
    flex-wrap: wrap;
    flex-direction: column;
    z-index: 100;
}
.button_phone {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #f25a29;
    margin: 5px 0 21px 5px;
}
.fixed_buttons a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    position: relative;
}
.wa_phone svg {
    width: 100%;
    height: auto;
}
.wa_phone {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.pulse:hover::after,
.pulse:hover:before {
    content: '';
    position: absolute;
    border: 2px solid #f25a29;
    left: -20px;
    opacity: 0;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border-radius: 50%;
    animation: pulse 2.5s linear infinite;
}
.wa_phone.pulse:hover::after,
.wa_phone.pulse:hover::before{
    border: 2px solid #229ED9;
}
.pulse:hover::after {
    animation-delay: 1.25s;
}
@keyframes pulse {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 0;
    }
}
@media (max-width: 767px){
    .fixed_buttons {
        right: 20px;
    }
}
.footer_bottom {
    line-height: normal;
    padding: 40px 0 0 0;
    font-weight: normal;
    width: auto;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
.footer_bottom p {
    margin: 0;
    font-size: 11px;
}

#back-to-top{
    position:fixed;
    z-index: 999;
    display:none;
    bottom: 45px;
    right: 100px;
    cursor:pointer;
}
#back-to-top span{
    width: 50px;
    height: 50px;
    display:block;
    color: #fff;
    background: #f25a29;
    text-align:center;
    font-size:16px;
    line-height: 50px;
    border-radius: 5px;
    -webkit-transition:  .3s all;
    -moz-transition:  .3s all;
    -ms-transition:  .3s all;
    -o-transition:  .3s all;
    transition:  .3s all;
    transform: rotate(270deg);
}
#back-to-top span:hover{
    background:#333;
    color: #fff;
}
@media (max-width: 767px) {
    #back-to-top {
        bottom: 25px;
        right: 25px;
    }
}
#menu .nav > li > a.active {
    background: #dedee0;
    /* color: #fff; */
}
#menu .dropdown-inner a.active {
    background: #dedee0;
}

.hover_block .xarakteristika {
    max-height: 100px;
}


/* The Modal (background) */
.modal-wrapper {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 10% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 50%; /* Could be more or less, depending on screen size */
    max-width: 600px;
}
/* The Close Button */
.modal-wrapper .close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
.modal-wrapper .close:hover,
.modal-wrapper .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
.modal-wrapper .modal-header {
    padding: 15px;
}
@media (max-width: 767px) {
    #warnModal .modal-content {
        width: 90%;
    }

    #warnModal .modal-content p {
        margin: 0;
    }
    #common-home .swiper-slide img {
        max-height: 250px;
        width: auto !important;
        margin: 0 auto;
    }
}

table {
    width: 100%!important;
}

.header-soc-buttons {
    margin-top: -5px;
}
.header-soc-buttons a {
    padding: 3px 12px !important;
    display: flex !important;
    justify-content: space-between;
    height: auto;
    align-items: center;
}
.header-soc-buttons img {
    width: 20px;
    height: 20px;
}
.header-soc-buttons a i {
    margin-right: 2px;
}


.swiper-viewport-top .swiper-container {
    min-height: 200px;
    display: flex;
    align-items: center;
    background-color: #38383845;
}
.swiper-slide:after
{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: '';
    width: 100%;
    height: 100%;
    background-color: #38383845;
    z-index: 122;
}
.swiper-slide {
    color: #fff;
    padding: 0;
    width: 100%;
    height: auto;
}
.banner-content
{
    position: absolute;
    width: 100%;
    z-index: 123;
    top: 0;
    padding-top: 40px;
}
@media (min-width: 1000px) {
    .banner-content {
        padding-top: 100px;
    }
}
@media (max-width: 768px) {
    .banner-content {
        padding-top: 0;
    }
}

.banner-grid-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.banner-grid-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: flex-start;
}

.banner-grid-item {
    flex: 0 0 calc(25% - 20px); /* фиксированная ширина — не растягивается */
    box-sizing: border-box;
    position: relative;
}

.banner-grid-imgblock {
    position: relative;
    width: 100%;
}

.banner-grid-imgblock img {
    width: 100%;
    height: auto;
    display: block;
}

.banner-grid-text {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background: #f4511e; /* фирменный цвет как в оригинале */
    color: white;
    padding: 4px 8px;
    font-size: 12px;
}

/* Планшеты */
@media (max-width: 992px) {
    .banner-grid-item {
        flex: 0 0 calc(50% - 20px);
    }
}

/* Мобильные */
@media (max-width: 600px) {
    .banner-grid-item {
        flex: 0 0 100%;
    }
}
.fixed_buttons {
    position: fixed;
    right: 20px;
    bottom: 100px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 999;
}

.fixed-btn {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(0,0,0,.2);
}

/* Иконки FA */
.fixed-btn i {
    font-size: 22px;
    color: #fff;
}

/* Телефон */
.fixed-btn.phone {
    background: #ff9800;
}

/* Telegram — правильный синий */
.fixed-btn.telegram {
    background: #0088cc;
}

/* MAX */
.fixed-btn.max {
    background: #800080;
}

.fixed-btn.max img {
    width: 26px;
    height: 26px;
    display: block;
}

/* Пульсация (если нет — добавь) */
.pulse {
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0%   { box-shadow: 0 0 0 0 rgba(0,0,0,.4); }
    70%  { box-shadow: 0 0 0 15px rgba(0,0,0,0); }
    100% { box-shadow: 0 0 0 0 rgba(0,0,0,0); }
}
