/*
    Theme Name: Susanna
    Theme URI: https://utemplate.pro/shop/665/desc/susanna
    Description: Susanna – многофункциональный адаптивный премиум шаблон, который сочетает в себе эргономичный интерфейс и многофункциональность.
    Author: Олег Клюйко
    Author URI: http://vk.com/o.kliuiko
    Version: 1.05
*/

/* BEGIN CSS FRAMEWORK */
@import url(../plugins/bootstrap/css/bootstrap.css);
@import url(../plugins/font-awesome/css/font-awesome.min.css);

/* BEGIN CSS PLUGIN */
@import url(../plugins/form-styler/jquery.formstyler.css);
@import url(../plugins/form-styler/jquery.formstyler.theme.css);
@import url(../plugins/owl-carousel/owl.carousel.css);
@import url(../plugins/owl-carousel/owl.transitions.css);
@import url(../plugins/gritter/jquery.gritter.css);
@import url(../plugins/prism/prism.css);

/* BEGIN CSS RESET */
@import url(reset.css);

/* FONTS */
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,300italic,400italic,500,500italic,700,700italic&subset=latin,cyrillic);

@font-face {
    font-family: 'weather';
    src: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.eot');
    src: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.woff') format('woff'),
         url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.ttf') format('truetype'),
         url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.svg#artill_clean_weather_iconsRg') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* COMMON STYLE */
body {
  background: #f8f8f8;  
  color: #333;
  font-family: "Roboto",sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.43;
  overflow-x: hidden;
}

a {
  color: #428bca;
}

a:hover, 
a:active, 
a:focus {
 color: #2a6496 !important;
  outline: none; 
  text-decoration: none;
}

sup, small {
  font-size: 75%;
}

a, 
img, 
input, 
textarea, 
button {
  transition: all 0.3s ease 0s;
}


input, 
textarea, 
select, 
button {
  outline: none;
}


/* H1 - H6 */
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 12px;
}

fieldset {
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin: 30px 0;
    padding: 30px;
}

code {
    background-color: #f9f2f4;
    border-radius: 4px;
    color: #c7254e;
    font-family: "Roboto",sans-serif;
    font-size: 90%;
    padding: 2px 4px;
}


/* FORMS */
label {
    display: inline-block;
    margin-bottom: 5px;
}


input[type="text"], 
input[type="email"], 
input[type="password"], 
textarea {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  color: #aaa;
  display: inline-block;
  font-size: 15px !important;
  font-weight: 300;
  margin: 8px 0 16px;
  outline: medium none;
  padding: 8px 16px;
  text-shadow: none;
  width: 100%;
}

input[type="text"]:focus, 
input[type="email"]:focus, 
input[type="password"]:focus, 
textarea:focus {
    border-color: #bbb;
}

textarea {
  resize: vertical;
}

/* SELECT */
select {
  background-image: url('/img/select-arrow.png');
  background-position: 95% 50%;
  background-repeat: no-repeat;
  border: 1px solid #ddd;
  border-radius: 2px;
  color: #aaa;
  cursor: pointer;
  margin: 8px 0 16px;
  max-width: 250px;
  padding: 8px 45px 8px 16px;
  /*for WebKit*/
  -webkit-appearance: none;
  /* for FF */
  -moz-appearance: none;
  text-indent: 0.01px; 
  text-overflow: '...';
  /* for IE */
  -ms-appearance: none;
  appearance: none !important;
}
     
select::-ms-expand {
  display: none;
}


/* BUTTONS */
input[type="button"], 
input[type="submit"], 
input[type="reset"], 
button {
  background-color: #ff435e;
  border: none;
  border-radius: 2px;
  color: #fff !important;
  display: inline-block;
  font-size: inherit;
  font-weight: 300;
  margin: 6px 0;
  padding: 8px 16px;
}

input[type="submit"]:hover, 
input[type="reset"]:hover, 
input[type="button"]:hover, 
button:hover {
  box-shadow: 0 0 100px rgba(0, 0, 0, 0.15) inset;
}

.btn {
  border: 2px solid #ff435e!important;
  border-radius: 2px;
  box-shadow: none !important;
  color: #fff !important;
  display: inline-block;
  font-size: 15px;
  font-weight: 300;
  margin: 5px 0;
  padding: 8px 16px;
}

.btn:hover,
.btn:active,
.btn:focus {
  color: #fff !important;
}




/* button colors */
.btn-default {
  background-color: #ff435e!important;
  border-width: 0 !important;
}

.btn-default:hover {
  box-shadow: 0 0 100px rgba(0, 0, 0, 0.15) inset !important;
}

.btn-default.btn-bordered {
  color: #ff435e!important;
}

.btn-default.btn-bordered:hover {
  background-color: #ff435e!important;
  box-shadow: 0 0 100px rgba(0, 0, 0, 0.15) inset !important;
}

.btn-icon.btn-default,
.btn-bordered.btn-default {
  border-width: 2px !important;
}

.btn-icon.btn-default:hover {
  border-color: rgba(0, 0, 0, 0.1) !important;
}



.btn-white {
  background-color: #fff !important;
  border-color: #fff !important;
}

.btn-white:hover {
  background-color: #fff !important;
  border-color: #fff !important;
}

.btn-white.btn-bordered {
  color: #fff !important;
}

.btn-white.btn-bordered:hover {
  color: #333 !important;
}



.btn-red {
  background-color: #ff435e !important;
  border-color: #ff435e !important;
}

.btn-red:hover {
  background-color: #000!important;
  border-color: #000!important;
}

.btn-red.btn-bordered {
  color: #d73d32 !important;
}



.btn-orange {
  background-color: #ffa500 !important;
  border-color: #ffa500 !important;
}

.btn-orange:hover {
  background-color: #e99702 !important;
    border-color: #e99702 !important;
}

.btn-orange.btn-bordered {
  color: #ffa500 !important;
}


.entryBlock{
display: inline;
}
.btn-green {
  background-color: #ff435e!important;
  border-color: #ff435e!important;
}

.btn-green:hover {
  background-color: rgba(59,65,75,.8) !important;
  border-color: rgba(59,65,75,.8) !important;
}

.btn-green.btn-bordered {
  color: #5cb85c !important;
}



.btn-verditer {
  background-color: #6ac59c !important;
  border-color: #6ac59c !important;
}

.btn-verditer:hover {
  background-color: #5cb08a !important;
  border-color: #5cb08a !important;
}

.btn-verditer.btn-bordered {
  color: #6ac59c !important;
}



.btn-blue {
  background-color: #2980B9 !important;
  border-color: #2980B9 !important;
}

.btn-blue:hover {
  background-color: #236D9E !important;
  border-color: #236D9E !important;
}

.btn-blue.btn-bordered {
  color: #2980B9 !important;
}



.btn-purple {
  background-color: #8f64a2 !important;
  border-color: #8f64a2 !important;
}

.btn-purple:hover {
  background-color: #7c528f !important;
  border-color: #7c528f !important;
}

.btn-purple.btn-bordered {
  color: #8f64a2 !important;
}



.btn-pink {
  background-color: #fe8faf !important;
  border-color: #fe8faf !important;
}

.btn-pink:hover {
  background-color: #fe7aa0 !important;
  border-color: #fe7aa0 !important;
}

.btn-pink.btn-bordered {
  color: #fe8faf !important;
}



/* button variations */
.btn-lg {
    font-size: 18px !important;
    padding: 18px 20px !important;
}

.btn-sm {
    font-size: 13px !important;
    padding: 4px 10px !important;
}

.btn-block {
    /*
    display: block !important;
    */
    text-align: center;
    width: 100%;
}

.btn-bordered {
  background-color: transparent !important;
}

.btn-bordered:hover {
  color: #fff !important;
}



.btn-icon {
    height: 41px;
    padding-right: 55px !important;
    position: relative;
}

.btn-icon.btn-lg {
    height: 66px;
    padding-right: 85px !important;
}

.btn-icon.btn-sm {
    height: 31px;
    padding-right: 40px !important;
}

.btn-icon .fa {
    background-color: rgba(0, 0, 0, 0.075);
    border-radius: 0 2px 2px 0;
    height: 41px;
    line-height: 41px;
    position: absolute;
    right: -2px;
    text-align: center;
    top: -2px;
    width: 41px;

    transition: all 0.4s ease 0s;
}

.btn-icon.btn-lg .fa {
    height: 66px;
    line-height: 66px;
    width: 66px;
}

.btn-icon.btn-sm .fa {
    height: 31px;
    line-height: 31px;
    width: 31px;
}

.btn-icon.btn-bordered .fa {
  background-color: transparent;
  border: 2px solid;
  line-height: 37px;
}

.btn-icon.btn-bordered:hover .fa {
  background-color: rgba(0, 0, 0, 0.075);
  border-color: transparent;
}

.btn-icon.btn-bordered.btn-lg .fa {
  line-height: 62px;
} 

.btn-icon.btn-bordered.btn-sm .fa {
  line-height: 27px;
} 


/* ALERTS */
.alert {
  border: 1px solid transparent;
  border-radius: 2px;
  margin: 15px 0;
  padding: 15px;
}

.alert-title {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 7.5px;
}

.alert .alert-link {
    font-weight: normal;
}

.alert-green {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}

.alert-green .alert-link {
    color: #2b542c;
}

.alert-blue {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}

.alert-blue .alert-link {
    color: #245269;
}

.alert-yellow {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}

.alert-yellow .alert-link {
    color: #66512c;
}

.alert-red {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}

.alert-red .alert-link {
    color: #843534;
}



/* BOOTSTRAP */
.tooltip-inner {
  background-color: rgba(0, 0 , 0, 0.9);
}

.tooltip.top .tooltip-arrow {
  border-top-color: rgba(0, 0 , 0, 0.9);
}

.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px; /* Adjusts for spacing */
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.modal-sm {
    width: 360px;
    max-width: 100%;
    margin: 0;
    padding: 10px;
}

.modal-header {
  position: relative;
}

.modal-header .close {
  background-color: transparent;
  border: medium none transparent;
  border-radius: 0;
  box-shadow: none;
  color: #999 !important;
  cursor: pointer;
  font-size: 18px;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 15px;
}

.modal-header .close:hover {
  color: #333 !important;
}


.carousel-control:hover,
.carousel-control:focus {
    color: #fff !important;
}

.carousel-indicators li {
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  display: inline-block;
  height: 20px;
  margin: 0 2px;
  text-indent: -999px;
  width: 20px;
}

.carousel-indicators .active {
  background-color: #ffffff;
  height: 20px;
  margin: 0 2px;
  width: 20px;
}


/* FORM STYLER */
.jq-selectbox__select {
  border-color: #ddd #ddd #ccc;
  box-shadow: none;
  font-size: 15px;
}

.jq-selectbox__select-text {
    min-width: 60px;
}

.jq-selectbox__dropdown {
    top: 32px !important;
}

.jq-file {
  box-shadow: none; 

}

.jq-file__name {
  border-color: #ddd;
  box-shadow: none;
  margin-left:33px;
  display: none;
}

.jq-file__browse {
  box-shadow: none;
display: none;
}

.jq-checkbox {
  box-shadow: none;
}

.jq-checkbox.checked .jq-checkbox__div {
  height: 7px;
  left: 2px;
  margin: 0;
  position: absolute;
  top: 2px;
  width: 10px;
}

.jq-radio.checked .jq-radio__div {
    height: 8px !important;
    width: 8px !important;
}

.jq-checkbox input, 
.jq-radio input {
top: 0;
left: 0;
}


/* HEADER */
.header {
  background-color: #252b37;
  border-bottom: 3px solid #ff435e;
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.025);
  max-height: 143px;
  min-height: 77px;
}

/* HEADER TOP */
.header__top {
  position: absolute;
  width: 100%;
  z-index: 99;
}

/* ADDITIONAL MENU */
.header__additional-menu {

  color: rgba(255, 255, 255, 1);
  font-size: 85%;
  line-height: 29px;
  padding: 4px 0;
}

.header__additional-menu li {
  display: inline-block;
  margin-right: 10px;
}

.header__additional-menu a {
  color: #fff;
}

.header__time, .header__phone {
    font-size: 18px;
    font-weight: bold;
}

.header__service img {
  border-radius: 50%;
  height: 29px;
  margin-right: 5px;
  width: 29px;
}

/* CURRENCY */
.header__currency {
  border-left: 1px dotted rgba(255, 255, 255, 0.3);
  margin-left: 15px;
  padding-left: 15px;
}

.modal-currency li {
    margin: 0 !important;
}

#shop-currency {
    text-align: center;
}

#shop-currency .jq-selectbox__dropdown ul {
  margin: 0 !important
}

#shop-currency .jq-selectbox__dropdown li {
  list-style: outside none none !important;
  text-align: left;
  margin: 0 !important
}


/* SOCIAL BUTTONS */
.social-buttons {
  margin-right: 40px;
}

.social-buttons li {
  display: inline-block;
  margin-right: 5px;
}

.social-buttons li:last-child {
  margin: 0;
} 

.social-buttons a {
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 29px;
  line-height: 29px;
  text-align: center;
  width: 29px;
}

.social-buttons a:hover {
  background-color: #fff;
}

.social-buttons__vk {
  background-color: #45688e;
}

.social-buttons__vk:hover {
  color: #45688e !important;
}

.social-buttons__ok {
  background-color: #f2720c;
}

.social-buttons__ok:hover {
  color: #f2720c !important;
}

.social-buttons__fb {
  background-color: #3a5795;
}

.social-buttons__fb:hover {
  color: #3a5795 !important;
}

.social-buttons__twitter {
  background-color: #55acee;
}

.social-buttons__twitter:hover {
  color: #55acee !important;
}

.social-buttons__google {
  background-color: #d73d32;
}

.social-buttons__google:hover {
  color: #d73d32 !important;
}

.header__service li:last-child {
  margin-right: 0;
}

@media screen and (max-width: 1199px){
  .header__worktime li:first-child {
    display: none;
  }

  .header__service {
    margin-top: 22px;
  }

  .social-buttons {
    margin: 0;
  }

  .social-buttons_header li:first-child {
    display: none;
  }
}

@media screen and (max-width: 767px){

}


/* LOGO */
.header__logo {
  display: inline-block;
  float: left;
  font-size: 24px;
  font-weight: bold;
  padding-top: 21px;
  position: relative;
  text-transform: uppercase;
  z-index: 101;
}

.header__logo a {
  color: #fff;
}

.header__logo a:hover {
  color: rgb(255 67 94) !important
}


/* HEADER NAVIGATION */

.uWithSubmenu a{
  transition: all 0.0s ease 0s;
}


.header__navigation {
  transition: top 0.8s ease 0s;
}

.header__navigation.default {
  top: -120px;
}


.header__navigation.scroll {
  background-color: rgba(255, 255, 255, 0.95);
  border-bottom: 1px solid rgba(0, 0, 0, 0.075);
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.025);
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 101;
}

.main{
    background: url(/mascotpics/nivis.webp) #f1f1f1 fixed top left no-repeat;
background-size: contain;
}

.header__navigation.scroll .header__logo {
  padding-top: 20px;
}

.header__navigation.scroll .main-menu__links a,
.header__navigation.scroll .main-menu__icon a {
  color: #333;
}

.header__navigation.scroll .main-menu__icons > li {
  padding: 25px 0;
}

.header__navigation.scroll .shopping-basket-icon::before {
  bottom: -25px;
}

.header__navigation.scroll .uWithSubmenu ul {
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.05);
}

.header__navigation.scroll .menu-hint::after {
  top: 5px;
}

.header__navigation.scroll .menu-hint::before {
  top: 15px;
}

.header__navigation.scroll .menu-hint2::after {
  top: 5px;
}

.header__navigation.scroll .menu-hint2::before {
  top: 15px;
}


@media screen and (min-width: 1200px){
  .header__navigation.scroll .main-menu__links > li:not(.main-menu__icon) > a {
      padding: 25px 0;
  } 
}


@media screen and (max-width: 1199px){
  .header__navigation.scroll {
    background-color: transparent;
    position: static;
  }

  .header__navigation.scroll .main-menu__links a {
    color: #fff;
  }
}

@media screen and (max-width: 767px){
  .header__logo {
    padding-top: 23px;
  }
}


/* MAIN MENU */
.main-menu {
  position: relative;
  text-align: right;
  z-index: 99;
}

.main-menu li {
  display: inline-block;
}

.main-menu__links,
.main-menu__icons {
  display: inline-block;
  position: relative;
}

.main-menu__links > li,
.main-menu__icons > li { 
margin: 0 2px;
border-right: 1px;
padding-right: 14px;
    border-color: #3f485a;
    border-style: solid;
}

.main-menu__icons > li {
  padding: 30px 0;
}

.main-menu__links a {
  padding: 25px 0;
}

.main-menu a {
  color: #8a909e;
  display: inline-block;
  text-transform: uppercase; 

font-size: 0.9em;
}

.main-menu a:hover {
  color: #52cde8 !important;

}


.uMenuRoot > li > .uMenuItemA {
  color: #52cde8 !important;  
}

.uWithSubmenu {
  cursor: pointer;
}

.uWithSubmenu > a::after {
  content: "\f107";
  font-family: FontAwesome;
  margin-left: 10px;
  transition: all 0.2s ease 0s;
}

.uMenuRoot > .uWithSubmenu > a::after {
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  color: #aaa;
  display: inline-block;
  height: 24px;
  line-height: 24px;
  position: relative;
  text-align: center;
  width: 2px;
}

.uWithSubmenu:hover > a::after {
  transform: rotate(180deg);
}

.uMenuRoot > .uWithSubmenu > ul::before {
  content: '';  
  position: absolute; 
  border: 8px solid transparent; 
  border-bottom: 8px solid #ff435e; 
  top: -15px; 
  left: 15%; 
  margin-left: -1px;
  display: none;
}

.uWithSubmenu > ul {
  background-color: rgb(37 43 55);
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-bottom: 5px solid #ff435e;
  min-width: 240px;
  opacity: 0;
  position: absolute;
  top: 150%;
  visibility: hidden;
  z-index: 6;

  transition: all 0.2s ease-in 0s; 
}

.uWithSubmenu:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
margin-left: -8px;
}

.uWithSubmenu ul li {
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: left;
}

.uWithSubmenu .uWithSubmenu > a::after {
  content: "\f105";
  font-family: FontAwesome;
  margin-left: 10px;
  position: absolute;
  right: 25px;
}

.uWithSubmenu .uWithSubmenu > ul {
    left: 100%;
}

.uWithSubmenu .uWithSubmenu:hover > ul {
    top: -1px;
}

.uMenuRoot .uWithSubmenu ul a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  color: #e7e7e7;
  padding: 15px 25px;
  text-transform: none;
  width: 100%;
}

.uWithSubmenu ul li:last-child a {
  border-bottom: none;
}

/* ICON ANIMATION */
.main-menu__icon a {
  height: 22px;
  padding: 0;
    position: absolute;
    top: 26px;
  vertical-align: middle;
  width: 22px;
}

.main-menu__icon .fa {
  width: 63px;
  height: 32px;
  text-align: center;
  line-height: 22px;
  font-size: 30px;
  display: block;
  top: 0;
  left: 0;
  position: absolute;

  transition: opacity 0.3s ease 0s, transform 0.5s cubic-bezier(0.42, 0.66, 0.14, 1.24) 0s;
}

.main-menu__icon .fa:nth-child(1) {
  opacity: 1;
}

.main-menu__icon a:hover .fa:nth-child(1) {
  opacity: 0;
  transform: scale(0);
}

.main-menu__icon .fa:nth-child(2) {
  opacity: 0;
  transform: scale(1.2);
}

.main-menu__icon a:hover .fa:nth-child(2) {
  opacity: 1;
  transform: scale(1);
}

.main-menu__icons li:last-child {
  margin-right: 0;
}

.dropdown-icon {
  display: none !important;
  position: relative;
}

.dropdown-icon::before {
  content: '';  
  display: none;
  position: absolute; 
  border: 8px solid transparent; 
  border-bottom: 8px solid rgba(0, 0, 0, 0.95); 
  bottom: 0; 
  left: 50%; 
  margin-left: -8px;
}

.dropdown-icon.active::before {
  display: block;
}


.menu-hint {
  position: relative;
  transition: none;
}

.menu-hint::after {
  background-color: #d73d32;
  border-radius: 2px;
  color: #fff;
  content: "Новое";
  display: inline-block;
  font-size: 75%;
  font-weight: normal;
  padding: 0 5px;
  position: absolute;
  right: -10px;
  top: 8px;
  z-index: 2;
}

.menu-hint::before {
  background-color: #d73d32;
  content: "";
  height: 8px;
  position: absolute;
  right: 0;
  top: 18px;
  transform: rotate(110deg) skewX(50deg);
  width: 8px;
  z-index: 1;
}

.menu-hint2 {
  position: relative;
  transition: none;
}

.menu-hint2::after {
  background-color: #d73d32;
  border-radius: 2px;
  color: #fff;
  content: "Рекомендуем";
  display: inline-block;
  font-size: 75%;
  font-weight: normal;
  padding: 0 5px;
  position: absolute;
  right: -10px;
  top: 8px;
  z-index: 2;
}

.menu-hint2::before {
  background-color: #d73d32;
  content: "";
  height: 8px;
  position: absolute;
  right: 0;
  top: 18px;
  transform: rotate(110deg) skewX(50deg);
  width: 8px;
  z-index: 1;
}



@media screen and (min-width: 1200px){
  .main-menu__links {
    display: inline-block !important;
  }
}

@media screen and (max-width: 1199px){
  .main-menu__links {
    background-color: rgb(37 43 55);
    border-radius: 2px;
    color: #555;
    display: none;
    left: 0;
    padding: 30px 45px;
    position: absolute;
    text-align: left;
    top: 66px;
    width: 100%;
  }

  .main-menu__links .main-menu__icon {
    display: none;
  }

  .main-menu__links li {
    display: list-item;
    list-style-type: decimal;
    margin: 0;
    padding: 0 !important;
  }

  .main-menu__links > li:last-child > ul {
    border-bottom: none !important;
    margin-bottom: 0;
    padding-bottom: 0;
}

  .main-menu__links a {
    border-radius: 2px;
    color: #fff;
    display: block;
    padding: 15px;
    margin-left: 5px;
  }

  .main-menu__links a:hover {
    background-color: rgba(255, 255, 255, 0.06);
  }

  .uMenuRoot .uWithSubmenu ul a {
    color: #fff;
    padding: 15px !important;
  }

  .uWithSubmenu a::after {
    display: none !important;
  }

  .uWithSubmenu ul {
    background-color: transparent;
    border-top: 1px dotted rgba(255, 255, 255, 0.15);
    border-bottom: 1px dotted rgba(255, 255, 255, 0.15) !important;
    left: 0;
    margin: 10px 0;
    opacity: 1;
    padding: 10px 0;
    position: static;
    top: auto;
    visibility: visible;
display:none;
  }

  .uWithSubmenu ul::after,
  .uWithSubmenu ul::before {
    display: none !important;
  }

  .uWithSubmenu li {

    list-style-type: lower-alpha;
    margin-left: 15px !important;
  } 

  .dropdown-icon {
    display: inline-block !important;
  }

  .menu-hint::after,
  .menu-hint::before {
    display: none;
  }

  .menu-hint2::after,
  .menu-hint2::before {
    display: none;
  }


}

@media screen and (max-width: 767px){
  .main-menu__links > li,
  .main-menu__icons > li { 
    margin: 0 10px;
  }
}


/* SHOPPING BASKET */
@keyframes wiggle {

  0% {
    transform: rotate(-10deg);
  }

  4% {
    transform: rotate(10deg);
  }

  8% {
    transform: rotate(-10deg);
  }

  12% {
    transform: rotate(10deg);
  }

  16% {
    transform: rotate(-10deg);
  }

  20% {
    transform: rotate(10deg);
  }

  24% {
    transform: rotate(0deg);
  }
}

.shopping-basket-icon {
  position: relative;
}

.shopping-basket-icon::before {
  content: '';  
  display: none;
  position: absolute; 
  border: 8px solid transparent; 
  border-bottom: 8px solid rgba(0, 0, 0, 0.95); 
  bottom: -30px; 
  left: 50%; 
  margin-left: -8px;
}

.shopping-basket-icon.active::before {
  display: block;
}

.shopping-basket-btn.wiggle {
  animation: wiggle 3s linear infinite alternate;
}

.shopping-basket-btn__badge {
    background-color: #428bca;
    border-radius: 2px;
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    height: 18px;
    line-height: 18px;
    min-width: 18px;
    padding: 0;
    position: absolute;
    right: -8px;
    text-align: center;
    top: -8px;
}

.shopping-basket {
  background-color: rgba(0, 0, 0, 0.9);
  border-radius: 2px;
  color: #fff;
  display: none;
  max-width: 300px;
  min-width: 300px;
  padding: 30px;
  position: absolute;
  right: 0;
  text-align: left;
  top: 100%;
}

.shopping-basket__item {
  border-bottom: 1px dotted rgba(255, 255, 255, 0.15);
  margin-bottom: 15px;
  padding-bottom: 15px;
  position: relative;
  width: 100%;
}

.shopping-basket__item:last-child {
    margin: 0;
    padding: 0;
    border: 0;
}

.shopping-basket__image {
  float: left;
  margin-right: 15px;
  width: 40px;
}

.shopping-basket__image img {
  width: 100%;
}

.shopping-basket__body {
    overflow: hidden;
}

.shopping-basket__body a {
  color: #fff;
  display: block;
}

.shopping-basket__name {
    padding-right: 15px;
}

.shopping-basket__remove {
  position: absolute;
  right: 0;
  top: 0;
}

.shopping-basket__total {
  margin-bottom: 30px;
  text-align: right;  
}

.shopping-basket__total .total {
  font-weight: bold;
}

.shopping-basket__total .disc-info {
  color: rgba(255, 255, 255, 0.6);
  font-size: 85%;
  margin-top: 15px;
}

.shopping-basket__clear {
  background-color: transparent;
  border-color: #fff;
  border-radius: 0;
  border-style: none none dotted;
  border-width: 0 0 1px;
  margin-left: 15px;
  padding: 0;
}

.shopping-basket__clear:hover {
  background-color: transparent;
  border-bottom: 1px dotted;
  color: #428bca !important;
}

.shopping-basket__order {
  margin-bottom: 30px;
  padding-bottom: 46px;
  position: relative;
}

.shopping-basket__order::after {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjhFODQyMEQ4MzI5NTExRTZCQjgzRDNFOTUzREFERTgxIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjhFODQyMEQ5MzI5NTExRTZCQjgzRDNFOTUzREFERTgxIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6OEU4NDIwRDYzMjk1MTFFNkJCODNEM0U5NTNEQURFODEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6OEU4NDIwRDczMjk1MTFFNkJCODNEM0U5NTNEQURFODEiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4riDxyAAAAf0lEQVR42mL8//8/AyWAiYFCMPAGsICI+Ph4VSDVAcQuUPE9QFyxcOHC24QMYIyLi1MH0ieAWABN7gMQWwANuUnIC21YNDNAxdqICQMXPPJudImFPXjkdxFjQDU0wBiwBGI1QQOAoXwDFNpAvA6IP0PxOmgM3CAYjaN5gQEgwAAVNyFBOjLMeQAAAABJRU5ErkJggg==");
  bottom: 0;
  content: "";
  height: 16px;
  left: 0;
  position: absolute;
  width: 100%;
}


/* HEADER HOMEPAGE */
.header_homepage {
  color: #fff;
  position: relative;
  height: auto !important;
  max-height: 100% !important; 
}

.header_homepage .header__top {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
}

.header_homepage .header__additional-menu {
  background-color: transparent;
  background-image: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: none;
  color: #fff;
}

.header_homepage .header__logo a {
  color: #fff;
}

.header_homepage .header__logo a:hover {
  color: rgba(255, 255, 255, 0.5) !important;
}

.header_homepage .main-menu__links a {
  color: #fff;
}

.header_homepage .main-menu__icon a {
  color: #fff;
}

.header_homepage .social-buttons a:hover {
  background-color: #fff;
}

.header_homepage .uMenuRoot > .uWithSubmenu > ul::before {
  display: block;
}

.header_homepage .uMenuRoot > .uWithSubmenu > a::after {
  background-color: rgba(255, 255, 255, 0.15);
  color: #fff;
}

.header_homepage .header__navigation.scroll .header__logo a {
  color: #333;
}

.header_homepage .header__navigation.scroll .header__logo a:hover {
  color: rgba(0, 0, 0, 0.5) !important;
}

.header_homepage .header__navigation.scroll .uMenuRoot > .uWithSubmenu > ul::before {
  display: none;
}

.header_homepage .header__navigation.scroll .uMenuRoot > .uWithSubmenu > a::after {
  background-color: rgba(0, 0, 0, 0.05);
  color: #333;
}




/* HEADER BACKGROUND ANIMATION */
@keyframes slider {
  from {
    transform: scale(1);
  }

  to {
    transform: scale(1.2);
  }
}

.header__background-animation {
  overflow: hidden;
  padding-top: 145px;
  position: relative;
}

.header__background-animation::before {
  background-image: url("../img/header.jpg");
  background-size: cover;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;

  animation: slider 25s linear 2s 4 alternate;
}

.header__background-animation::after {
  background-color: rgba(0, 0, 0, 0.4);
  /*
  background-image: url("../img/pattern.png");
  */
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}


/* HEADER MIDDLE */
.header__middle {
  display: table;
  margin: 0 auto;
  padding-bottom: 50px;
  position: relative;
  width: 100%;
  z-index: 2;
}

.header__middle-inner {
  display: table-cell;
  vertical-align: middle;
}

.header__middle .btn {
  font-size: 18px;
  margin-right: 20px;
  padding: 10px 20px;
}

.header__middle .btn-default {
  padding: 12px 22px;
}


/* HEADER SLOGAN */
.header__slogan-inner {
  padding: 40px 0;
}

.header__slogan-inner h1 {
  font-size: 36px;
  font-weight: 300;
  letter-spacing: 4px;
  line-height: 48px;
  margin: 0 0 20px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
  text-transform: uppercase;
}

.header__slogan-inner span {
  font-weight: bold;
}

.header__slogan-inner p {
  margin-bottom: 30px;
}

@media screen and (max-width: 991px){
    .header__slogan {
      display: none;
    } 
}

@media screen and (max-width: 767px){
    .header__background-animation {
    padding-top: 75px;
  }
}

/* CONTACT FORM */
.contact-form h3 {
  margin: 0 0 25px;
  text-transform: uppercase;
}

.contact-form__inner {
  background-color: #332532;
  padding: 25px;
  border-radius: 4px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}

.contact-form__item {
  margin-bottom: 15px;
}

.contact-form__item input {
  border: 1px solid #fff;
  border-radius: 4px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
  font-size: 15px;
  margin: 0;
  padding: 9px 15px;
}

.contact-form__item input:focus {
  border-color: #fff;
}

.contact-form__policy {
    margin-bottom: 20px;
}

.contact-form__policy a {
    color: rgba(255, 255, 255, 0.75);
    vertical-align: middle;
}


.contact-form .jq-selectbox {
  width: 100%;
}

.contact-form .jq-selectbox li {
  padding: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.contact-form .form-control,
.contact-form .jq-selectbox__select {
    background: #fff;
}

.contact-form .jq-selectbox__select {
  border-color: #fff;
  border-radius: 4px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
  height: auto;
  padding: 4px 15px;
}

.contact-form .jq-selectbox.focused .jq-selectbox__select {
  border-color: #fff;
}

.contact-form .jq-selectbox__select-text {
  color: #bbb;
  text-shadow: none;
}

.contact-form .jq-selectbox__trigger {
  border: none;
}

.contact-form .jq-selectbox__trigger-arrow {
  top: 20px;
}

.contact-form .jq-selectbox__dropdown {
  border-color: rgba(0, 0, 0, 0.05);
  border-radius: 0 0 6px 6px;
  box-shadow: none;
  margin: -3px 0 0;
}




@media screen and (max-width: 991px){
    .header__slogan {
      padding: 0;
      margin-bottom: 80px;
    } 

    .contact-form {
      padding: 0;
    }  
}


/* MAIN */
.main_homepage {
  background-color: #fff;
}

.main-inner {
  padding: 65px 0;
}

.card {
  margin-bottom: 80px;
}

.card__head {
  margin-bottom: 60px;
  position: relative;
  text-align: center;
  z-index: 2;
}

.card__head::after {
  background-color: #428bca;
  bottom: -25px;
  content: "";
  height: 1px;
  left: 50%;
  margin-left: -25px;
  position: absolute;
  width: 50px;
}

.card__head h3 {
  color: #444;
  font-size: 36px;
  font-weight: 300;
  letter-spacing: 4px;
  margin: 0 0 15px;
  text-transform: uppercase;
}

.card__head h3 span {
  font-weight: bold;
}

.card__head div {
  color: rgba(0, 0, 0, 0.5);
  font-style: italic;
}

.card__body {
  position: relative;
  z-index: 2;
}

/* SERVICES */
.card_services {
  margin-bottom: 65px;
}

.service-item {
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  margin-bottom: 30px;
  padding: 20px;
  position: relative;
  top: 0;
  overflow: hidden;

  transition: all 0.4s ease 0s;
}

.service-item:hover {
  border-color: rgba(0, 0, 0, 0.15);
  top: -10px;
}

.service-item:hover .service-item__body::before {
  border: 5px solid #ffb245; 
  border-top: 5px solid #fff !important; 
  border-left: 5px solid #fff !important; 
}

.service-item__icon {
  left: 50%;
  overflow: hidden;
  position: absolute;
  text-align: center;
}

.service-item__icon i {
  color: rgba(0, 0, 0, 0.05);
  font-size: 120px;
}

.service-item__body {
  position: relative;
}

.service-item__body::before {
  content: '';  
  position: absolute; 
  border: 5px solid #eee; 
  border-top: 5px solid #fff; 
  border-left: 5px solid #fff; 
  bottom: 0; 
  right: 0; 

  transition: all 0.4s ease-in 0s; 
}

.service-item__body h4 {
  text-align: center;
  margin-bottom: 40px;
  font-size: 21px;
}

.service-item__body h4::after {
  background-color: #428bca;
  content: "";
  height: 1px;
  left: 50%;
  margin-left: -20px;
  position: absolute;
  top: 40px;
  width: 40px;

  transition: all 0.4s ease-in 0s; 
}

.service-item__body ul {
  margin: 0;
  padding: 0 10px;
}

.service-item__body li {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
  margin-bottom: 8px;
  padding-bottom: 8px;
}

.service-item__body li:last-child {
  border: 0 none;
  margin: 0;
  padding: 0;
}

.service-item__body p {
  margin: 0;
}

.service-item__more {
  text-align: center;
  display: none;
}

@media screen and (max-width: 767px){
  .card_services {
    margin-bottom: 30px;
  }
}


/* ADVENTAGES */
.card_advantages {
  background-color: #f8f8f8;
  margin: 0;
  padding: 80px 0;
}

.card_advantages .card__body {
  letter-spacing: -0.3em;
}

.card_advantages .card__body > .row {
  display: table;
}

.advantages-item-wrapper {
  display: inline-block;
  float: none;
  letter-spacing: normal;
  vertical-align: top;
}

.advantages-item {
  margin-bottom: 30px;
}

.advantages-item__icon i {
  background-color: #fff;
  border-radius: 50%;
  font-size: 24px;
  height: 64px;
  line-height: 63px;
  text-align: center;
  width: 64px;
}

.advantages-item__body h4 {
  margin-bottom: 5px;
}

.advantages-item__body span {
  background-color: #f1f1f1;
  border-radius: 50%;
  color: #aaa;
  display: inline-block;
  font-size: 80%;
  height: 25px;
  line-height: 25px;
  margin-right: 5px;
  text-align: center;
  vertical-align: top;
  width: 25px;
}

@media screen and (max-width: 767px){
  .card_advantages {
    padding: 45px;
  }

  .advantages-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.09);
    padding-bottom: 30px;
    text-align: center;
  }

  .advantages-item__icon {
    margin-bottom: 15px;
  }
}


/* PORTFOLIO */
.card_portfolio {
  background-image: url("../img/portfolio.jpg");
  background-size: cover;
  margin-bottom: 80px;
  padding: 80px 0;
  position: relative;
  z-index: 1;
}

.card_portfolio::after {
  background-image: url("../img/pattern.png");
  background-color: rgba(255, 255, 255, 0.75);
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.card_portfolio .card__body {
  letter-spacing: -0.3em;
}

.card_portfolio .portfolio-item {
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.045);
}

.phtTdMain {
  display: inline !important;
  width: auto !important;
}

.phtTdMain .entryBlock {
  display: inline !important;
}

.portfolio-item-wrapper {
  display: inline-block;
  float: none;
  letter-spacing: normal;
  vertical-align: top;
}

.portfolio-item {
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #eee;
  margin-bottom: 30px;
  padding: 15px;
}

.portfolio-item__image {
  height: 160px;
  overflow: hidden;
  position: relative;
}

.portfolio-item__image img {
  width: 100%;
}

.portfolio-item__image:hover img {
  opacity: 0.5;
}

.portfolio-item__image:hover i {
  opacity: 1;
  transform: translate3d(0px, 0px, 0px) rotate(0deg);
}

.portfolio-item__image:hover a:first-child i {
  transition-delay: 0.05s;
}

.portfolio-item__image:hover a:nth-child(2) i {
  transition-delay: 0.15s;
}

.portfolio-item__links {
  left: auto;
  margin: -23px 0;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}

.portfolio-item__links i {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  height: 46px;
  line-height: 46px;
  margin: 0 5px;
  opacity: 0;
  text-align: center;
  width: 46px;

  transform: translate3d(0px, 30px, 0px) rotate(45deg);
  transition: all 0.4s ease 0s; 
}

.portfolio-item__links i:hover {
  background-color: rgba(0, 0, 0, 0.75);
}

.portfolio-item__body {
  margin-top: 15px;
}

.portfolio-item__body h4 {
  margin: 0 0 5px;
}

.portfolio-item__body h4 a {
  color: #333;
}

.portfolio-item__category {
  color: #aaa;
}

.portfolio-item__category a {
  color: #aaa;
}

@media screen and (max-width: 767px){
  .card_portfolio {
    padding: 45px 0;
    margin-bottom: 45px; 
  }

  .portfolio-item-wrapper {
    width: 100%;
  }

  .portfolio-item__image {
    height: auto;
  }
}


/* REVIEW */
.card_reviews .card__body {
  letter-spacing: -0.3em;
}

.review-item-wrapper {
  display: inline-block;
  float: none;
  letter-spacing: normal;
  vertical-align: top;
}

.review-item {
  margin-bottom: 10px;
}

.review-item_bad {
  opacity: 0.3;
  transition: all 0.4s ease 0s;
}

.review-item_bad:hover {
  opacity: 1;
}

.review-item__avatar {
  position: relative;
}

.review-item__avatar::before {
  border-color: transparent rgba(0, 0, 0, 0.15) transparent transparent;
  border-image: none;
  border-style: solid;
  border-width: 12px;
  content: "";
  display: block;
  margin-top: -12px;
  right: -30px;
  position: absolute;
  top: 50%;
}

.review-item__avatar::after {
  border-color: transparent #fff transparent transparent;
  border-image: none;
  border-style: solid;
  border-width: 12px;
  content: "";
  display: block;
  margin-top: -12px;
  right: -31px;
  position: absolute;
  top: 50%;
  z-index: 5;
}

.review-item__avatar img {
  border-radius: 50%;
  width: 100%;
}

.review-item__body {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.075);
  border-radius: 4px;
  padding: 14px;
  position: relative;
}

.review-item__body img{
max-width:100%;
}

.review-item__title,
.review-item__details {
  border-bottom: 1px solid rgba(0, 0, 0, 0.075);
  margin-bottom: 10px;
  padding-bottom: 10px;
  position: relative;
}

.review-item__source {
  margin-top: 30px;
  text-align: right;
}

.review-item__rating {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

.review-item__rating-value {
  background-color: #f8f8f8;
  border-radius: 50%;
  color: #999;
  display: inline-block;
  font-size: 85%;
  height: 24px;
  line-height: 24px;
  margin: 0 8px;
  text-align: center;
  width: 24px;
}

.review-item__rating-plus {
  color: #5cb85c;
}

.review-item__rating-plus:hover {
  color: #5cb85c !important;
}

.review-item__rating-minus {
  color: #d73d32;
}

.review-item__rating-minus:hover {
  color: #d73d32 !important;
}

.review-item__rating > i {
  color: #ddd;
}

.review-item__reply {
  margin-top: 2px;
  text-align: right;
}

.review-item__reply > a {
  border-bottom: 1px dotted;
}

.review-item__answer {
  background-color: #eef9fe;
  border-radius: 2px;
  font-style: italic;
  margin-top: 30px;
  padding: 10px;
  position: relative;
}

.review-item__answer::after {
  border-color: #fff #fff #eef9fe;
  border-style: solid;
  border-width: 5px;
  top: -20px;
  content: "";
  height: 10px;
  position: absolute;
  left: 60px;
  width: 10px;
}

.review-item__author {
  color: rgba(0, 0, 0, 0.5);
  font-size: 80%;
  font-style: italic;
  margin: 20px 0 0;
  text-align: right;
}

.shop-pros {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  border-radius: 2px;
  color: #3c763d;
  display: block;
  padding: 15px;
  width: 100%;
}

.shop-cons {
  background-color: #f2dede;
  border-color: #ebccd1;
  border-radius: 2px;
  color: #a94442;
  display: block;
  padding: 15px;
  width: 100%;
}


@media screen and (max-width: 767px){
  .card_reviews {
    margin-bottom: 30px; 
  }

  .review-item__avatar {
    text-align: center;
  }

  .review-item__avatar::before {
    border-color: transparent transparent rgba(0, 0, 0, 0.15) transparent;
    margin-right: -12px;
    right: 50%;
    bottom: 0;
    top: auto;
  }

.review-item__avatar::after {
    border-color: transparent transparent #fff transparent;
    margin-right: -12px;
    right: 50%;
    position: absolute;
    bottom: -1px;
    top: auto;
  }

  .review-item__avatar img {
    margin-bottom: 30px;
    width: 100%;
  }

  .review-item__rating {
    display: none;
  }

}


/* COMMENTS LIST */
.comments-list {
  padding-top: 76px;
  position: relative;
}

.comments-list::after {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjFBRkY2QzBDMzI5MTExRTY4NTU2QzZFNzg1NUNEMTZDIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjFBRkY2QzBEMzI5MTExRTY4NTU2QzZFNzg1NUNEMTZDIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MUFGRjZDMEEzMjkxMTFFNjg1NTZDNkU3ODU1Q0QxNkMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MUFGRjZDMEIzMjkxMTFFNjg1NTZDNkU3ODU1Q0QxNkMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6JpRU5AAAAg0lEQVR42mL8//8/AyWAcRgY8P79exCtCsQdQOwCFd8DxBVAfFtAQICgAepA+gQQo6v8AMQWQANu4jOACYjbsGhmgIq1EeOFj0CaD4f8F6ALeAm5gCLABA0wXGAXMV7QANLHcQSiJdALNwi5AKTAAojXAfFnKF4HFbsxEpIypQYABBgAyiM29eFxKh8AAAAASUVORK5CYII=");
  content: "";
  height: 16px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.comments-list .review-item {
  margin-bottom: 30px;
}

.comments-list__title {
  margin-bottom: 30px;
}

.com-order-block {



  border-top: 1px solid #f8f8f8;
  margin: 10px 0 45px;
  padding: 15px 0 0;

}

.com-order-title {
  display: block;
  margin-bottom: 5px;
}

.uf-txt-input {
    font-size: 15px !important;
}


/* COMMENTS FORM */
.comments-form__message {
    margin-bottom: 15px;
}

.comments-form__button {
    text-align: right;
}



/* ACHIEVEMENT */
.card_achievements {
  background-image: url("../img/achievements.jpg");
  background-size: cover;
  padding: 80px 0;
  margin: 0;
  position: relative;
  z-index: 5;
}

.card_achievements::after {
  background-image: url("../img/pattern.png");
  background-color: rgba(0, 0, 0, 0.75);
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.card_achievements .card__head div {
  color: rgba(255, 255, 255, 0.4);
}

.card_achievements .card__head h3 {
  color: #fff;
}

.achievement-item {
  border-radius: 4px;
  margin: 15px 0;
  text-align: center;
}

.achievement-item__icon i {
  background-color: #428bca;
  border-radius: 50%;
  color: #fff;
  font-size: 36px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  width: 80px;
}

.achievement-item__body {
  color: #fff;
  text-align: left;
}

.achievement-item__body div {
  font-weight: bold;
  font-size: 36px;
}

@media screen and (max-width: 767px){
  .card_achievements {
    padding: 45px 0;
  }

  .achievement-item__icon {
    text-align: right;
  }
}


/* BLOG */
.card_blog {
  background-color: #f8f8f8;
  padding: 80px 0;
}

.card_blog .entry-item {
  background-color: #fff;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.045);
  margin-bottom: 30px;
  padding: 15px;
}

.entry-item-wrapper {
  display: inline-block;
  float: none;
  letter-spacing: normal;
  vertical-align: top;
}

.card_blog .entry-item__title {
  border: 0 none;
  padding: 0;
}

.entry-item__title h3 a {
  color: #333;
}

.entry-item {
  margin-bottom: 60px;
}

.entry-item > .row {
  margin: 0 -7.5px;
}

.entry-item__right {
  float: right;
  padding: 0 7.5px;

}

.entry-item__left {
  float: left;
  padding: 0 7.5px;
}

.entry-item a:hover {
  color: #f0ad4e;
}

.entry-item__image {
    margin-bottom: 15px;
max-height: 400px;
    overflow: hidden;
}

.entry-item__image a {
  display: block;
}

.entry-item__image a:hover img {
  opacity: 0.85;
}

.entry-item__image img {
  border-radius: 2px;
  width: 100%;
}

.entry-item__title {
  border-bottom: 1px solid #f6f6f6;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.entry-item__title h2 a {
  color: #333;
}

.entry-item__author {
  color: #aaa;
  margin-top: 5px;
}

.entry-item__author li {
  display: inline-block;
  margin-right: 15px;
}

.entry-item__author i {
  margin-right: 5px;
}

.entry-item__author a {
  color: #aaa;
}

.entry-item__text .entryReadAll {
  display: none;
}

.entry-item__more {
  color: #aaa;
  display: block;
  font-size: 90%;
  font-weight: bold;
  margin: 15px 0;
  text-transform: uppercase;
}

.entry-item__deteils {
  border-bottom: 1px dotted #ddd;
  margin-bottom: 10px;
  padding-bottom: 10px;
  text-align: center;
}

.entry-item__deteils:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.entry-item__deteils a {
  color: #333;
}

.entry-item__deteils i {
  display: block;
  font-size: 36px;
  margin-bottom: 5px;
}

.entry-item__deteils span {
  font-size: 85%;
}

.entry-item__day {
  font-size: 36px;
  font-weight: bold;
}

.entry-item__month {
  font-size: 85%;
}

.entry-item__footer {
    border-top: 1px solid #f6f6f5;
    margin-top: 30px;
    padding-top: 30px;
}

.author {
  width: 320px;
}

.author__image {
    float: left;
    margin-right: 15px;
    width: 80px;
}

.author__image img {
  border-radius: 50%;
  width: 100%;
}

.author__body {
    overflow: hidden;
}

.author__body b {
  display: block;
  margin-bottom: 10px;
}

.author__name {
}

.author__name a {
  color: #333;
  font-weight: bold;
}

.author__description {
}

.author__articles {
  border-top: 1px solid #f6f6f6;
  margin-top: 10px;
  padding-top: 10px;
}

.solcial-share {
  margin-top: 25px;
  text-align: right;
}


.archiveDateTitle {
    padding-top: 30px;
}


@media screen and (max-width: 991px){
  .entry-item_homepage {
    margin: 30px 0 !important;
  }

  .solcial-share {
    border-top: 1px solid #f6f6f6;
    margin-top: 30px;
    padding-top: 30px;
    text-align: left;
  }

}

@media screen and (max-width: 767px){
  .card_blog {
    margin-bottom: 45px;
    padding: 45px 0;
  }

  .entry-item__left {
    display: none;
  }

.entry-item__title h2 {
  font-size: 24px;
}

  .author {
    width: 260px;
  }
}


/* BLOG EDIT PAGE */
.edtTypeMenu.fHelp a,
.edtTypeMenu.fHelp b {
  padding: 0 3px;
}

#blM32 > span {
  font-size: 100% !important;
}

#blM32 > span a {
  padding: 0 3px; 
}

#blM35 select,
#blM35 .jq-selectbox {
    margin: 5px 10px 5px 0;
}

.cke_editor_brief,
.cke_editor_message {
  margin-top: 15px !important;
}

.ucoz-editor-bottom > label {
  margin-right: 15px;
}

.editImgBlock {
 display: inline-block;
 margin: 8px !important;
 padding: 0;
 vertical-align: top;
 font-size: 12px;
}

#iplus .button {
 font-size: 16px;
 margin: 0px 0px;
 height: 34px;
 padding: 5px 10px;
 vertical-align: top;
 width: auto !important;
}

#iplus span {
 color: #999;
 margin: 4px 6px 0 14px;
 vertical-align: top;
 font-size: 15px !important;
}

div[id^="imblock"] span,
div[id^="imblock"] + span {
 color: #999;
 vertical-align: top;
 margin: 4px 6px 0 14px;
 display: inline-block;
 font-size: 15px !important;
}

span[id^="iCode"] {
  background-color: transparent !important;
  display: block !important;
  margin: 15px 0 30px !important;
  padding: 0 !important;
}

span.openednow[id*="iCode"] {
    margin-bottom: 30px !important;
}

span[id^="iCode"] input {
  background-color: #fff !important;
  border: 1px solid #ccc !important;
  color: #999 !important;
  font-size: 85% !important;
  margin: 0 5px !important;
  padding: 6px !important;
  width: auto !important;
}

div[id^="del_img"] {
 vertical-align: top !important;
 margin: 2px 5px;
}

label[for^="del_img"] {
 vertical-align: top;
 font-size: 85% !important;
}

label[for^="del_img"] + a {
 display: none;
}

span[id*="gbut"] {
    margin: 3px 15px !important;
}

.iPhotoPrev {
    max-height: 130px !important;
}

.jq-selectbox.codeButtons {
 margin: 5px 2px;
}

input.codeButtons {
 font-size: 14px !important;
 margin: 5px 2px !important;
 padding: 5px 15px !important;
 position: relative;
 text-transform: none;
 top: 1px;
 vertical-align: top;
 width: auto !important;
}

.uplgfile input[type="button"] {
 padding: 5px 15px;
 font-size: 16px;
}

#suggEdit {
  font-size: 15px !important;
}



/* PORTFOLIO EDIT PAGE */
.x-unselectable.u-combo {
  position: relative;
}

#uCatsMenu7 {
  left: 0 !important;
  top: 100% !important;
}

#phM4 > div,
#phM7 > div,
#mdM32 > span {
  font-size: 100% !important;
}

#phM4 > div {
  margin-top: 15px;
}

#phM7 {
  display: block;
  margin-bottom: 15px;
}

#phM4 a,
#mdM32 a {
  padding: 0 5px;
}

#newPhtBt {
    width: auto !important;
}

#phM301 {
    display: none;
}

.uploaderPhotosContainer {
  background-color: #f6f6f6 !important;
  border: medium none !important;
  border-radius: 4px;
  overflow: hidden !important;
  padding: 15px;
  width: 100% !important;
}

.emptyPlaceholder {
  background-color: #ddd !important;
  border: 5px dashed #bbb !important;
  border-radius: 4px;
  color: #333 !important;
  display: inline-block !important;
  font-size: 15px !important;
  height: 150px !important;
  left: 50% !important;
  margin-left: -152px;
  margin-top: -75px;
  padding: 15px !important;
  top: 50% !important;
}

.fileinput {
  margin-top: 30px;
}

.fakefile {
  display: none;
}

#flUpPhotosCount {
  color: #aaa;
  margin: 0 !important;
  top: -35px !important;
  width: auto !important;
}

#addPhtFrm fieldset {
  background-color: #f8f8f8;
  border: none;
  border-radius: 10px;
  padding: 30px !important;
}

#addPhtFrm legend {
  display: none;
}

#addPhtFrm .fHelp {
    color: #aaa;
    font-size: 85% !important;
}

/* FAQ EDIT PAGE */
@media screen and (max-width: 767px){
  .left-column--faq .manTd1, 
  .left-column--faq .manTd2 {
    display: block;
    width: 100%;
  }

}


/* CLIENTS */
.client-item {
  text-align: center;
}

.client-item img {
  width: 90%;
}

@media screen and (max-width: 767px){
  .card_clients {
      margin-bottom: 30px;
  }
}


/* LEFT COLUMN */
.left-column {
  background-color: #fff;
  border: 1px solid #f6f6f6;
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.025);
  padding: 30px;
}

@media screen and (max-width: 1199px){
  .left-column {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px){
  .left-column {
    padding: 15px !important;
  }
}

/* ENTRY LIST */
.entry-list__head {
  margin-bottom: 30px;
  text-align: right;
}

.entry-list__head--file {
  margin-bottom: 45px;
  text-align: left;
}

.entry-list__head h1 {
  margin: 0;
}

.entry-list__body--news div[id^="entryID"],
.entry-list__body--file div[id^="entryID"],
.entry-list__body--board div[id^="entryID"] {
  display: inline;
  letter-spacing: -0.3em;
}

.entry-list__sorting {
  text-align: right;
}

.entry-list__sorting .is-active {
  color: #aaa !important;
}

.entry-list__body .noEntry,
.entry-list__body .archiveNoEntry {
    letter-spacing: normal;
    padding: 80px 15px;
    text-align: center;
}


/* BANNER */
.banners {
  margin-bottom: 45px;
}

.banner {
  display: block;
  margin: 30px 0;
  position: relative;
}

.banner_1 {
  margin: 0 0 30px;
}

.banner_2,
.banner_3 {
  margin: 0;
}

.banner_4 {
  margin: 0 0 45px;
}

.banner__img-wrapper {
  background-color: rgba(0, 0, 0, 0.85);
  border-radius: 2px;
  overflow: hidden;
  position: relative;
}

.banner__img {
  background-size: cover;
  height: 100%;
  left: 0;
  opacity: 0.45;
  padding: 15px;
  position: absolute;
  top: 0;
  width: 100%;

  transition: all 0.8s ease 0s;
}

.banner:hover .banner__img {
  opacity: 0.85;
  transform: scale(1.05);
}

.banner__content-wrapper {
  display: table;
  left: 0;
  padding: 15px;
  position: absolute;
  top: 0;
  width: 100%;
}

.banner__content {
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  display: table-cell;
  padding: 15px;
  text-align: center;
  vertical-align: middle;
}

.banner_1 .banner__content,
.banner_4 .banner__content {
  padding-right: 40px !important;
  text-align: right;
}

.banner__name {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 5px;
  text-transform: uppercase;
}

@media screen and (max-width: 767px){
  .banner_2 {
    margin-bottom: 30px;
  }
}


/* GOODS LIST */
.goods-list__head {
  position: relative;
}

.goods-list__description {
    border-bottom: 1px dotted #ddd;
    margin-bottom: 30px;
    padding-bottom: 25px;
    overflow: hidden;
}

.goods-list__image {
  float: left;
  margin: 15px 15px 0 0;
}

.goods-list__image img {
  border-radius: 50%;
  width: 90px;
}

.goods-list__text {
  margin-top: 15px;
  overflow: hidden;
}


.goods-list__nav {
  position: absolute;
  top: 0;
  right: 0;
}

.goods-list__nav a {
  border: 1px solid #ddd;
  border-radius: 2px;
  color: #333;
  cursor: pointer;
  display: inline-block;
  height: 30px;
  line-height: 28px;
  margin-right: 5px;
  text-align: center;
  width: 30px;
}

.goods-list__nav a:hover {
  border: 1px solid;
}

.goods-list__nav a:last-child {
  margin: 0;
}

.goods-list__settings {
  margin-bottom: 30px;
}

.view-mode {
  border-right: 1px dotted #ddd; 
  display: inline-block; 
  margin-right: 15px; 
  padding-right: 20px; 
  position: relative;
}

.view-mode a {
  color: #ddd; 
  font-size: 18px;
}

.view-mode a:hover {
  color: #bbb !important;
} 

.view-mode a.active {
  color: #428bca !important;
  cursor: default;
}

.view-mode__grid {
  margin-right: 5px;
}

.goods-list__sorting {
  text-align: right;
}

.goods-list__sorting a {
  border-bottom: 1px dotted;
  color: #428bca !important;
}

.goods-list__sorting a.active {
  border: medium none;
  color: #aaa !important;
}

.goods-list__body {

}

.goods-list__body .empty {
  letter-spacing: normal;
  padding: 80px 0;
  text-align: center;
}

.goods-list__body .list-item {
  display: inline;
}

#goods_cont > h2 {
  font-size: 15px;
  font-weight: lighter;
  letter-spacing: normal;
  padding: 80px 15px;
  text-align: center;
}

#goods_cont > ul {
  display: none;
}


/* OWL LIST*/
.owl-list .goods-list__body {
  margin: 15px -15px 0;
}

.owl-items {
  overflow: hidden;
  transition: all 0.8s ease 0s;
}

.owl-items .col-md-4 {
  width: 100%;
}

.owl-buttons div {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  color: #fff;
  font-size: 18px;
  height: 40px;
  line-height: 40px;
  margin-top: -20px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 40px;

  transition: all 0.4s ease 0s;
}

.owl-buttons div:hover {
  background-color: rgba(0, 0, 0, 0.75);
}

.owl-prev {
  left: -46px;
  opacity: 0;
  visibility: hidden;
}

.owl-next {
  right: -46px;
  opacity: 0;
  visibility: hidden;
}

.owl-items:hover .owl-prev {
  left: 30px;
  opacity: 1;
  visibility: visible;
}

.owl-items:hover .owl-next {
  right: 30px;
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 991px){
  .goods-list__sorting {
    border-top: 1px dotted #e1e1e1;
    margin-top: 15px;
    padding-top: 15px;
    text-align: left;
  }
}

@media screen and (max-width: 767px){
  .goods-list__image {
    display: none;
  }

  .goods-list__nav {
    position: relative;
    margin-bottom: 30px;
  }
}


/* SHOP SLIDER */
.shop-slider {
  border: 10px solid #fff;
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.024);
  margin: -15px 0 60px;
  position: relative;
}

.shop-slider .item img {
  width: 100%;
}

.shop-slider .owl-pagination {
  bottom: 0;
  left: 0;
  padding: 15px;
  position: absolute;
}

.shop-slider .owl-page {
  display: inline-block;
  margin: 5px;
}

.shop-slider .owl-page span {
  border: 4px solid #fff;
  border-radius: 50%;
  display: block;
  height: 20px;
  width: 20px;
}

.shop-slider .owl-page.active span {
  background-color: #428bca;
}


.shop-slider .owl-buttons {
  bottom: 0;
  padding: 15px;
  position: absolute;
  right: 0;
}

.shop-slider .owl-buttons div {
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.6);
  border-radius: 2px;
  display: inline-block;
  height: 30px;
  line-height: 26px;
  margin: 5px;
  opacity: 1;
  position: static;
  visibility: visible;
  width: 30px;
}

.shop-slider .owl-buttons div:hover {
  border: 2px solid rgba(255, 255, 255, 1);
  color: #fff;
}


.item-caption {
  margin-top: -75px;
  position: absolute;
  top: 50%;
  width: 375px;
}

.item-caption--left {
  left: 10%;
  text-align: right;
}

.item-caption--right {
  right: 10%;
  text-align: left;
}

.item-caption__top {
  background-color: #428bca;
  color: #fff;
  display: inline-block;
  font-size: 30px;
  font-weight: bold;
  padding: 7.5px 15px;
  text-transform: uppercase;
}

.item-caption__bottom {
  background-color: #332532;
  color: #fff;
  display: inline-block;
  font-size: 30px;
  padding: 7.5px 15px;
  text-transform: uppercase;
}


@media screen and (max-width: 1199px){
  .shop-slider {
    display: none !important;
  }
}


/* PAGINATION */
.pagination {
  margin: 15px 0;
  text-align: center;
}

.pagination .shop-page-wrap {
    margin: 0 !important;
}

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

.pgSwchA,
.swchItemA,
.swchItemA1 {
  border: 1px solid;
  border-radius: 50%;
  color: #428bca;
  display: inline-block;
  height: 40px;
  line-height: 38px;
  margin-right: 5px;
  text-align: center;
  width: 40px;
}

.pgSwch,
.swchItem,
.swchItem1 {
  border: 1px solid;
  border-radius: 50%;
  color: #bbb;
  display: inline-block;
  height: 40px;
  line-height: 38px;
  margin-right: 5px;
  text-align: center;
  width: 40px;
}

.pgSwch:hover,
.swchItem:hover,
.swchItem1:hover {
  color: #777 !important;
}

.shop-page-wrap {
    margin-top: 30px;
    text-align: center;
}


/* GOODS */
.goods-wrapper {
  display: inline-block;
  float: none;
  letter-spacing: normal;
  vertical-align: top;
}

.goods {
  display: inline-block;
  float: none;
  margin-bottom: 50px;
  vertical-align: top;
  width: 100%;
}

.goods__img {
  border: 1px solid #f6f6f6;
  overflow: hidden;
  position: relative;
width: 260px;
height: 330px;
}

.goods__img img {
  max-width: 260px;

}

.goods__img-effect {
  left: 0;
  position: absolute;
  top: 0;
  opacity: 0;
  width: 100%;

  transition: all 0.4s ease 0s;
}

.goods__img:hover .goods__img-effect {
  opacity: 1;
}

.goods__badges {
  position: absolute;
  right: 15px;
  text-align: right;
  top: 15px;
  width: 100px;
  z-index: 2;
}

.goods__badge {
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  font-size: 70%;
  font-weight: normal;
  margin-bottom: 5px;
  padding: 8px;
  text-align: center;
  text-transform: uppercase;
  z-index: 1;
}

.goods__top-sales {
  background-color: #ffa500;
}

.goods__discount {
  background-color: #d73d32;
}

.goods__novelty {
  background-color: #5cb85c;
}

.goods__service {
  left: auto;
  margin: -23px 0;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}

.goods__img:hover i {
  opacity: 1;
  transform: translate3d(0px, 0px, 0px) rotate(0deg);
}

.goods__img:hover .goods__preview i {
  transition-delay: 0.05s;
}

.goods__img:hover .basket i {
  transition-delay: 0.15s;
}

.goods__img:hover .wish i {
  transition-delay: 0.25s;
}

.goods__service i {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  height: 46px;
  line-height: 46px;
  margin: 0 5px;
  opacity: 0;
  text-align: center;
  width: 46px;

  transform: translate3d(0px, 30px, 0px) rotate(45deg);
  transition: all 0.4s ease 0s;
}

.goods__service i:hover {
  background-color: rgba(0, 0, 0, 0.75);
}

.goods__service .basket,
.goods__service .wish {
  display: inline-block;
}

.goods__service .basket.done i,
.goods__service .wish.wdel i {
  background-color: #5cb85c;
}

.goods__body {
  margin-top: 15px;
}

.goods__name {
  text-align: center;

}

.goods__name a {
color: #000;
    font-weight: 400;
    font-size: 1.1em;
}

.goods__name a:hover {
  color: orange;
}

.goods__brief {
  display: none;
  margin: 10px 0;
}

.goods__rating {
  text-align: center;
  margin: 15px 0;
}

.goods__rating .u-star-rating-20 {
  left: 50%;
  margin-left: -50px !important;
  position: relative;
}

.goods__price {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.goods__price s {
  color: #aaa;
  display: block;
  font-size: 75%;
  font-weight: normal;
}

.goods__list-mode {
  display: none;
}

@media screen and (max-width: 767px) {
  .goods-wrapper {
    width: 100%;
  }
}


/* VIEW MODE */
.list-mode .goods__list-mode {
  display: block;
}

.list-mode .goods-wrapper {
  width: 100%;
}

.list-mode .goods__img {
  float: left;
  width: 33.33%;
}

.list-mode .goods__body {
  float: left;
  margin: 0;
  padding-left: 30px;
  position: relative;
  width: 66.5%;
}

.list-mode .goods__name {
  border-bottom: 1px dotted #ddd;
  margin-bottom: 15px;
  padding: 0 115px 15px 0;
  text-align: left;
}

.list-mode .goods__rating {
  margin: 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 0;
}

.list-mode .goods__rating .u-star-rating-20 {
  left: 0;
  margin-left: 0 !important;
}

.list-mode .goods__price {
  border-bottom: 1px dotted #ddd;
  margin-bottom: 15px;
  padding-bottom: 15px;
  text-align: left;
}

.list-mode .goods__price s {
  display: inline-flex;
  margin-left: 5px;
}

.list-mode .goods__text {
  border-bottom: 1px dotted #ddd;
  margin-bottom: 15px;
  padding-bottom: 15px;
  text-align: left;
}

.list-item .single-goods__options {
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.list-mode .single-goods__to-cart {
  text-align: left;
}

@media screen and (max-width: 991px) {
  .list-mode .goods__img {
    width: 41.65%;
  }

  .list-mode .goods__body {
    width: 58%; 
  }
}

@media screen and (max-width: 767px) {
  .list-mode .goods__img {
    margin: 0;
    width: 100%;
  }

  .list-mode .goods__body {
    float: left;
    margin-top: 30px;
    padding: 0;
    width: 100%;
  }

  .list-mode .single-goods__to-cart {
    display: block;
  } 
}



/* BREADCRUMBS */
.breadcrumbs {
  color: rgba(0, 0, 0, 0.7);
  margin: -15px 0 45px;
  text-align: center;
  text-shadow: 1px 1px 1px #fff;
}

.breadcrumbs span {
  padding: 0 10px;
}

.breadcrumbs span:first-child {
  padding-left: 0;
}

.breadcrumbs a {
  color: rgba(0, 0, 0, 0.7);
}

.breadcrumbs a:hover {
  color: orange;
}

@media screen and (max-width: 767px){
  .breadcrumbs {
    display: none;
  }
}


/* SHOP ADVENTAGES */
.shop-adventages {
  margin: -15px 0 15px;
}

.shop-advantages-item {
  background-color: #fff;
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.025);
  color: #333;
  display: block;
  margin-bottom: 30px;
  padding: 30px;
  position: relative;

  transition: all 0.8s ease 0s;
}

.shop-advantages-item:hover {
  color: #333 !important;
  transform: scale(1.05);
}

.shop-advantages-item > i {
  color: #eee;
  font-size: 24px;
  position: absolute;
  right: 15px;
  top: 15px;

  transition: all 0.8s ease 0s;
}

.shop-advantages-item:hover > i {
  color: #428bca;
}

.shop-advantages-item__icon {
  text-align: center;
}

.shop-advantages-item__icon i {
  font-size: 64px;
}

.shop-advantages-item__body h3 {  
  margin-bottom: 5px;
}

.shop-advantages-item__body p {
  color: #aaa;
  font-size: 85%;
}

@media screen and (max-width: 1199px){
  .shop-adventages {
    display: none;
  }
}


/* SINGLE GOODS */
/* SINGLE GOODS LEFT */
.single-goods__left {
  border: 1px solid #eee;
  padding: 15px;
}

.single-goods__image {
  overflow: hidden;
  position: relative;
}

.single-goods__image .active {
  border: 1px solid;
  border-radius: 4px;
  display: inline-block;
  transition: none 0s ease 0s;
}

.single-goods__image img {
  border-radius: 4px;
  height: auto !important;
  width: 100% !important;
}

.single-goods__thumbnails {
  margin: 20px -15px 0;
}

.single-goods__thumbnails .owl-item {
  padding: 0 15px;
}

.zoomWindow {
  z-index: 1 !important;
}


/* SINGLE GOODS RIGHT */
/* SINGLE GOODS TOP */
.single-goods__title {

  font-size: 30px;
  font-weight: bold;
  margin: 0 0 15px;
}

.single-goods__info {
}

.single-goods__info dl {
    margin: 0;
    padding: 10px 15px;
    overflow: hidden;
}

.single-goods__info dl:nth-child(2n) {
  background-color: #f8f8f8;
}

.single-goods__info dt {
    font-weight: normal;
    width: 30%;
    float: left;
}

.single-goods__info dd {
    float: left;
    width: 70%;
}

.single-goods__rating a {
  transition: none;
}


/* SINGLE GOODS MIDDLE */
.single-goods__middle {
  margin: 30px 0;
  padding: 46px 0;
  position: relative;
}

.single-goods__middle::before {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjFBRkY2QzBDMzI5MTExRTY4NTU2QzZFNzg1NUNEMTZDIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjFBRkY2QzBEMzI5MTExRTY4NTU2QzZFNzg1NUNEMTZDIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MUFGRjZDMEEzMjkxMTFFNjg1NTZDNkU3ODU1Q0QxNkMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MUFGRjZDMEIzMjkxMTFFNjg1NTZDNkU3ODU1Q0QxNkMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6JpRU5AAAAg0lEQVR42mL8//8/AyWAcRgY8P79exCtCsQdQOwCFd8DxBVAfFtAQICgAepA+gQQo6v8AMQWQANu4jOACYjbsGhmgIq1EeOFj0CaD4f8F6ALeAm5gCLABA0wXGAXMV7QANLHcQSiJdALNwi5AKTAAojXAfFnKF4HFbsxEpIypQYABBgAyiM29eFxKh8AAAAASUVORK5CYII=");
  content: "";
  height: 16px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}


.single-goods__middle::after {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjFBRkY2QzBDMzI5MTExRTY4NTU2QzZFNzg1NUNEMTZDIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjFBRkY2QzBEMzI5MTExRTY4NTU2QzZFNzg1NUNEMTZDIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MUFGRjZDMEEzMjkxMTFFNjg1NTZDNkU3ODU1Q0QxNkMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MUFGRjZDMEIzMjkxMTFFNjg1NTZDNkU3ODU1Q0QxNkMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6JpRU5AAAAg0lEQVR42mL8//8/AyWAcRgY8P79exCtCsQdQOwCFd8DxBVAfFtAQICgAepA+gQQo6v8AMQWQANu4jOACYjbsGhmgIq1EeOFj0CaD4f8F6ALeAm5gCLABA0wXGAXMV7QANLHcQSiJdALNwi5AKTAAojXAfFnKF4HFbsxEpIypQYABBgAyiM29eFxKh8AAAAASUVORK5CYII=");
  bottom: 0;
  content: "";
  height: 16px;
  left: 0;
  position: absolute;
  width: 100%;
}


/* SINGLE GOODS OPTIONS */
.single-goods__options {
  border-bottom: 1px dotted #ddd;
  padding-bottom: 25px;
  margin-bottom: 15px;
}

.single-goods__options .shop-options > li {
  display: inline-block;
  margin: 0 15px 0 0;
}

.single-goods__options .shop-options > li:last-child {
  margin: 0;
}

.single-goods__options .val {
  display: block;
  margin-top: 5px;
}

.single-goods__options .jq-selectbox__select {
    border-radius: 2px;
}

.single-goods__options label {
    margin: 0 15px 7.5px 0;
}

/* SINGLE GOODS PRICE */
.single-goods__price {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
}

.single-goods__old-price {
  color: #aaa;
  font-size: 14px;
  font-weight: normal;
}

.single-goods__old-price span {
  border-bottom: 1px dotted;
}


/* SINGLE GOODS BUY-NOW BUTTON */
.single-goods__buy-now .basket {
  background-color: #5cb85c;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  height: 46px;
  vertical-align: top;
  width: 160px;

  transition: all 0.8s ease 0s;
}

.single-goods__buy-now .basket:hover {
  background-color: #449d44;
}

.single-goods__buy-now .basket::after {
  content: "Купить сейчас";
  display: block;
  line-height: 46px;
  text-align: center;
}

.single-goods__buy-now button {
  border-radius: 0 2px 2px 0;
  height: 46px;
  margin: 0 0 0 -3px;
  vertical-align: top;
}


/* SINGLE GOODS TO-CART BUTTON */
.single-goods__to-cart {
  text-align: right;
}

.single-goods__to-cart input {
  box-shadow: none;
  font-size: 18px;
  vertical-align: top;
}

.single-goods__to-cart input[type="text"] {
  border-color: #ddd;
  height: 46px;
  margin: 0;
  padding: 10px;
  text-align: center;
  width: 60px;
}

.single-goods__to-cart input[type="button"] {
  border-radius: 2px 0 0 2px;
  height: 46px;
  margin: 0;
  width: 120px;
}

.single-goods__amount {
  display: inline-block;
  margin-left: -5px;
  margin-right: 15px;
  width: 30px;
}

.single-goods__minus, 
.single-goods__plus {
  background: linear-gradient(to bottom,#fff,#eaeaea); 
  border: 1px solid #ddd; 
  color: #888; 
  cursor: pointer; 
  display: block; 
  font-size: 11px; 
  width: 30px; 
  height: 23px; 
  line-height: 23px; 
  text-align: center; 
  vertical-align: top;
}

.single-goods__minus:hover, 
.single-goods__plus:hover {
  background: linear-gradient(to bottom,#f8f8f8 10%,#e6e6e6 90%); 
  color: #555;
}

.single-goods__plus {
  border-radius: 0 2px 0 0;
  height: 24px;
  margin-bottom: -1px;
}

.single-goods__minus{
  border-radius: 0 0 2px 0;
}

/* SINGLE GOODS WISH BUTTON */
.single-goods__to-cart .wish {
  background-color: #428bca;
  border-left: 1px solid #fff;
  border-radius: 0 2px 2px 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  height: 46px;
  line-height: 46px;
  margin-left: -4px;
  text-align: center;
  vertical-align: top;
  width: 50px;

  transition: all 0.8s ease 0s;
}

.single-goods__to-cart .wish.wadd::before {
  content: "\f08a";
  font-family: FontAwesome;
}

.single-goods__to-cart .wish.wdel::before {
  content: "\f004";
  font-family: FontAwesome;
}

.single-goods__to-cart .wish:hover {
  box-shadow: 0 0 100px rgba(0,0,0,0.1) inset;
}


/* SINGLE GOODS BOTTOM */
.single-goods__payment-methods {
  border-top: 1px solid #f6f6f6;
  margin-top: 30px;
  padding-top: 30px;
}

.single-goods__payment-methods .lead {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.single-goods__contact ul {
  font-size: 18px;
}

.single-goods__contact .lead {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.single-goods__phones i, 
.single-goods__message i {
  color: #428bca;
  float: left;
  font-size: 52px;
  margin-right: 15px;
}

.single-goods__tabs {
    margin-top: 45px;
}

.single-goods__tabs .right-column {
    margin-top: 43px;
}

.tabs {
  margin-bottom: 30px; 
}

.tabs__nav {
  padding: 0 20px;
  margin: 0;
}

.tabs__nav li {
  display: inline-block;
  margin-right: 25px;
}

.tabs__nav a {
  border-bottom: 1px solid #eee;
  color: #aaa;
  font-size: 16px;
  display: block;
  padding: 10px 0;
}

.tabs__nav a:hover {
  color: #777 !important;
}

.tabs__nav .active a {
  border-bottom: 1px solid;
  color: #000;
}

.tabs__nav i {
  margin-right: 5px;
}

.tabs__nav small {
  background-color: #eee;
  border-radius: 8px;
  color: #999;
  display: inline-block;
  height: 20px;
  line-height: 20px;
  margin-left: 5px;
  min-width: 25px;
  text-align: center;
}

.tabs__body {
  background-color: #fff;
  border: 1px solid #eee;
  box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.025);
  margin-top: -1px;
  padding: 30px;
}

.tab-pane {
  display: none;
}

.tab-pane.active {
  display: block;
}

.tabs__specifications dl {
  margin: 0;
  overflow: hidden;
  padding: 15px;
}

.tabs__specifications dl:nth-child(2n) {
    background-color: #f8f8f8;
}

.tabs__specifications dt, 
.tabs__specifications dd {
  display: inline-block;
}

.tabs__specifications dt {
  float: left;
  font-weight: normal;
  width: 45%;
}

.tabs__specifications dd {
    float: left;
    width: 55%;
}

@media screen and (max-width: 1199px){
  .single-goods__phones {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 991px){
  .single-goods__left { 
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px){
  .single-goods__left {
    border:  none;
    padding: 0;
  }

  .single-goods__right {
    padding: 0;
  }

  .single-goods__info dt {
    width: 100%;
    float: none;
}

.single-goods__info dd {
    float: none;
    width: 100%;
}

  .single-goods__options .shop-options > li {
    display: block;
    margin: 0 0 15px;
  }

  .single-goods__buy-now {
    margin-bottom: 15px;
  }

  .single-goods__to-cart {
    text-align: left;
  }

  .single-goods__to-cart input[type="text"] {
    width: 55px;
  }

  .single-goods__amount {
    margin-right: 10px; 
  }

  .single-goods__to-cart .wish {
    width: 46px;
  }

  .single-goods__payment-methods {
    display: none;
  }

  .single-goods__phones i, 
  .single-goods__message i {
    font-size: 44px;
  }

  .single-goods__contact ul {
    font-size: 15px;
  }

  .tabs__body {
    padding: 15px;
  }

  .tabs__specifications dt,
  .tabs__specifications dd {
    width: 100%;
  }

}


/* SHOP EDIT PAGE */
#cat-add-styler {
  margin-top: 15px;
  min-height: 200px;
  min-width: 200px;
}

#cat-add-styler > ul {
  min-height: 200px;
}

#cont-shop-add #tb_category .manTdSep,
#cont-shop-edit #tb_category .manTdSep {
  display: none;
}


#image-list {
  height: 260px !important;
  margin: 15px -5px;
  position: relative;
  width: 100%;
}

#image-list img {
  width: 100%;
}

#image-list .belt { 
  position: absolute;
  left: 0; 
  top: 0; 
}

#image-list .panel {
  width: 25% !important;
  height: 260px !important;
  padding: 0 5px;
  margin: 0; 
  float: left; 
  overflow: hidden; 
}

#image-list .inner { 
  border: 1px solid #e1e1e1;
  width: 100% !important;
  height: 250px !important;
  overflow: hidden;
  position: relative;
  border-radius: 2px;
}

#image-list .inner p {
  margin-top: 100px !important;
}

#image-list .inner div { 
  position: absolute; 
  width: 16px; 
  height: 16px; 
  cursor: pointer; 
  top: 4px; 
  overflow: hidden; 
}

#image-list .inner div.edt { 
  right: 24px; 
  background: transparent url(/.s/img/icon/edt.png) no-repeat 0 0;
}

#image-list .inner div.del { right:2px; background:transparent url(/.s/img/icon/del.png) no-repeat 0 0; }
#image-list .inner input { margin-top:-100px; margin-left:-550px; -moz-opacity:0; filter: alpha(opacity=0); opacity:0; font-size:200px; height:250px; cursor:pointer; }
#image-list .inner span#add_img { cursor: pointer; display: block; width: 160px; height: 160px; position: absolute; left: 0; top: 0; }
#image-list .wait { background:url(/.s/img/wd/1/ajax.gif) no-repeat center center; }
#image-list #gimage-wrap input{max-width: none; position: absolute; top: 0; right: 0; margin: 0;}
#image-list #gimage-add input{max-width: none; position: absolute; top: 0; right: 0; margin: 0;}

#img-help {
  color: #aaa;
  font-size: 85% !important;
  padding: 0 !important;
}

#tb-user span {
  font-size: 100% !important;
}

#tb-user a {
    padding: 0 5px;
}

#goods-options-list table th,
#goods-options-list table td {
  border-color: #aaa !important;
  font-size: 100% !important;
  padding: 10px;
}

#goods-options-list table #options-vals,
#goods-options-list table td.opt_sel,
#goods-options-list table th.opt_sel {
  border-color: #aaa !important;
  font-size: 100% !important;
  padding: 10px;
}

#goods-options-list input[type="text"] {
  font-size: 85% !important;
  margin: 0;
  width: 60px;
}

.tb_gtype td {
  padding-top: 15px;
}


/* SHOP EDIT STOCK */
#cont-shop-stock hr {
    display: none;
}

#setAdd + hr {
    display: block;
}

#setAdd .gTableSubTop {
  font-size: 18px;
  font-weight: normal;
  padding-bottom: 15px;
}

#setsList {
    margin: 30px 0;
}

#setsList .gTableSubTop {
    font-weight: normal;
}

#setsList td {
  border: 1px solid #eee;
  padding: 15px;
}

#setsList input {
  margin: 0;
}

#setsList .setItem .postRest2:last-child {
  text-align: center;
}


/* SINGLE PORTFOLIO */
.single-portfolio {
}

.single-portfolio__left {
  position: relative;
}

.single-portfolio__image {
  width: 100%;
}

.single-portfolio__resize {
  position: absolute;
  left: 15px;
  top: 15px;
}

.single-portfolio__resize li {
  display: inline-block;
}

.single-portfolio__resize a {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  height: 46px;
  line-height: 46px;
  margin: 0 5px;
  text-align: center;
  width: 46px;
}

.single-portfolio__resize a:hover {
  background-color: rgba(0, 0, 0, 0.75);
  color: #fff !important;
}

.single-portfolio__name {
  font-size: 30px;
  font-weight: bold;
  margin: 0;
  text-transform: uppercase;
}

.single-portfolio__details {
  border-bottom: 1px solid #eee;
  color: #aaa;
  margin: 5px 0 15px;
  padding-bottom: 15px;
}

.single-portfolio__details li {
  display: inline-block;
  margin-right: 15px;
}

.single-portfolio__details a {
    color: #aaa;
}

.single-portfolio__switches {
  border-top: 1px solid #eee;
  margin: 15px 0;
  padding-top: 30px;
  text-align: center;
}

.single-portfolio__switches a {
  border: 1px solid #ddd;
  border-radius: 2px;
  color: #333;
  display: inline-block;
  height: 30px;
  line-height: 28px;
  margin: 0 2px;
  text-align: center;
  width: 30px;
}

.single-portfolio__switches a:hover {
  border: 1px solid;
}

@media screen and (max-width: 1199px){
  .single-portfolio__left {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px){
  .typography img {
    width: 100% !important;
  }
}


/* TYPOGRAPHY */
.typography {
  font-size: 16px;
  line-height: 1.55;
}

.typography h1, 
.typography h2, 
.typography h3, 
.typography h4, 
.typography h5, 
.typography h6 {
  margin: 30px 0 15px;
}

.typography p {
  margin-bottom: 15px;
}

.typography ul {
  margin: 20px 0 45px 30px;
}

.typography li {
  list-style-type: square;
  margin-bottom: 15px;
}

.typography iframe, 
.typography object, 
.typography embed { 
  margin-bottom: 20px;
  padding: 10px;
  width: 100%;
}

.typography blockquote {
  font-size: 21px;
  font-style: italic;
  font-weight: normal;
  margin: 45px 0;
  padding: 30px;
  position: relative;
  text-align: center;
}

.typography blockquote::before {
  background-color: #333;
  content: "";
  display: block;
  height: 1px;
  left: 50%;
  margin-left: -30px;
  position: absolute;
  top: 0;
  width: 60px;
}

.typography blockquote::after {
  background-color: #333;
  content: "";
  display: block;
  height: 1px;
  left: 50%;
  margin-left: -30px;
  position: absolute;
  top: 100%;
  width: 60px;
}


.image-item {
  border-radius: 2px;
  margin: 30px 0;
  overflow: hidden;
  position: relative;
  text-align: center;
}

.image-item::after {

  bottom: 0;
  content: "";
  height: 90px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}

.image-item__caption {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  bottom: 0;
  color: rgba(255, 255, 255, 0.75);
  font-size: 85%;
  left: 0;
  margin-top: 15px;
  padding: 15px;
  position: absolute;
  text-align: left;
  transition: all 0.4s ease 0s;
  width: 100%;
  z-index: 2;
}

.image-item:hover .image-item__caption {
  padding-bottom: 20px;
}

.image-item i {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  height: 40px;
  line-height: 40px;
  opacity: 0.45;
  position: absolute;
  right: 15px;
  text-align: center;
  top: 15px;
  transition: all 0.4s ease 0s;
  width: 40px;
}

.image-item:hover i {
  opacity: 1;
}

.image-item img {
  max-width: 100%;
}


/* FILE */
.file-item-wrapper {
  display: inline-block;
  float: none;
  letter-spacing: normal;
  vertical-align: top;
}

.file-item {
  border-bottom: 1px solid #eee;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.file-item__image {
  float: left;
  margin-right: 15px;
  position: relative;
}

.file-item__img {
  background-size: cover;
  border-radius: 2px;
  height: 80px;
  width: 80px;
  transition: all 0.4s ease 0s;
}

.file-item__img:hover {
  opacity: 0.85;
}

.file-item__download {
  background-color: #428bca;
  border: 5px solid #fff;
  border-radius: 50%;
  color: #fff;
  display: block;
  font-size: 24px;
  height: 55px;
  left: -15px;
  line-height: 45px;
  position: absolute;
  text-align: center;
  top: -15px;
  width: 55px;
}

.file-item__download:hover {
  color: #fff !important;
}

.file-item__body {
  overflow: hidden;
}

.file-item__title {
  margin-bottom: 6px;
  position: relative;
  top: -3px;
}

.file-item__title a {
  color: #333;
}

.file-item__details li {
  display: inline-block;
  margin-right: 15px;
}

.file-item__details,
.file-item__details a {
  color: #aaa;
}


/* SINGLE FILE */
.single-file {
  margin-bottom: 45px;
}

.single-file__head {
  margin-bottom: 22.5px;
  padding-bottom: 46px;
  position: relative;
}

.single-file__head::after {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjFBRkY2QzBDMzI5MTExRTY4NTU2QzZFNzg1NUNEMTZDIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjFBRkY2QzBEMzI5MTExRTY4NTU2QzZFNzg1NUNEMTZDIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MUFGRjZDMEEzMjkxMTFFNjg1NTZDNkU3ODU1Q0QxNkMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MUFGRjZDMEIzMjkxMTFFNjg1NTZDNkU3ODU1Q0QxNkMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6JpRU5AAAAg0lEQVR42mL8//8/AyWAcRgY8P79exCtCsQdQOwCFd8DxBVAfFtAQICgAepA+gQQo6v8AMQWQANu4jOACYjbsGhmgIq1EeOFj0CaD4f8F6ALeAm5gCLABA0wXGAXMV7QANLHcQSiJdALNwi5AKTAAojXAfFnKF4HFbsxEpIypQYABBgAyiM29eFxKh8AAAAASUVORK5CYII=");
  bottom: 0;
  content: "";
  height: 16px;
  left: 0;
  position: absolute;
  width: 100%;
}

.single-file__img {
  background-size: cover;
  border-radius: 2px;
  height: 180px;
  width: 100%;
}

.single-file__title {
  margin-bottom: 15px;
}

.single-file__buttons li {
  color: #aaa;
  display: inline-block;
  font-size: 85%;
  margin-right: 15px;
  text-align: right;
}

.single-file__buttons a {
  display: block;
}

.single-file__details {
  color: #aaa;
  border-left: 1px solid #eee;
  padding-left: 15px;
}

.single-file__details a {
  color: #aaa;
}

.single-file__details li {
  margin-bottom: 7.5px;
}

.single-file__details li:last-child {
  margin: 0;
}

.single-file__rating {
  margin-bottom: 15px !important;
}

.single-file__rating a {
  transition: none;
}

.single-file__footer {
  border-top: 1px solid #f6f6f5;
  margin-top: 30px;
  padding-top: 30px;
}


@media screen and (max-width: 991px){
  .single-file__img {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 767px){
  .single-file__buttons li {
    margin-bottom: 15px;
    text-align: left;
  }

  .single-file__details {
    border-left: medium none;
    border-top: 1px solid #eee;
    padding: 15px 0 0;
  }
}


/* TESTS */
.entry-list--tests .eTitle {
    margin-bottom: 5px;
}

.entry-list--tests form .eTitle {
    margin-bottom: 20px;
}

.entry-list--tests .eTitle,
.entry-list--tests .eTitle a {
    font-size: 24px;
    color: #333;
    font-weight: normal;
}

.entry-list--tests legend {
    background-color: #fff;
    padding: 0 15px;
}


/* FAQ */
.fastLink {
  margin-bottom: 15px;
}

.fastLink a {
  border-bottom: 1px dotted;
}

.fastLinksHr {
  border: 0 none;
  margin: 15px 0 30px;
  padding-bottom: 46px;
  position: relative;
}

.fastLinksHr::after {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjFBRkY2QzBDMzI5MTExRTY4NTU2QzZFNzg1NUNEMTZDIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjFBRkY2QzBEMzI5MTExRTY4NTU2QzZFNzg1NUNEMTZDIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MUFGRjZDMEEzMjkxMTFFNjg1NTZDNkU3ODU1Q0QxNkMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MUFGRjZDMEIzMjkxMTFFNjg1NTZDNkU3ODU1Q0QxNkMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6JpRU5AAAAg0lEQVR42mL8//8/AyWAcRgY8P79exCtCsQdQOwCFd8DxBVAfFtAQICgAepA+gQQo6v8AMQWQANu4jOACYjbsGhmgIq1EeOFj0CaD4f8F6ALeAm5gCLABA0wXGAXMV7QANLHcQSiJdALNwi5AKTAAojXAfFnKF4HFbsxEpIypQYABBgAyiM29eFxKh8AAAAASUVORK5CYII=");
  bottom: 0;
  content: "";
  height: 16px;
  left: 0;
  position: absolute;
  width: 100%;
}

.faq-item {
  margin-bottom: 45px;
}

.faq-item__title > a {
  color: #333;
  font-size: 24px;
  font-weight: normal;
}

.faq-item__details {
  margin: 5px 0 30px;
}

.faq-item__rating a {
  transition: none;
}

.faq-item__answer {
  background-color: #eef9fe;
  border-radius: 2px;
  font-style: italic;
  padding: 15px;
  position: relative;
}

.faq-item__answer::after {
  border-color: #fff #fff #eef9fe;
  border-style: solid;
  border-width: 10px;
  content: "";
  height: 10px;
  left: 60px;
  position: absolute;
  top: -20px;
  width: 10px;
}

@media screen and (max-width: 767px){
  .faq-item__rating {
    float: none !important;
    margin-top: 5px;
  }
}


/* GUEST BOOK */
.csTop {
  padding-bottom: 30px !important;
  text-align: right;
}

.csTop #pagesBlock1 {
  display: none;
}


/* CONTACT PAGE */
.cp-map {
    margin: -30px -30px 45px;
}

.cp-info {
    margin-bottom: 45px;
    padding-bottom: 61px;
    position: relative;
}

.cp-info::after {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjFBRkY2QzBDMzI5MTExRTY4NTU2QzZFNzg1NUNEMTZDIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjFBRkY2QzBEMzI5MTExRTY4NTU2QzZFNzg1NUNEMTZDIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MUFGRjZDMEEzMjkxMTFFNjg1NTZDNkU3ODU1Q0QxNkMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MUFGRjZDMEIzMjkxMTFFNjg1NTZDNkU3ODU1Q0QxNkMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6JpRU5AAAAg0lEQVR42mL8//8/AyWAcRgY8P79exCtCsQdQOwCFd8DxBVAfFtAQICgAepA+gQQo6v8AMQWQANu4jOACYjbsGhmgIq1EeOFj0CaD4f8F6ALeAm5gCLABA0wXGAXMV7QANLHcQSiJdALNwi5AKTAAojXAfFnKF4HFbsxEpIypQYABBgAyiM29eFxKh8AAAAASUVORK5CYII=");
  bottom: 0;
  content: "";
  height: 16px;
  left: 0;
  position: absolute;
  width: 100%;
}

.cp-info__item > i {
    float: left;
    font-size: 24px;
    margin: 5px 10px 0 0;
}

.cp-info__body {
    overflow: hidden;
}

.cp-info__body a {
    color: #333;
}

.cp-info__title {
    margin-bottom: 5px;
}

.cp-desc {
    margin-top: 25px;
}

.cp-desc p {
  margin-bottom: 15px;
}

.social-buttons_contact-page {
    margin: 32px 0 0;
}

.social-buttons_contact-page a {
  font-size: 18px;
  height: 46px;
  line-height: 46px;
  width: 46px;
}

.social-buttons_contact-page a:hover {
  background-color: #eee;
}


.cp-form__policy {
    margin-bottom: 30px;
}

.cp-form__policy a {
    color: #333;
    vertical-align: middle;
}


@media screen and (max-width: 991px){
  .cp-info__item {
    margin-bottom: 30px;
  }

  .cp-form {
    margin-bottom: 45px;
    padding-bottom: 61px;
    position: relative;
  }

  .cp-form::after {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjFBRkY2QzBDMzI5MTExRTY4NTU2QzZFNzg1NUNEMTZDIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjFBRkY2QzBEMzI5MTExRTY4NTU2QzZFNzg1NUNEMTZDIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MUFGRjZDMEEzMjkxMTFFNjg1NTZDNkU3ODU1Q0QxNkMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MUFGRjZDMEIzMjkxMTFFNjg1NTZDNkU3ODU1Q0QxNkMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6JpRU5AAAAg0lEQVR42mL8//8/AyWAcRgY8P79exCtCsQdQOwCFd8DxBVAfFtAQICgAepA+gQQo6v8AMQWQANu4jOACYjbsGhmgIq1EeOFj0CaD4f8F6ALeAm5gCLABA0wXGAXMV7QANLHcQSiJdALNwi5AKTAAojXAfFnKF4HFbsxEpIypQYABBgAyiM29eFxKh8AAAAASUVORK5CYII=");
    bottom: 0;
    content: "";
    height: 16px;
    left: 0;
    position: absolute;
    width: 100%;
  }

}


@media screen and (max-width: 767px){
  .cp-map {
      margin: -15px -15px 45px;
  }
}


/* ABOUT PAGE */
.left-column_about-page {
  padding: 45px 30px;
}

.card_about-page {
  margin-bottom: 60px;
  padding-bottom: 76px;
  position: relative;
}

.card_about-page::after {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjFBRkY2QzBDMzI5MTExRTY4NTU2QzZFNzg1NUNEMTZDIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjFBRkY2QzBEMzI5MTExRTY4NTU2QzZFNzg1NUNEMTZDIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MUFGRjZDMEEzMjkxMTFFNjg1NTZDNkU3ODU1Q0QxNkMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MUFGRjZDMEIzMjkxMTFFNjg1NTZDNkU3ODU1Q0QxNkMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6JpRU5AAAAg0lEQVR42mL8//8/AyWAcRgY8P79exCtCsQdQOwCFd8DxBVAfFtAQICgAepA+gQQo6v8AMQWQANu4jOACYjbsGhmgIq1EeOFj0CaD4f8F6ALeAm5gCLABA0wXGAXMV7QANLHcQSiJdALNwi5AKTAAojXAfFnKF4HFbsxEpIypQYABBgAyiM29eFxKh8AAAAASUVORK5CYII=");
  bottom: 0;
  content: "";
  height: 16px;
  left: 0;
  position: absolute;
  width: 100%;
}

.card_about-page:last-child {
  margin: 0;
  padding: 0;
}

.card_about-page:last-child::after {
  background-image: none;
}

.ap-text p {
  margin-bottom: 15px; 
}

.ap-adventages {
  margin-top: -15px;
}

.ap-advantages__item {
  margin-bottom: 30px;
  text-align: center;
}

.ap-advantages__icon {
  color: #428bca;
  font-size: 75px;
}

.ap-advantages__title {
  margin-bottom: 5px;
}

.ap-team__item {
  border: 1px solid #eee;
  margin-bottom: 30px;
  padding: 30px;
  transition: all 0.4s ease 0s;
}

.ap-team__item:hover {
  border-color: #ddd;
}


.ap-team__image {
    margin-bottom: 15px;
}

.ap-team__image img {
    border: 10px solid #f8f8f8;
    border-radius: 50%;
    width: 100%;
}

.ap-team__body {
    text-align: center;
}

.ap-team__name {
    font-size: 24px;
    font-weight: bold;
}

.ap-team__position {
    color: #aaa;
}

.social-buttons_about-page {
  border-top: 1px solid #eee;
  opacity: 0.5;
  margin: 15px 0 0;
  padding-top: 15px;

  transition: all 0.4s ease 0s;
}

.ap-team__item:hover .social-buttons_about-page {
  opacity: 1;
}

.social-buttons_about-page a:hover {
  background-color: #eee;
}

@media screen and (max-width: 991px){
  .ap-text {
    margin-bottom: 45px;
  }
}

@media screen and (max-width: 767px){
  .ap-advantages__item {
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
    padding-bottom: 30px;
  }
}


/* PROFIL */
.profil__top {
  background-size: cover;
  color: #fff;
  margin: -30px -30px 20px;
  padding: 30px;
  position: relative;
  text-align: center;
  z-index: 1;
}

.profil__top::after {
  background-color: rgba(0, 0, 0, 0.6);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.profil__avatar {
  display: inline-block;
  margin-bottom: 20px;
  position: relative;
  z-index: 3;
}

.profil__avatar img {
  border-radius: 50%;
  width: 150px;
}

.statusOnline {
  background-color: #5cb85c;
  border-radius: 50%;
  height: 15px;
  position: absolute;
  right: 15px;
  text-indent: -9999px;
  top: 15px;
  width: 15px;
}

.statusOffline {
  background-color: #d73d32;
  border-radius: 50%;
  height: 15px;
  position: absolute;
  right: 15px;
  text-indent: -9999px;
  top: 15px;
  width: 15px;
}

.profil__settings,
.profil__message {
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  color: #fff;
  font-size: 30px;
  height: 60px;
  line-height: 60px;
  margin-top: -30px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 60px;
}

.profil__settings:hover,
.profil__message:hover {
  background-color: rgba(255, 255, 255, 0.25);
  color: #fff !important;
}

.profil__settings {
  left: -100px;
}

.profil__message {
  font-size: 26px !important;
  right: -100px;
}

.profil__badge {
  background-color: #428bca;
  border-radius: 4px;
  color: #fff !important;
  font-size: 12px;
  height: 20px;
  line-height: 20px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 20px;
}

.profil__text {
  font-size: 24px;
  position: relative;
  z-index: 3;
}

.profil__activity {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  margin: 30px -30px 0;
  padding-top: 30px;
  position: relative;
  text-align: center;
  z-index: 1;
}

.profil__activity li {
  display: inline-block;
  margin-right: 10px;
  min-width: 100px;
  position: relative;
}

.profil__activity li:last-child {
  margin: 0;
}

.profil__activity a {
  color: #fff;
  display: inline-block;
}

.profil__activity b {
  display: block;
  font-size: 30px;
}

.user-achievement__link {
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 2px;
  padding: 10px;
  width: 100%;
}

.user-achievement__link:hover {
  border: 1px solid;
}

.user-achievement__edit {
  background-color: #fff;
  border-radius: 50%;
  color: #aaa !important;
  font-size: 85%;
  font-weight: bold;
  height: 24px;
  line-height: 24px;
  position: absolute;
  right: -6px;
  text-align: center;
  top: -6px;
  width: 24px;
  z-index: 2;
}

.user-achievement__edit:hover {
  background-color: #fff;
  color: #333 !important;
  font-size: 100%;
  height: 30px;
  line-height: 30px;
  right: -9px;
  top: -9px;
  width: 30px;
}

.profil__details dl {
  padding: 15px;
}

.profil__details dl:after {
    content: "";
    display: table;
    clear: both;
}

.profil__details dl:before,
.profil__details dl:after {
   content: "";
   display: table;
}

.profil__details dl:after {
   clear: both;
}

/* для IE6-7 */
.profil__details dl {
   zoom: 1;
}

.profil__details dl:nth-child(2n) {
  background-color: #f8f8f8;
}

.profil__details dt,
.profil__details dd {
  display: inline-block;
}

.profil__details dt {
  float: left;
  font-weight: normal;
  width: 45%;
}

.profil__details dd {
  float: left;
  width: 55%;
}

.profil__details small {
    opacity: 0.45;
}

.profile-management .jq-selectbox.jqselect {
    display: none !important;
}


/* EDIT PROFIL */
.registration-form input {
    margin: 0;
}

.registration-form select, 
.registration-form .jq-selectbox {
  margin: 5px 10px 5px 0;
  max-width: 200px;
}

.registration-form #pmGrLnk {
  border-top: 1px solid #f6f6f6;
  display: block;
  margin: 15px 0 0 -24px;
  padding: 15px 0;
}

.registration-form .manFlAvaLink {
  margin-bottom: 15px;
}

.registration-form__field {
  padding: 25px 15px;
}

.registration-form__field:after {
    content: "";
    display: table;
    clear: both;
}

.registration-form__field:before,
.registration-form__field:after {
   content: "";
   display: table;
}

.registration-form__field:after {
   clear: both;
}

/* для IE6-7 */
.registration-form__field {
   zoom: 1;
}

.registration-form__field:nth-child(2n) {
  background-color: #f8f8f8;
}

.registration-form__name,
.registration-form__value {
  display: inline-block;
}

.registration-form__name {
  float: left;
  font-weight: normal;
  width: 45%;
}

.registration-form__value {
  float: left;
  width: 55%;
}

.registration-form__error {
  color: red;
  font-size: 24px;
  margin-bottom: 30px;
  text-align: center;
}

.registration-form__button {
  text-align: center;
  margin: 30px 0 15px;
}


@media screen and (max-width: 767px){
 .registration-form__name {
    margin-bottom: 7.5px;
    width: 100%;
  }

  .registration-form__value {
    width: 100%;
  }
}


/* USER LIST */
.user-list__head {
    margin-bottom: 30px;
}

.user-list__body .uTopTd {
  background-color: #f8f8f8;
  padding: 15px;
}

.user-list__body .uTd {
  border-bottom: 1px dotted #eee;
  padding: 15px;
}

.user-list__search {
    background-color: #f8f8f8;
    margin-top: 30px;
    padding: 15px;
    text-align: center;
}

.user-list__search input {
    margin: 0 5px;
    padding: 5px 10px;
    vertical-align: middle;
}

.user-list__search .jq-selectbox {
    margin: 5px;
}


/* ACCESS DENIED */
.access-denied {
  text-align: center;
  padding: 45px 0;
  margin: 0 auto;
  max-width: 600px;
}

/* LOGIN FORM */
.login-form form {
  background-color: #fff;
  border: 1px solid #f6f6f6;
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.024);
  margin: 0 auto !important;
  max-width: 480px;
  padding: 30px;
}

.login-form__button {
  text-align: right;
}

.login-form__help {
  border-top: 1px solid #eee;
  margin-top: 15px;
  padding-top: 15px;
  text-align: center;
}

.login-form__help a {
    margin-right: 15px;
}

.form-edit-profile__error {
  color: red;
  font-size: 18px;
  margin-bottom: 30px;
  text-align: center;
}

@media screen and (max-width: 767px){
  .login-form form {
    padding: 15px;
  }

  .login-form__help a {
    display: block;
  }
}

/* PRIVATE MESSAGE */
.private-messages__nav a {
  border-right: 1px dotted #ddd;
  margin-right: 15px;
  padding-right: 15px;
}

.private-messages__nav a:last-child {
  border: 0 none;
  margin: 0;
  padding: 0;
}

.private-messages__nav b {
  background-color: rgba(0, 0, 0, 0.03);
  border-radius: 50%;
  color: #aaa;
  display: inline-block;
  font-size: 85%;
  font-weight: normal;
  height: 24px;
  line-height: 24px;
  margin-left: 10px;
  text-align: center;
  width: 24px;
}

.private-messages__item {
    display: inline-block;
    padding: 15px;
    width: 100%;
}

.private-messages__item:nth-child(2n) {
    background-color: #f8f8f8;
}

.private-messages__title {
    font-size: 18px;
}

.private-messages__title a {
    border-bottom: 1px solid;
    color: #333;
}

.private-messages__author a {
    color: #aaa;
}

.private-messages__title,
.private-messages__author {
    margin-left: 15px;
}

.private-messages__image img {
    border-radius: 50%;
    width: 38px;
}

.private-messages__date {
}

.msin_l {
    float: left;
}

.msin_r {
    float: left;
    margin-top: -5px;
}

.private-messages__history a[style="text-decoration:none;"] {
  display: none;
} 

.inputPM {
    background-color: #eef9fe;
    border: 2px solid #def5ff;
    border-radius: 2px;
    display: block !important;
    margin: 0 0 30px;
    padding: 15px !important;
    position: relative;
}

.inputPM::after {
  border-color: #def5ff #fff #fff;
  border-style: solid;
  border-width: 10px;
  bottom: -20px;
  content: "";
  height: 10px;
  right: 60px;
  position: absolute;
  width: 10px;
}

.outputPM {
  background-color: #f8f8f8;
  border-radius: 2px;
  border: 2px solid #f1f1f1;
  display: block !important;
  margin: 0 0 30px 30px;
  padding: 15px !important;
  position: relative;
}

.outputPM:after {
  border-color: #f1f1f1 #fff #fff;
  border-style: solid;
  border-width: 10px;
  bottom: -20px;
  content: "";
  height: 10px;
  left: 60px;
  position: absolute;
  width: 10px;
}

.inputPM img,
.outputPM img {
  display: none;
}

#snewmes {
  margin: 15px 0;
}

#snewmes a {
  border-bottom: 1px dotted;
}

#snewmes a:before {
  content: "\f040";
  font-family: FontAwesome;
  margin-right: 5px;
}

a[onclick^="del_item"] {
  color: #aaa;
}

img[id^="di"],
a[onclick^="del_item"] + .jq-checkbox,
a[onclick^="del_item"] + input,
#dpms, 
#dpms + .jq-checkbox,
#dpms + input {

}

#eMessage {
  font-size: 18px;
}

#eMessage .successText {
  color: #5cb85c;
}

.private-messages__groups {
  background-color: #f8f8f8;
  border-radius: 2px;
  margin-top: 5px;
  padding: 15px;
}

#addform td {
    display: block;
}

#addform > table > tbody > tr:last-child td {
    text-align: right;
}

#addform > table > tbody > tr:last-child input {
    margin: 15px 2px;
    width: auto !important;
    vertical-align: top;
}

#addform > table > tbody > tr:last-child input:first-child {
  display: none;
}

.private-messages__captcha {
    padding-top: 15px;
    position: absolute;
}

.allUsersBtn {
  width: auto !important;
}

.uSearchFlSbm {
  width: auto !important;
}

.allUsersBtn,
.uSearchFl,
.uSearchFlSbm {
  margin: 5px 2px !important;
}


@media screen and (max-width: 767px){
  .profil__top {
    margin: -15px -15px 20px;
  }

  .profil__settings {
    left: -75px;
  }

  .profil__message {
    right: -75px;
  }

  .profil__activity {
    display: none;
  }

  .profil__details dt,
  .profil__details dd {
    width: 100%;
  }

  .form-edit-profile dt,
  .form-edit-profile dd {
    width: 100%;
  }

  .form-edit-profile dt {
    margin-bottom: 5px;
  }
}


/* PAGE CHECKOUT */
#order-form {
  margin-bottom: 45px;
}

#order-table td,
#order-table th {
  padding: 15px 30px;
}

#order-table .nowrap {
    white-space: nowrap;
}

.order-head th {
    border: 1px solid #eee;
    font-weight: normal;
    text-align: left;
    background-color: #f8f8f8;
}

.order-item td {
    border: 1px solid #eee;
}

.order-item-img img {
  border-radius: 2px;
  width: 60px;
}

.order-item-cnt {
    white-space: nowrap;
}

.order-item-cnt input {
    height: 46px;
    margin: 0;
    text-align: center;
    vertical-align: top;
    width: 60px;
}

.order-item-cnt .single-goods__amount {
    margin-right: 0;
}

.order-item-del input {
    display: none;
}

.order-item-del i {
    cursor: pointer;
    font-size: 24px;
    transition: all 0.4s ease 0s;
}

.order-item-del i:hover {
    color: red;
}

#order-total-line {
  border: 1px solid #eee;
  margin-top: -1px;
  padding: 8px 30px;
  text-align: right;
}

#order-total-line b {
  font-size: 18px;
}

#order-but-recalc {
  margin-right: 30px;
}

.osum.order_amount,
.osum.order_tax,
.osum.order_discount,
.osum.order_topay_curr {
  font-weight: normal;
}

.checkout-title {
  border-bottom: 1px solid #eee;
  font-weight: lighter;
  margin-bottom: 30px;
position: relative;
}

.checkout-title__status {
    position: absolute;
    top: 0;
    right: 0;
    color: red;
}

.checkout-step {
  margin-bottom: 15px;
}

.checkout-step p {
  color: #aaa;
}

.checkout__payment-delivery {
  background-color: #f8f8f8;
  margin-bottom: 45px;
  padding: 30px;
}

.checkout__payment-delivery-inner {
  margin: 0 -15px;
  overflow: hidden;
}

.checkout__payment-delivery h3 {
  margin-bottom: 20px;
}

.checkout__payment {
  box-sizing: border-box;
  float: left;
  padding: 0 15px;
  width: 50%;
}

.checkout__delivery {
  box-sizing: border-box;
  float: left;
  padding: 0 15px;
  width: 50%;
}

.checkout__delivery-total {
    font-size: 18px;
    font-weight: bold;
    text-align: right;
    margin-top: 30px;
}

#payments-list tr,
#delivery-list tr {
  display: block;
  margin-bottom: 10px;
}

#payments-list th,
#delivery-list th {
  width: 35px;
}

#payments-list .label,
#delivery-list .label {
  color: #777;
  display: block;
  font-weight: bold;
}

#checkout-form {
  background-color: #f8f8f8;
  border-radius: 2px;
  margin-bottom: 45px;
  padding: 30px;
}

#checkout-form .label {
    font-weight: normal;
}

#checkout-form input[type="button"] {
    margin: 8px 8px 16px;
}


.checkout__info {
    margin-bottom: 45px;
}


.checkout-total {
    text-align: right;
}

.checkout-total__price {
    font-size: 18px;
}

.checkout-total__price dl {
    margin-bottom: 8px;
}

.checkout-total__price dt {
    font-weight: bold;
}

.checkout-total__topay {
  margin-top: 30px;
  padding-top: 46px;
  position: relative;
}

.checkout-total__topay::after {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjFBRkY2QzBDMzI5MTExRTY4NTU2QzZFNzg1NUNEMTZDIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjFBRkY2QzBEMzI5MTExRTY4NTU2QzZFNzg1NUNEMTZDIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MUFGRjZDMEEzMjkxMTFFNjg1NTZDNkU3ODU1Q0QxNkMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MUFGRjZDMEIzMjkxMTFFNjg1NTZDNkU3ODU1Q0QxNkMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6JpRU5AAAAg0lEQVR42mL8//8/AyWAcRgY8P79exCtCsQdQOwCFd8DxBVAfFtAQICgAepA+gQQo6v8AMQWQANu4jOACYjbsGhmgIq1EeOFj0CaD4f8F6ALeAm5gCLABA0wXGAXMV7QANLHcQSiJdALNwi5AKTAAojXAfFnKF4HFbsxEpIypQYABBgAyiM29eFxKh8AAAAASUVORK5CYII=");
  content: "";
  height: 16px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.order_notice {
  border-radius: 2px;
  border: 1px solid;
  color: #5cb85c;
  font-weight: normal;
  margin-bottom: 30px;
  padding: 30px;
}

#order-submit {
  margin-top: 30px;
  text-align: right;
}

.empty-basket {
  padding: 80px; 
  text-align: center;
}

.empty-basket__title {
  margin-bottom: 15px; 
}


@media screen and (max-width: 991px){
  #order-table table,
  #order-table tbody {
    display: block;
    width: 100%;
  }

  #order-table thead {
    display: none;
  }

  #order-table tr {
    display: block;
    margin-bottom: 15px;
  }

 #order-table tr:last-child {
    margin: 0;
  }

  #order-table td {
    display: block;
    width: 100%;
    text-align: center;
  }

  .order-item td {
    border-bottom: 0;
  }

  .order-item td:last-child {
      border-bottom: 1px solid #eee;
  }

  .order-item-nom {
    background-color: #f8f8f8;
    font-weight: normal;
  }

  .order-item-price-in,
  .order-item-price {
    display: none !important;
  }

  #order-total-line {
    background-color: #f8f8f8;
    padding: 10px 15px;
  }

  #order-but-recalc {
    width: 100%;
    margin: 0 0 15px 0;
  }


  .checkout__payment-delivery {
    padding: 15px;
  }

  #checkout-form {
    padding: 15px;
  }

  .checkout__payment {
    border-bottom: 1px solid #e1e1e1;
    box-shadow: 1px 1px 1px #fff;
    margin-bottom: 25px;
    padding-bottom: 30px;
    width: 100%;
  }

  .checkout__delivery {
    width: 100%;
  }

}

@media screen and (max-width: 767px){
  .empty-basket {
    padding: 0; 
  }

  .checkout-title {
    font-size: 30px;
  }

.checkout-title__status {
    display: block;
    position: static;
}


}


/* PAGE ORDER */
.op-total {
    padding: 30px;
    background-color: #fff9f9;
    margin-bottom: 45px;
}

.op-total dl {
    margin: 0;
    padding: 10px 15px;
    overflow: hidden;
}

.op-total dl:nth-child(2n) {
    background-color: rgba(0, 0, 0, 0.03);
}

.op-total dt {
    font-weight: normal;
    width: 30%;
    float: left;
}

.op-total dd {
    float: left;
    width: 70%;
}

.op-total__pay {
    margin-top: 15px;
}



.op-table {
  margin-bottom: 45px;
}

.op-table__total {
    padding: 15px 30px;
    border: 1px solid #eee;
    margin-top: -1px;
    text-align: right;
    font-size: 18px;
}

.op-delivery__name {
  color: #777;
  font-weight: bold;
  margin-bottom: 5px;
}

.op-delivery__tax {
  margin-top: 15px;
}

#shop-order-tax-submit {
  margin: 8px 8px 16px;
}

.op-payment__name {
  color: #777;
  font-weight: bold;
  margin-bottom: 5px;
}

.op-info {
  border: 1px solid #eee;
  margin-bottom: 30px;
  padding: 30px;
}

.op-info__title {
  margin: 0 0 15px;
}

.op-info__body {
}

.op-info__body > div {
  padding: 10px 15px;
}

.op-info__body .order-fname {
    font-weight: normal;
}

.op-info__body > div:nth-child(2n) {
  background-color: #f8f8f8;
}

.op-print {
  margin-bottom: 30px;
  padding-bottom: 46px;
  position: relative;
  text-align: right;
}

.op-print::after {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjFBRkY2QzBDMzI5MTExRTY4NTU2QzZFNzg1NUNEMTZDIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjFBRkY2QzBEMzI5MTExRTY4NTU2QzZFNzg1NUNEMTZDIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MUFGRjZDMEEzMjkxMTFFNjg1NTZDNkU3ODU1Q0QxNkMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MUFGRjZDMEIzMjkxMTFFNjg1NTZDNkU3ODU1Q0QxNkMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6JpRU5AAAAg0lEQVR42mL8//8/AyWAcRgY8P79exCtCsQdQOwCFd8DxBVAfFtAQICgAepA+gQQo6v8AMQWQANu4jOACYjbsGhmgIq1EeOFj0CaD4f8F6ALeAm5gCLABA0wXGAXMV7QANLHcQSiJdALNwi5AKTAAojXAfFnKF4HFbsxEpIypQYABBgAyiM29eFxKh8AAAAASUVORK5CYII=");
  bottom: 0;
  content: "";
  height: 16px;
  left: 0;
  position: absolute;
  width: 100%;
}

.op-date {
  color: #aaa;
  text-align: right;
}

@media screen and (max-width: 1199px){
  .op-message__right {
    margin-left: 15px;
  }
}


@media screen and (max-width: 991px){
  .op-table__total {
    background-color: #f8f8f8;
  }

  .op-message__right {
    margin-left: 0;
  }

  .op-delivery,
  .op-payment,
  .op-info {
    padding:  15px;
  }
}

@media screen and (max-width: 767px){

.op-total {
    padding: 15px;
}

.op-total dt,
.op-total dd {
    width: 100%;
    float: none;
}

  .op-message__left {
    margin: 0 auto 15px;
    width: 65px;
  }

  .op-message__right {
    text-align: center;
  }

  .op-message__title {
    margin-bottom: 7.5px;
  }
}


/* PAGE INVOICES */
.invoices input {
  width: auto;
}

.invoices .lead {
  font-size: 21px;
  margin-bottom: 5px;
}

.invoices__block {
  padding: 30px 20px;
}

.invoices__block:last-child {
  margin-bottom: 45px;
}

.invoices__block:nth-child(2n) {
  background-color: #f8f8f8;
  border-radius: 2px;
}

.invoices__ordering-information {
  margin-bottom: 15px;
}

.invoices__ordering-information li {
  background-color: #f8f8f8;
  border-radius: 2px;
  display: inline-block;
  margin-right: 5px;
  padding: 5px 10px;
}

#status-filter-styler {
  display: block !important;
  width: 250px;
}

.invoices__orders-export {
  margin-bottom: 15px;
}

.invoices__orders-geopap {
  text-align: right;
}

#status_select_tmpl,
#payment_select_tmpl,
#delivery_select_tmpl {
  display: none;
}

#invoice_cont hr {
  display: none;
}

#invoice-form {
  margin: 30px 0;
}

#invoice-form > img {
  display: none;
}

#invoice-form > a {
  border-bottom: 1px dotted;
}

#invoice-form > select, 
#invoice-form > input {
  margin: 5px 5px 5px 0;
}

#invoice-table > tbody > tr > td {
  border: 1px solid #eee;
  padding: 15px;
  width: auto !important;
}

#invoice-table small {
  font-size: 100%;
  margin: 0 5px;
}

.col_payment_id form {
  text-align: right;
}

.col_add_time small,
.col_amount small {
  background-color: #f8f8f8;
  border-radius: 2px;
  color: #aaa;
  display: inline-block;
  font-size: 85% !important;
  padding: 3px 5px;
}

/* PRICE LIST */
#shop-price-list td {
  border: 1px solid #eee !important;
  padding: 15px;
}

#shop-price-list .gTableTop {
  background-color: #f8f8f8;
  text-align: center;
}

#shop-price-list .gTableSubTop {
  font-size: 18px;
  font-weight: normal;
}

#shop-price-list .forumIcoTd {
  font-weight: normal;
  padding-left: 30px;
}

#shop-price-list .shop-options {
  margin-top: 15px;
}

#shop-price-list .shop-options > li {
  display: inline-block;
  margin-right: 15px;
}

#shop-price-list .shop-options .opt {
  display: block;
}

#shop-price-list .shop-options .val {
  display: inline-block;
  margin: 5px 0 0 -10px;
}

#shop-price-buttons {
    margin-top: 25px;
}


/* PAGE SUCCESSFUL ORDER */
.successful-order {
  text-align: center;
  padding:  80px;
}

.successful-order--op {
  margin-bottom: 45px;
  padding-bottom: 61px;
  padding-top: 30px;
  position: relative;
}

.successful-order--op:after{
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjFBRkY2QzBDMzI5MTExRTY4NTU2QzZFNzg1NUNEMTZDIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjFBRkY2QzBEMzI5MTExRTY4NTU2QzZFNzg1NUNEMTZDIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MUFGRjZDMEEzMjkxMTFFNjg1NTZDNkU3ODU1Q0QxNkMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MUFGRjZDMEIzMjkxMTFFNjg1NTZDNkU3ODU1Q0QxNkMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6JpRU5AAAAg0lEQVR42mL8//8/AyWAcRgY8P79exCtCsQdQOwCFd8DxBVAfFtAQICgAepA+gQQo6v8AMQWQANu4jOACYjbsGhmgIq1EeOFj0CaD4f8F6ALeAm5gCLABA0wXGAXMV7QANLHcQSiJdALNwi5AKTAAojXAfFnKF4HFbsxEpIypQYABBgAyiM29eFxKh8AAAAASUVORK5CYII=");
  bottom: 0;
  content: "";
  height: 16px;
  left: 0;
  position: absolute;
  width: 100%;
}

.successful-order--op .successful-order__icon {
    margin-top: 45px;
}


.successful-order__body {
  margin-top: 45px;
}

.successful-order__icon {
  margin: 0 auto 45px;
  position: relative;
  width: 300px;
}

.successful-order .fa-shopping-basket {
  font-size: 256px;
  padding-top: 15px;
}

.successful-order .fa-check {
  background-color: #5cb85c;
  border-radius: 50%;
  color: #fff;
  font-size: 64px;
  height: 100px;
  left: 0;
  line-height: 100px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100px;
}

.successful-order__right {
  text-align: left;
}

.successful-order__info {
  margin-bottom: 30px;
}

.successful-order__info dl {
  margin: 0;
  padding: 10px 15px;
}

.successful-order__info dl:nth-child(2n) {
  background-color: #f8f8f8;
}

.successful-order__info dt {
  display: inline-block;
  font-weight: normal;
  width: 30%;
}

.successful-order__info dd {
  display: inline-block;
}

.successful-order__total {
    font-size: 18px;
    font-weight: bold;
}

.successful-order__pay-now {
    margin: -15px 0 30px;
}

.successful-order__footer {
    border-top: 1px solid #eee;
    margin-top: 15px;
    padding-top: 15px;
    text-align: right;
}

@media screen and (max-width: 1199px){
  .successful-order__icon {
    width: 250px;
  }

  .successful-order .fa-shopping-basket {
    font-size: 216px;
    padding-top: 45px;
  }
}

@media screen and (max-width: 991px){
  .successful-order {
    padding: 0 0 46px 0;
    margin-bottom: 30px;  
  }

  .successful-order__info dt {
    width: 45%;
  }

}

@media screen and (max-width: 767px){
  .successful-order--op .successful-order__icon {
    margin-top: 0; 
  }

  .successful-order__title {
    font-size: 30px;
  }

  .successful-order__footer {
    text-align: left;
  }
}


/* NEWS PORTAL */
.rate-red {
  color: #d73d32;
  margin-left: 5px;
}

.rate-green {
  color: #5cb85c;
  margin-left: 5px;
}


.weather-widget {
  margin: 0 0 0 30px;
}

.weather-widget i {
  color: #fff;
  font-family: weather;
  font-size: 28px;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  margin-right: 3px;
  text-transform: none;
}


.icon-0:before { content: ":"; }
.icon-1:before { content: "p"; }
.icon-2:before { content: "S"; }
.icon-3:before { content: "Q"; }
.icon-4:before { content: "S"; }
.icon-5:before { content: "W"; }
.icon-6:before { content: "W"; }
.icon-7:before { content: "W"; }
.icon-8:before { content: "W"; }
.icon-9:before { content: "I"; }
.icon-10:before { content: "W"; }
.icon-11:before { content: "I"; }
.icon-12:before { content: "I"; }
.icon-13:before { content: "I"; }
.icon-14:before { content: "I"; }
.icon-15:before { content: "W"; }
.icon-16:before { content: "I"; }
.icon-17:before { content: "W"; }
.icon-18:before { content: "U"; }
.icon-19:before { content: "Z"; }
.icon-20:before { content: "Z"; }
.icon-21:before { content: "Z"; }
.icon-22:before { content: "Z"; }
.icon-23:before { content: "Z"; }
.icon-24:before { content: "E"; }
.icon-25:before { content: "E"; }
.icon-26:before { content: "3"; }
.icon-27:before { content: "a"; }
.icon-28:before { content: "A"; }
.icon-29:before { content: "a"; }
.icon-30:before { content: "A"; }
.icon-31:before { content: "6"; }
.icon-32:before { content: "1"; }
.icon-33:before { content: "6"; }
.icon-34:before { content: "1"; }
.icon-35:before { content: "W"; }
.icon-36:before { content: "1"; }
.icon-37:before { content: "S"; }
.icon-38:before { content: "S"; }
.icon-39:before { content: "S"; }
.icon-40:before { content: "M"; }
.icon-41:before { content: "W"; }
.icon-42:before { content: "I"; }
.icon-43:before { content: "W"; }
.icon-44:before { content: "a"; }
.icon-45:before { content: "S"; }
.icon-46:before { content: "U"; }
.icon-47:before { content: "S"; }



.np_top {
  margin-bottom: 65px;
}

.np_top-news-wrapper {
  display: block;
}

.np_top-news-wrapper:hover .np_top-news::after {
  opacity: 0.3;
}

.np_top-news {
  background-size: cover;
  padding: 200px 30px 30px;
  position: relative;
}

.np_top-news::after {
  background-color: #000;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.45;
  position: absolute;
  top: 0;
  width: 100%;

  transition: all 0.4s ease 0s;
}

.np_top-news__widget {
  background-color: #ff435e;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  padding: 15px;
  position: absolute;
  right: 30px;
  text-transform: uppercase;
  top: 30px;
  z-index: 1;
}

.np_top-news__title {
  color: #fff;
  height: 90px;
  line-height: 1.2;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.np_top-news__details {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 15px;
  padding: 15px 0;
  position: relative;
  z-index: 1;
}

.np_top-news__details > li {
  display: inline-block;
  margin-right: 15px;
}

.np_top-news__details > li:last-child {
  margin-right: 0;
}

.np_top-news__text {
  color: #fff;
  height: 90px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.np_last-news {
  background-color: #fff;
  border: 1px solid #f6f6f6;
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.024);
  padding: 30px;
}

.np_last-news__title {
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 10px;
  position: relative;
  top: -10px;
}

.small-entry-list--last-news .small-entry-item__image {
  width: 70px;
  height: 70px;
}


.np_owl-news {
  margin: 30px 0;
}

.np_owl-news-item-wrapper {
  display: block;
  padding: 0 15px;
}

.np_owl-news-item-wrapper:hover .np_owl-news-item::after {
  opacity: 0.3;
}

.np_owl-news-item {
  background-size: cover;
  padding: 100px 30px 30px;
  position: relative;
}

.np_owl-news-item::after {
  background-color: #000;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.45;
  position: absolute;
  top: 0;
  width: 100%;

  transition: all 0.4s ease 0s;
}

.np_owl-news-item__widget {
  background-color: #ff435e;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  padding: 7.5px;
  position: absolute;
  right: 30px;
  text-transform: uppercase;
  top: 30px;
  z-index: 1;
}

.np_owl-news-item__title {
  color: #fff;
  height: 45px;
  line-height: 1.2;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.np_owl-news-item__details {
  color: rgba(255, 255, 255, 0.6);
  padding-top: 15px;
  position: relative;
  z-index: 1;
}

.np_owl-news-item__details > li {
  display: inline-block;
  font-size: 85%;
  margin-right: 10px;
}

.np_owl-news-item__details > li:last-child {
  margin-right: 0;
}

.np_owl-news .owl-buttons div {
  background-color: transparent;
  border: 4px solid;
  border-radius: 50%;
  color: #ddd;
  font-size: 52px;
  height: 70px;
  line-height: 60px;
  margin-top: -35px;
  opacity: 1;
  visibility: visible;
  width: 70px;
}

.np_owl-news .owl-buttons div:hover {
    color: #bbb;
}

.np_owl-news .owl-prev {
    left: -75px;
}

.np_owl-news .owl-prev i {
    margin-right: 5px;
}

.np_owl-news .owl-next {
    right: -75px;
}

.np_owl-news .owl-next i {
    margin-left: 5px;
}

.np_owl-news .owl-pagination {
    bottom: -45px;
    position: absolute;
    text-align: center;
    width: 100%;
}

.np_owl-news .owl-page {
  background-color: #ddd;
  display: inline-block;
  height: 7.5px;
  margin: 0 5px;
  width: 30px;
}

.np_owl-news .owl-page.active {
  background-color: #428bca;
}



.np_other-news {
  margin-bottom: 60px;
}

.np_other-news__head {
  margin-bottom: 15px;
  position: relative;
}

.np_other-news__title {
  font-size: 24px;
  font-weight: normal;
  position: relative;
  top: -10px;
}

.np_other-news__all {
  color: #aaa;
  position: absolute;
  right: 0;
 float: right;
  margin-top: -32px;
}


.np_other-news__body {
    margin-bottom: 30px;
}

.np_other-news-item__image img {
  border-radius: 2px;
  width: 100%;
}

.np_other-news-item__title a {
    color: #333;
}

.np_other-news-item__details {
  border-bottom: 1px solid #eee;
  margin: 15px 0;
  padding-bottom: 15px;
}

.np_other-news-item__details li {
  color: #aaa;
  display: inline-block;
  margin-right: 15px; 
}

.np_other-news-item__details li:last-child {
  margin: 0;
}

.np_other-news-item__more {
  color: #aaa;
  display: inline-block;
  font-size: 90%;
  font-weight: bold;
  margin-top: 15px;
  text-transform: uppercase;
}

.small-entry-list--other-news .col-md-3.col-sm-6:first-child {
  display: none;
}


.np_banner {
  margin-bottom: 60px;
}

.np_banner img {
  width: 100%;
}


@media screen and (max-width: 1279px){
  .np_owl-news .owl-buttons {
    display: none;
  }
}

@media screen and (max-width: 991px){
  .weather-widget {
    margin: 0 !important;
  }

  .np_top-news-wrapper {
    margin-bottom: 30px;
  }
    
  .small-entry-list--last-news {
    margin: 0 -15px;
    overflow: hidden;
  }

  .small-entry-list--last-news .small-entry-item {
    border: medium none;
    float: left;
    margin: 0;
    padding: 15px !important;
    width: 50%;
  }

  .np_other-news-item__image {
    margin-bottom: 15px;
  }

  .small-entry-list--other-news .small-entry-item {
    margin-bottom: 20px !important;
  }

}

@media screen and (max-width: 767px){
  .np_top-news {
    padding: 180px 15px 15px;
  }
  
  .np_last-news {
    padding: 15px;
  }
  
  .np_last-news__title {
    margin-bottom: 30px;
    top: 0;
  }

  .small-entry-list--last-news {
    margin: 0;
  }

  .small-entry-list--last-news .small-entry-item {
    border-bottom: 1px dashed #eee !important;
    float: none;
    margin-bottom: 15px !important;
    padding: 0 0 15px !important;
    width: 100%;
  }
  
  .small-entry-list--last-news .small-entry-item:last-child {
    border: 0 none !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  
  .np_owl-news-item {
    padding: 100px 15px 15px;
  }
  
  .np_other-news__body {
    margin-bottom: 45px;
  }

  .np_other-news__head {
    margin-bottom: 30px;
  }
  
  .np_other-news__title {
    top: 0;
  }

  .np_other-news__all {
    position: static;
  }
  
  .np_banner {
    display: none;
  }
}


/* RIGHT COLUMN */
.right-column {
  background-color: #fff;
  border: 1px solid #f6f6f6;
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.024);
  padding: 30px;
}

@media screen and (max-width: 767px){
  .right-column {
    padding: 15px;
  }
}


/* ASIDE */
.aside-block {
  margin-bottom: 30px;
}

.aside-block:last-child {
  margin-bottom: 0;
}

.aside-block__header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.075);
  margin-bottom: 15px;
  padding-bottom: 7.5px;
}

.aside-block__body {
}


/* SEARCH FORM */
.aside-block--search .aside-block__header {
display: none;
}

.aside-block--search .schQuery,
.aside-block--search .schBtn {
  display: block;
} 

.searchForm {
  position: relative;
  z-index: 3;
}

.search-form {
  position: relative;
  z-index: 4;
}

input.search-form__field {
  border-width: 2px;
  height: 40px;
  margin: 0;
  padding: 5px 10px;
}

input.search-form__field:focus {
  border-color: #bbb;
}

input.search-form__button {
  background-color: transparent !important;
  border: medium none;
  color: #aaa !important;
  font-family: FontAwesome;
  height: 40px;
  line-height: 40px;
  margin: 0;
  outline: medium none;
  padding: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 50px;
}

input.search-form__button:hover {
  background-color: transparent;
  box-shadow: none;
  color: #333 !important;
}

.search-results {
  background-color: #fff;
  border: 2px solid #eee;
  margin-top: -2px;
  padding: 10px;
  position: absolute;
  width: 100%;
}

.search-results__item {
  border-bottom: 1px dashed #e1e1e1; 
  margin-bottom: 15px; 
  padding-bottom: 15px;
}

.search-results__item:last-child {
  margin-bottom: 0; 
  padding-bottom: 0; 
  border-bottom: 0;
}

.search-results__item a {
  color: #333;
  display: block;
  line-height: 1.43;
  padding: 5px;
}

.search-results__item a:hover {
 background-color: #f8f8f8; 
 color: #666 !important;
}
 
.search-results__item img {
  border: 2px solid #fff;
  float: left;
  margin-right: 15px;
  width: 55px;
}

.search-results__price {
  font-weight: bold;
}

/* CATEGORIES */
.aside-block--category .catsTable, 
.aside-block--category .catsTable table, 
.aside-block--category .catsTable tbody, 
.aside-block--category .catsTable tr, 
.aside-block--category .catsTable td {
    width: 100%;
    display: block;
}

.aside-block--category .catDescr {
    display: none;
}

.aside-block--category .cat-tree {
  display: none;
}

.aside-block--category .cat-tree .cat-tree {
  border-bottom: 1px dotted #ddd;
  border-top: 1px dotted #ddd;
  margin: 10px 0 10px 10px;
  padding: 10px 0;
}

.aside-block--category .cat-tree u {
  cursor: pointer;
  text-decoration: none;
}

.aside-block--category .cat-tree .plus::after {
  content: "\f055";
  font-family: FontAwesome;
}

.aside-block--category .cat-tree .minus::after {
  content: "\f056";
  font-family: FontAwesome;
}

.aside-block--category .cat-tree u::after {
  color: #ccc;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  transition: all 0.4s ease 0s;
  width: 30px;
  z-index: 2;
}

.aside-block--category .cat-tree u:hover::after {
  color: #333 !important;
}

.category-list-item {
  position: relative;
}

.category-list-item:hover .catNumData {
  color: #fff;
}

.category-list-item .catNumData {
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    color: #999;
    display: inline-block;
    font-size: 85%;
    font-weight: normal;
    height: 22px;
    line-height: 22px;
    min-width: 35px;
    position: absolute;
    right: 10px;
    text-align: center;
    top: 8px;
}

.category-list-item .catNumData:hover {
  color: #999 !important;
}

.category-list-item a {
  display: block;
  position: relative;
  padding: 8px 30px 8px 10px;
  color: #333;
  overflow: hidden;
}

.category-list-item a:hover {
  background-color: #ff435e;
  border-radius: 2px;
  color: #fff !important;
}

.category-list-item a:hover + u:after {
  color: #fff;
}

.category-list-item a::after {
  content: "";
  width: 200px;
  height: 200px;
  background-color: rgba(255, 255, 255, 0.15);
  position: absolute;
  top: -100px;
  left: -200px;
  transform: rotate(30deg);

  transition: all 0.6s ease 0s;
}

.category-list-item a:hover::after {
  left: -50px;
}


.category-list-item a::before {
  content: "";
  width: 200px;
  height: 200px;
  background-color: rgba(255, 255, 255, 0.15);
  position: absolute;
  top: -100px;
  left: -200px;
  transform: rotate(30deg);

  transition: all 0.4s ease 0s;
}

.category-list-item a:hover::before {
  left: -75px;
}

.category-list-item i {
  color: #333;
  position: absolute;
  right: 10px;
  top: 12px;

  transition: all 0.4s ease 0s;
}

.category-list-item a:hover i {
  color: #fff;
}

.category-list-item.is-active {
    margin: 7px 0;
}

.category-list-item.is-active > a {
    background-color: #428bca;
    border-radius: 2px;
    color: #fff;
}

.category-list-item.is-active > a::after {
    left: -50px;
}

.category-list-item.is-active > a::before {
    left: -75px;
}

.category-list-item.is-active > u::after {
    color: #fff;
}

.category-list-item.is-active .catNumData {
    color: #fff;
}


/* FILTERS */
.aside-block_filters {
  background-color: #fff9f9;
  border-color: #f9efef;
  border-style: solid;
  border-width: 5px 1px;
  margin: 0 -31px 30px;
  padding: 30px;
}

.flist #flist-item-price {
  display: none;
}

.price_filter {
    margin: 0 0 10px !important;
}

.flist-item {
  border-top: 1px dotted rgba(0, 0, 0, 0.1);
  margin-top: 15px;
  padding-top: 15px;
}

.flist-label {
  display: block;
  font-weight: normal;
  margin-bottom: 5px;
}

.flist-values .active {
    color: #fff;
    background-color: #428bca;
    padding: 2px 5px;
    border-radius: 2px;
}

.flist-values a {
    border-bottom: 1px dotted;
}

.clear-filter {
    margin-top: 30px;
}

@media screen and (max-width: 767px){
  .aside-block_filters {
    margin: 0 -16px 15px;
    padding: 15px;
  }
}


/* POLL */
.pollAns .answer {
 margin: 15px 0;
}

.pollAns .answer > div:not(.jq-radio) {
 background-color: rgba(0, 0, 0, 0.05);
 max-width: 100% !important;
 padding: 5px !important;
 border-radius: 4px;
}

.pollAns .answer div div:not(.jq-radio__div) {
 border-radius: 4px;
 padding: 7.5px 0;
}

.pollAns label {
 font-weight: normal;
}

.pollLnk {
    text-align: right;
}

.pollLnk a {
    border-bottom: 1px dotted;
    color: #333;
    font-size: 85%;
    margin-left: 15px;
}

.pollTot {
    border-bottom: 1px solid #eee;
    font-size: 85%;
    margin: 15px 0;
    padding-bottom: 15px;
    text-align: right;
}

.tOnline, 
.gOnline {
  margin-bottom: 10px;
}


/* CALENDAR */
.calMonth {
  padding-bottom: 15px;
}

.calWday,
.calWdaySe, 
.calWdaySu, 
.calMday, 
.calMdayA, 
.calMdayIs {
  border: 1px solid #eee;
  padding: 6px 8px;
}

.calWday,
.calWdaySe, 
.calWdaySu, 
.calMday {
  color: #777;
  font-size: 85%;
}

.calWday, 
.calWdaySe, 
.calWdaySu {
  background-color: #f8f8f8;
  color: #333;
}

.calMdayIsA {
 border: 1px solid rgba(0, 0, 0, 0.1);
}

.calMdayLink {
 display: block;
 font-weight: normal;
}

.calMdayA {
  font-weight: normal;
}


/* SMALL GOODS */
.small-goods-item {
  border-top: 1px dashed #eee;
  margin-top: 15px;
  overflow: hidden;
  padding-top: 15px;
}

.small-goods-item:first-child {
  border: 0;
  margin: 0;  
  padding: 0;
} 

.small-goods-item__image {
  float: left;
  margin-right: 15px;
  overflow: hidden;
  width: 60px;
}

.small-goods-item__image img {
  width: 60px;
}

.small-goods-item__image img:hover {
  opacity: 0.85;
}

.small-goods-item__link {
  color: #333;
  display: block;
  margin-bottom: 5px;
}

.small-goods-item__price {
  font-weight: bold;
}

.small-goods-item__price s {
  color: #aaa;
  font-size: 85%;
  font-weight: 300;
}


/* SMALL ENTRY */
.small-entry-item {
  border-bottom: 1px dashed #eee;
  margin-bottom: 15px;
  overflow: hidden;
  padding-bottom: 15px;
}

.small-entry-item:last-child {
  border: 0;
  margin: 0;  
  padding: 0;
} 

.small-entry-item__image {
  background-size: cover;
  border-radius: 2px;
  float: left;
  height: 60px;
  margin-right: 15px;
  overflow: hidden;
  transition: all 0.8s ease 0s;
  width: 60px;
}

.small-entry-item__image:hover {
  opacity: 0.85;
}

.small-entry-item__body {
  overflow: hidden;
}

.small-entry-item__link {
  color: #333;
  display: block;
  margin-bottom: 5px;
  max-height: 45px;
  overflow: hidden;
}

.small-entry-item__details {
  color: #aaa;
  font-size: 85%;
}

.small-entry-item__details span {
  margin-right: 10px;
}

.small-entry-item__details span:last-child {
  margin: 0;
}


/* DEMO PAGE */
.demo-item {
  margin-bottom: 60px;
}

.demo-item_last {
  margin: 0;
}

.demo-item h3 {
  margin-bottom: 15px;
}

.demo-item__buttons {
    margin: 0 -5px 15px;
}

.demo-item__buttons a, 
.demo-item__buttons input, 
.demo-item__buttons input, 
.demo-item__buttons input, 
.demo-item__buttons button {
  margin: 5px;
}

/* FOOTER */
.footer {
  background-color: #252b37;
  color: rgba(255, 255, 255, 0.5);   
}

.footer__middle {
  padding: 50px 0;
}

.footer__box h4 {
  color: #fff;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.social-buttons_footer {
  margin-top: 30px !important;
}

.social-buttons_footer a {
  font-size: 18px;
  height: 46px;
  line-height: 46px;
  width: 46px;
}

.social-buttons_footer a:hover {
  background-color: #fff;
}

.footer__useful-links a {
  border: 1px solid;
  border-radius: 2px;
  color: rgba(255, 255, 255, 0.5);
  display: inline-block;
  margin-bottom: 10px;
  padding: 5px 10px;
}

.footer__useful-links a:hover {
  color: orange;
}

.footer__contact {
  border: medium none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.footer__contact strong {
    margin-bottom: 5px;
    display: inline-block;
}

.footer__contact li p {
  margin: 0 0 20px 22px;
}

.footer__contact a {
  color: rgba(255, 255, 255, 0.5);
}

.footer__contact address {
    font-style: normal;
}

.footer__bottom {
  background-color: rgba(0, 0, 0, 0.15);
  color: #fff;
  padding: 20px 0;
}

@media screen and (max-width: 991px){
  .footer__box {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 45px;
    padding-bottom: 45px;
  }
}

@media screen and (max-width: 767px){
  .footer__box {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
}

/* FORUM */
.forum-control {
    border-bottom: 1px solid #eee;
    margin: 0 0 60px 0;
    padding-bottom: 30px;
}

.forum-control li {
    display: inline-block;
    margin-right: 15px;
}

.forum .gDivLeft {
    margin-bottom: 30px;
}

.forum .gTableTop {
    border-bottom: 1px solid #eee;
    color: #333;
    display: block;
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 15px;
}

/* FORUM MAIN */
.forum--main .gDivLeft tr {
    display: inline-block;
}

.forum--main .gDivLeft tr:first-child {
    display: block;
    width: 100%;
}

.forum--main .gDivLeft tr:nth-child(2) {
    display: none;
}

.forum--main .gTableTop {
  margin-bottom: 30px;
}

.forum--main .gTableTop .catLink {
    color: #333;
}

.forum--main .gTableTop .catLink:hover {
    color: #333 !important;
}

.forum--main br,
.forum--main > table {
    display: none;
}

.forum--main .gDivLeft:nth-last-child(4) tr {
    display: block;;
}

.forum--main .funcBlock {
    color: #fff;
}

.forum--main .funcLink {
    float: right;
    padding: 8px 16px;
    border: 1px solid;
    border-radius: 2px;
    margin: 0 0 30px;
}

.forum--main .gTableBody1 br {
  display: block;
}

.forum--main div.gDivLeft:nth-last-child(4) tr:nth-child(2), 
.forum--main div.gDivLeft:nth-last-child(4) tr:nth-child(4), 
.forum--main div.gDivLeft:nth-last-child(4) tr:nth-child(6) {
  margin: 30px 0 10px 0;
  font-weight: normal;
  font-size: 18px;
}


.forum-section-item {
    width: 33.3%;
    display: inline-block;
    padding: 0 15px;
    margin: 30px 0;
    vertical-align: top;
}

.forum-section-item-inner {
    width: 100%;
    display: inline-block;
}

.forum-section-item__head {
    width: 100%;
    margin-bottom: 30px;
    position: relative;
}

.forum-section-item__left {
    width: 52px;
    float: left;
}

.forum-section-item__left img {
    width: 100%;
}

.forum-section-item__right {
    padding-left: 77px;
}

.forum-section-item__title {
    color: #333;
    display: inline-block;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 15px;
    width: 100%;
}

.forum-section-item__details {
    font-size: 14px;
    color: #aaa;
}

.forum-section-item__details li {
    display: inline-block;
    margin-right: 15px;
}

.forum-section-item__details .forumModer {
    color: #333;
}

.forum-section-item__body {
    background-color: #fff9f9;
    border-radius: 8px;
    border: 2px solid #f9efef;
    font-size: 14px;
    padding: 15px;
    position: relative;
}

.forum-section-item__body::before {
    border: 10px solid #fff;       
    border-bottom: 10px solid #f9efef ; 
    content: "";
    display: block;
    left: 50%;
    margin-left: -10px;
    position: absolute;
    top: -20px;
}

/*
.forum-section-item__body::after {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
    content: "";
    display: block;
    left: 50%;
    margin-left: -8px;
    position: absolute;
    top: -8px;
}
*/

.forum-section-item__author,
.forum-section-item__theme,
.forum-section-item__data {
    color: rgba(0, 0, 0, 0.6);
}

.forum-section-item__author a,
.forum-section-item__theme a {
    color: #333;
}

.forum-section-item__theme {
    font-weight: normal;
}

.forum-section-item__data {
}

.forum-section-item__data a {
    color: rgba(0, 0, 0, 0.6);
}

@media screen and (max-width: 1199px){
  .forum-section-item {
      width: 50%;
  }
}

@media screen and (max-width: 767px){
  .forum-section-item {
    width: 100%;
    padding: 0;
  }

  .forum--main .funcLink {
    text-align: center;
  }
}



/* FORUM THEME */
.forum--themes .gDivLeft {
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}

.forum--themes .gDivLeft tr {
    display: block;
}

.forum--themes .gDivLeft tr:nth-child(2) {
    display: none;
}

.forum--themes .threadsType {
    background-color: #f8f8f8;
    display: block;
    font-size: 18px;
    font-weight: bold;
    margin: -1px 0 0 0;
    padding: 15px;
}

.forum--themes .threadsDetails, 
.forum--themes .forumOnlineBar {
    display: block;
    margin: 0;
    padding: 0;
}

.forum--themes .threadsDetails {
    padding-top: 15px;
}

.forum--themes .forumOnlineBar {
}

.forum--themes .FrmTopButtonsTbl,
.forum--themes .FrmForumBarTbl,
.forum--themes #forum_filter,
.forum--themes .FrmBotCl12,
.forum--themes .FrmBotCl22,
.forum--themes  #subscribe {
  display: none;
}


.forum--themes .legendBlock {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #eee;
}

.forum--themes .legendTable,
.forum--themes .legendTable tbody {
   display: block;
} 

.forum--themes .legendTable tr {
    display: inline-block;
    width: 19%;
}

.forum--themes .legendTable .legendTd {
    padding: 8px 16px 8px 0;
}

.forum--themes .legendTable .LegendCl12,
.forum--themes .legendTable .legendTd:first-child {
    display: none;
}

.forum--themes .legendTable img {
  margin-right: 8px;
}


/*
.forum--themes .gTable tr[id*="tt"]:nth-child(2n) .forum-theme-item {
  background-color: #f8f8f8;
}
*/

.forum-theme-item {
    border-bottom: 1px solid #eee;
    display: block;
    padding: 30px 0;
    position: relative;
}

.forum-theme-item__left {
    display: block;
    padding: 5px 0;
    float: left;
}

.forum-theme-item__right {
    display: block;
    padding-left: 75px;
}

.forum-theme-item__name {
    color: #333;
    display: inline-block;
    font-size: 18px;
    font-weight: normal;
}

.forum-theme-item__descr {
    margin-bottom: 8px;
    font-size: 14px;
    color: #aaa;
}

.forum-theme-item__details {
    color: #aaa;
    font-size: 14px;
}

.forum-theme-item__details li {
    display: inline-block;
    margin-right: 15px;
}

.forum-theme-item__details .threadAuthorLink {
    color: #333;
    font-weight: normal;
}

.forum-theme-item__body {
    background-color: #fff9f9;
    border-radius: 8px;
    border: 2px solid #f9efef;
    display: block;
    font-size: 14px;
    padding: 15px 60px 15px 15px;
    position: absolute;
    right: 0;
    top: 30px;
    width: 350px;
}

.forum-theme-item__body::before {
    border: 10px solid transparent;       
    border-right: 10px solid #f9efef ; 
    content: "";
    display: block;
    left: -20px;
    margin-top: -10px;
    position: absolute;
    top: 50%;
}

.forum-theme-item__body .lastPostUserLink {
    color: #333;
    font-weight: normal;
}

.forum-theme-item__more {
    color: rgba(0, 0, 0, 0.3);
    font-size: 24px;
    position: absolute;
    right: 20px;
    top: 20px;
}


@media screen and (max-width: 1199px){

  .forum-theme-item__head {
    margin-bottom: 30px;
  }
  
  .forum-theme-item__body {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
}

  .forum-theme-item__body::before {
    border: 10px solid transparent;
    border-bottom: 10px solid #f9efef;
    left: 30%;
    margin-left: -10px;
    top: -10px;
  }

  .forum--themes .legendTable tr {
    width: 33%;
  }

}

@media screen and (max-width: 991px){
  .forum--themes .legendTable tr {
    width: 49%;
  }
}

@media screen and (max-width: 767px){

  .forum-theme-item__body::before {
    left: 50%;
  }

  .forum--themes .legendTable tr {
    width: 100%;
  }
}



/* FORUM THREADS */
.forum--threads > table:first-child,
.forum--threads > table:nth-child(2),
.forum--threads > table:nth-child(3),
.forum--threads > table:nth-child(5),
.forum--threads > table:nth-child(8) > tbody > tr > td:last-child,
.forum--threads > table:nth-child(9) > tbody > tr > td:last-child,
.forum--threads > table:last-child > tbody > tr > td:last-child {
  display: none;
}

/* FORUM PAGE */
.forum--page .ThrTopButtonsTbl,
.forum--page .ThrForumBarTbl,
.forum--page #subscribe,
.forum--page .ThrBotRow1,
.forum--page .ThrBotCl22,
.forum--page .ThrBotRow3 {
  display: none;
}

.forum--page .forumModerFuncs {
    display: block;
    margin: 0 0 45px 0;
    text-align: left;
    padding: 0 !important;
    position: relative;
    top: -35px;
}

.forum--page .fastNav {
    text-transform: uppercase;
    padding: 5px 15px !important;
    vertical-align: middle;
}


.forum--page .postPoll {
    background-color: #fff9f9;
    border: 2px solid #f9efef;
    display: inline-block;
    margin: -1px 0 30px 0;
    padding: 30px !important;
    text-align: left;
    width: 100%;
}

.forum--page .pollQuestion {
    display: inline-block;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 15px;
}

.forum--page .pollButtons {
    display: inline-block;
    margin-top: 15px;
}

.forum--page .pollResults {
    text-align: left;
    display: inline-block;
    margin-bottom: 15px;
    width: 100%;
}


.forum-page-item {
    padding: 30px 0;
    border-bottom: 1px solid #eee;
}

.forum-page-item__avatar {
    position: relative;
    margin-bottom: 15px;
}

.forum-page-item__avatar img {
    width: 100%;
    border-radius: 50%;
}

.forum-page-item__avatar .statusOnline,
.forum-page-item__avatar .statusOffline {
  top: 10px;
}

.forum-page-item__name {
    font-size: 18px;
    font-weight: normal;
    text-align: center;
    margin-bottom: 30px;
}

.forum-page-item__name a {
  color: #333;
}

.forum-page-item__user {
    padding-right: 30px;
    border-right: 1px solid #eee;
}

.forum-page-item__details {
    font-size: 14px;
    color: #aaa;
}

.forum-page-item__details li {
    margin-bottom: 8px;
}

.forum-page-item__rating {
    background-color: #f1f1f1;
    border-radius: 50%;
    color: #333;
    display: inline-block;
    font-size: 12px;
    height: 24px;
    line-height: 24px;
    margin-left: 5px;
    text-align: center;
    width: 24px;
}

.forum-page-item__rating:hover {
    background-color: #333;
    color: #fff !important;
}


.forum-page-item__message .bbQuoteName {
    font-size: 13px !important;
    padding: 0 !important;
    margin-bottom: 5px;
}

.forum-page-item__message .quoteMessage {
    border: 1px solid #eee !important;
    border-left: 8px solid #ddd !important;
    padding: 15px;
    text-align: left;
}


.forum-page-item__attach {
    margin: 15px 0;
    font-weight: normal;
}

.forum-page-item__attach .entryAttach {
    margin-right: 3px;
}

.forum-page-item__footer {
    margin-top: 30px;
    font-size: 14px;
}

.forum-page-item__date {
    color: #aaa;
}

.forum-page-item__moder {
    text-align: right;
}

.forum-page-item__moder li {
    display: inline-block;
    margin: 0 8px 8px 0;
}

.forum-page-item__moder a {
    color: #333;
    background-color: #f1f1f1;
    padding: 4px 8px;
    display: inline-block;
    border-radius: 2px;
}

.forum-page-item__moder a:hover {
    background-color: #333;
    color: #fff !important;
}

@media screen and (max-width: 1199px){

}

@media screen and (max-width: 991px){
  .forum-page-item__date {
    margin-bottom: 15px;
  }

  .forum-page-item__moder {
    text-align: left;
  }

  #subscribe {
    float: none !important
  }

}

@media screen and (max-width: 767px){
  .forum-page-item__user {
    border: 1px solid #eee;
    margin-bottom: 30px;
    padding: 0;
    padding: 15px;
    position: relative;
  }

  .forum-page-item__user::before {
    border: 10px solid transparent;
    border-top: 10px solid #eee;
    bottom: -20px;
    content: "";
    display: block;
    left: 50%;
    margin-left: -10px;
    position: absolute;
}

  .forum-page-item__avatar {
    position: absolute;
    width: 70px;
    top: 60px;
    left: 15px;
  }

  .forum-page-item__avatar .statusOnline, 
  .forum-page-item__avatar .statusOffline {
    top: 5px;
    right: 5px;
    width: 10px;
    height: 10px;
  }

  .forum-page-item__name {
    text-align: left;
    margin-bottom: 15px;
  }

   .forum-page-item__details {
    margin-left: 90px;
   }

  .forum-page-item__details li {
    display: inline-block;
    margin: 0 15px 8px 0;
  }

}




/* FORUM FORM */
.forum-form .label {
  font-weight: normal;
  margin-bottom: 8px;
  display: inline-block;
}

.forum-form__poll {
    margin: 15px 0 30px;
    padding: 30px;
    background-color: #fff9f9;
    border: 2px solid #f9efef;
}

.forum-form__options {
    margin: 15px 0 30px;
}

.forum-form__options:last-child {
    margin-bottom: 0;
}

.forum-form__options #iplus {
    width: auto !important;
    float: none;
}

.forum-form__btn {
    text-align: center;
    margin-top: 30px;
}


/* FORUM EDIT */
.forum--edit > table > tbody > tr:first-child,
.forum--edit > table > tbody > tr:nth-child(2) {
    display: none;
}

.replaceBody { 
  background: #f8f8f8; 
  max-width: 400px; 
  margin: 0 auto; 
}


/* FORUM PAGINATION */
.forum .forum-pages {
    text-align: center;
    margin: 30px 0;
}

.forum .pagesInfo {
    display: none;
}

.forum .switchActive {
    border: 1px solid;
    border-radius: 50%;
    color: #428bca;
    display: inline-block;
    height: 40px;
    line-height: 38px;
    margin-right: 5px;
    text-align: center;
    width: 40px;
}


.forum .switchDigit,
.forum .switchNext,
.forum .switchBack {
    border: 1px solid;
    border-radius: 50%;
    color: #bbb;
    display: inline-block;
    height: 40px;
    line-height: 38px;
    margin-right: 5px;
    text-align: center;
    width: 40px;
}



/* CAPTCHA */
.captcha-answer {
  margin: 0 15px 0 0 !important;
  width: 80px !important;
}

.captcha-renew {
  display: none;
}

.captcha-question {
  border-radius: 4px;
  height: 36px;
  vertical-align: top !important;
}


/* SCROLL TO TOP */
.scroll-to-top {
  background: url(../img/scroll-to-top.png) no-repeat;
  position: fixed;
  cursor: pointer;
  bottom: 60px;
  right: 30px;
  width: 35px;
  height: 35px;
  display: none;
  z-index: 999;
}

/* UCOZ WINDOWS */
.xw-plain .xw-ml, 
.xw-plain .xw-tl, 
.xw-plain .xw-bl {
  background-color: rgba(0, 0, 0, 0.8) !important;
}

.xw-plain .xw-tl {
  border-top-left-radius: 9px !important;
  border-top-right-radius: 9px !important;
}

.xw-plain .xw-bl {
  border-bottom-left-radius: 9px !important;
  border-bottom-right-radius: 9px !important;
}

.xw-body td {
  padding: 1px;
}

.xw-body a:hover {
  color: #fff !important;
}

.xw-body .myBtnLeftA, 
.xw-body .myBtnLeft {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.xw-body .myBtnRightA, 
.xw-body .myBtnRight {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.myWinCont input[type="text"], 
.myWinCont input[type="password"], 
.myWinCont .tmplCodeH {
  background-color: #fff !important;
  border: medium none !important;
  color: #999 !important;
  width: auto !important;
}

.myWinCont input[type="text"]:focus, 
.myWinCont input[type="password"]:focus, 
.myWinCont input.tmplCodeH:focus, 
.myWinCont input.tmplCodeHo:focus, 
.myWinCont .u-form input[type="password"]:focus {
    border-color: #1d72de !important;
    color: #2c2e32 !important;
    background: #fafafc !important;
}

.myWinCont hr {
  border-color: #666;
}

.myWinCont .pgSwch, 
.myWinCont .pgSwchA {
    height: auto;
    width: auto;
}

.myWinCont input[type="text"], 
.myWinCont input[type="password"], 
.myWinCont .tmplCodeH {
    color: #e0e2e6 !important;
    border: 2px solid #54565a !important;
    background-color: #2c2e32 !important;
    margin: 0;
}

.wysibb .wysibb-toolbar .wysibb-toolbar-container .wysibb-toolbar-btn {
  box-sizing: content-box;
}


/* OTHER */
.last-item {
  border-bottom: 0;
  margin: 0;
  padding: 0;
}

#partners img {
  padding:8px;
  width:63px;
  height:63px;

}


.row img{
max-width: 100%;

}

.header__additional-menu a{
color:#252b37;


}

p{

  padding-bottom:11px;
  
}

.entry-item__body img{

  max-width:100%;
}

.right-column img{

  max-width:100%;
}

.catDescr{
padding-bottom:7px;
padding-left:5px;
  font-size:0.85em;
  font-weight:100;
font-style:italic;

}

.comment_info img{
max-height:45px;
}


.quoteMessage{
padding:11px;
margin-bottom:14px;
}

.bbQuoteName{

font-size:15px;
  
}

.uSpoilerText{

 border:lightgrey;
 border-width:2px;
 padding:14px;
 border-style:dashed;
 
}