/*Услуги на главной*/
.tusk-usl {
    text-align: center;
    vertical-align: top;
}
.tusk-usl li {
    display: inline-block;
    width: 200px;
    vertical-align: top;
    margin: 0 10px 15px 5px;
    color: #2a2b2c;
}
.tusk-usl a {
    color: #2a2b2c !important;
    text-decoration: none;
}
.tusk-usl a:hover {
    color: #EEC43D !important;
}
.tusk-usl h4 {
    background: #EEC43D;
    padding: 2px;
    margin: 0;
}
.tusk-usl li img {
    border: solid 3px #EEC43D;
    border-radius: 50px;
    width: 85px;
    height: 85px;
    margin: 0 0 5px 0;
}
.tusk-usl li p {
    margin: 0;
    padding: 5px 0;
    background: #fff;
    border: 1px solid #f3f3f3;
    border-bottom: 1px solid #ddd;
    text-align: center;
}
/*Текст на видео*/
.facetxt {
    max-width: 960px;
    padding: 20px 0 0 0;
    margin: auto;
}
.facetxt .title {
    display: inline-block;
    padding: 0 5px;
    background: rgba(42, 43, 44, 0.91);
    color: #fff;
}
.facetxt p {
    display: inline-block;
    font-size: 24px;
    text-transform: uppercase;
    line-height: normal;
    margin: 0 0 10px 0;
    padding: 0 5px;
    background: rgba(238, 196, 61, 0.83);
}
/*Прикрепленные файлы*/
.mywidg img {
    padding: 0 !important;
}
/*Лого*/
#logo a {
    line-height: normal;
    color: #EEC43D;
    font-size: 38px;
}
#logo a img {
    float: left;
    margin: 0 10px 0 0;
}
#logo a span {
    font-size: 12px;
    color: #fff;
    display: block;
}
/*Текст на главной*/
#homeRecent p {
    margin: 0 0 10px 0;
}
/*Полоска с ценой*/
.pricebar {
    background: #EEC43D;
    color: #1e1e20;
    margin: 10px 0 0 0;
    padding: 0 0 0 3px;
    font-weight: bold;
}
/*Новости на главной*/
.image {
    height: 150px;
    overflow: hidden;
}
.image img {
    width: 100%;
}
/*Хлебные крошки*/
.B_crumbBox {
    margin: 0 0 10px 0;
    padding: 0;
}
.B_crumbBox li {
    display: inline;
}
/*Фото на странице*/
.picta {
    display: inline-block;
    border: solid 3px #adadad;
    margin: 0 2px 0 0;
    overflow: hidden
}
.picta + p {
    margin: 0;
}
.picta + p + p {
    font-style: italic;
    margin: 0 0 20px 0;
    text-indent: 0 !important;
    color: #999;
}
.picta a {
    display: -ms-flexbox;	display: -webkit-flex;	display: -webkit-box;	display: flex;
    -ms-flex-pack: center;	-webkit-justify-content: center;	-webkit-box-pack: center;	justify-content: center;
    -ms-flex-align: center;	-webkit-align-items: center;	-webkit-box-align: center;	align-items: center;
    width: 150px;
    height: 120px;
    overflow: hidden;
    background: #888;
}
.picta img {   
    width: 180% !important;
    max-width: 180% !important;
}
/*CallHunt 2.0*/
/*Трубка*/
@-webkit-keyframes anim {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

@-webkit-keyframes ring {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes anim {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes ring {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}
/*Анимация движения*/
@-webkit-keyframes swing
{
    15%
    {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }
    30%
    {
        -webkit-transform: translateX(-3px);
       transform: translateX(-3px);
    }
    50%
    {
        -webkit-transform: translateX(2px);
        transform: translateX(2px);
    }
    65%
    {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px);
    }
    80%
    {
        -webkit-transform: translateX(1px);
        transform: translateX(1px);
    }
    100%
    {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes swing
{
    15%
    {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }
    30%
    {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px);
    }
    50%
    {
        -webkit-transform: translateX(2px);
        transform: translateX(2px);
    }
    65%
    {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px);
    }
    80%
    {
        -webkit-transform: translateX(1px);
        transform: translateX(1px);
    }
    100%
    {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
.call {
  position: fixed;
  bottom: 50px;
  right: 100px;
  z-index: 99999;
  width: 96px;
  height: 96px;
  background: url("../img/call.png") no-repeat center #0282b5;
  cursor: pointer;
  border-radius: 150px;
  opacity: 0.5;
  transition: 0.2s;
}
.call:hover {
  background: url("../img/call.png") no-repeat center #56ae3e;
  opacity: 1;  
    -webkit-animation: swing 1s ease;
    animation: swing 1s ease;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    transition: 0.2s;
}
.call a {
  display: block;
  width: 100%;
  height: 100%;
}

.ring {
  top: 0;
  width: 88px;
  height: 88px;
  display: block;
  border: solid 2px #0282b5;
  border-radius: 150px;
  opacity: 0.5;
  margin: 0;
  padding: 0;
  -webkit-animation-name: ring;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in;
  animation-name: ring;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in;
  -webkit-box-sizing: content-box; /* ÐÑƒÐ¶Ð½Ð¾ Ð´Ð»Ñ Ð¼Ð¾Ð±Ð¸Ð»ÑŒÐ½Ð¾Ð³Ð¾ WebKit */
  -moz-box-sizing: content-box; /* ÐÑƒÐ¶Ð½Ð¾ Ð´Ð»Ñ Firefox */
  box-sizing: content-box;
}
.ring:hover {
  border-color: #56ae3e;
}

.wave {
  width: 92px;
  height: 92px;
  border: solid 2px #0282b5;
  border-radius: 150px;
  box-shadow: 0 0 3px #ddd;
  opacity: 0.5;
  -webkit-animation-name: anim;
  -webkit-animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  animation-name: anim;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  -webkit-box-sizing: content-box; /* ÐÑƒÐ¶Ð½Ð¾ Ð´Ð»Ñ Ð¼Ð¾Ð±Ð¸Ð»ÑŒÐ½Ð¾Ð³Ð¾ WebKit */
  -moz-box-sizing: content-box; /* ÐÑƒÐ¶Ð½Ð¾ Ð´Ð»Ñ Firefox */
  box-sizing: content-box;
}
.wave:hover {
  border-color: #56ae3e;
}


/*Панель*/
#mormo {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(75, 75, 75, 0.81);
    display: none;
	z-index: 99998;
}
.hide-call {
    right: 0;
    position: absolute;
    color:#fff;
}
#block {
    position:absolute;
    z-index: 99998;
    background: url(../images/yel_sh.png) repeat, url(../images/call-bg.jpg) no-repeat center;
    overflow: hidden;
/*    right: -290px;*/
/*    display: none; */
    width: 400px;
    height: auto;
    border: solid 5px #EEC43D;
    transition-duration: 2s;
    right: 0;
    left: 0;
    top: 20%;
    margin: auto;
}
#block:hover {
    right: 0;
}
/*Форма*/
.formhunt {
    width: 320px;
    margin: auto;
    padding: 30px 0 30px 0;
}
.formhunt input,button,select,textarea {
    width: 100%;
    padding: 5px;
    margin: 0 0 15px 0;
    -webkit-box-sizing: border-box; /* Нужно для мобильного WebKit */
    -moz-box-sizing: border-box; /* Нужно для Firefox */
    box-sizing: border-box;
    border: solid 2px #d4a50b;
}
.formhunt textarea {
    min-height: 100px;
    max-height: 140px;
}
.formhunt .submitBtn {
    background: #fecc5f;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(#feda71,0),color-stop(#febb4a,1));
    background: -webkit-linear-gradient(top, #feda71 0%, #febb4a 100%);
    background: -moz-linear-gradient(top, #feda71 0%, #febb4a 100%);
    background: -o-linear-gradient(top, #feda71 0%, #febb4a 100%);
    background: linear-gradient(top, #feda71 0%, #febb4a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feda71', endColorstr='#febb4a',GradientType=0 );
    border: 1px solid #f5b74e;
    border-color: #f5b74e #e5a73e #d6982f;
    -webkit-box-shadow: 0 1px 1px #d3d3d3, inset 0 1px 0 #fee395;
    -moz-box-shadow: 0 1px 1px #d3d3d3, inset 0 1px 0 #fee395;
    box-shadow: 0 1px 1px #d3d3d3, inset 0 1px 0 #fee395;
    padding: 10px 40px;
    display: inline-block;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
    color: #996633 !important;
    text-shadow: 0 1px 0 #fedd9b;
    font-size: 16px;
    font-weight: bold;
}

.formhunt .submitBtn:active {
    position: relative;
    top: 1px;
    background: #fec354;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(#fec354,0),color-stop(#fecd61,1));
    background: -webkit-linear-gradient(top, #fec354 0%, #fecd61 100%);
    background: -moz-linear-gradient(top, #fec354 0%, #fecd61 100%);
    background: -o-linear-gradient(top, #fec354 0%, #fecd61 100%);
    background: linear-gradient(top, #fec354 0%, #fecd61 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fec354', endColorstr='#fecd61',GradientType=0 );
    border-color: #d29a3a #cc9436 #c89133;
    text-shadow: 0 1px 0 #fee1a0;
    -webkit-box-shadow: 0 1px 1px #d4d4d4, inset 0 1px 0 #fed17e;
    -moz-box-shadow: 0 1px 1px #d4d4d4, inset 0 1px 0 #fed17e;
    box-shadow: 0 1px 1px #d4d4d4, inset 0 1px 0 #fed17e;
}
.feedbutt {
    width: 150px;
    background: #EEC43D;
}

.yw {
    color: #EEC43D;
}
.faceCont {
    font-size: 15px;
}
.sidebar .widget .lower {
    text-transform: lowercase;
    background: none !important;
    padding: 0 !important;
}

.widget .numba {
    font-size: 30px;
    font-weight: bold;
    color: #dba700;
}
.widget .price {
    font-size: 30px;
    font-weight: bold;
    color: #dba700;
    margin-top: 10px;
    margin-bottom: 20px;
}
/*Кнопка звонка*/

.a-btn {
    background: #fecc5f;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(#feda71,0),color-stop(#febb4a,1));
    background: -webkit-linear-gradient(top, #feda71 0%, #febb4a 100%);
    background: -moz-linear-gradient(top, #feda71 0%, #febb4a 100%);
    background: -o-linear-gradient(top, #feda71 0%, #febb4a 100%);
    background: linear-gradient(top, #feda71 0%, #febb4a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feda71', endColorstr='#febb4a',GradientType=0 );
    border: 1px solid #f5b74e;
    border-color: #f5b74e #e5a73e #d6982f;
    -webkit-box-shadow: 0 1px 1px #d3d3d3, inset 0 1px 0 #fee395;
    -moz-box-shadow: 0 1px 1px #d3d3d3, inset 0 1px 0 #fee395;
    box-shadow: 0 1px 1px #d3d3d3, inset 0 1px 0 #fee395;
    padding: 10px 40px;
    display: inline-block;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    float: left;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    text-align: center;
}
.a-btn-text {
/*    padding-top: 5px;*/
    display: block;
    font-size: 18px;
    font-weight: normal;  
    background: none !important;
    white-space: nowrap;
    color: #996633 !important;
    text-shadow: 0 1px 0 #fedd9b;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.a-btn:active {
    position: relative;
    top: 1px;
    background: #fec354;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(#fec354,0),color-stop(#fecd61,1));
    background: -webkit-linear-gradient(top, #fec354 0%, #fecd61 100%);
    background: -moz-linear-gradient(top, #fec354 0%, #fecd61 100%);
    background: -o-linear-gradient(top, #fec354 0%, #fecd61 100%);
    background: linear-gradient(top, #fec354 0%, #fecd61 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fec354', endColorstr='#fecd61',GradientType=0 );
    border-color: #d29a3a #cc9436 #c89133;
    text-shadow: 0 1px 0 #fee1a0;
    -webkit-box-shadow: 0 1px 1px #d4d4d4, inset 0 1px 0 #fed17e;
    -moz-box-shadow: 0 1px 1px #d4d4d4, inset 0 1px 0 #fed17e;
    box-shadow: 0 1px 1px #d4d4d4, inset 0 1px 0 #fed17e;
}

#block .ili {
    position: relative;
    margin: 10px 0 10px 0;
    padding: 0;
    width: 100%;
    font-size: 14px;
    text-align: center;
    color: #5a5a5a;
    margin-bottom: 15px;
    text-shadow: 0 0 0 transparent,white 0px 1px 0px;
}

#block .ili:before {
    content: '';
    position: absolute;
    left: -25px;
    top: 10px;
    display: block;
    width: 50px;
    height: 1px;
    background: #c7c7c7;
}
#block .ili:after {
    content: '';
    position: absolute;
    right: -25px;
    top: 10px;
    display: block;
    width: 50px;
    height: 1px;
    background: #c7c7c7;
}

.widget .ili {
    position: relative;
    margin: 0 0 10px 0;
    padding: 0;
    width: 235px;
    font-size: 12px;
    text-align: center;
    color: #c7c7c7;
}
.widget .ili:before {
    content: '';
    position: absolute;
    left: 50px;
    top: 10px;
    display: block;
    width: 50px;
    height: 1px;
    background: #c7c7c7;
}
.widget .ili:after {
    content: '';
    position: absolute;
    right: 50px;
    top: 10px;
    display: block;
    width: 50px;
    height: 1px;
    background: #c7c7c7;
}

article img {
    border: solid 2px #5f5f5f;
}

article strong {
    color: #846604;
}
em {
    display: block;
    background: #fff;
    font-style: normal;
    padding: 5px;
    border-top: solid 2px #EEC43D;
    border-bottom: solid 2px #EEC43D;
}

ul {
    margin-bottom: 10px;
}
article ul li {
    font-size: 15px;
    color: #886700;
}

address {
    font-style: normal;
}

#user {
    display: none;
}