* {
margin:0;
padding:0;
font-family: 'Roboto Condensed', sans-serif;
}

aside, footer, address, section {
display:block;
}

fieldset, a img, img a {
border:none;
text-decoration:none;
}

img, iframe, video, embed, pre, table {
max-width:100%!important;
}

input, textarea {
max-width:95%;
}


/*  Tipographika  */

h1 {
font-size: 2.3em;
font-weight:normal;
text-align: center;
color:#ff0000;
padding-bottom:0.5em;
}

h2 {
font-size: 1.875em;
font-weight:500;
text-align: center;
color:#444;
padding:0.3em 0 0.5em 0;
}

h3 {
font-size:1.875em;
font-weight:500;
padding:0.3em 0 0.5em 0;
color:#333;
}

.moduletable h3 { /* для заголовоков в блоке aftertext */
color:#1a1a1a;
font-size:1.875em;
font-weight: normal;
padding:0 0 0.5em 0;
}

h4 {
color:#222;
font-size:1.5em;
font-weight: normal;
padding:0 0 0.5em 0;
}

zag {
color:#222;
font-size:1.5em;
font-weight: normal;
padding:0 0 0.5em 0;
}

p {
padding:0 0 0.5em 0;
}

.text a {
color:#000000;
font-weight: 400;
text-decoration:underline;
}

.text a:hover {
color:#ff0000;
font-weight: normal;
text-decoration:none;
}

.moduletable a {
color:#364656;
text-decoration:none;
font-size:1.0em;
font-weight: normal;
transition:0.5s;
}

.moduletable a:hover, .moduletable li.current a {
color:#fd8005;
text-decoration:underline;
transition:0.3s;
}

.moduletable span.separator {
color:#364656;
text-decoration:none;
font-size:1.2em;
font-weight: bold;
}

.logo span {
font-size:1.1em; /*  ~24px  */
color:#2b2c2c;
}

#content p {
font-size:110%;
color:#333;
}

.text ul, .text ol {
padding:0.5em 20px;
font-size:110%;
}

.text ul li {
list-style: url('../images/or-tick.png');
padding:0 0 0.2em 0;
}

.text ol li {
padding:0 0 0.2em 0;
}

.moduletable ul, .moduletable ol, ul.menu {
padding:10px;
}

#CallMe .btn, .button {
    display:inline-block;
    text-align:center; 
    background: white!important; 
    border:3px solid #ff0000; 
    padding:10px 15px 10px 15px; 
    font-size:1.2em;
font-family:'Roboto Condensed', sans-serif; 
cursor:pointer;  
margin:0 10px 10px 0;  
outline: 0 !important; 
color:#ff0000!important;
font-weight:500;
}

#CallMe .btn:hover, .button:hover {
    background:#ff0000!important; 
    text-decoration:none!important; 
    color:white!important}

#CallMe1 .btn1, .button1 {
display:inline-block;
font-size:1.2em;
color:#fff!important;
text-decoration:none!important;
background:#ff0000;
background: linear-gradient(to top,  #ff0000,  #fd8b05);
box-shadow:2px 3px 6px #555;
padding:0.3em 20px;
cursor:pointer;
border:none;
}

#CallMe .btn1:hover, .button1:hover {
background: linear-gradient(to top,  #fd8b05, #ff0000);
}

.orange {
color:#ff0000;
font-weight: bold;
}

blockquote {
    padding: 1em 5%;
    background: rgba(255,255,255,0);
    color: #111;
    border-left: 10px solid #ff0000;
}

pre {
overflow:auto;
font-size:1em;
color:#555;
background:#eee;
padding:1em 2%;
border:1px solid #ddd;
border-radius:4px;
}

#phocaguestbook .tabbable ul li, #kunena .navbar ul li {
list-style:none;
}

/* Кнопка наверх   */

#toTop {
width:80px;
border:1px solid #ccc;
background:rgba(0,0,0,0.5);
text-align:center;
padding:.3em 10px;
position:fixed;
bottom:2.5em;
right:30px;
cursor:pointer;
display:none;
color:#fff;
font-size:1em;
}

#toTop:hover{
background:rgba(0,0,0,0.9);
}


/*  Для материалов  */

div.icons {
overflow:hidden;
padding:0.4em 0;
float:right;
}

div.icons ul {
padding:0;
}

div.icons li {
float:right;
list-style:none;
padding:0 5px 0 0;
}

.dropdown-toggle {
display:none;
}

.article-info {
font-size:100%;
color:#666;
padding:0.5em 0;
}

ul.tags {
padding:0.5em 0;
overflow:hidden;
}

ul.tags li {
list-style:none;
float:left;
margin:0 5px 0.4em 0;
}

ul.tags li a {
text-decoration: none;
    color: #99cd00;
    background: rgba(0,0,0,0);
    padding: .1em 10px .2em 10px;
    border: 1px solid #ff0000;
    border-radius: 2px;
    border-color: #ff0000;
    line-height: 100%;
    transition: 0.4s;
    font-size: 80%;
}

ul.tags li a:hover {
background: rgba(0,0,0,0);
transition: 0.4s;
}

.inline a {
display: inline-block;
}

ul.pagenav {
padding:1em 0;
overflow:hidden;
}

ul.pagenav li {
list-style:none;
}

ul.pagenav li.previous {
float:left;
}

ul.pagenav li.next {
float:right;
}

.pagination {
margin:1em 0;
overflow: hidden;
}

.pagination ul {
padding:0
}

.pagination ul li {
list-style: none;
float:left;
padding:0 7px 0 0;
}

.pagination ul li a {
background:#000000;
padding:0 7px;
color:#fff;
text-decoration:none;
transition: 0.4s;
}

.pagination ul li a:hover {
background:#444;
transition: 0.4s;
}

.readmore .btn, .userdata .btn, #jt_lidform  .btn {
display:inline-block;
font-size:110%;
color:#ff0000;
text-decoration:none;
padding:0.2em 20px;
cursor:pointer;
border:none;
margin:1em 0;
font-weight:bold; 
        border:2px solid #ff0000; 
        border-radius:3px; 
        padding: 2px 10px; 
        text-decoration:none
}

.readmore .btn:hover, .userdata .btn:hover, #lidform .btn:hover {
    color:#ffffff;
background: #ff0000;
}


/*  Колонки для блога  */

.cols-1 {
width:100%;
}

.cols-2 {
width:48%;
margin:0 2% 0 0;
float:left;
}

.cols-2 .span6 {
width:100%;
}

.cols-3 .span4 {
width:31%;
margin:0 2% 0 0;
float:left;
padding: 0;
}

span.row-separator {
    clear: both;
    display: block;
}

.items-more {
clear:both;
}

.items-more ol {
}


/*  -------- Layout ---------  */

#page {
width:100%;
background-image: url(/images/bg20.jpg);
background-repeat: repeat;
font:100% 'Roboto Condensed', sans-serif; 
}

.topline {
  background-image: url(/images/header_bg.png);
  text-align: center;
  font-weight: 400;
  padding: 1.3em 0;
  color: #ffffff;
}

.topline ul {
float:left;
display:block;
}

.topline li {
float:left;
padding:0 30px 0 0;
list-style:none;
}

.topline a {
color:#ffffff;
text-decoration:none;
font-size:1.0em;
}

.topline a:hover {
    color:#ffffff;
text-decoration:underline;
}

.layout {
width:1170px;
margin:0 auto;
overflow:hidden;

}

.layout1 {
width:1170px;
margin:0 auto;

}


#header {
display:block;
width:100%;
padding:0.5em 0

}



.logo {
width:30%;
overflow:hidden;
float:left;
margin:4% 1% 0 0;
padding: 0.5em 0;
}

.logo img {
display:block;
}

.topbox {
width:25%;
overflow:hidden;
float:left;
padding:0;
margin:0;
height:auto;
}

.geo {
width:40%;
overflow:hidden;
float:left;
padding:6% 0 0 0;
margin:0 0 0 0;
font-size: 1.2em; /* ~22px   */
text-align:center;
height:8em;
}

.geo span {
font-size: 1.2em; /* ~22px   */
font-weight: 400;
color:#ff0000;
}

.geo span.city {
display: block;
}

.phone {
width:25%;
overflow:hidden;
float:right;

text-align: right;
padding:5% 0 0 4%;
height:13em;
}

.phone a {
text-decoration:none;
display: block;
margin-bottom: 0.5em;
}

.phone a .tel {
font-size:1.5em; /*  ~27px */
color:#444b51;
border-bottom: 1px dashed #444b51;
}

.phone .time {
font-size:100%;
color:#555;
}

.phone a.callme {
     max-width: 350px;
    margin-top: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 45px;
    padding-top: 2px;
    border: none;
    border-bottom: 2px solid #beb038;
    position: relative;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    overflow: hidden;
    background: #f3d429;
    -webkit-transition: ease 0.3s;
    transition: ease 0.3s;
}
.phone a.callme:after {
    content: "";
    display: block;
    width: 30px;
    height: 300px;
    margin-left: 60px;
    background: #fff;
    background: -moz-linear-gradient(top, rgba(255,255,255,0.7) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0.7) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0.7) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0.7) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0.7) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3ffffff', endColorstr='#b3ffffff',GradientType=0 );
    position: absolute;
    left: -40px;
    top: -150px;
    z-index: 1;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    -webkit-animation-name: slideme;
    animation-name: slideme;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-delay: 0.05s;
    animation-delay: 0.05s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
 
@-webkit-keyframes slideme {
    0% { left: -30px; margin-left: 0px; }
    30% { left: 110%; margin-left: 80px; }
    100% { left: 110%; margin-left: 80px; } 
}



#menu {
width:100%;
background:#000000;
font-size: 15px;
font-weight: 400;
margin:0 0 1em 0;
}



#menu li a, #menu li span {
font-size: 1.0em; /* ~22px   */

}

#menu li a:hover, #menu li.current a {
background:#ff0000;
color:#ffffff;
transition:0.3s;
}

#menu li.parent>a::after {
font-size:80%;
}

#menu li.parent > ul {
display:none;
}

#menu li.parent>ul li {
float:none;
}

#menu li.parent:hover > ul {
display:block;
position:absolute;
z-index:9999;
background:#27333f;
padding:0;
font-size:90%;
}



#content {
width:100%;
overflow:hidden;
}

/*  Стили для вывода макетов   */

.component { /*  3-х колоночный макет  */
width:50%;
float:left;
}

.component-full { /*  макет без колонок - лендинг  */
width:98%;
float:none;
}

.component-mr {  /*  макет Главная + правая  Main + Right */
width:75%;
float:left;
}

.component-lm {  /*  макет Левая + Главная  Left + Main */
width:70%;
float:right;
}

.component-mlr {  /*  макет Главная + Левая + Правая Main + Left + Right */
width:50%;
float:left;
margin:0 2% 0 0;
}

.sidebar-right.nospace {
padding:0;
}

.component-lrm {  /*  макет Левая + Правая + Главная  Left + Right + Main */
width:50%;
float:right;
}

.sidebar-left {
width:25%;
padding:0 3% 0 0;
float:left;
}

.sidebar-right {
width:22%;
padding:0 0 0 3%;
float:left;
}

#slide {
width:100%;
overflow:hidden;
margin:0 0 1em 0;
}

#aftertext1 {
width:100%;
margin:1em 0 0 0;
}

#footer {
width:100%;
background:#000;
padding:1em 0;
border-top:1px solid #ff0000;
}

#debug {
width:100%;
background:#222;
padding:0.5em 0;
text-align:center;
}

#debug p {
font-size:110%;
color:#ccc;
}

#debug a {
color:#eee;
text-decoration:none;
}

/*  Ширина модулей (размер bootstrap)   */

.span1 {
width:7.33%;
float:left;
padding:1em 0.5%;
}

.span2 {
width:15.66%;
float:left;
padding:1em 0.5%;
}

.span3 {
width:22.9%;
float:left;
padding:1em 1%;
}

.span4 {
width:31.3%;
float:left;
padding:1em 1%;
}

.span5 {
width:39.6%;
float:left;
padding:1em 1%;
}

.span6 {
width:47.9%;
float:left;
padding:1em 1%;
}

.span7 {
width:56.3%;
float:left;
padding:1em 1%;
}

.span8 {
width:64.6%;
float:left;
padding:1em 1%;
}

.span9 {
width:72.9%;
float:left;
padding:1em 1%;
}

.span10 {
width:81.3%;
float:left;
padding:1em 1%;
}

.span11 {
width:89.6%;
float:left;
padding:1em 1%;
}

.span12 {
width:100%;
padding:1em;
}

/*  Стили для модулей  */

.sidebar-right .moduletable, .sidebar-left .moduletable, .moduletable_contact {
margin-bottom:2em;
}

.moduletable .nav.menu li, ul.latestnews li, .moduletable_orange li {
padding:0 0 0.3em 0;
list-style:none;
}

.moduletable .nav.menu li.current a {
font-weight:bold;
}


/*  Модуль контакты  */

.moduletable_contact {
background:#000;
padding:0.5em 5% 1em 5%;
}

.moduletable_contact h3 {
font-size:1.875em;
font-weight: normal;
padding:0 0 0.5em 0;
color:#fff;
}

.moduletable_contact #jt_mod_contact p {
color:#fff;
font-size:110%;
}

.moduletable_contact #jt_mod_contact a {
color:#fff;
font-size:115%;
text-decoration:none;
}

.moduletable_contact #jt_mod_contact a:hover {
text-decoration:none;
}

.moduletable_contact a {
color:#fff;
font-size:115%;
text-decoration:none;
}

/*  Breadcrumbs */

.breadcrumb {
padding:1em 2%;
display:block;
margin:0 0 1em 0;
overflow:hidden;
background:#eee;
}

ul.breadcrumb li {
list-style: none;
float:left;
font-size:110%;
}

ul.breadcrumb li a {
color:#000000;
text-decoration:underline;
}

ul.breadcrumb li a:hover {
text-decoration:none;
}

.divider {
padding:0 3px;
}

/*  Модуль Входа Joomla  */

ul.unstyled {
padding:0;
}

ul.unstyled li {
list-style:none;
float:none;
}

.element-invisible {
display:none
}

.userdata {
}

#modlgn-username, #modlgn-passwd {
padding: 3px;
margin-bottom: 0.5em;
font: 1em Arial;
border: 2px solid #777;
}


/*  Модуль метки  */

.tagspopular {
}

#aftertext1 .tagspopular ul li, .tagspopular ul li {
float:left;
padding:0 10px 0 0;
}

/*  Модуль Меню   */

ul.menu li {
list-style: none;
}

/*   Блок aftertext и стили   */

#aftertext h3 { /* для заголовоков в блоке aftertext */
color:#222;
font-size:1.875em;
font-weight: 500;
padding:0 0 0.5em 0;
}

#aftertext .h3-orange, #page .h3-orange { /* для оранжевых заголовков   */
color:#222;
}

#aftertext li {
list-style:none;
padding:0 0 0.5em 0;
}



/*  Модуль Callme - обратный звонок  */ 

#jt_callme_form {
text-align: center;
font-size:110%;
}

/*  Модули в футере  */

#footer .moduletable {

}

#footer .moduletable h3 {
color:#eee;
}

#footer .moduletable a {
color:#85c8fc;
text-decoration:underline;
font-size:110%;
}

#footer .moduletable a:hover {
text-decoration:none;
}

/* Соц кнопки  */

.social-box {
width:23.9%;
float:right;
padding:1em 0 0 1%;
text-align:right;
overflow:hidden;
}

.social-box a {
display:inline-block;
margin:0 0 0.4em 3%;
float:right;
}

.social-box a.smallsize {
width:11%;
margin:0 0 0.3em 3%;
}

.social-box a img {
opacity:0.8;
}

.social-box a img:hover {
opacity:1.0;
}

/*  Стиль для модуля объявлений _ads меню */
.nav-header{
font-size: 20px;
font-weight: normal;
background-color: #f0f0f0; /* Серый цвет фона */
color: #000000; /* Черный цвет текста */
display: block; /* Сделайте так, чтобы ссылки располагались друг под другом */
padding: 12px; /* Добавить немного отступа */
text-decoration: none; /* Удалить подчеркивание из ссылок */
}

.moduletable_ads {
background: url(../images/ads-bg.jpg);
padding:0.5em 3% 1em 3%;
border-top:5px solid #ff0000;
box-shadow: -3px 4px 10px #ccc;
margin-bottom:2em;
overflow:hidden;
font-size:18px;

font-weight: normal;
}

.moduletable_ads h3 {
font-size:1.875em;
font-weight: normal;
padding:0 0 0.5em 0;
color:#222;
}

.moduletable_ads h3:first-letter {
color:#ff0000
}

.moduletable_ads a {
background-color: #f8f8f8;
  color: black;
  display: block;
  padding: 5px;
  text-decoration: none;
}

.moduletable_ads a:hover {
text-decoration: none;
background-color: #d0d0d0;
}

/*  Стиль для модуля объявлений _ads2 меню */
.nav-header{
font-size: 20px;
font-weight: normal;
background-color: #f0f0f0; /* Серый цвет фона */
color: #ffffff; /* Черный цвет текста */
display: block; /* Сделайте так, чтобы ссылки располагались друг под другом */
padding: 12px; /* Добавить немного отступа */
text-decoration: none; /* Удалить подчеркивание из ссылок */
}

.moduletable_ads2 {
background: url(../images/ads-bg.jpg);
padding:0.5em 3% 1em 3%;
border-top:5px solid #ff0000;
box-shadow: -3px 4px 10px #ccc;
margin-bottom:2em;
overflow:hidden;
font-size:18px;
font-weight: normal;
}

.moduletable_ads2 h3 {
font-size:1.875em;
font-weight: normal;
padding:0 0 0.5em 0;
color:#222;
}

.moduletable_ads2 h3:first-letter {
color:#ff0000
}

.moduletable_ads2 a {
background-color: #eee;
  color: black;
  display: block;
  padding: 8px;
  text-decoration: none;
}

.moduletable_ads2 a:hover {
text-decoration: none;
background-color: #ccc;
}


/*   Стили для модуля с суффиксом _lightblue  */

.moduletable_lightblue {
padding:0.5em 5% 1em 5%;
margin-bottom:2em;
}

.moduletable_lightblue h3 {
font-size:1.875em;
font-weight: normal;
padding:0 0 0.5em 0;
color:#222;
}

.moduletable_lightblue ul li {
padding:0 0 0.3em 0;
list-style:none;
}

.moduletable_lightblue a {
    background: white!important;
    border: 1px solid #ff0000;
    padding: 5px 5px 5px 5px;
    font-size: 16px;
    font-family: 'Roboto Condensed', sans-serif;
    font-al
    cursor: pointer;
    margin: 0 10px 10px 0;
    outline: 0 !important;
    color: #ff0000!important;
    font-weight: 200;
}

.moduletable_lightblue a:hover {
text-decoration:underline;
}

/*  Сиили для .moduletable_orange  */

.moduletable_orange {
background: url(../images/ads-bg.jpg);
padding:0.5em 3% 1em 3%;
border-top:5px solid #ff0000;
box-shadow: -3px 4px 10px #ccc;
margin-bottom:2em;
overflow:hidden;
font-size:16px;
font-weight: normal;
}

.moduletable_orange h2 {
font-size:1.875em;
font-weight: normal;
padding:0 0 0.5em 0;
color:#222;
}

.moduletable_orange h3:first-letter {
color:#ff0000
}
.moduletable_ads h3:first-letter {
color:#ff0000
}

.moduletable_orange a {
font-size:1.0em;
color:#ff0000;
text-decoration:none;
}

.moduletable_orange a:hover {
text-decoration:underline;
}


/*  Стили для бумажного модуля  _paper */

.moduletable_paper {
background: url(../images/paper-bg.jpg);
padding:0.5em 5% 1em 5%;
margin-bottom:2em;
box-shadow: 3px 4px 10px #ccc;
}

.moduletable_paper h3 {
font-size:1.875em;
font-weight: normal;
padding:0 0 0.5em 0;
color:#222;
}


/*  Стили для модуля _dark   */

.moduletable_dark {
background:#403c39;
padding:0.5em 5% 2em 5%;
margin-bottom:2em;
color:#ccc;
}

.moduletable_dark h3 {
font-size:1.875em;
font-weight: normal;
padding:0 0 0.5em 0;
color:#eee;
}

.moduletable_dark a {
color:#eceef0;
font-size:1.19em;
text-decoration:underline;
}

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

.moduletable_dark li {
padding:0 0 0.3em 0;
}

/*        Стили для модальных окон          */

.Window {
 position: fixed;
 top: 0;
 right: 0;
 bottom: 0;
 left: 0;
 background: rgba(0,0,0,0.7);
 z-index: 99999;
 -webkit-transition: opacity 400ms ease-in;
 -moz-transition: opacity 400ms ease-in;
 transition: opacity 400ms ease-in;
 display: none;
 pointer-events: none;
}

.Window:target {
 display: block;
 pointer-events: auto;
}

.Window > div {
 width: 460px;
 position: relative;
 margin: 10% auto;
 padding: 30px 10px 10px;
 border-radius: 10px;
 background: #fff;
 box-shadow: 0px 0px 20px 2px;
}

.close {
 background: #cc3300;
 color: #FFFFFF;
 line-height: 25px;
 position: absolute;
 right: -12px;
 text-align: center;
 top: -10px;
 width: 24px;
 text-decoration: none;
 font-weight: bold;
 -webkit-border-radius: 12px;
 -moz-border-radius: 12px;
 border-radius: 12px;
 -moz-box-shadow: 1px 1px 3px #000;
 -webkit-box-shadow: 1px 1px 3px #000;
 box-shadow: 1px 1px 3px #000;
}
.close:hover { background: #990000; }
table {
  font-family: 'Roboto Condensed', sans-serif; 
  font-size: 16px;
  border: 1px solid grey;
  max-width: 95%;
  width: 95%;
  background: #fff0;
  border-collapse: collapse;
  text-align: center;
}
th {
  font-weight: bold;
   font-size: 1.2em;
  color: #ff0000;
  border-bottom: 4px solid #ff0000;
  padding: 10px 8px;
}
td {
  border-bottom: 2px solid #8080805e;
  color: #000;
  padding: 5px 20px;
  transition: .3s linear;
tr:hover td {color: #ffffff;}
}
  .flat {
  font-family: 'Roboto Condensed', sans-serif';
  text-transform: uppercase;
  border: none;
  text-align: center;
  outline: none;
  cursor: pointer;
  color: #fafafa;
}
.flat.xs {
  padding: 3px 9px;
  font-size: 13px;
}
.flat.sm {
  padding: 9px 12px;
  font-size: 13px;
}
.flat.md {
  padding: 12px 15px;
  font-size: 13px;
}
.flat.lg {
  padding: 15px 24px;
  font-size: 15px;
}
.flat:active {
  position: relative;
  top: 2px;
}
.flat.grey {
  background-color: #5a5a5a;
  -webkit-box-shadow: 0px 3px 0px #484848;
  -moz-box-shadow: 0px 3px 0px #484848;
  box-shadow: 0px 3px 0px #484848;
}
.flat.grey:active {
  -webkit-box-shadow: 0px 1px 0px #5a5a5a;
  -moz-box-shadow: 0px 1px 0px #5a5a5a;
  box-shadow: 0px 1px 0px #5a5a5a;
}
.flat.grey:hover {
  background-color: #555555;
}
.flat.green {
  background-color: #0aa699;
  -webkit-box-shadow: 0px 3px 0px #08847a;
  -moz-box-shadow: 0px 3px 0px #08847a;
  box-shadow: 0px 3px 0px #08847a;
}
.flat.green:active {
  -webkit-box-shadow: 0px 1px 0px #0aa699;
  -moz-box-shadow: 0px 1px 0px #0aa699;
  box-shadow: 0px 1px 0px #0aa699;
}
.flat.green:hover {
  background-color: #099d91;
}
.flat.purple {
  background-color: #6a598d;
  -webkit-box-shadow: 0px 3px 0px #544770;
  -moz-box-shadow: 0px 3px 0px #544770;
  box-shadow: 0px 3px 0px #544770;
}
.flat.purple:active {
  -webkit-box-shadow: 0px 1px 0px #6a598d;
  -moz-box-shadow: 0px 1px 0px #6a598d;
  box-shadow: 0px 1px 0px #6a598d;
}
.flat.purple:hover {
  background-color: #645485;
}
.flat.navy-blue {
  background-color: #22262e;
  -webkit-box-shadow: 0px 3px 0px #1b1e24;
  -moz-box-shadow: 0px 3px 0px #1b1e24;
  box-shadow: 0px 3px 0px #1b1e24;
}
.flat.navy-blue:active {
  -webkit-box-shadow: 0px 1px 0px #22262e;
  -moz-box-shadow: 0px 1px 0px #22262e;
  box-shadow: 0px 1px 0px #22262e;
}
.flat.navy-blue:hover {
  background-color: #20242b;
}
.flat.pink {
  background-color: ##ec641b;
  -webkit-box-shadow: 0px 3px 0px #c24746;
  -moz-box-shadow: 0px 3px 0px #c24746;
  box-shadow: 0px 3px 0px #c24746;
}
.flat.pink:active {
  -webkit-box-shadow: 0px 1px 0px #f35958;
  -moz-box-shadow: 0px 1px 0px #f35958;
  box-shadow: 0px 1px 0px #f35958;
}
.flat.pink:hover {
  background-color: #e65453;
}
.flat.blue {
  background-color: #0090d9;
  -webkit-box-shadow: 0px 3px 0px #0073ad;
  -moz-box-shadow: 0px 3px 0px #0073ad;
  box-shadow: 0px 3px 0px #0073ad;
}
.flat.blue:active {
  -webkit-box-shadow: 0px 1px 0px #0090d9;
  -moz-box-shadow: 0px 1px 0px #0090d9;
  box-shadow: 0px 1px 0px #0090d9;
}
.flat.blue:hover {
  background-color: #0088ce;
}
.flat.yellow {
  background-color: #ff0000;
  -webkit-box-shadow: 0px 3px 0px #ff0000;
  -moz-box-shadow: 0px 3px 0px #ff0000;
  box-shadow: 0px 3px 0px #ff0000;
}
.flat.yellow:active {
  -webkit-box-shadow: 0px 1px 0px #67380b;
  -moz-box-shadow: 0px 1px 0px #67380b;
  box-shadow: 0px 1px 0px #67380b;
}
.flat.yellow:hover {
  background-color: #ff6900;
}
.tag {
    text-align: center;
    background: white!important;
    border: 1px solid #99cd00;
    padding: 5px 5px 5px 5px;
    font-size: 16px;
    font-family: 'Roboto Condensed', sans-serif;
    cursor: pointer;
    margin: 0 10px 10px 0;
    outline: 0 !important;
    color: #ff0000!important;
    font-weight: 200;
}

.tag:hover{ 
background:#ff0000!important; 
text-decoration:none!important; 
color:white!important
}
.row-btn {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.price_box a {
        font-weight:bold; 
        border:2px solid #ff0000; 
        border-radius:3px; 
        padding: 2px 10px; 
        text-decoration:none
}
.price_box a:hover {
    color:#111111; 
    background:#ff0000
    }
.price-text {
    color: #ff0000;
    text-align: center;
}
.price-block {
    background: #fff;
    padding: 2rem;
    margin-bottom: 2rem;
    box-shadow: 0 8px 14px 0 #ddd;
}

.table-price {
    width: 100%;
    font-size: 1rem;
    height: 460px;
    margin-bottom: 2rem;
}

.price__content-head {
    background: #ffffff;
    font-size: 1.1rem;
    text-align: center;
    width: 100%;
}

tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}

tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}

.content-body__name {
    width: 60%;
    position: relative;
}
.content-body__img {
    width: 20%;
    position: relative;
}
.content-body__price-text {
    width: 20%;
    color: #e74424;
    text-align: right;
}
.price-head_title {
	display: inline-block;
    font-size: 1,5em;
    color: #fff;
    text-align: center;
    margin: 0;
}
.a-absolute {
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.product-item-detail-colors{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  padding: 10px 0;
}
.product-item-detail-colors__item{
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin: 0 2px;
  
}
.color--gray{
  background-color: #85868a;
}
.color--red{
  background-color: #fc303f;
}
.color--orange{
  background-color: #ff0000;
}
.color--green{
  background-color: #009c57;
}
.color--dark{
  background-color: #373142;
}
.color--yellow{
  background-color: #fcbf42;
}
.color--brown{
  background-color: #732727;
}


:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
}

.city ul {
    width: calc(80% - 20px);
    margin: 50px 0;
    float: right;
}
.city ul li {
    display: inline-block;
    width: 20%;
    margin-right: 2%;
}
.city ul li a {
    color: #408ec6;
    text-decoration: none;
}
.city ul li a:hover {
    text-decoration: underline;
}

/* товары*/
.section-blocks {
    letter-spacing: -.3em;
}
.catalog-edit.col4 .section-block {
    height: 485px;
}
.col4 .section-block {
    width: 234px;
    height: 460px;
    margin-right: 20px;
    margin-bottom: 20px;
    }
    .section-block {
    display: inline-block;
    border: 1px solid #bebebe;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    letter-spacing: normal;
    position: relative;
    vertical-align: top;
}
.col4 .section-block .sb-head {
    font-size: 1.28571em;
    line-height: 1.26em;
}
.sb-head {
    display: block;
    padding: 10px 20px 0;
    height: 45px;
    font-size: 1.42857em;
    line-height: 1.134em;
}
a {
    color: #0081bd;
    text-decoration: none;
}
.col4 .section-block img {
    max-width: 100%;
    max-height: 163px;
    display: block;
    margin: 0 auto;
}
.sb-info {
    font-size: .92857em;
    line-height: .95954em;
    color: #636363;
    padding: 8px 20px 0;
}
.col4 .section-block .sb-text {
    height: 80px;
    margin-top: 10px;
}
.sb-text {
    font-size: 1em;
    line-height: 1.296em;
    color: #636363;
    height: 80px;
    padding: 0 20px;
    margin-top: 16px;
}
.col4 .section-block .sb-advant {
    margin-bottom: 10px;
}
.sb-advant {
    margin: 8px 20px 0;
    color: #3dae00;
}
.catalog-edit .sb-more {
    position: absolute;
    bottom: 10px;
    right: 5px;
}
.sb-more {
    float: right;
    font-style: italic;
    margin-right: 20px;
    text-decoration: underline;
}
.catalog-edit .ce-block .sb-label {
    color: #fff;
    background: url(/assets/images/icons/info/label.png) 0 0 no-repeat;
    display: block;
    float: left;
    width: 131px;
    height: 28px;
    line-height: 28px;
    margin-top: 10px;
    padding-left: 10px;

/*       меню          */


/*       горизонтальная линия          */
hr {
    height: 20px;
    margin: 30px auto;
    width: 70%;
    background-image: radial-gradient(farthest-side at 50% -50%, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    position: relative;
    border: none;
}
hr:before {
    height: 1px;
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75) 50%, rgba(0, 0, 0, 0));
}
  /* Кнопка подробнее */
.atuin-btn {
    display: inline-flex;
    text-decoration: none;
    position: relative;
    font-size: 20px;
    line-height: 20px;
    padding: 12px 30px;
    color: #FFF;
    font-weight: bold;
    text-transform: uppercase; 
    font-family: 'Roboto Condensed', Тahoma, sans-serif;
    background: #337AB7;
    cursor: pointer; 
    border: 2px solid #BFE2FF;
}
.atuin-btn:hover,
.atuin-btn:active,
.atuin-btn:focus {
    color: #FFF;
}
.atuin-btn:after,
.atuin-btn:before {
    position: absolute;
    height: 4px;
    left: 50%;
    background: #337AB7;
    bottom: -6px;
    content: "";
    transition: all 280ms ease-in-out;
    width: 0;
}
.atuin-btn:before {
    top: -6px;
}
.atuin-btn:hover:after,
.atuin-btn:hover:before,
.atuin-btn:active:after,
.atuin-btn:active:before,
.atuin-btn:focus:after,
.atuin-btn:focus:before {
    width: 100%;
    left: 0;
}



  -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0;
    padding: 0;
}
.product-card {
    width: 100%;
    position: relative;
    box-shadow: 0 2px 7px #dfdfdf;
    margin: 0px auto;
    background: #fafafa;
}

.badge {
    position: absolute;
    left: 0;
    top: 1px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    background: red;
    color: #fff;
    padding: 5px 10px;
}

.product-tumb {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 150px;
    padding: 0px;
    background: #f0f0f0;
}

.product-tumb img {
    max-width: 100%;
    max-height: 100%;
}

.product-details {
    padding: 10px;
}

.product-catagory {
    display: block;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    text-transform: inherit;
    color: #6c757d;
    margin-bottom: 2px;
}

.product-details h4 a {
    font-weight: 700;
    text-align: center;
    display: block;
    margin-bottom: 3px;
    text-transform: uppercase;
    color: #ff0000;
    text-decoration: none;
    transition: 0.3s;
}

.product-details h4 a:hover {
    color: #aa0000;
}


.product-details zag a {
    font-weight: 600;
    font-size:20px;
    text-align: center;
    display: block;
    margin-bottom: 3px;
    text-transform: uppercase;
    color: #ff0000;
    text-decoration: none;
    transition: 0.3s;
}

.product-details zag a:hover {
    color: #aa0000;
}

.product-details p {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 1px;
    color: #999;
}

.product-bottom-details {
    overflow: hidden;
    border-top: 1px solid #eee;
    margin-top: 1px;
    padding-top: 2px;
}

.product-bottom-details div {
    float: left;
    width: 100%;
}

.product-price {
    font-size: 20px;
    margin-top: 5px;
     padding-top: 2px;
    color: #ff0000;
    font-weight: 600;
}

.product-price small {
    font-size: 80%;
    color: black;
    font-weight: 400;
    text-decoration: none;
    display: inline-block;
    margin-right: 5px;
}

.product-links {
    text-align: right;
}

.product-links a {
    display: inline-block;
    margin-left: 5px;
    color: #e1e1e1;
    transition: 0.3s;
    font-size: 17px;
}

.product-links a:hover {
    color: #aa0000;
}



a.glo{
 font-size: 17px;
 color:#ff0000;
 padding: 10px 20px;
 width:130px;
 text-decoration:none;
 text-align:center;
 margin:20px auto;
 display: block;
 background-image: linear-gradient(to left,transparent,transparent 50%,#ff0000 50%,#ff0000);
 background-position: 100% 0;
 background-size: 200% 100%;
 transition: all .25s ease-in;
 border: 2px solid #ff0000;
}
a.glo:hover {
background-position: 0 0;
color:#fff;
}
select{
    display: inline-block;
    width: 100%;
    min-width: 100px;
    height: 50px;
    padding: 6px 12px;
    font-size: 100%;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ddd;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.fas {
  color : #ff0000;
}

.zoom:hover { zoom: 3; }

.delivery {width: 100%; border: 0px; border-collapse: collapse;}
.delivery thead {font-weight: bold;}
.delivery td {padding: 0.6rem 1rem; border-bottom: 1px solid #e8e9eb;}


.bab input, .bab-content { display: none; }
   .bab {
    font: 0.9rem/1.4 Roboto; /* Параметры шрифта */
    border: 1px solid #e9eaec; /* Параметры рамки */
    border-radius: 3px; /* Скругляем уголки */
    color: #848994; /* Цвет текста */
    margin-bottom: 10px; /* Расстояние между пунктами */
   }
   .bab-title {
    padding: 10px; /* Поля вокруг текста */
    display: block; /* Блочный элемент */
    text-transform: uppercase; /* Все буквы заглавные */
    font-weight: bold; /* Жирное начертание */
    cursor: pointer; /* Вид курсора */
    text-align:center;
   }
   .bab-title::after {
    content: '+'; /* Выводим плюс */
    float: right; /* Размещаем по правому краю */
   }
   .bab-content {
    padding: 10px 20px; /* Поля вокруг текста */
   }
   .bab :checked + .bab-title {
    background-color: #ff0000; /* Цвет фона */
    border-radius: 3px 3px 0 0; /* Скругляем уголки */
    color: #fff; /* Цвет текста */
   }
   .bab :checked + .bab-title::after {
    content: '−'; /* Выводим минус */
   }
   .bab :checked ~ .bab-content {
    display: block; /* Показываем содержимое */
   }
   
   /*Стиль списка*/
   
.list {
    padding:0;
    list-style: none;
}
.list li{
    padding:6px;
}
.list li:before {
    padding-right:10px;
    font-weight: bold;
    color: #aa0000;
    content: "\2714";
    transition-duration: 0.5s;
}
.list li:hover:before {
    color: #ec641b;
    content: "\2714";
} 
* {
  box-sizing: border-box;
}


