

/* Start:/local/templates/zlatamira/components/bitrix/menu/topmenu/style.css?16915674054585*/
/**Top menu**/
#horizontal-multilevel-menu,#horizontal-multilevel-menu ul
{
	margin:0; padding:0;
	background:#BC262C url(/local/templates/zlatamira/components/bitrix/menu/topmenu/images/header_menu_bg.gif) repeat-x;
	min-height:27px;
	width:100%;
	list-style:none;
	font-size:11px;
	float:left;
	/*font-size:90%*/
}

#horizontal-multilevel-menu
{

}

/*Links*/
#horizontal-multilevel-menu a
{
	display:block;
	padding:5px 10px;
	/*padding:0.3em 0.8em;*/
	text-decoration:none;
	text-align:center;
}

#horizontal-multilevel-menu li
{
	float:left;
}

/*Root items*/
#horizontal-multilevel-menu li a.root-item
{
	color:#fff;
	font-weight:bold;
	padding:7px 12px;
}

/*Root menu selected*/
#horizontal-multilevel-menu li a.root-item-selected
{
	background:#fc8d3d;
	color:#fff;
	font-weight:bold;
	padding:7px 12px;
}

/*Root items: hover*/
#horizontal-multilevel-menu li:hover a.root-item, #horizontal-multilevel-menu li.jshover a.root-item
{
	background:#e26336;
	color:#fff;
}

/*Item-parents*/
#horizontal-multilevel-menu a.parent
{
	background: url(/local/templates/zlatamira/components/bitrix/menu/topmenu/images/arrow.gif) center right no-repeat;
}

/*Denied items*/
#horizontal-multilevel-menu a.denied
{
	background: url(/local/templates/zlatamira/components/bitrix/menu/topmenu/images/lock.gif) center right no-repeat;
}

/*Child-items: hover*/
#horizontal-multilevel-menu li:hover, #horizontal-multilevel-menu li.jshover
{
	background:#D6D6D6;
	color:#fff;
}

/*Child-items selected*/
#horizontal-multilevel-menu li.item-selected
{
	background:#D6D6D6;
	color:#fff;
}

/*Sub-menu box*/
#horizontal-multilevel-menu li ul
{
	position:absolute;
	/*top:-999em;*/
	top:auto;
	display:none;
	z-index:500;

	height:auto;
	/*width:12em;*/
	width:135px;
	background:#F5F5F5;
	border:1px solid #C1C1C1;
}

/*Sub-menu item box*/
#horizontal-multilevel-menu li li
{
	width:100%;
	border-bottom:1px solid #DEDEDE;
}

/*Item link*/
#horizontal-multilevel-menu li ul a
{
	text-align:left;
}

/*Items text color & size */
#horizontal-multilevel-menu li a,
#horizontal-multilevel-menu li:hover li a,
#horizontal-multilevel-menu li.jshover li a,
#horizontal-multilevel-menu li:hover li:hover li a,
#horizontal-multilevel-menu li.jshover li.jshover li a,
#horizontal-multilevel-menu li:hover li:hover li:hover li a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li a,
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li a,
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover li a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover li a
{
	color:#4F4F4F;
	font-weight:bold;
}

/*Items text color & size: hover*/
#horizontal-multilevel-menu li:hover li:hover a,
#horizontal-multilevel-menu li.jshover li.jshover a,
#horizontal-multilevel-menu li:hover li:hover li:hover a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover a,
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover a
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover a
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover li:hover a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover li.jshover a
{
	color:#4F4F4F;
}

#horizontal-multilevel-menu li ul ul
{
	margin:-27px 0 0 132px;
	/*margin:-1.93em 0 0 11.6em;*/
}

#horizontal-multilevel-menu li:hover ul ul,
#horizontal-multilevel-menu li.jshover ul ul,
#horizontal-multilevel-menu li:hover ul ul ul,
#horizontal-multilevel-menu li.jshover ul ul ul,
#horizontal-multilevel-menu li:hover ul ul ul ul,
#horizontal-multilevel-menu li.jshover ul ul ul ul,
#horizontal-multilevel-menu li:hover ul ul ul ul ul,
#horizontal-multilevel-menu li.jshover ul ul ul ul ul
{
	/*top:-999em;*/
	display:none;
}

#horizontal-multilevel-menu li:hover ul,
#horizontal-multilevel-menu li.jshover ul,
#horizontal-multilevel-menu li li:hover ul,
#horizontal-multilevel-menu li li.jshover ul,
#horizontal-multilevel-menu li li li:hover ul,
#horizontal-multilevel-menu li li li.jshover ul,
#horizontal-multilevel-menu li li li li:hover ul,
#horizontal-multilevel-menu li li li li.jshover ul,
#horizontal-multilevel-menu li li li li li:hover ul,
#horizontal-multilevel-menu li li li li li.jshover ul
{
	/*z-index:1000;
	top:auto;*/
	display:block;
}

div.menu-clear-left
{
	clear:left;
}

.nav.navbar-nav.topmenu{
	display:  flex;
    align-items:  center;
    justify-content: space-around;
}

.navbar-default .navbar-nav>li>a {
    color: #fff!important;
}

/* End */


/* Start:/local/templates/zlatamira/components/uvelirsoft/menu/.default/style.css?16922754752164*/
.main_menu {
    margin: 0px !important;
    padding: 0px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-evenly;
    font-family: 'Montserrat', sans-serif !important;
}

    .main_menu > li {
        display: block;
        height: 100px;
        position: relative;
        line-height: 100px;
        /* background-color: rgb(146, 0, 0); */
        cursor: pointer;
        padding: 0px 10px;
        transition: all 0.3s ease-in-out;
    }
    .main_menu > li:hover {
        /* background-color: rgb(125, 0, 0); */
    }
    .main_menu > li > a {
        /* color: rgb(255, 255, 255); */
        color: #333;
        text-transform: uppercase;
        font-size: 16px;
    }

    .main_menu > li > .sub_menu {
        display: none;
        width: auto;
        /*min-width: 500px;*/
        position: absolute;
        top: 100%;
        left: 0px;
        /* background-color: rgb(125, 0, 0); */
        background-color: #fff;
        padding: 30px 0px 15px 30px;
    }
    .main_menu > li:hover .sub_menu, .main_menu > li:hover .sub_menu .sub_menu_chains {
        display: flex;
        z-index: 2;
    }
    .main_menu > li > .sub_menu .sub_menu_chains > .col {
        display: inline-block;
        margin-right: 30px;
        min-width: 280px;
    }

    .main_menu > li > .sub_menu .sub_menu_chains > .col .title {
        /* color: rgb(255, 255, 255); */
        color: #333;
       /* font-family: Arial, sans-serif;
        font-size: 12px;*/
        line-height: 14px;
        font-weight: bold;
        text-transform: uppercase;
        margin: 0px 0px 20px;
        border-bottom: 1px solid rgb(255, 255, 255);
    }

    .main_menu > li > .sub_menu .sub_menu_chains > .col ul {
        padding-left: 30px;
    }

    .main_menu > li > .sub_menu .sub_menu_chains > .col ul li {
        line-height: 12px;
        margin-bottom: 15px;
        list-style-type: none;
    }
    .main_menu > li > .sub_menu .sub_menu_chains > .col ul li a {
        color: #333;
        font-size: 14px !important;
    	text-transform: uppercase;
    }

/* End */


/* Start:/local/templates/zlatamira/components/bitrix/sale.basket.basket.line/us/style.css?169156740578*/
.bx-basket-block{
    display: inline-block;
    text-transform: uppercase;
}

/* End */


/* Start:/local/templates/zlatamira/components/bitrix/search.form/dropdown_search_des/style.css?1691567405602*/
.top-search{
    background-color: #333;
    padding: 10px 0;
    display: none;
}

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

.search-form {
    position: relative;
    width: 30px;
    line-height: 100px;
    border: 1px solid transparent;
}


input.search-suggest {
    border: 1px solid #fff;
    border-radius: 15px;
    height: 34px;
    padding: 0px 15px;
}
.tsb {
	    background-color: #333333;
    border: 1px solid #fff;
    border-radius: 34px;
    height: 34px;
    color: #fff;
    margin: -36px;
    padding: 0px 20px;
}

/* End */


/* Start:/local/templates/zlatamira/components/bitrix/search.suggest.input/.default/style.css?1691567405501*/
input.search-suggest {}
div.search-popup{border: 1px solid #333333;background: #FFFFFF;padding: 2px;margin: 0px;}
div.search-popup-row, div.search-popup-row-active{position: relative; padding: 2px 4px;margin: 0px;cursor: hand;cursor: pointer;}
div.search-popup-row{background:#FFFFFF;}
div.search-popup-row-active{background:#EEEEEE;}
div.search-popup-el-name, div.search-popup-el-cnt{position: relative; margin:0px;padding:0px;text-align:left;}
div.search-popup-el-cnt{text-align:right; float:right;}
/* End */


/* Start:/local/templates/zlatamira/components/bitrix/breadcrumb/.default/style.css?1691567405585*/
.bx-breadcrumb {
	margin: 10px 0;
}
.bx-breadcrumb i {
	color: #b5bdc2;
	line-height: 13px;
	font-size: 12px;
	vertical-align: middle;
	margin-right: 5px;
}
.bx-breadcrumb .bx-breadcrumb-item {
	float: left;
	margin-bottom: 10px;
	white-space: nowrap;
	line-height: 13px;
	vertical-align: middle;
	margin-right: 10px;
}
.bx-breadcrumb .bx-breadcrumb-item span {
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 13px;
	white-space: normal;
}
.bx-breadcrumb .bx-breadcrumb-item a {border-bottom: none;}
.bx-breadcrumb .bx-breadcrumb-item a:hover {}

/* End */


/* Start:/local/templates/zlatamira/components/bitrix/menu/bottom/style.css?1691567405581*/
/* Left menu*/
ul.left-menu
{
	list-style:none;
	margin:0; padding:0;
	margin-bottom:8px;
	position: relative; /*IE bug*/
}

ul.left-menu li
{
	padding: 10px 16px;
	background:#F5F5F5 url(/local/templates/zlatamira/components/bitrix/menu/bottom/images/left_menu_bg.gif) top repeat-x;
}

ul.left-menu li a
{
	font-size:100%;
	color:#BC262C;
	font-weight:bold;
	text-decoration:none;
}

ul.left-menu li a:visited
{
	color:#BC262C;
}

ul.left-menu li a:hover
{
	color:#BC262C;
}


ul.left-menu li a.selected:link,
ul.left-menu li a.selected:visited,
ul.left-menu li a.selected:active,
ul.left-menu li a.selected:hover
{
	color:#FC8D3D;
}




/* End */


/* Start:/local/templates/zlatamira/css/jquery.fancybox.css?169156739017670*/
body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  height: 100%;
  left: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

.fancybox-container * {
  box-sizing: border-box; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s, visibility 0s linear .25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity .25s, visibility 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  text-align: center;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translate3d(0, 0, 0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  height: 100%;
  margin-right: -.25em;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--next {
  z-index: 99995; }

.fancybox-slide--image {
  overflow: visible;
  padding: 44px 0; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--html {
  padding: 6px 6px 0 6px; }

.fancybox-slide--iframe {
  padding: 44px 44px 0; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 0 6px 0;
  max-width: 100%;
  overflow: auto;
  padding: 0;
  padding: 24px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  margin: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-can-drag .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-dragging .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-container [data-selectable='true'] {
  cursor: text; }

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--html .fancybox-content {
  margin-bottom: 6px; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
  height: calc(100% - 44px);
  margin-bottom: 44px; }

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

.fancybox-iframe {
  vertical-align: top; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  outline: none;
  padding: 10px;
  transition: color .2s;
  vertical-align: top;
  width: 44px; }

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc; }

.fancybox-button:focus,
.fancybox-button:hover {
  color: #fff; }

.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default; }

.fancybox-button svg {
  display: block;
  overflow: visible;
  position: relative;
  shape-rendering: geometricPrecision; }

.fancybox-button svg path {
  fill: transparent;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3; }

.fancybox-button--play svg path:nth-child(2) {
  display: none; }

.fancybox-button--pause svg path:nth-child(1) {
  display: none; }

.fancybox-button--play svg path,
.fancybox-button--share svg path,
.fancybox-button--thumbs svg path {
  fill: currentColor; }

.fancybox-button--share svg path {
  stroke-width: 1; }

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  height: 38px;
  opacity: 0;
  padding: 6px;
  position: absolute;
  top: 50%;
  width: 38px; }

.fancybox-show-nav .fancybox-navigation .fancybox-button {
  transition: opacity .25s, visibility 0s, color .25s; }

.fancybox-navigation .fancybox-button::after {
  content: '';
  left: -25px;
  padding: 50px;
  position: absolute;
  top: -25px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  right: 6px; }

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #555;
  cursor: pointer;
  height: 44px;
  margin: 0;
  padding: 6px;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  z-index: 10; }

.fancybox-close-small svg {
  fill: transparent;
  opacity: .8;
  stroke: currentColor;
  stroke-width: 1.5;
  transition: stroke .1s; }

.fancybox-close-small:focus {
  outline: none; }

.fancybox-close-small:hover svg {
  opacity: 1; }

.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--video .fancybox-close-small,
.fancybox-slide--iframe .fancybox-close-small {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px; }

.fancybox-slide--image .fancybox-close-small:hover svg,
.fancybox-slide--video .fancybox-close-small:hover svg,
.fancybox-slide--iframe .fancybox-close-small:hover svg {
  background: transparent;
  color: #fff; }

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none; }

/* Caption */
.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px 25px 44px;
  right: 0; }

.fancybox-caption::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1; }

.fancybox-caption::after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  content: '';
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0; }

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate .8s infinite linear;
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  border: 6px solid rgba(100, 100, 100, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: .6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1); }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg); }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1); }

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

/* Thumbs */
.fancybox-thumbs {
  background: #fff;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs > ul {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x > ul {
  overflow: hidden; }

.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs > ul > li {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1); }

.fancybox-thumbs > ul > li {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

.fancybox-thumbs > ul > li:before {
  border: 4px solid #4ea7f9;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs .fancybox-thumbs-active:before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px); } }

/* End */


/* Start:/local/templates/zlatamira/css/font-awesome.min.css?169156739031000*/
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('/local/templates/zlatamira/css/../fonts/fontawesome-webfont.eot?v=4.7.0');src:url('/local/templates/zlatamira/css/../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('/local/templates/zlatamira/css/../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('/local/templates/zlatamira/css/../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('/local/templates/zlatamira/css/../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('/local/templates/zlatamira/css/../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}

/* End */


/* Start:/local/templates/zlatamira/css/social.css?16915673906137*/

    .social-vkontakte-icon, .social-facebook-icon, .social-moimir-icon, .social-odnoklassniki-icon, .social-gplus-icon, .social-twitter-icon {
        height: 20px;
        width: 20px;
        background-size: 20px 20px;
        display: inline-block;
        vertical-align: top;
    }
    
    span.social-vkontakte-icon {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjggMjgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE0Ljg4MyAxOS4zOTZzLjMyNS0uMDM2LjQ5LS4yMThjLjE1NC0uMTY3LjE1LS40OC4xNS0uNDhzLS4wMjMtMS40NjguNjQ4LTEuNjg0Yy42Ni0uMjEzIDEuNTEgMS40MTggMi40MDggMi4wNDYuNjguNDc0IDEuMTk3LjM3IDEuMTk3LjM3bDIuNDA0LS4wMzRzMS4yNTYtLjA4LjY2LTEuMDg0Yy0uMDUtLjA4Mi0uMzQ4LS43NDMtMS43ODgtMi4xMDItMS41MDctMS40MjMtMS4zMDUtMS4xOTIuNTEtMy42NTMgMS4xMDYtMS40OTggMS41NDgtMi40MTIgMS40MS0yLjgwNC0uMTMyLS4zNzMtLjk0NS0uMjc1LS45NDUtLjI3NWwtMi43MDYuMDE3cy0uMi0uMDI4LS4zNS4wNjNjLS4xNDQuMDg4LS4yMzguMjk1LS4yMzguMjk1cy0uNDI4IDEuMTYtMSAyLjE0NmMtMS4yMDQgMi4wOC0xLjY4NiAyLjE5LTEuODgzIDIuMDYtLjQ2LS4zLS4zNDUtMS4yMS0uMzQ1LTEuODU1IDAtMi4wMTcuMy0yLjg1Ny0uNTg2LTMuMDc1LS4yOTUtLjA3Mi0uNTEyLS4xMi0xLjI2NC0uMTI4LS45NjYtLjAxLTEuNzgzLjAwMy0yLjI0Ni4yMzQtLjMwOC4xNTMtLjU0Ni40OTUtLjQuNTE0LjE3OC4wMjUuNTgzLjExLjc5OC40MS4yNzcuMzgyLjI2OCAxLjI0NC4yNjggMS4yNDRzLjE2IDIuMzczLS4zNzMgMi42NjhjLS4zNjUuMjAyLS44NjUtLjIxLTEuOTQtMi4wOTgtLjU1LS45NjctLjk2Ni0yLjAzNi0uOTY2LTIuMDM2cy0uMDgtLjItLjIyMy0uMzA2Yy0uMTczLS4xMy0uNDE2LS4xNy0uNDE2LS4xN2wtMi41Ny4wMTZzLS4zODguMDEtLjUzLjE4MmMtLjEyNS4xNTItLjAxLjQ2Ni0uMDEuNDY2czIuMDE0IDQuNzkgNC4yOTQgNy4yMDJjMi4wOSAyLjIxNCA0LjQ2NSAyLjA2OCA0LjQ2NSAyLjA2OGgxLjA3NnoiIGZpbGw9IiNGRkYiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPgo=);
    }
    .social-facebook-icon {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjggMjgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE1LjEgMjN2LTguMjFoMi43NzNsLjQxNS0zLjJIMTUuMVY5LjU0N2MwLS45MjcuMjYtMS41NTggMS41OTYtMS41NThsMS43MDQtLjAwMlY1LjEyNkEyMi43ODcgMjIuNzg3IDAgMCAwIDE1LjkxNyA1QzEzLjQ2IDUgMTEuNzggNi40OTIgMTEuNzggOS4yM3YyLjM2SDl2My4yaDIuNzhWMjNoMy4zMnoiIGZpbGw9IiNGRkYiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPgo=);
    }
    .social-odnoklassniki-icon {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjggMjgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0iI0ZGRiIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMTMuNTYzIDE0LjEyNmMyLjU3OCAwIDQuNjY4LTIuMDQgNC42NjgtNC41NTUgMC0yLjUxNS0yLjA5LTQuNTU1LTQuNjY3LTQuNTU1LTIuNTc4IDAtNC42NjcgMi4wNC00LjY2NyA0LjU1NiAwIDIuNTE3IDIuMDkgNC41NTYgNC42NjcgNC41NTZ6bTAtNi43OTZjMS4yNjggMCAyLjI5NyAxLjAwMyAyLjI5NyAyLjI0IDAgMS4yNC0xLjAzIDIuMjQyLTIuMjk3IDIuMjQyLTEuMjY4IDAtMi4yOTYtMS4wMDMtMi4yOTYtMi4yNCAwLTEuMjQgMS4wMjgtMi4yNDIgMi4yOTYtMi4yNDJ6Ii8+PHBhdGggZD0iTTE2Ljk4IDE0LjQ4MmMtMS4zMSAxLjAwOC0zLjQxNyAxLjAwOC0zLjQxNyAxLjAwOHMtMi4xMDYgMC0zLjQxNy0xLjAwOGMtLjk3LS43NDYtMS43LS4zMTctMS45NjMuMi0uNDYuOS4wNiAxLjMzNiAxLjIzIDIuMDcgMS4wMDIuNjI3IDIuMzc2Ljg2MiAzLjI2NC45NWwtLjc0LjcyMmMtMS4wNDUgMS4wMi0yLjA1MiAyLjAwMi0yLjc1IDIuNjg1YTEuMDI3IDEuMDI3IDAgMCAwIDAgMS40NzZsLjEyNS4xMjNhMS4wOSAxLjA5IDAgMCAwIDEuNTEzIDBsMi43NS0yLjY4NSAyLjc1IDIuNjg0YTEuMDkgMS4wOSAwIDAgMCAxLjUxNSAwbC4xMjYtLjEyNGExLjAyNyAxLjAyNyAwIDAgMCAwLTEuNDc3bC0yLjc1LTIuNjg2LS43NDQtLjcyNWMuODg4LS4wOSAyLjI0OC0uMzI2IDMuMjQtLjk0OCAxLjE3Mi0uNzM0IDEuNjktMS4xNyAxLjIzLTIuMDctLjI2Mi0uNTE3LS45OTItLjk0Ni0xLjk2Mi0uMnoiLz48L2c+PC9zdmc+Cg==);
    }
    .social-moimir-icon {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjggMjgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEwLjUgMTFhMS41IDEuNSAwIDEgMCAwLTMgMS41IDEuNSAwIDAgMCAwIDN6bTcgMGExLjUgMS41IDAgMSAwIDAtMyAxLjUgMS41IDAgMCAwIDAgM3ptNS4zNjcgNi44NzJsLTIuMDI4LTMuNDA3YS45ODguOTg4IDAgMCAwLTEuMzM4LS4zNDUuOTUuOTUgMCAwIDAtLjM1IDEuMzEybC4yNC40MDVhNy41NDggNy41NDggMCAwIDEtNS4zOTUgMi4yNDUgNy41NSA3LjU1IDAgMCAxLTUuMzktMi4yNGwuMjQyLS40MWEuOTUuOTUgMCAwIDAtLjM1Mi0xLjMxMi45ODguOTg4IDAgMCAwLTEuMzM4LjM0NWwtMi4wMjcgMy40MDdhLjk1Ljk1IDAgMCAwIC4zNTIgMS4zMTIuOTkuOTkgMCAwIDAgMS4zMzctLjM0NWwuNzctMS4yOTJBOS41MjQgOS41MjQgMCAwIDAgMTMuOTk2IDIwYTkuNTIgOS41MiAwIDAgMCA2LjQxLTIuNDU2bC43NyAxLjI5NWEuOTkuOTkgMCAwIDAgMS4zMzcuMzQ1Ljk1Ljk1IDAgMCAwIC4zNTMtMS4zMTN6IiBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4K);
    }
    .social-gplus-icon {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjggMjgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEzLjk4NCAxMi4yMTh2My41NjRzMy40NS0uMDA0IDQuODU3LS4wMDRjLS43NiAyLjMxLTEuOTQ0IDMuNTctNC44NTYgMy41Ny0yLjk0OCAwLTUuMjQ4LTIuMzk1LTUuMjQ4LTUuMzQ4czIuMy01LjM0NyA1LjI0OC01LjM0N2MxLjU1OCAwIDIuNTY1LjU1IDMuNDg4IDEuMzE0Ljc0LS43NC42NzctLjg0NiAyLjU1Ny0yLjYyNUE4Ljk0MiA4Ljk0MiAwIDAgMCAxMy45ODMgNUM5LjAyMiA1IDUgOS4wMyA1IDE0czQuMDIyIDkgOC45ODQgOWM3LjQxNiAwIDkuMjMtNi40NyA4LjYyOC0xMC43ODJoLTguNjI4eiIgZmlsbD0iI0ZGRiIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+Cg==);
    }
    .social-twitter-icon {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjggMjgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTIzIDguNzNhNy4zOCA3LjM4IDAgMCAxLTIuMTIuNTgzIDMuNzA2IDMuNzA2IDAgMCAwIDEuNjIzLTIuMDQzIDcuMzk3IDcuMzk3IDAgMCAxLTIuMzQ2Ljg5NiAzLjY5MyAzLjY5MyAwIDAgMC02LjI5MyAzLjM2OCAxMC40ODUgMTAuNDg1IDAgMCAxLTcuNjEtMy44NThjLS4zMi41NDUtLjUgMS4xOC0uNSAxLjg1NiAwIDEuMjguNjUgMi40MSAxLjY0MiAzLjA3M2EzLjY4MyAzLjY4MyAwIDAgMS0xLjY3My0uNDYydi4wNDdjMCAxLjc4OCAxLjI3MyAzLjI4IDIuOTYyIDMuNjJhMy43MTggMy43MTggMCAwIDEtMS42NjcuMDYzIDMuNjk3IDMuNjk3IDAgMCAwIDMuNDUgMi41NjRBNy40MSA3LjQxIDAgMCAxIDUgMTkuOTY3YTEwLjQ1MyAxMC40NTMgMCAwIDAgNS42NiAxLjY1OGM2Ljc5NCAwIDEwLjUwOC01LjYyNiAxMC41MDgtMTAuNTA1IDAtLjE2LS4wMDMtLjMyLS4wMS0uNDc4QTcuNTA3IDcuNTA3IDAgMCAwIDIzIDguNzMyeiIgZmlsbD0iI0ZGRiIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+Cg==);
    }    
    
    .social-vkontakte-block, .social-facebook-block, .social-odnoklassniki-block, .social-moimir-block, .social-gplus-block, .social-twitter-block {
        list-style: none;
        display: inline-block;
        background-color: #BABABA;
        border-radius: 0;
        margin-right: 4px;
    }
    .my-social-buttons-list {
        margin: 0;
        margin: 0;
        padding: 0;
        margin-right:20px;
    }
/* End */


/* Start:/local/templates/zlatamira/helpers.css?16915674058210*/
.display-block, .d-b {display: block;}

.fs-18i {font-size: 18px !important;}

.mtb-20{margin: 20px 0;}
.mtb-10{margin: 10px 0;}

.fll {float: left;}
.flr {float: right;}

.text-bold, .f-w-b {font-weight: bold;}
.t-a-c {text-align: center;}
.t-a-l {text-align: left;}
.t-a-r {text-align: right;}

.bt-dotted {border-top: 1px dotted #ccc;}
.bb-dotted {border-top: 1px dotted #ccc;}
.border-dotted {border: 1px dotted #ccc; padding: 0px 10px; border-radius: 18px;padding: 15px;}
.c-c {display: flex; align-items: center; justify-content: space-around;}
 
.p-0 {padding: 0px;}
.p-5 {padding: 5px;}
.p-10 {padding: 10px;}
.p-15 {padding: 15px;}
.p-20 {padding: 20px;}
.p-25 {padding: 25px;}
.p-30 {padding: 30px;}
.p-35 {padding: 35px;}

.pt-0 {padding-top: 0px;}
.pt-5 {padding-top: 5px;}
.pt-10 {padding-top: 10px;}
.pt-15 {padding-top: 15px;}
.pt-20 {padding-top: 20px;}
.pt-25 {padding-top: 25px;}
.pt-30 {padding-top: 30px;}
.pt-35 {padding-top: 35px;}

.pr-0 {padding-right: 0px;}
.pr-5 {padding-right: 5px;}
.pr-10 {padding-right: 10px;}
.pr-15 {padding-right: 15px;}
.pr-20 {padding-right: 20px;}
.pr-25 {padding-right: 25px;}
.pr-30 {padding-right: 30px;}
.pr-35 {padding-right: 35px;}
.pr-40 {padding-right: 40px;}
.pr-45 {padding-right: 45px;}
.pr-50 {padding-right: 50px;}
.pr-55 {padding-right: 55px;}
.pr-60 {padding-right: 60px;}
.pr-65 {padding-right: 65px;}
.pr-70 {padding-right: 70px;}
.pr-75 {padding-right: 75px;}

.pb-0 {padding-bottom: 0px;}
.pb-5 {padding-bottom: 5px;}
.pb-10 {padding-bottom: 10px;}
.pb-15 {padding-bottom: 15px;}
.pb-20 {padding-bottom: 20px;}
.pb-25 {padding-bottom: 25px;}
.pb-30 {padding-bottom: 30px;}
.pb-35 {padding-bottom: 35px;}

.pl-0 {padding-left: 0px;}
.pl-5 {padding-left: 5px;}
.pl-10 {padding-left: 10px;}
.pl-15 {padding-left: 15px;}
.pl-20 {padding-left: 20px;}
.pl-25 {padding-left: 25px;}
.pl-30 {padding-left: 30px;}
.pl-35 {padding-left: 35px;}
.pl-40 {padding-left: 40px;}
.pl-45 {padding-left: 45px;}
.pl-50 {padding-left: 50px;}
.pl-55 {padding-left: 55px;}
.pl-60 {padding-left: 60px;}
.pl-65 {padding-left: 65px;}
.pl-70 {padding-left: 70px;}
.pl-75 {padding-left: 75px;}

.m-0 {margin: 0px;}
.m-5 {margin: 5px;}
.m-10 {margin: 10px;}
.m-15 {margin: 15px;}
.m-20 {margin: 20px;}
.m-25 {margin: 25px;}
.m-30 {margin: 30px;}
.m-35 {margin: 35px;}

.mt-0 {margin-top: 0px;}
.mt-5 {margin-top: 5px;}
.mt-10 {margin-top: 10px;}
.mt-15 {margin-top: 15px;}
.mt-20 {margin-top: 20px;}
.mt-25 {margin-top: 25px;}
.mt-30 {margin-top: 30px;}
.mt-35 {margin-top: 35px;}
.mt-40 {margin-top: 40px;}
.mt-45 {margin-top: 45px;}
.mt-50 {margin-top: 50px;}
.mt-55 {margin-top: 55px;}
.mt-60 {margin-top: 60px;}
.mt-65 {margin-top: 65px;}
.mt-70 {margin-top: 70px;}
.mt-75 {margin-top: 75px;}
.mt-80 {margin-top: 80px;}
.mt-85 {margin-top: 85px;}
.mt-90 {margin-top: 90px;}
.mt-95 {margin-top: 95px;}
.mt-100 {margin-top: 100px;}

.mr--40 {margin-right: -40px;}
.mr--35 {margin-right: -35px;}
.mr--30 {margin-right: -30px;}
.mr--25 {margin-right: -25px;}
.mr--20 {margin-right: -20px;}
.mr--15 {margin-right: -15px;}
.mr--10 {margin-right: -10px;}
.mr--5 {margin-right: -5px;}
.mr-0 {margin-right: 0px;}
.mr-5 {margin-right: 5px;}
.mr-10 {margin-right: 10px;}
.mr-15 {margin-right: 15px;}
.mr-20 {margin-right: 20px;}
.mr-25 {margin-right: 25px;}
.mr-30 {margin-right: 30px;}
.mr-35 {margin-right: 35px;}
.mr-40 {margin-right: 40px;}
.mr-45 {margin-right: 45px;}
.mr-50 {margin-right: 50px;}

.mb-0 {margin-bottom: 0px;}
.mb-5 {margin-bottom: 5px;}
.mb-10 {margin-bottom: 10px;}
.mb-15 {margin-bottom: 15px;}
.mb-20 {margin-bottom: 20px;}
.mb-25 {margin-bottom: 25px;}
.mb-30 {margin-bottom: 30px;}
.mb-35 {margin-bottom: 35px;}
.mb-40 {margin-bottom: 40px;}
.mb-45 {margin-bottom: 45px;}
.mb-50 {margin-bottom: 50px;}
.mb-55 {margin-bottom: 55px;}
.mb-60 {margin-bottom: 60px;}
.mb-65 {margin-bottom: 65px;}
.mb-70 {margin-bottom: 70px;}
.mb-75 {margin-bottom: 75px;}
.mb-80 {margin-bottom: 80px;}
.mb-85 {margin-bottom: 85px;}
.mb-90 {margin-bottom: 90px;}
.mb-95 {margin-bottom: 95px;}
.mb-100 {margin-bottom: 100px;}

.ml--40 {margin-left: -40px;}
.ml--35 {margin-left: -35px;}
.ml--30 {margin-left: -30px;}
.ml--25 {margin-left: -25px;}
.ml--20 {margin-left: -20px;}
.ml--15 {margin-left: -15px;}
.ml--10 {margin-left: -10px;}
.ml--5 {margin-left: -5px;}
.ml-0 {margin-left: 0px;}
.ml-5 {margin-left: 5px;}
.ml-10 {margin-left: 10px;}
.ml-15 {margin-left: 15px;}
.ml-20 {margin-left: 20px;}
.ml-25 {margin-left: 25px;}
.ml-30 {margin-left: 30px;}
.ml-35 {margin-left: 35px;}
.ml-40 {margin-left: 40px;}
.ml-45 {margin-left: 45px;}
.ml-50 {margin-left: 50px;}

.mh-100 {min-height: 100px;}
.mh-110 {min-height: 110px;}
.mh-115 {min-height: 115px;}
.mh-120 {min-height: 120px;}
.mh-125 {min-height: 125px;}
.mh-130 {min-height: 130px;}
.mh-135 {min-height: 135px;}
.mh-140 {min-height: 140px;}
.mh-145 {min-height: 145px;}
.mh-150 {min-height: 150px;}
.mh-155 {min-height: 155px;}
.mh-160 {min-height: 160px;}
.mh-165 {min-height: 165px;}
.mh-170 {min-height: 170px;}
.mh-175 {min-height: 175px;}
.mh-180 {min-height: 180px;}
.mh-185 {min-height: 185px;}
.mh-190 {min-height: 190px;}
.mh-195 {min-height: 195px;}
.mh-200 {min-height: 200px;}

.fs-1{font-size:1px;}
.fs-2{font-size:2px;}
.fs-3{font-size:3px;}
.fs-4{font-size:4px;}
.fs-5{font-size:5px;}
.fs-6{font-size:6px;}
.fs-7{font-size:7px;}
.fs-8{font-size:8px;}
.fs-9{font-size:9px;}
.fs-10{font-size:10px;}
.fs-11{font-size:11px;}
.fs-12{font-size:12px;}
.fs-13{font-size:13px;}
.fs-14{font-size:14px;}
.fs-15{font-size:15px;}
.fs-16{font-size:16px;}
.fs-17{font-size:17px;}
.fs-18{font-size:18px;}
.fs-19{font-size:19px;}
.fs-20{font-size:20px;}
.fs-21{font-size:21px;}
.fs-22{font-size:22px;}
.fs-23{font-size:23px;}
.fs-24{font-size:24px;}
.fs-25{font-size:25px;}
.fs-26{font-size:26px;}
.fs-27{font-size:27px;}
.fs-28{font-size:28px;}
.fs-29{font-size:29px;}
.fs-30{font-size:30px;}
.fs-31{font-size:31px;}
.fs-32{font-size:32px;}
.fs-33{font-size:33px;}
.fs-34{font-size:34px;}
.fs-35{font-size:35px;}
.fs-36{font-size:36px;}
.fs-37{font-size:37px;}
.fs-38{font-size:38px;}
.fs-39{font-size:39px;}
.fs-40{font-size:40px;}
.fs-41{font-size:41px;}
.fs-42{font-size:42px;}
.fs-43{font-size:43px;}
.fs-44{font-size:44px;}
.fs-45{font-size:45px;}
.fs-46{font-size:46px;}
.fs-47{font-size:47px;}
.fs-48{font-size:48px;}
.fs-49{font-size:49px;}
.fs-50{font-size:50px;}
.fs-51{font-size:51px;}
.fs-52{font-size:52px;}
.fs-53{font-size:53px;}
.fs-54{font-size:54px;}
.fs-55{font-size:55px;}
.fs-56{font-size:56px;}
.fs-57{font-size:57px;}
.fs-58{font-size:58px;}
.fs-59{font-size:59px;}
.fs-60{font-size:60px;}
.fs-61{font-size:61px;}
.fs-62{font-size:62px;}
.fs-63{font-size:63px;}
.fs-64{font-size:64px;}
.fs-65{font-size:65px;}
.fs-66{font-size:66px;}
.fs-67{font-size:67px;}
.fs-68{font-size:68px;}
.fs-69{font-size:69px;}
.fs-70{font-size:70px;}
.fs-71{font-size:71px;}
.fs-72{font-size:72px;}
.fs-73{font-size:73px;}
.fs-74{font-size:74px;}
.fs-75{font-size:75px;}
.fs-76{font-size:76px;}
.fs-77{font-size:77px;}
.fs-78{font-size:78px;}
.fs-79{font-size:79px;}
.fs-80{font-size:80px;}

.w-80{width:80px;}
.w-100{width:100px;}
.w-120{width:120px;}
.w-140{width:140px;}
.w-160{width:160px;}
.w-180{width:180px;}
.w-200{width:200px;}
.w-220{width:220px;}
.w-240{width:240px;}
.w-260{width:260px;}
.w-280{width:280px;}
.w-300{width:300px;}

.lh-10{line-height: 10px;}
.lh-11{line-height: 11px;}
.lh-12{line-height: 12px;}
.lh-13{line-height: 13px;}
.lh-14{line-height: 14px;}
.lh-15{line-height: 15px;}
.lh-16{line-height: 16px;}
.lh-17{line-height: 17px;}
.lh-18{line-height: 18px;}
.lh-19{line-height: 19px;}
.lh-20{line-height: 20px;}
.lh-21{line-height: 21px;}
.lh-22{line-height: 22px;}
.lh-23{line-height: 23px;}
.lh-24{line-height: 24px;}
.lh-25{line-height: 25px;}
.lh-26{line-height: 26px;}
.lh-27{line-height: 27px;}
.lh-28{line-height: 28px;}
.lh-29{line-height: 29px;}
.lh-30{line-height: 30px;}

.lh-1_0{line-height: 1.0;}
.lh-1_1{line-height: 1.1;}
.lh-1_2{line-height: 1.2;}
.lh-1_3{line-height: 1.3;}
.lh-1_4{line-height: 1.4;}
.lh-1_5{line-height: 1.5;}
.lh-1_6{line-height: 1.6;}
.lh-1_7{line-height: 1.7;}
.lh-1_8{line-height: 1.8;}
.lh-1_9{line-height: 1.9;}
.lh-2_0{line-height: 2.0;}
/* End */


/* Start:/local/templates/zlatamira/components/bitrix/system.auth.form/tab/style.css?16915674051361*/
#try_login_phone{
	font-size: 14px;
    text-align: left;
}

#authorized__form .hide{
	display: none;
}
#authorized__form .bad_value{
	border-color: red;
}

.auth-table td {
    padding: 4px;
}

.auth-table td input[type='text'], .auth-table td input[type='password']{
    width:100%!important;
    padding-left: 10px;
}

.auth-table td input[type='checkbox']{
    width:20px;
    height:20px;
    margin: 0;
}

div.bx-system-auth-form span.bx-auth-secure {background-color:#FFFAE3; border:1px solid #DEDBC8; padding:2px; display:inline-block; vertical-align:bottom; margin-top:-1px;}
div.bx-system-auth-form div.bx-auth-secure-icon {background-image:url(/local/templates/zlatamira/components/bitrix/system.auth.form/tab/images/sec.png); background-repeat:no-repeat; background-position:center; width:19px; height:18px;}
div.bx-system-auth-form div.bx-auth-secure-unlock {background-image:url(/local/templates/zlatamira/components/bitrix/system.auth.form/tab/images/sec-unlocked.png);}

.social_services_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.captcha>td {
  display: block;
	text-align: center;
  margin: 10px 0px 0px 0px;
}
.captcha img {
    margin: 0px !important;
    padding: 0px !important;
}
.captcha>td input{
	border: 2px solid #000 !important;
}
/* End */


/* Start:/local/templates/zlatamira/components/bitrix/main.register/tab/style.css?16915674051014*/
#try_phone{
	font-size: 14px;
    text-align: left;
}

ul.errortext li {
	color: #FF4333;
    text-align: left;
    font-size: 14px;
	list-style-type: disc!important;
}
ul.errortext {
	-webkit-padding-start: 10px;
	
}

#registration__form input[type='checkbox']{
	width: auto;
	height: auto;
	display: inline-block;
	margin: 0 5px 5px 0;
}
	#registration__form input[type='checkbox'] + label{
		display: inline;
	}
	
#registration__form .modal-dialog {
    width: 490px;
}
	#registration__form .modal-body{
		max-width: 490px;
	}	
		#registration__form .modal-body table{
			width: 100%;
		}
		#registration__form .modal-body table input{
			float: right;
			max-width: 300px;
		}
		
#registration__form .hide{
	display: none;
}		

#registration__form .bad_value{
	border-color: red;
}
#registration__form h3{
	margin-top: 5px;
    margin-bottom: 15px;
}
	#registration__form .input_row{
		position: relative;
	}
	#registration__form .input_row #show_hide_passwd{
		position: absolute;
		right: 5px;
		top: 8px;
	}
/* End */


/* Start:/local/templates/zlatamira/styles.css?174413602837773*/
body, button, input, textarea, div, span, p, td {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}
.profile, .title_news{
	    font-family: 'Montserrat', sans-serif !important;
	    font-size: 27px !important;
    	font-weight: bold
}

.nav.navbar-nav.topmenu {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 12px;
}

.status-green{
	color:#f28b0d;
	background-color:#f28b0d;
}

@media screen and (max-width: 919px){
	#SDEK_sign {
    /*padding-left: 0px !important;*/
    font-size: 13px !important; 
}
}
.usbanner:hover:after{
    background-color:rgb(255 255 255 / 50%)!important;
}
  figure{
  /*width: 380px;*/
  /*height: 300px;*/
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: top;
  /*border: 5px solid #fff;
  box-shadow: 0 0 5px #ddd;*/
  border-radius: 2rem;
  /*margin: 1em;*/
}
figcaption{
  position: absolute;
  left: 0; right: 0;
  top: 0; bottom: 0;
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  width: 100%;
  height: 100%;
  display: table;
}
figcaption div{
  display: table-cell;
  vertical-align: middle;
  position: relative;
  top: 70px;
 /* opacity: 0;*/
  color: #2c3e50;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
}
figcaption div:after{
  position: absolute;
  content: "";
  left: 0; right: 0;
  bottom: 40%;
  text-align: center;
  margin: auto;
  width: 0%;
  height: 2px;
 
  background: #2c3e50;
}
figure img{
  -webkit-transition: all 0.5s linear;
          transition: all 0.5s linear;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}
figure:hover figcaption{
 background: rgba(255,255,255,0.5);
}
figcaption:hover div{
  opacity: 1;
  top: 70px;
  /*background-color: #ffffff;*/
}
figcaption:hover div:after{
  width: 15%;
}
figure:hover img{
  -webkit-transform: scale3d(1.2, 1.2, 1);
          transform: scale3d(1.2, 1.2, 1);
} 


.box {
            width: 419px;
            height: 230px;
            float: left;
            overflow: hidden;
        }
        .box-transition {
        	overflow: hidden;
            width: 100%;
            height: 100%;
            background-position: center;
            background-size: cover;
            -webkit-transition: all .5s;
            -moz-transition: all .5s;
            -o-transition: all .5s;
            transition: all .5s;
        }
        .box:hover .box-transition,
        .box:focus .box-transition {
            -ms-transform: scale(1.2);
            -moz-transform: scale(1.2);
            -webkit-transform: scale(1.2);
            -o-transform: scale(1.2);
            transform: scale(1.2);
        }
        /*.box p {
            color: #da291c;
            font-weight: bold;
            font-size: 16px;
            line-height: 21px;
        }*/
        .box .red_bl {
            width: 30px;
            height: 6px;
            background-color: #da291c;
        }
        .bg-1 {
            background: url(/local/templates/zlatamira/images/02-braslet.jpg);
           /* margin-top: -59px;*/
        }
        .box-txt {
            position: relative;
            z-index: 9999;
            left: 45px;
            top: 40px;
        }


.category {
    position: relative;
    font-size: 1rem;
}


.bx_catalog_text .bx_catalog_text_category_title {
    padding-bottom: 14px;
    border-bottom: none;
    font-size: 36px; 
}


.product-item-detail-properties dd {
    float: right;
    margin-bottom: 10px;
    margin-left: 5px;
    color: #000;
    width: 60%;
}

.bx-no-touch .product-item-container.hover .product-item {
	position: absolute;
	right: -15px;
	left: -15px;
	padding: 15px 15px 0;
	width: auto;
	border: 1px solid transparent;
	/*background: #fff;*/
	/*box-shadow: 0 7px 15px 0 rgba(0, 0, 0, .19);*/
}


.product-item-big-card .product-item-title a {
     font-size: 14px !important; 
}

.product-item-title a {
    font-size: 14px;
}

.bx-catalog-element.bx-uvelirsoft .artnumb_rating .detail-item-artnumber {
    margin: 20px 0px;}
    
.bx-breadcrumb .bx-breadcrumb-item span{
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
}
.product-item-price-current{
	font-size: 18px;
}
.product-item-detail-price-current, .basket-item-price-current-text{
	font-family: 'Montserrat', sans-serif !important;
}


.container{/*min-width:320px;*/}


/*--------------------------auth---------------------------------------------*/
.bx-authform {
	margin: 20px auto 20px;
	
}

.bx-authform .alert {
	text-align: center;
}

/*--------------------------icons social network-----------------------------*/

	#banner .item_kart{position:relative;}
	#banner .item_kart a{
		display:block;
		width:220px;
		height:40px;
		border-radius:4px;
		border:1px solid #f7938a;
		text-align:center;
		line-height:40px;
		position:absolute;
		right:5%;
		top:auto;
		bottom:10%;
		left:auto;
		color:#000;
		text-transform:uppercase;
		font-size:12px;
		background-color: rgba(255,255,255,0.5);
	}
	#banner .item_kart a:hover{text-decoration: none;}
	#banner .item_kart a span{
		margin-left:10px;
	}
/*:hover{cursor:pointer;}*/
/*----------------inner-page------------------*/
button , a.buttons{
	width: 190px;
	margin-right:5px;
	background-color:#f46c60;
}
	button:hover{
		opacity:0.96;
	}
	button:active{
		box-shadow:inset 2px 2px 5px 0px rgba(0,0,0,0.3);
		-webkit-box-shadow:inset 2px 2px 5px 0px rgba(0,0,0,0.3);
		-o-box-shadow:inset 2px 2px 5px 0px rgba(0,0,0,0.3);
		-moz-box-shadow:inset 2px 2px 5px 0px rgba(0,0,0,0.3);
		-ms-box-shadow:inset 2px 2px 5px 0px rgba(0,0,0,0.3);
	}
.btn-default{
	/*padding: 20px 20px;
    margin: 10px;*/
    font-size: 14px;
    font-weight: bold;
    vertical-align: top;
    background: #000 !important;
    color: #fff !important;
    border: 1px solid #000 !important;
}
.btn-default:hover {
    outline: none;
    background-color: #fffdfd !important;
    border-color: #e48d8d;
    color: #000 !important;
    border: 1px solid #000 !important;
}




.navbar{
	margin-bottom:0px;
}
.breadcrumb{
	margin:2px;
	padding:0px;
}
	.breadcrumb a{
		color:#c1c1c1;
	}
		.breadcrumb li.active{
			color:#a9a9a9;
		}
/*----------------catalog------------------*/	
aside.filter article{
	border-top:1px solid #cdcdcd;
	padding:20px 20px;
}
	.name{
		font-size:16px;
		font-weight:bold;
		display:block !important;
	}
	aside.filter .price {
		margin-bottom:30px;
	}
	aside.filter .price .toddler{
		margin-top:20px;
	}
	aside.filter label{
		font-weight:normal;
	}
		aside.filter .type-product label{
			font-size:16px;
			margin-left:5px;
		}
    aside.filter .bx-filter .btn-themes{
      height: 40px;
      color: #ffffff;
      background-color: #f46c60 !important;
      border: 0px;
      border-radius: 7px;
      text-transform: uppercase;
      font-size: 14px;
      outline:none;
    }
    aside.filter .bx-filter .btn-themes:hover{
      background-color: #ff7063 !important;
      outline:none;
      border: 0px;
    }
  aside.filter .bx-filter .btn-themes:active{
     box-shadow: inset 2px 2px 5px 0px rgba(0,0,0,0.3);
    -webkit-box-shadow: inset 2px 2px 5px 0px rgba(0,0,0,0.3);
    -o-box-shadow: inset 2px 2px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: inset 2px 2px 5px 0px rgba(0,0,0,0.3);
    -ms-box-shadow: inset 2px 2px 5px 0px rgba(0,0,0,0.3);
    outline:none;
    border: 0px;
  }
  .btn-link{
    color:#333;
    outline:none !important;
  }
    .btn-link:hover{
      color:#333;
      outline:none !important;
    }
    .btn-link:active{
      color:#333;
      outline:none !important;
    }
 
		.modified p {
			display:inline-block;
			margin:0px; 
		}
		.modified .name{
			margin:0px 0px 10px 0px;
		}
				.modified p label{
					display:block;
					width:30px;
					height:30px;
					text-align:center;
					font-size:14px;
					vertical-align:middle;
					background-color:#d9d9d9;
					padding:5px 0px;
					-webkit-transition: background-color 0.5s ease 0s;
					-o-transition: background-color 0.5s ease 0s;
					transition: background-color 0.5s ease 0s;
				}
				.bx-filter-input-checkbox span:hover{cursor:pointer;}
				.modified p label:hover{
					background-color:#a9a9a9;
				}
				.bx-filter-section.container-fluid{
					padding:0px;
				}
				.bx-filter-parameters-box{
					border-top:1px solid #eee;
					padding: 10px 10px;
				}
				.bx-filter-parameters-box .prop-title, .bx-filter-parameters-box .prop-title-mobile, .prop-title{
					font-size:16px;
					font-weight:bold;
					margin-bottom:20px;
				}
				    
	.cancel-filtr{
		display: block;
    text-align: center;	
	}			    
				.bx-filter-parameters-box-container a{
					text-decoration:underline;
				}
				.bx-filter-parameters-box-container a:hover{
					text-decoration:none;
					color:#000;
				}
				.bx-filter-input-checkbox span:before{
					display:block;
					float:left;
					content:"";
					/*font-family: 'Glyphicons Halflings';*/
					color:#fff;
					width:16px;
					height:16px;
					border:1px solid #b4bbc5;
					margin-right:5px;
					font-size:13px;
					padding:2px;
					padding-top:0px;
					/*margin-left: 3px;*/
				}
				.bx-filter-input-checkbox span span:before{
					display:none;
				}
				.radio .bx-filter-input-checkbox  input[type="radio"]{
					margin-left:0px;
				}
				.radio .bx-filter-input-checkbox .bx-filter-param-text{
					padding-left:20px;
				}
				.radio .bx-filter-input-checkbox span:before{
					display:none;
				}
				.bx-filter-input-checkbox input[type="checkbox"]:checked + span:before{
					background-color:#ccd1d9;
					border:1px solid #ccd1d9;
					content:"\E013";
				}
				.bx-filter-input-checkbox input[type="checkbox"]{display:none;}
				.modified p input[type="checkbox"]:checked + label{
					background-color:#a9a9a9;
				}
				.modified p label:before{
					display:none;
				}
		.radio label, .checkbox label{padding-left:0px;}
		aside.filter .yet{
			text-decoration:underline;
			margin-top:15px;
		}
		aside.filter .more.yet{
			text-align:center;
		}
		aside.filter .more.yet:hover, aside.filter .yet:hover{cursor:pointer;text-decoration:none;}
    

		
.content-catalog .col-md-4, .content-catalog .col-sm-6, .content-catalog .col-xs-12{
	  margin:0px;
	  padding:1px;
}
.content-catalog .row{margin-right:0}
.content-catalog .row div{padding:0; background-repeat: no-repeat;
    background-size: cover
    }

.content-catalog .description{
        margin:30px 0px;
}
.content-catalog .description p{
        color:#666;
        padding:0px;
        margin:0px;
        font-size:14px;
}
	
/*--------------------------product_cart------------------------------*/
.row.name{
	border-bottom:2px solid #cdcdcd;
	margin-bottom:20px;
	position:relative;
	}
		
.bx_item_rating{
	text-align: right;
	float:right;
}
/*.product */.bx_stars_container{
	position: relative;
	width: 120px;
  height: 22px;
	background: #dadada;
	background-size: 100%;
}
/*.product */.bx_stars_bg{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 101;
	background: url(/local/templates/zlatamira/images/stars.png) no-repeat center;
	/*background: url(/local/templates/ustemplate/images/stars.png) no-repeat center;*/
	background-size:100%;
}

/*.product */.bx_stars_progres{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	background: #f46c60;
}
/*.product */.bx_stars_rating_votes{
	color: #f46c60;
	font-size: 11px;
	line-height: 11px;
	vertical-align: middle;
}
.bx-filter-parameters-box-container .filter-option.modified p input{display: none;}

.product .caption{
  padding-bottom: 0px;
  float:left;
}
.product .bx_item_rating{
  margin-top:40px;
}
		
.product .product_info .not-checked{
	opacity:0.4;
}
	.product .product_info .modified p label{
		background-color:transparent;
		outline:1px solid #dbdbdb;
	}
		.product .product_info .modified p label:hover{
			background-color:#dbdbdb;
			outline:1px solid #dbdbdb;
		}
		
		
		
		/*---------------стилизация select------------------------*/
		.product .product_info .insert, .product .product_info .count{margin:15px 0px;}
		.product .product_info  .jq-selectbox__select {
			background:transparent;
			border:1px solid #f0f0f0;
			outline:0px;
			border:0px;
			background-color:#fff;
			background-image:none;
			min-width:110px;
			}
			.product .product_info  .jq-selectbox__select:hover, .product .product_info .jq-selectbox.opened, .jq-selectbox__dropdown{
				border:0px;
				border-radius:3px;
				box-shadow:0px 0px 5px 0px rgba(0,0,0,0.45);
				-webkit-box-shadow:0px 0px 5px 0px rgba(0,0,0,0.45);
				-o-box-shadow:0px 0px 5px 0px rgba(0,0,0,0.45);
				-moz-box-shadow:0px 0px 5px 0px rgba(0,0,0,0.45);
				-ms-box-shadow:0px 0px 5px 0px rgba(0,0,0,0.45);
			}
			.product .product_info  .jq-selectbox.opened{
				border-bottom:0px;
			}
			.jq-selectbox__dropdown{
				padding-top:15px;
				top:15px !important;
				z-index:-1;
			}
			.jq-selectbox li{
				background-color: #fff;
			}
			.jq-selectbox li.selected, .jq-selectbox li:hover {
				background-color: #f2f2f2;
				color: #292d33;
			}
		.product .product_info .jq-selectbox__trigger {border:0px;}
		.product .product_info .jq-selectbox__trigger-arrow {
			border-top: 5px solid #000;
			border-right: 3px solid transparent;
			border-left: 3px solid transparent;
		}
		/*----------------------------------------------------*/
		
		.product .owl-prev, .product .owl-next {
				border-top: 4px solid #c1c1c1;
				border-left: 4px solid #c1c1c1;
		}
			.product .slider-product li{
				text-align:center;
				position:relative;
				cursor:pointer;
			}
			.product .slider-product .lSPager.lSGallery{
				width:100% !important;
				display:-webkit-box;
				display:-ms-flexbox;
				display:flex;
				-webkit-box-align:center;
				-ms-flex-align:center;
				align-items:center;
				-ms-flex-pack:distribute;
				justify-content:space-around;
			}
			.product .socials{
        display: block;
        position: absolute;
        top: 90%;
        left:50%;
        margin-left: -109px;
				}
			.product .socials a{
				opacity:0.4;
				padding: 5px;
			}
			.product .slider-product .lSSlideWrapper{
				border:1px solid #f4f4f4;
				    margin: 0px 20px;
			}
			.product .slider-product  .lSSlideOuter .lSPager.lSGallery li{border:1px solid #f4f4f4;}
				.product .slider-product li .news-icon .news-favorite{
							background-size: 100% auto;
							width:35px;
							height:35px;
				}
			.product .slider-product .lSAction{
				display:none !important;
			}
			.product .product_info .price{
				font-size:30px;
				color:#000;
			}
			.product .product_info .description{
				font-size:14px;
				color:#666;
			}
			.product .product_info .modified .name{
				margin-bottom:10px;
				}
			.product .product_info .determine_size{
				font-size:12px;
				color:#b2b2b2;
				text-decoration:underline;
				margin-bottom:20px;
			}	
				.product .product_info .determine_size:hover{
					text-decoration:none;
				}	
			
				
				
				 
			
		.product .title {margin:20px 0px;}
		.product #comments .item_comments{
			position:relative;
		}
			.product #comments .item_comments .avatar{
				width:20%;
				height:100%;
				display:inline-block;
				vertical-align:top;
				margin-right:10px;
			}
			.product #comments .item_comments .who{
				width:75%;
				height:100%;
				display:inline-block;
			}
			.product #comments .item_comments .who .description{
				color:#666;
				font-size:14px;
			}
      .product #comments .owl-stage-outer{
        max-height:300px;
        padding: 0px 30px;
      }
			.product #comments .item_comments .who .name{
				color:#333;
				font-weight:normal;
			}
			.product #comments .item_comments .who .name time, .product #comments .item_comments .who .evaluation{
				color:#b2b2b2;
				font-size:14px;
				font-weight:normal;
				margin-left:10px;
			}
			.product #comments .item_comments .who .evaluation{
				margin:0px;
				position:relative;
				width:100%;
				display:inline-block;
			}
			.product #comments .owl-dots{
				display:none !important;
			}
			.product #comments .item .bx_item_rating, .liked-page .rating .bx_item_rating{
				display:inline-block;
				float:none;
				margin:0px;
			}
			.product .look_comments{float:right;}
			.product .give_feedback a{
				text-decoration:underline;
				color:#333;
			}
			.product .give_feedback  a:hover{
				text-decoration:none;
			}
			.product .give_feedback .user_comment{
				border:1px solid #c2c2c2;
				border-radius: 7px;
				width:100%;
				max-width:100%;
				height:50px;
				max-height:50px;
				padding:5px;
			}
		.product .buttons.publish{
			float:right;
			margin-top:20px;
		}
		
		/*-------------------basket.html, liked.html---------------------------*/
    h1, .h1{
      padding-bottom:10px;
      /*border-bottom:1px solid #cdcdcd;*/
    }
    .basket-page table, 
    .liked-page table{
      width:100%;
    }
      .basket-page table tr, 
      .liked-page table tr{
        border-bottom:1px solid #cdcdcd;
      }
        .basket-page table tr th, .basket-page table tr td,   
        .liked-page table tr th, .liked-page table tr td{
          padding:5px;
        }
        .basket-page table tr td.identifier, 
        .liked-page table tr td.identifier{
          min-width:10px;
          vertical-align: top;
        }
        .basket-page table tr td.image, 
        .liked-page table tr td.image{
          max-width:140px;
          padding:10px;
        }
          .basket-page table tr td.image img, 
          .liked-page table tr td.image img{
            width:100%;
            max-width:260px;
          }
          .basket-page table tr td.characteristic,
          .liked-page table tr td.characteristic {
            max-width:170px;
            min-width:160px
          }
          .basket-page table tr td.characteristic p:not(.name),
          .liked-page table tr td.characteristic p:not(.name){
            margin-bottom:3px;
          }
          .basket-page table tr td.count, .basket-page table tr td.price, .basket-page table tr td.sale, .basket-page table tr td.total, .basket-page table tr td.delete,
          .liked-page table tr td.count, .liked-page table tr td.price, .liked-page table tr td.sale, .liked-page table tr td.look, .liked-page table tr td.delete{
            text-align:center;
          }
          .basket-page table tr td.delete,
          .liked-page table tr td.delete{
            min-width:95px;
          }
          .basket-page table tr td.delete span:hover,
          .liked-page table tr td.delete span:hover{
            cursor:pointer;
          }
          .basket-page table tr td.delete span:after,
          .liked-page table tr td.delete span:after{
            content:'\2716';
            display: inline-block;
            margin-left: 10px;
          }
          .liked-page table tr td.look a{
            padding:10px 8px;
            background-color:#f0f0f0;
            border-radius:5px;
          }
          .liked-page table tr td.look a:hover{
            background-color:#e4e4e4;
            color:#000;
            text-decoration:none;
          }
          .liked-page table tr td.look a:active{
            box-shadow:inset 2px 2px 5px 0px rgba(0,0,0,0.3);
            -webkit-box-shadow:inset 2px 2px 5px 0px rgba(0,0,0,0.3);
            -o-box-shadow:inset 2px 2px 5px 0px rgba(0,0,0,0.3);
            -moz-box-shadow:inset 2px 2px 5px 0px rgba(0,0,0,0.3);
            -ms-box-shadow:inset 2px 2px 5px 0px rgba(0,0,0,0.3);
          }
          .basket-page .bottom-basket, 
          .liked-page .bottom-basket{
            text-align:right;
          }
          .basket-page .bottom-basket .pagination>li>a, 
          .liked-page .bottom-basket .pagination>li>a{
            margin:5px;
            width:22px;
            padding:3px 0px;
            height:22px;
            text-align: center;
            border-radius:5px;
            color:#000;
            font-size:12px;
          }
          .basket-page .bottom-basket .pagination>li.active>a, 
          .liked-page .bottom-basket .pagination>li.active>a,
          .basket-page .bottom-basket .pagination>li:first-child:hover:not(.disabled) a,
          .basket-page .bottom-basket .pagination>li:last-child:hover:not(.disabled) a,
          .liked-page .bottom-basket .pagination>li:first-child:hover:not(.disabled) a,
          .liked-page .bottom-basket .pagination>li:last-child:hover:not(.disabled) a{
            border:0px;
            color:#f46c60;
            background-color: transparent;
          }
          .basket-page .bottom-basket .pagination>li.active>a:hover, .basket-page .bottom-basket .pagination>li.disabled>a:hover,
          .liked-page .bottom-basket .pagination>li.active>a:hover, .liked-page .bottom-basket .pagination>li.disabled>a:hover
          {
            background-color: transparent;
            cursor:default;
          }
          .basket-page .bottom-basket .pagination li:first-child  a, .basket-page .bottom-basket .pagination li:last-child  a,
          .liked-page .bottom-basket .pagination li:first-child  a, .liked-page .bottom-basket .pagination li:last-child  a
          {
            border: 0px;
            line-height: 10px;
            color: #cdcdcd;
            font-size: 50px;
          }
          .basket-page .bottom-basket .pagination li a:hover,
          .liked-page .bottom-basket .pagination li a:hover{
            background-color: #c5c5c5;
          }
          .basket-page .bottom-basket .all-total span:last-child, .basket-page .bottom-basket .all-total-sale span:last-child,
          .liked-page .bottom-basket .all-total span:last-child, .liked-page .bottom-basket .all-total-sale span:last-child{
            min-width: 80px;
            display: inline-block;
          }
          .basket-page .all,
          .liked-page .all{
            display: block;
            color:#000;
            text-decoration:underline;
            
          }
          .basket-page .delete.all,
          .liked-page .delete.all{
            float:left;
            margin-top:20px;
          }
          .basket-page .look.all,
          .liked-page .look.all{
            float:right;
            margin-top: -40px;
          }
          .basket-page .all:hover,
          .liked-page .all:hover{
            cursor: pointer;
            text-decoration: none;
          }
          .liked-page table tr .comment a{
            color:#333;
            text-decoration:underline;
          }
            .liked-page table tr .comment a:hover{
                color:#333;
                text-decoration:none;
            }
/*------------------личная информация----------------------*/
    .personal_data-form{
      padding:70px 0px 50px 50px;
    }
      .personal_data-form span:first-child{
        display: block;
        float: left;
        width:125px;
        font-size:14px;
        color:#000;
        margin-right: 20px;
      }
      .personal_data-form input{
        height:40px;
        padding:0px 10px;
      }
        .personal_data-form input[type="text"], .personal_data-form input[type="date"], .personal_data-form input[type="password"]{
          display: inline-block;
          border:2px solid #d2d6dc;
          border-radius:4px;
          width:320px;
          line-height: 40px;
          padding: 7px
        }
          .personal_data-form .gender input[name="gender"]{
            display:none;
          }
        .personal_data-form .gender label{
          display: inline-block;
          width:155px;
          max-width:155px;
          margin-right:5px;
          border-radius:4px;
          border:2px solid #d2d6dc;
          background-color: #fff;
          height:40px;
          line-height:38px;
          text-align:center;
        }
        .personal_data-form label.load_file{
          width:150px;
          border-radius:4px;
          border:2px solid #d2d6dc;
          background-color: #fff;
          height:40px;
          line-height:38px;
          text-align:center;
        }
        .personal_data-form .load_file input[type="file"]{
            display:none;
          }
        .personal_data-form .delete_photo{
          display: block;
          text-decoration: underline;  
          font-size: 14px;
          color:#000;
        }
        .personal_data-form p span.load{display:block;height:100%;}
        .personal_data-form .delete_photo:hover{
          text-decoration: none;    
          cursor:pointer;
        }
        .personal_data-form .part{
          border-bottom:1px solid #c1c1c1;
          margin:20px 0px;
          font-size: 14px;
          color:#000;
        }
        .personal_data-form p:last-child{
          display: inline-block;
          width:auto;
          position: relative;
        }
        .personal_data-form p:last-child button{
          display: block;
          position: absolute;
          margin-top: 20px;
          right: 0px;
        }
          .personal_data-form .gender label:hover, .personal_data-form .gender input[name="gender"]:checked + label{
            background-color: #c1c1c1;
            cursor:pointer;
          }
          .personal_data-form .load-image{
            width:60px;
            height:60px;
            margin-right:10px;
            margin-bottom:10px;
        }
/**/
#banner .owl-controls .owl-nav>div{
	background-image: none !important;
}
    /*---------------------------------------------------------*/
    .item.item_kart {
    position: relative;
		}
    .item-newproduct, .item-bestseller, .item-discount-prop, .item-discount{
			
			display:inline-block;
			    margin-left: 12px;
		}
		svg{
			position:absolute;
			z-index:1;
			width:100%;
			height:100%;
		}
		.item_mark{
			position:absolute;
			top:0;
			left:0;
			color:#fff;
			z-index: 0;
		}
			.item-newproduct span, .item-bestseller span, .item-discount-prop span, .item-discount span{
				    position: relative;
						/* display: inline; */
						z-index: 1000;
						display: inline-block;
						width: 100%;
						text-align: center;
						font-size:12px
			}
			
	.item-discount, div.item_discount	{
	background-color: #e24b33;
	color: #fff !important;
    font-size: 10px;
    line-height: 15px;
    border-radius: 10px;
	}	
	.item-newproduct, div.item_newproduct{
	background-color: #56be63;
	color: #fff !important;
    font-size: 10px;
    line-height: 15px;
    border-radius: 10px;
	}
	.item-discount-prop{
	background-color: #e24b33;
	color: #fff;
    font-size: 10px;
    line-height: 15px;
    border-radius: 10px;
	}
.product-item-label-ring.product-item-label-big, .product-item-scalable-card.hover .product-item-label-ring.product-item-label-big {
    width: 50px;
    height: 50px;
    font-size: 22px;
    line-height: 50px;
    color: #e24b33;
}
	
.basket-item-label-right > div {
    text-align: center;
}	
[class^="basket-item-label"], [class^="basket-item-label"] span {
    background: transparent;
    color: #ffffff;
    /* font-weight: bold; */
}
.basket-item-label-ring.basket-item-label-small {
    width: 40px;
    height: 40px;
    font-size: 13px;
    line-height: 40px;
    color: #e24b33;
}	
.btn:hover {
    background: #333;
}		
    .action .title{
      text-align:left;
      text-transform:none;
    }
    .action-carousel  .owl-dots{display:none !important;}
    .action-carousel-baner{
      padding:0px 20px;
    }
    .action-carousel-baner .action-title{
      color:#f46c60;
      font-size:18px;
    }
    .action-carousel-baner .action-description{
      font-size:12px;
    }
    .right-line{
      border-right:1px solid #ddd;
    }
    .action-carousel .title-news .price{
      font-size: 15.5px;
      padding-top: 0px;
    }
    .action-carousel .price span{
      font-size: 15.5px;
      display: inline-block;
      margin-right: 10px;
    }
    .action-baner-image{
      display:inline-block;
      width:100%;
      text-align:center;
      height: auto;
      margin-bottom: 20px;
      border:1px solid #f0f0f0;    
    }
    .action-baner-image img{width:100%;}
    .action-baner-image img.vertical{max-width:400px;}
    .old-price{text-decoration:line-through;}
    .new-price{color:#f46c60;}
   .action-carousel .owl-next{right:-10px;}
   .action-carousel .owl-prev{left:-10px;}
   .action-carousel .owl-carousel{padding:20px;}
   .action-carousel .news-icon span{width:25px;height:25px;}
   .action-carousel .news-favorite i{line-height: 25px;font-size: 17px;}
   .action-carousel .title-news{font-size:14px;}
   .action-carousel .owl-prev, .action-carousel .owl-next{width:20px;height:20px;top:50%;margin-top:-10px;}
    
@media only screen and (max-width:850px){
	.navbar-default .navbar-nav>li>a {
    font-size: 10px;
}
  .basket-page table tr td, .basket-page table tr td span, .basket-page table tr td a,
  .liked-page table tr td, .basket-page table tr td span, .basket-page table tr td a,
  .basket-page table tr td.characteristic .name,
  .liked-page table tr td.characteristic .name{
    font-size:14px;
  }
  .basket-page table tr td.identifier span,
  .liked-page table tr td.identifier span,
  .basket-page table tr td.delete span,
  .liked-page table tr td.delete span{
    font-size:16px;
    margin-top: 15px;
    display: inline-block;
  }
  .basket-page table tr td.delete span:after, 
  .liked-page table tr td.delete span:after{
    margin-left:5px;
  }
}
@media only screen and (max-width:767px){
	
	
	main .container{
		padding:0px 20px;
	}
	aside.filter{
		margin:10px 0px;
	}
	aside.filter article{
		border-top:0px;
		vertical-align: top;
		display:inline-block;
		width:49%;
		padding:0px;
		position:relative;
	}
	aside.filter .yet{display:none;}
	aside.filter .more.yet{display:inline-block;width:100%;}
	aside.filter .name{
		border:1px solid #f0f0f0;
		max-width:170px;
		min-width:115px;
		width:100%;
		border-radius:3px;
		padding:4px;
		position:relative;
	}
	aside.filter .name:after{
		content:"";
		display:block;
		position:absolute;
		right:10px;
		top:12px;
		border-top:5px solid #000;
		border-right:3px solid transparent;
		border-left:3px solid transparent;
		height:5px;
	}
	aside.filter .price{
		margin-bottom:10px;
	}
  aside.filter .bx-filter-button-box .bx-filter-parameters-box-container{
    text-align: center;
  }
  aside.filter .bx-filter-parameters-box{
    border-top:0px;
  }
	.content-catalog .description{
		margin:20px;
	}
  
	.filter-option{
		display:none;
		position:absolute;
		z-index:2;
		background-color:#fff;
		width:100%;
		padding:5px;
		}
	.product .row.name .caption{
		float:none;
	}
		.product .row.name .caption span{
			display:block;
			margin-left:0px;
		}
			.product .row.name .caption .article{
				margin-top:10px;
				display:inline-block;
			}
	.bx_item_rating{
		margin-top:0px;
		margin-bottom:10px;
	}
	.product .product_info .modified p label {
    width: 40px;
    height: 40px;
    margin: 5px;
		padding: 10px 0px;
	}
  .basket-page table tr:first-child,
  .liked-page table tr:first-child{
    display:none;
  }
  .basket-page table tr th, .basket-page table tr td, 
  .liked-page table tr th, .liked-page table tr td{
    padding:0px;
    vertical-align: top;
  }
  .basket-page table tr td.count, .basket-page table tr td.price, .basket-page table tr td.sale, .basket-page table tr td.total, .basket-page table tr td.delete,
  .liked-page table tr td.price, .liked-page table tr td.sale, .liked-page table tr td.look, .liked-page table tr td.delete{
    display:table;
    text-align:left;
    
  }
  .basket-page table tr td.delete,
  .liked-page table tr td.look, .liked-page table tr td.delete{
    text-align: right;
    width: 100%;
    
  }
    .basket-page table tr td.delete span,
    .liked-page table tr td.delete span{
      margin-right: 10px;
    }
    .basket-page table tr td.count:before, .basket-page table tr td.price:before, .basket-page table tr td.sale:before, .basket-page table tr td.total:before,
    .liked-page table tr td.price:before, .liked-page table tr td.sale:before{
      margin-right:10px;
      margin-bottom: 5px;
      display: inline-block;
    }
    .basket-page table tr td.count:before{
      content:'Количество:';
    }
    .basket-page table tr td.price:before,
    .liked-page table tr td.price:before{
      content:'Цена за шт.:';
    }
    .basket-page table tr td.sale:before,
    .liked-page table tr td.sale:before{
      content:'Скидка:';
    }
    .basket-page table tr td.total:before{
      content:'Итого:';
    }
    .liked-page table tr td.look a{
      margin: 5px 10px 5px 0px;
      display: inline-block;
    }
    .right-line{
      border-right:0px;
    }
    
}
@media only screen and (max-width:650px){
  h1, .h1{
    font-size:22px;
  }
  .bx_catalog_text_category_title{
  	font-size:26px !important;
  }
  .basket-page table tr,
  .liked-page table tr{
    position: relative;
  }
  
  .basket-page table tr td.identifier, .basket-page table tr td.image, .basket-page table tr td.characteristic,
  .liked-page table tr td.identifier, .liked-page table tr td.image, .liked-page table tr td.characteristic,
  .basket-page table tr td.count, .basket-page table tr td.price, .basket-page table tr td.sale, .basket-page table tr td.total, .basket-page table tr td.delete,
  .liked-page table tr td.price, .liked-page table tr td.sale, .liked-page table tr td.look, .liked-page table tr td.delete{
    display:table;
    width:100%;
    max-width:100%;
  }
  .basket-page table tr td.image, .liked-page table tr td.image{
    text-align:center;
  }
  .basket-page table tr td, .basket-page table tr td span, .basket-page table tr td a,
  .liked-page table tr td, .basket-page table tr td span, .basket-page table tr td a,
  .basket-page table tr td.characteristic .name,
  .liked-page table tr td.characteristic .name{
    font-size:16px;
  }
  .basket-page table tr td.characteristic .name,
  .liked-page table tr td.characteristic .name{
    margin-top:10px;
  }
    .basket-page .look.all, .liked-page .look.all{
      float: none;
      margin-top: 0px;
    } 
    .basket-page table tr td.delete,
    .liked-page table tr td.delete{
      margin-top: -230px;
      margin-bottom:220px;
    }
    .personal_data-form span:first-child {
      float: none;
      width: 100%;
    }
    .personal_data-form input[type="text"], .personal_data-form input[type="date"], .personal_data-form input[type="password"]{
      width:100%;
    }
    .personal_data-form .gender label {
    display: block;
    float: left;
    width: 50%;
    margin:0px;
    max-width:100%;}
    .personal_data-form p:last-child{display:block;}
    #banner .item_kart a{
			height:35px;
			width:200px;
			line-height:35px;
			bottom:15%;
		}
}
@media only screen and (max-width:480px){
	.product .product_info a.buttons {
		display:block;
		margin: 10px auto;
	}
	.product .look_comments{display:none;}
	.product .buttons.publish{
		margin-top:5px;
	}
	.product #comments .item_comments .avatar{
		margin-right:5px;
	}
	.product #comments .item_comments .who .name,
  .basket-page .delete.all, .liked-page .delete.all{
		font-size:14px;
	}
  .basket-page .bottom-basket nav,
  .liked-page .bottom-basket nav{
    text-align: center;
  }
  .basket-page .bottom-basket nav .pagination,
  .liked-page .bottom-basket nav .pagination{
    margin:10px 0px;
  }
    .basket-page .bottom-basket .all-total span, .basket-page .bottom-basket .all-total-sale span,
    .liked-page .bottom-basket .all-total span, .liked-page .bottom-basket .all-total-sale span{
       font-size:14px;
    }
      .basket-page .bottom-basket .all-total span:last-child, .basket-page .bottom-basket .all-total-sale span:last-child, 
      .liked-page .bottom-basket .all-total span:last-child, .liked-page .bottom-basket .all-total-sale span:last-child{
        min-width:60px;
      }
      .basket-page .bottom-basket div button,
      .liked-page .bottom-basket div button{
        margin: 10px auto;
        display: block;
      }
  .basket-page table tr td.identifier span, .basket-page table tr td.delete span,
  .liked-page table tr td.identifier span,  .liked-page table tr td.delete span{
    margin-top:0px;
  }
  .basket-page table tr td.characteristic .name,
  .liked-page table tr td.characteristic .name{
    max-width: 180px;
    font-size: 14px;
  }
  .personal_data-form{padding:0px;}
  .personal_data-form p:last-child button{
    position: static;
    width:100%;
  }
#banner .item_kart a {
    height: 25px;
    width: 130px;
    line-height: 25px;
    bottom: 20%;
    font-size: 10px;
}

}
@media only screen and (max-width:400px){
  .basket-page-no .buttons,
  .liked-page-no .buttons{
    margin: 10px auto;
    display: block;
  }
}

.popup-window-content{
	background:transparent!important;
}
.popup-window-titlebar {
    font-size: 16px;
    text-align: center;
    margin-top: 10px;
}

.btn_nosize_razmer {
    cursor: pointer;
    /*top: 0;
    right: 2px;
    bottom: 2px;
    left: 2px;
    display: block;
    overflow: hidden;
    border: 1px solid #c0cfda;
    background: #fff;
    color: #3f3f3f;
    text-align: center;
    text-decoration: none;
    font-weight: normal;
    font-size: 13px;
    line-height: 22px;
    width: 124px;*/
    text-transform: none;
    border-bottom: 1px dashed #aaa;
    font-weight: 400;
    margin-left: 5px;
}
.btn_nosize_razmer:hover{
    /*border: 1px solid #909090;*/
}
#rc-imageselect {transform:scale(0.77);-webkit-transform:scale(0.77);transform-origin:0 0;-webkit-transform-origin:0 0;}
@media screen and (max-height: 575px){ #rc-imageselect, .g-recaptcha {transform:scale(0.77);-webkit-transform:scale(0.77);transform-origin:0 0;-webkit-transform-origin:0 0;} }

/**/
.svg-icon { width:30px;}
.effect-hover {color:#ccc;}
.effect-hover:hover {color:red;}
.box-icon {display: inline-flex; margin: 5px;}
/* End */


/* Start:/local/templates/zlatamira/template_styles.css?171704786943541*/
.bxblink {
    color: #ffffff;
}

/*store*/
.catalog-item-links {
	margin: 0 0 10px 0;
    /* background-color: black; */
    display: inline-block;
    padding: 10px;
    /* color: #fff; */
    border: 1px solid #000;
}

.catalog-detail-desc {
    padding: 20px 0 20px 0;
}
/* index */
.d14 h3 {
  display: table;
  width: auto;
  margin: 15px auto;
  /*letter-spacing: 2px;*/
}
.d14 h3:before {
  content: "";
  position: absolute;
  top: -50%;
  left: -25px;
  width: 30px;
  height: 20px;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
}
.d14 h3:after {
  content: "";
  position: absolute;
  bottom: -50%;
  right: -25px;
  width: 30px;
  height: 20px;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
}
h3 {
  /*max-width: 320px;*/
  font-weight: bold;
  width: 100%;
  position: relative;
  display: inline-block;
  color: #465457;
}
/* index */

.trajan{font-family: 'Trajan Pro 3'; color:black;}

@font-face {
    font-family: 'Trajan Pro 3';
    src: url('/local/templates/zlatamira/fonts/Trajan/TrajanPro3Regular.eot'),
        url('/local/templates/zlatamira/fonts/Trajan/TrajanPro3Regular.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/zlatamira/fonts/Trajan/TrajanPro3Regular.woff2') format('woff2'),
        url('/local/templates/zlatamira/fonts/Trajan/TrajanPro3Regular.woff') format('woff'),
        url('/local/templates/zlatamira/fonts/Trajan/TrajanPro3Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



.catalog-element-popup-element {
    color: #762a66;
    font-weight: bold;
}
.popup-window{
/**	border: dotted 3px #000;*/
}

.b24-widget-button-inner-item svg {
    position: static !important;
}

.shop-bage {
    background: url(/local/templates/zlatamira/images/basket.svg);
    width: 24.7px;
    height: 35px;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
}


/*.catalog-section.bx-uvelirsoft{
    min-height: 1080px;
}*/
.bx-basket-block img{
    width: 20px;
    height: 20px;
}
.bx-basket-block i{
    font-size: 18px;
}
/*.bx-basket-block{
        display: flex;
    align-items: center;
}*/
#bx_basketFKauiI .bx-basket-block{
    display: flex;
}
/*#bx_basketFKauiI .bx-basket-block > span{
    margin-left: 5px;
}*/
#bx_basketFKauiI .bx-basket-block > span {
    margin-left: 5px;
    background: green;
    color: #fff;
    font-weight: bold;
    border-radius: 50%;
    width: 21px;
    height: 21px;
    display: inline-block;
    text-align: center;
}

.banners_top_catalog .row > div{
    background-repeat: no-repeat;
    background-position: 50%;

}
.banners_top_catalog .row > div{
    padding-left: 0;
    padding-right: 0;
}
.bx-blue .product-item-image-slider-control.active, .bx-blue .product-item-image-slider-control:hover{
    background-color: #0083d1;
}

*:focus{
    outline-color: #ddd;
}
.product-item-image-slider-control.active, .product-item-image-slider-control:hover,.bx-blue .product-item-image-slider-control.active, .bx-blue .product-item-image-slider-control:hover{
    background: #000;
}


header .col-md-1,
header .col-md-2,
header .col-md-3,
header .col-md-4,
header .col-md-5,
header .col-md-6,
header .col-md-7,
main .col-md-12
{
    padding-right: 0;
    padding-left: 0;
}
.row{
    margin: 0;
}

/* ALL -  */

a{
	color: #555555;
}
a:hover, a:focus{
    color: #822828;
    text-decoration: none;
}

.no-float {
  display: table-cell;
  float: none;
}

body > main{
        min-height: calc(100vh - 426px);
}




/*NEW TEMPLATE*/

header .header_menu{
    height: 45px;
}
/*header .header_menu{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 45px;
}
header .header_menu div{
	width: 33%;
}*/


header .header_top{
	color: #fff;
	/*background: #000;*/
	background: #464646;
}
header .header_top .phone a{
    color: #fff;
}
header .header_top .phone{
	font-size: 18px;
	font-weight: bold;
	text-align: center;
        height: 50px;
    display: flex;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px 0 5px 0;
}
header .header_top .menu{

}
header .header_top .socials{
          height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
header .menu.left .main_menu{
    justify-content: end;
}


.header .main_menu > li > .sub_menu .sub_menu_chains> .col ul{
    padding-left: 0;
}

.header .main_menu > li.sections:hover::after{
    content: '';
    position: absolute;
    bottom: 0;
    right: calc(50% - 20px);
    width: 0px;
    height: 0px;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #fff;
}
.main_menu > li:hover .sub_menu .sub_menu_chains{
    /* border-right: 1px solid #acacac; */
}

.header .main_menu > li:hover .sub_menu{
    -webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.2);}

.header .main_menu > li > a{
    font-weight: 600;
    font-size: 14px;
}

.header .main_menu > li:hover a{
    /*color: #822828;*/
    color: #f44336;
    text-decoration: none;
}

.header .main_menu > li > a:hover, .header .main_menu > li > a:focus{
    color: #822828;
    text-decoration: none;
}
.header .main_menu > li > a.sale{
   /* color: #822828;*/
   color: #f44336;
}
.header .main_menu > li > a.sale::before{
    content: "%";
}
.header .main_menu > li > .sub_menu  .sub_menu_chains> .col .title{
        color: #000000;
    font-weight: 600;
}

.bx-breadcrumb .bx-breadcrumb-item a span{
    color: #acacac;
}
.bx-breadcrumb .bx-breadcrumb-item a span:hover{
    color: #000;
}
.bx-breadcrumb .bx-breadcrumb-item span{
    color: #000;
}
.bx-breadcrumb .bx-breadcrumb-item .arrow{
        margin-right: 5px;
}



/* CATALOG - FILTER */

.bx-filter-parameters-box .prop-title, .bx-filter-parameters-box .prop-title-mobile{
    /*color: #000;*/
}
.bx-filter .bx-ui-slider-handle{
    width: 15px;
    height: 15px;
}
.bx-filter .bx-ui-slider-handle.left{
        margin-left: -5px;
}
.bx-filter .bx-ui-slider-handle.right{
    margin-right: -5px;
}
.bx-filter .bx-ui-slider-part{
    top: -10px;
}
.bx-filter .bx-filter-input-container input{
    text-align: center;
}
.bx-filter.bx-uvelirsoft .bx-ui-slider-pricebar-v{
    /*background-color: #000;*/
}
.bx-filter.bx-uvelirsoft .bx-ui-slider-pricebar-vd{
   /** background-color: #000;*/
}
.bx-filter .bx-ui-slider-handle.left, .bx-filter .bx-ui-slider-handle.right{
    background-color: #fff;
    border: 2px solid #031014;
    border-radius: 50%;
    top: -7px;
    z-index: 3;
}
.bx-filter-parameters-box-container .filter-option.modified{
    display: flex;
    flex-wrap: wrap;
    position: unset;
}
.modified p label{
    border-radius: 50%;
    background-color: transparent;
    width: 43px;
    height: 43px;
    margin-right: 5px;
        line-height: 32px;
}
.modified p label:hover{
    background: #000;
    color: #fff;
    cursor: pointer;
}
.modified p input[type="checkbox"]:checked + label{
    background: #000;
    color: #fff;
}
.bx-filter-input-checkbox input[type="checkbox"]:checked + span:before{
    border: solid 1px #000;
    padding: 2px;
    background-clip: content-box; /* support: IE9+ */
    background-color: #000;
    content: '';
}
.bx-filter-input-checkbox span:before{
    border: 1px solid #000;
}
.radio, .checkbox{
    margin-bottom: 20px;
}
#bx-soa-orderSave .checkbox{
	margin: 20px;
}
.bx-filter-parameters-box-container{
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
}
.bx-filter-block .col-xs-6{
    padding: 0;
}

/*
.bx_catalog_text .bx_catalog_text_category_title a{
    color: #000;
}*/

.bx-filter-parameters-box:first-child{
    border-top: 0
}



#topmenucustom_left .main_menu > li{
    padding: 0;
    padding-right: 15px;
}
#topmenucustom_right .main_menu > li{
    padding: 0;
    padding-left: 15px;
}
.menu_left .topmenu.left{
    float: right;
}
.bx-filter-parameters-box{
    padding: 10px 0px;
    margin-bottom: 30px;
}
.bx-filter .bx-filter-input-container input{

}

.bx_catalog_text_title a{
    color: #000;
}

.container > #navigation{
    margin : 20px 0px;
    padding: 0 15px;
}


.bx-pagination .bx-pagination-container{
    text-align: right;
}
.bx-pagination .bx-pagination-container ul li{
    text-align: center;
}
.bx-pagination .bx-pagination-container ul li span{
    background: #fff;
    border: 1px solid #898989;
}
.bx-pagination .bx-pagination-container ul li a:hover span{
    background: #000;
    border: 1px solid #fff;
    color: #fff;
}

main .main_tab_block{
    margin-bottom: 30px;
}
main .main_tab_block ul{
    border-bottom: 0;
    display: flex;
    justify-content: center;
    margin: 70px 0;

}
.item_kart a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.container-fluid{
    padding-right: 0px;
    padding-left: 0px;
}
main .main_tab_block .nav-tabs > li{
        min-width: 250px;
}
main .main_tab_block .nav-tabs > li > a{
    border: 0;
    font-size: 32px;
    background: transparent;
    border-right: 1px solid #8b8b8b;
    border-radius: 0;
    padding: 0px 35px;
    text-align: center;

}
main .main_tab_block > .title{

    text-align: center;
    font-size: 32px;
    background: transparent;
    padding: 0px 35px;
    margin-top: 30px;
    color: #333;
    /*font-weight: bold;*/
    font-family: 'Roboto', sans-serif;
    }
main .main_tab_block .owl-prev, main .main_tab_block .owl-next{
    color: #000000 !important;
    top: 44%;

}
main .main_tab_block .owl-prev{
    left: -5%;
}
main .main_tab_block .owl-next{
    right: -5%;
}

main .main_tab_block .nav-tabs > li.active > a, main #main_tab.nav-tabs > li.active > a:hover, main #main_tab.nav-tabs > li.active > a:focus{

    border: 0;
    font-size: 32px;
    color: #333;
    border-right: 1px solid #333;
    font-weight: bold;
}
main .main_tab_block .nav-tabs > li.active:last-child > a,
main .main_tab_block .nav-tabs li:last-child > a{
    border-right: 0;
}

main .main_tab_block .title-news .item_kart-caption{
    display: block;
    font-size: 16px;
}
main .main_tab_block .news-icon{
    display: none;
}
main .main_tab_block .title-news{
    text-align: center;
    padding: 0 15px;
}
main .main_tab_block .title-news .price{
	color: #000000;
    display: block;
    margin-top: 10px;
    font-size: 18px;
    font-weight: bold;
}
main .main_tab_block .title-news .price.sale{
	text-decoration: line-through;
    color: #969696;
    font-weight: normal;
    font-size: 15px;
}

main .main_tab_block .owl-carousel .owl-item img{
    width: 50%;
}
main .main_tab_block .item_mark{
    right: 10px;
    left: unset;
    top: 10px;
}
main .main_tab_block .item.item_kart .img{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 281px;
}
main .main_tab_block .item-newproduct span, main .main_tab_block .item-bestseller span, main .main_tab_block .item-discount span{
    color: #d1b0b0;
    font-size: 18px;
    font-weight: bold;
}
.item-discount span, .item-newproduct span, .item-discount-prop span {
	color: #ffffff !important;
	font-size: 12px !important;
	font-weight: normal !important;
    padding: 2px 8px;
}
.input_prices{
    display: flex;
        align-items: center;
}
.input_prices .defis{
    margin: 0 5px;
}
.input_prices .currency{
    text-transform: lowercase;
    margin-left: 5px;
}
.input_prices .bx-filter-parameters-box-container-block{
    width: 33%;
}
.bx-filter .input_prices .bx-filter-input-container input{
    border-radius: 5px;
    border: 2px solid #acacac;
}
.bx-filter .bx-ui-slider-track-container{
    padding-left: 8px;
    padding-top: 38px;
}
.bx-filter .bx-ui-slider-part{
    background: #ccc;
}
.bx-filter .bx-ui-slider-part.p1 span{
    font-size: 11px;
    /* font-weight: bold; */
    position: absolute;
    top: -16px;
    display: block;
    width: 50px;
    margin-left: 0;
    text-align: left;
    color: #898989;
}
.bx-filter .bx-ui-slider-part{
    top:-12px;
}
.bx-filter .bx-ui-slider-part.p5 span{
    font-size: 11px;
    /* font-weight: bold; */
    position: absolute;
    top: -16px;
    display: block;
    width: 50px;
    margin-left: 0;
    text-align: right;
    color: #898989;
    margin-left: -50px;
}
.bx-pagination.uvelirsoft .bx-pagination-container ul li.bx-active span{
    background: #000;
    border: 1px solid #000;
}
.bx-pagination.uvelirsoft .bx-pagination-container ul li.bx-pag-all a span, .bx-pagination.uvelirsoft .bx-pagination-container ul li.bx-pag-prev a span, .bx-pagination.uvelirsoft .bx-pagination-container ul li.bx-pag-next a span{
    background: #dedede;
    border: 0;
    line-height: 43px;
    padding: 0 8px;
    color: #fff;
}
.bx-pagination.uvelirsoft{
    margin: 50px 0;
}
.bx-pagination.uvelirsoft .bx-pagination-container ul li span{
    padding: 0 8px;
    display: block;
    height: 43px;
    min-width: 43px;
    line-height: 43px;
    border-radius: 50%;
}

.popup__close svg{
    width: 10px;
    height: 10px;
    right: 20px;
}
#auth_and_register .nav.nav-tabs{
    display: flex;
    justify-content: center;
        align-items: center;
}
#auth_and_register input{
    display: block;
    width: 100%;
    font-size: 18px;
    height: 38px;
    margin: 0;
    padding: 0 4px;
    border: 1px solid #CCD5DB;
    border-radius: 5px;
    background: #f8fafc;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 5px;
}
#auth_and_register .tab-content{
    padding: 20px;
}
#auth_and_register .nav-tabs > li.active > a,
#auth_and_register .nav-tabs > li.active > a:hover,
#auth_and_register .nav-tabs > li.active > a:focus{
    border: 0;

}

.product-item-container.hover.product-item-scalable-card .product-item-image-wrapper { padding-top: 100%; }
.product-item-info-container .product-item-properties span{
    color: #000;
    font-size: 13px;
    font-weight: 500;
}


.basket-items-list-wrapper .basket-items-list-header{
   /* background: #000;*/
}
.basket-items-list-header-filter .basket-items-list-header-filter-item.active{
    color: #fff;
}
.bx-blue .basket-item-scu-item:hover, .bx-blue .basket-item-scu-item.selected, .bx-blue .basket-item-scu-item.not-available:hover{
    background: #000;
    color: #fff;
}
.bx-blue .basket-item-scu-item:hover, .bx-blue .basket-item-scu-item.selected, .bx-blue .basket-item-scu-item.not-available:hover{
    border: 1px solid #fff;
}
.basket-item-scu-item, .basket-item-scu-item.not-available:hover{
    /*border-radius: 50%;*/
}







/*------------------------------------------------------------------------------------------------*/
#banner{
    z-index: 0;
    margin-bottom:30px;
    margin-top:0px;
}
.owl-item{background:#ffffff}

.owl-item img {
    border-radius: 20px;
}

.owl-prev, .owl-next{
    width: auto;
    height: auto;
    color: #000 !important;
    /*color: transparent;*/
    font-size: 0;
    position: absolute;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    font-size: 36px !important;
}
.owl-prev:active, .owl-next:active, .owl-prev:hover, .owl-next:hover{ border-color:#920000;}
.owl-prev{
    /*-webkit-transform:rotate(-45deg);
        -ms-transform:rotate(-45deg);
        transform:rotate(-45deg);*/
    top:35%;
    left:10px
}
.owl-next{
    /*-webkit-transform:rotate(135deg);
        -ms-transform:rotate(135deg);
        transform:rotate(135deg);*/
    top:35%;
    right:10px
}

/*#banner .owl-prev, #banner .owl-next{
    background:url(/local/templates/ustemplate/images/nav_banner.png);
    content:' ';
    width:17px;
    height:39px;
    background-repeat:no-repeat;
    border:none;
    -webkit-transform:none;
        -ms-transform:none;
        transform:none
}

#banner .owl-prev:hover, #banner .owl-next:hover,#banner .owl-prev:active, #banner .owl-next:active{background:url(/local/templates/ustemplate/images/nav_banner_active.png)}*/
#banner .owl-prev,#banner .owl-prev:active,#banner .owl-prev,#banner .owl-prev:hover{background-position:0px 0px}
#banner .owl-next,#banner .owl-next:active,#banner .owl-next,#banner .owl-next:hover{background-position:-27px 0px}
.owl-dot{
    width:15px;
    height:15px;
    display:inline-block;
    margin:7px;
    border:2px solid #000;
    border-radius:50px;
}
.owl-dot span {
        display:block;
        background:#fff;
        border: 2px solid;
        margin:1px;
        display:block;
        border-radius:50px;
        width:9px;
        height:9px;
    }
    .owl-dot.active span {
        border: 0;
        display:block;
        background:#000000;
        margin:1px;
        display:block;
        border-radius:50px;
        width:9px;
        height:9px;
    }
.owl-dots{
    position:absolute;
    width: 100%;
    text-align: center;
    margin-top: -30px;
}




.bx_catalog_text .bx_catalog_text_title {
    margin: 0;
    padding: 0;
    vertical-align: top;
    font-size: 15px;
    line-height: 36px;
    border: 1px dotted #ccc;
    padding: 0px 10px;
    border-radius: 18px;
}

.sort{
    display: flex;
    border-bottom: 1px dotted #ccc;
    border-top: 1px dotted #ccc;
    padding: 10px 0px;
}


.sort .sort-item{
     display: flex;
      align-items: center;
}
.sort .sort-item:first-child{
    flex: 1;


}
.sort .sort-item:last-child{

}
.sort-item .sort-btns .wrapper-dropdown .dropdown{
    display: flex;
    list-style-type: none;
}
.sort-item .sort-btns .bx_item_section_name_gray{
    display: none;
}

.sort-item .sort-btns .wrapper-dropdown .dropdown li span{
    padding: 0 8px;
    display: block;
    height: 33px;
    min-width: 33px;
    line-height: 33px;
    /*border-radius: 50%;*/
    background: #fff;
    border: 1px solid #898989;
    text-align: center;

}
.sort-item .sort-btns .wrapper-dropdown .dropdown li .active span{
        background: #000;
    border: 1px solid #000;
    color: #fff;
}
.sort-item .sort-btns .wrapper-dropdown .dropdown li span:hover{
    background: #000;
    border: 1px solid #000;
    color: #fff;
}

.sort-item .sort-btns .wrapper-dropdown .dropdown li{
     margin: 0 2px 0px 2px;
}
.counter_and_paginator{
    display: flex;
    align-items: center;
}
.counter_and_paginator .sort-item{
    display: flex;
    flex: 1;
    align-items: center;
    color: #000;
}
.sort-item .sort-btns .wrapper-dropdown .dropdown{
    margin: 0;
    padding-left: 5px;
}

.bx-pagination .bx-pagination-container ul li{
    margin: 0 2px 0px 2px;
}
.product-item-big-card .product-item-price-current{
    color: #000;

}
.product-item-big-card .product-item-price-container{
    text-align: center;
}
.product-item-title{
    text-align: center;
}
.style-select--mod1{
  /*  margin-left: 10px;
    border: 0;*/
    margin-left: 10px;
    border: 1px solid #ccc;
    padding: 5px;  
    
}
.product-item-info-container{
    text-align: center;
}
.product-item-info-container span{
    color: #000;
}
.bx_item_detail_rating .bx_stars_progress{
    background:#000;
}
.sort .sort-item{
    color: #000;
}
.sort .sort-item select{
    color: #000;
    background: transparent;
}



.product-item-label-text span, .product-item-label-ring{
    color: #fff;
    /*font-size: 18px;
    font-weight: bold;*/
    background: transparent;
}
.product-item-label-text div, .product-item-label-ring div{
    display: inline-block;
    margin-left: 12px;
}
.product-item-big-card .product-item-label-text.product-item-label-small span{
padding: 0px 10px;
    font-size: 11px;
}
.product-item-label-text.product-item-label-small span, .product-item-scalable-card.hover .product-item-label-text.product-item-label-small span{
    /*padding: 0;*/
    padding: 5px;
    font-size: 12px;
    /*font-weight: bold;*/
}
.main_menu > li:hover .sub_menu, .main_menu > li:hover .sub_menu .sub_menu_chains{
    z-index: 20;
}
.filter-tag i{
    color: #000;
    font-size: 1.1em;
    line-height: .4em;
}

.bx-catalog-element.bx-uvelirsoft h1{
    color: #000;
    font-size: 26px;
    font-weight: 600;
    padding-bottom: 0px;
}
.bx-catalog-element.bx-uvelirsoft h2{
    color: #3f3f3f;
    font-size: 26px;
    padding-bottom: 0px;
}

.bx-catalog-element.bx-uvelirsoft .rating .product-item-detail-info-container{
    display: flex;
    justify-content: flex-end;
    margin-bottom: 5px;
}
.bx-catalog-element.bx-uvelirsoft .rating .product-item-detail-info-container table{
    margin: 0;
}
.bx-catalog-element.bx-uvelirsoft .product-item-detail-price-current{
    color: #000;
    font-weight: 600;
}
.bx-catalog-element.bx-uvelirsoft .product-item-scu-item-text-container.selected .product-item-scu-item-text-block{
    background: #000;
    color: #fff;
    border: 1px solid #000;

}
.bx-catalog-element.bx-uvelirsoft div[data-entity=sku-line-block]{
    display: flex;
    align-items: baseline;

}
.bx-catalog-element.bx-uvelirsoft div[data-entity=sku-line-block] .product-item-scu-item-list:not(.dropdown){
    /*display: flex;
    align-items: center;
    flex-wrap: wrap;*/
}
.btn_nosize_razmer{

}
.product-item-amount-field-container{
    display: flex;
    align-items: center;
}
.product-item-amount-description-container{
    margin-left: 5px;
}

.product-item-amount{
    text-align: left;
}
.bx-no-retina .product-item-detail-slider-controls-image{
    outline: 0;
}
.bx-no-retina .product-item-detail-slider-controls-image.active{
    outline-width: 1px;
    outline: 1px solid #000;
}
.product-item-price-old{
    color: #000;
}
.bx-catalog-element.bx-uvelirsoft .wrapper-dropdown{
    border: 0;

}
.bx-catalog-element.bx-uvelirsoft .wrapper-dropdown span{
    color: #000;
    min-width: 170px;
}
.bx-catalog-element.bx-uvelirsoft .wrapper-dropdown span:after{
     content: '';
    position: relative;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #000;
    clear: both;
        left: 15%;
    top: 13px;
}
.bx-catalog-element.bx-uvelirsoft  .product-item-scu-list.wrapper-dropdown .product-item-scu-item-text-block{
    border: 0;
    background: transparent;
    /*color: #000;*/
    outline-width: 0;
}
.bx-catalog-element.bx-uvelirsoft  .product-item-scu-list.wrapper-dropdown .product-item-scu-item-text-container.selected{
    background: #000;
    color: #fff;
}

.bx-catalog-element.bx-uvelirsoft .price_vals{
    display: flex;
    align-items: center;
}
.product-item-detail-price-old{
    margin-left: 20px;
    font-size: 18px;
    font-weight: 500;
}
.bx-catalog-element.bx-uvelirsoft .item_economy_price{
    margin-top: 5px;
}
.bx-catalog-element.bx-uvelirsoft .artnumb_rating{
    display: flex;
    align-items: center;
        padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 5px;
}
.bx-catalog-element.bx-uvelirsoft .artnumb_rating .detail-item-artnumber{
    flex: 1;
    align-items: center;
    color: #acacac;
}
.bx-catalog-element.bx-uvelirsoft .rating .product-item-detail-info-container{
        margin-bottom: 0px;
}
.bx-catalog-element.bx-uvelirsoft .product-item-scu-item-list:not(.dropdown) .product-item-scu-item-text-block{
    border-radius: 50%;
    width: 40px;
    height: 40px;
    outline: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #898989;
}
.bx-catalog-element.bx-uvelirsoft div[data-entity=main-button-container]{
    display: flex;
}
.bx-catalog-element.bx-uvelirsoft div[data-entity=main-button-container] .product-item-detail-info-container{
    margin-bottom: 0;
}
.btn.product-item-detail-buy-button span{
    position: unset;
    display: block;
    line-height: unset;

}

.btn.product-item-detail-buy-button{
    width: 190px;
    height: auto;
    padding: 12px 0;
    background: #000;
    border: 1px solid #000;
    color: #fff;
    text-transform: none;
    font-weight: normal;
    font-size: 16px;
    margin-right: 10px;

}
.product-item-detail-info-container-title{
    margin-right: 10px;
}
.btn.btn-link.product-item-detail-buy-button.btn_orderInOneClick{
    background: transparent;
    border: 1px solid black;
    margin: 0;
    text-transform: none;
    color: #000;

}

.btn.product-item-detail-buy-button span{
    transform: unset;
}
.product-item-detail-properties > div span{
	color: #000;
    font-size: 14px;
    margin-bottom: 20px;
    display: inline-block;
}
.product-item-detail-tab-link:after{
    background: #000;
}
.catalog-block-header{
        text-align: center;
        color: #333;
  		 font-size: 22px;
        border: 0;
		margin: 50px 0 20px 0;
    	text-transform: uppercase;
    	font-weight: bold;
}	

.pre_footer{
	/*height: 122px;*/
    padding: 20px 0;
	/*background: #c1b3b3;*/
	background: #ededed;
	width: 100%;
    margin-top: 15px;
}
.pre_footer .subscribe{
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*justify-content: center;*/
}
.pre_footer .subscribe .title{
    font-size: 22px;
    /*color: #fff;*/
    flex: 35%;
}
.pre_footer .subscribe .sender-container{
     flex: 50%;
}
.pre_footer .btn-subscribe{
	background: black;
    /*background: transparent;*/
    /*color: #131313;*/
    border: 1px solid #131313;
    border-radius: 0 !important;
    height: 50px;
    text-transform: unset;
    font-size: 18px;
    font-weight: 600;
    width: auto;
    margin: 0;
    padding: 6px 12px;
}
.pre_footer .btn-subscribe:hover{
	color: #000000 !important;
	background: #fff;
}
.pre_footer .bx-subscribe .bx-input-group .bx-form-control{
    height: 50px;
    border: 0;
    border-radius: 0;
    margin: 0;
}
.pre_footer .bx-subscribe .bx-input-group .bx-form-control{
    font-size: 18px;
}

.bx-input-group {
    width: 50%;
    float: left;
    margin-right: 10px;
}


footer .socials{
    display: flex;
    align-items: center;
    justify-content: space-around;
}
footer .socials i{
    color: #d4cfce;
}


footer .item_footer{
   min-height: 170px;
}
.footer_top{
    padding: 20px 0;
}
.footer_top .container>div{
    border-right: 1px solid #eee;
}
.footer_top .container>div:last-child{
    border-right: 0;
}
.footer_top .container>div:first-child .item_footer{
    padding-left: 0;
}
footer{
    position: relative;
}
footer .menu_bottom{
    display: flex;
}
footer ul {
    margin: 0;
    padding: 0;
}
footer  ul li{
    list-style-type: none;
    margin: 0 0 15px 0px;
}
.footer_top img{
   /* width: 100%;*/
    height: auto;
}
.footer_top .inform>div{
    margin-bottom: 15px;
}

#bottom-catalog-menu{

}
/*ul#bottom-catalog-menu < li{
	   width: 25%;
}*/
/*.right{
	float: right;
}*/
.sub_menu_pictures img{
	padding: 20px;
}

ul#bottom-catalog-menu{
    display: flex;
    justify-content: space-between;
}
ul#bottom-catalog-menu .main > a{
    font-size: 16px;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 15px;
}
ul#bottom-catalog-menu .main > ul{
    margin-top: 5px;

}
ul#bottom-catalog-menu .main > ul li{
    margin-top: 5px;
}
ul#bottom-catalog-menu .main > ul a{
    color: #000;
}
ul#bottom-catalog-menu .main > a:hover,
ul#bottom-catalog-menu .main > ul a:hover{
    color: #822828;
}

.main_left a{
    display: block;

}

.money{
     display: flex;
    justify-content: center;
    align-items: center;
    /*flex-direction: column;*/
}

.money div {
    background-repeat: no-repeat;
    content: " ";
    margin: 0 3px;
    background-size: 100% auto;
    background-position: 50%;
    /*width: 57px;
    height: 36px;*/
    width: 65px;
    height: 40px;

}
.master { background: url(/local/templates/zlatamira/images/payments/master_logo.png);}
.visa {background: url(/local/templates/zlatamira/images/payments/visa_logo.png);}
.paypal{background: url(/local/templates/zlatamira/images/payments/paypal_logo.png);}
.yandex{background: url(/local/templates/zlatamira/images/payments/yandex_logo.png);}

.scroll_top{
    background: #000;
    position: absolute;
    bottom: 0;
    left: calc(50% - 40px);
    /*transform: rotate(270deg);*/
    padding: 20px 32px;
    padding-bottom: 0;
    font-size: 26px;
    text-align: center;
    color: #fff;
    display: flex;

     border-radius: 50% 50% 0 0 / 100% 100% 0 0;
    overflow: hidden;
}


.header{
   /* background-color: rgba(156, 122, 122, 0.2);*/
   border-bottom: 1px dotted #acacac;
}

.logo_block{
    line-height: 20px;
    padding-top: 25px;
    text-align: center;
}
    .logo img{
        max-width: 100%;
        height: auto;
    }

.navbar-default{
    background: transparent!important;
    border-color: transparent!important;
}

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

body .desctop_hide{
    display: none;
}

.logo_block .mobile{
		display: none;
    }
.product-item-detail-tabs-container{
    border-bottom: 0;
}
#commnet_block .catalog-block-header{
    display: none;
}
#commnet_block  .catalog-block-header.title_otzivi{
    display: block;
}
#popupToOrderInOneClick input, #popupToOrderInOneClick textarea{

}
#popupToOrderInOneClick  .btn-subscribe, #popupRazmerNoSize .btn-subscribe{
    padding: 6px 12px;
}
.btn-subscribe{
     background: #000;
     color: #fff;
}
.btn-subscribe:hover{
    background: #bba3a3;
    color: #000 !important;
}
#auth_and_register,#popupToOrderInOneClick_background, #popupToOrderInOneClick, #popupRazmerNoSize_background,#popupRazmerNoSize{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
#reg_submit_button, #auth_login_submit{
        padding: 6px 12px;
        background: #000;
    color: #fff;
        width: 100%;
        border-radius: 4px;
            border: 0;
            margin-top: 10px;
}
#auth_and_register input.btn{
        background: #000;
    color: #fff;

}
#auth_and_register .forgot-link{
    margin-top: 10px;
    display: block;
}
#auth_and_register .modal-header{
    border: 0;
}
#registration__form .input_row #show_hide_passwd{
        top: 12px;
}

@media screen and (max-width: 1199px){
    header .container-fluid{
        padding-left: 0px;
        padding-right: 0px;
        padding-right: 0px;
        padding-left: 0px;
    }
    .container{
        /*padding-right: 0px;
        padding-left: 0px;*/
    }
    header .header_top .phone{
        font-size: 19px;
    }
    header .nav>li>a{
        padding: 10px;
    }
    .navbar-default{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .socials .fa-lg{
        font-size: 1.1em;
    }
    .logo_block .mobile{
		display: inline;
    }
    .logo_block .desctop{
		display: none;
    }


    .pre_footer .subscribe .title{
        font-size: 20px;
    }
    .bx-input-group{
        width: auto;
    }
    .pre_footer #sender-subscribe{
        flex: unset;
    }
    footer .item_footer{
        padding: 0 10px;
    }
    ul#bottom-catalog-menu .main > a{
        font-size: 14px;
    }
    .main_menu > li > .sub_menu{
        /*left: -180%;*/
    }

    main .main_tab_block .nav-tabs > li > a{
        font-size: 24px;
    }
    main .main_tab_block .nav-tabs > li.active > a, main #main_tab.nav-tabs > li.active > a:hover, main #main_tab.nav-tabs > li.active > a:focus{
         font-size: 24px;
    }
    main .main_tab_block .owl-next{
    	right: 0;
    }

    main .main_tab_block .owl-prev{
    	left: 0;
    }

    .sub_menu_pictures{
        display: none;
    }
    .main_menu > li:hover .sub_menu .sub_menu_chains{
        border: 0;
    }
}
@media (min-width: 767px) and (max-width: 991px){
	.subscribe .bx-subscribe form{
		display: flex;
	}
	.sort-item .sort-btns .wrapper-dropdown .dropdown li span{
		height: 35px;
	    min-width: 35px;
	    line-height: 35px;
	}
	.bx-pagination.uvelirsoft .bx-pagination-container ul li span{
		height: 35px;
	    min-width: 35px;
	    line-height: 35px;
	}
	.bx-pagination.uvelirsoft .bx-pagination-container ul li.bx-pag-all a span, .bx-pagination.uvelirsoft .bx-pagination-container ul li.bx-pag-prev a span, .bx-pagination.uvelirsoft .bx-pagination-container ul li.bx-pag-next a span{
		line-height: 35px;
	}
	.counter_and_paginator .sort-item{
		display: none;
	}
	.counter_and_paginator{
		justify-content: flex-end;
	}
	.menu_left .main_menu > li:nth-child(n+4){
		display: none;
	}
	.topmenu.left > li:nth-child(n+4){
		display: none;
	}
	.topmenu.right > li:nth-child(n+3){
		display: none;
	}
    .menu_right #topmenucustom_right .main_menu > li:nth-child(n+7){
        display: none;
    }
}
@media screen and (max-width: 767px){
	
	.cont{
		min-height: 355px;
	}
	
    .bx-filter-popup-result{
        text-align: center;
        text-align: center;
        background: #000 !important;
        color: #fff !important;
        font-size: 14px !important;
    }
    .bx-filter-popup-result a{
        color: #fff !important;
        border-bottom: 1px solid #fff;
    }
    .pre_footer .subscribe{
        flex-direction: column;
    }
    main .main_tab_block ul{
    	margin: 30px 0;
    }
    main .main_tab_block .nav-tabs > li > a{
    	font-size: 14px;
    }
    main .main_tab_block .nav-tabs > li > a{
		padding: 0px 10px;
    }
    main .main_tab_block .nav-tabs > li{
    	min-width: unset;
    }
    main .main_tab_block .nav-tabs > li.active > a, main #main_tab.nav-tabs > li.active > a:hover, main #main_tab.nav-tabs > li.active > a:focus{
    	font-size: 14px;
    }

    .navbar-default{
    	display: block;
    }
    .main_menu{
    	display: block;
    }
    .main_menu li{
    	display: block;
    	height: 32px;
    	line-height: 32px;
    }
    .main_menu > li:hover .sub_menu, .main_menu > li:hover .sub_menu .sub_menu_chains{
    	display: none;
    }
    .header .main_menu > li.sections:hover::after{
    	display: none;
    }
    .menu_right button{
    	width: auto;
    }
    .header_top .menu_right{
		display: none;
    }
    header .header_top .socials{

    }
    header .header_top .phone{
    	justify-content: flex-start;
    }
    .mobile_hide{
        display: none;
    }
    body .desctop_hide{
        display: unset;
    }
    .logo_block .mobile{
		display: none;
    }
    .logo_block .desctop{
		display: inline;
    }
    header .navbar-toggle{
    	margin-top: 22px;
    }
    .search-form{
    	line-height: unset;
    }
    .search_and_profile{
    	margin-bottom: 15px;
    }
    .logo_block{
    	z-index: 1;
    }
    #topmenucustom_right .main_menu li{
    	display: block;
    	padding: 20px 10px;
    }
    .navbar-collapse{
    	border-bottom:  2px solid transparent;
    	margin-bottom: 15px;
    }
    .logo_block{
    	/*line-height: 80px;*/
    }

    main .main_tab_block > .title{
    	font-size: 18px;
    }
    .pre_footer .subscribe {
    	text-align: center;
    }
    .bx-input-group{
    	width: 100%;
    	margin-bottom: 5px;
    }
    .pre_footer .bx_subscribe_submit_container{
		float: left;

    }
	.sort-item .sort-btns .wrapper-dropdown .dropdown li span{
		height: 30px;
	    min-width: 30px;
	    line-height: 30px;
	    padding: 0 7px;
	}
	.bx-pagination.uvelirsoft .bx-pagination-container ul li span{
		height: 30px;
	    min-width: 30px;
	    line-height: 30px;
	    padding: 0 7px;
	}
	.bx-pagination.uvelirsoft .bx-pagination-container ul li.bx-pag-all a span, .bx-pagination.uvelirsoft .bx-pagination-container ul li.bx-pag-prev a span, .bx-pagination.uvelirsoft .bx-pagination-container ul li.bx-pag-next a span{
		line-height: 30px;
		padding: 0 7px;
	}
	.counter_and_paginator .sort-item{
		display: none;
	}
    .counter_and_paginator{
		justify-content: flex-end;
	}
	.sort{
		display: block;
	}
	main .container {
	     padding: 0px 10px;
	}
	.bx-breadcrumb .bx-breadcrumb-item .arrow{
		margin-right: 2px;
	}
	.bx-breadcrumb .bx-breadcrumb-item{
		margin-right: 5px;
	}
	.container > #navigation{
		padding: 0px;
	}
	.sort .sort-item:last-child {
		margin-top: 10px;
	}
	.sort .sort-item:last-child .sort-btns{
		margin-left: 12px;
	}

	.catalog_main > .row > .col-xs-12{
		padding-left: 0;
		padding-right: 0;
	}

    .bx-catalog-element.bx-uvelirsoft div[data-entity=main-button-container]{
        flex-direction: column;
    }
    .btn.btn-link.product-item-detail-buy-button.btn_orderInOneClick, .btn.product-item-detail-buy-button{
        margin: 0 auto;
    }
    .btn.product-item-detail-buy-button{
        max-width: 300px;
        width: 100%;
    }

    .bx-catalog-element.bx-uvelirsoft h1{
       /* text-align: center;*/
    }
    .bx-catalog-element.bx-uvelirsoft .container-fluid .row> .col-md-6{
        padding-left: 0;
        padding-right: 0;
    }
    .bx-catalog-element.bx-uvelirsoft .artnumb_rating, .bx-catalog-element.bx-uvelirsoft .container-fluid .row> .col-md-6 > .row > .col-xs-12{
        padding-left: 0;
        padding-right: 0;
    }
    .bx-catalog-element.bx-uvelirsoft div[data-entity=sku-line-block]{
        display: block;
    }
    .bx-catalog-element.bx-uvelirsoft div[data-entity=main-button-container]{
        margin-bottom: 20px;
    }
    .btn.product-item-detail-buy-button{
         margin-bottom: 10px;
    }
    .bx-catalog-element.bx-uvelirsoft .bx_item_rating{
        margin-bottom: 0;

    }
    .bx_item_detail_rating .bx_stars_rating_votes{
        font-size: 12px;
    }
    .bx-catalog-element.bx-uvelirsoft .price_vals{
        /*display: block;*/
        justify-content: center;
        margin-top: 20px;
    }
    .bx-catalog-element.bx-uvelirsoft .item_economy_price{
        text-align: center;
    }
    .bx-retina .bx-filter .bx-filter-select-container{
        margin-right: 2px;
    }
    .product-item-amount-field-container{
        display: block;
    }
    .product-item-amount-description-container{
        text-align: center;
        margin-top: 5px;
    }
    .product-item-amount-field-container{
        text-align: center;
    }
    .pre_footer .bx_subscribe_submit_container{
        float: unset;
                width: 100%;
                margin-top: 10px;

    }
    .pre_footer .subscribe .title{
        margin-bottom: 10px;
    }
    .pre_footer .btn-subscribe{
         width: 100%
    }

    .banners_top_catalog .row > div{
        background-size: 100%;

    }
    .search-form{
        position: unset;

    }
    .search-form-block{
        top: 30px;
        left: 0;
        -webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.1);
        box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.1);

    }


}
@media screen and (max-width: 522px){
    .hidden-mobile{
        display: none;
    }
    .width-100{
        width: 100%;
    }
}



.row_about-work h1{
    text-transform:uppercase;
    text-align:center;
    font-size:22px;
}
.about-block_work {
	display:inline-block;
	text-align: center;
}
	.about-block_work span{
		font-size:36px;
		padding:0 10px;
	}
	.about-block_work p{
		max-width:160px;
		padding:0 10px;
		font-size:14px;
	}
.about-block{
	padding:0 8.33%;
	display:-ms-flexbox;
	display:-webkit-box;
	display:flex;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	justify-content: space-between;
}


.order {
    border-bottom: 1px solid #cdcdcd;
    margin-bottom: 30px;
}
.profile{
    margin-top:20px;
    display:inline-block;
    font-size:22px;
    padding: 0px;
    margin-bottom: 20px;
}

/* #auth_and_register .nav-tabs > li.active {
    border: 1px solid rgb(221, 221, 221);
    border-bottom: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background: #fff;
}
    #auth_and_register .nav-tabs > li.active a {
        color: #333;
    } */
#auth_and_register .modal-content{
    max-width: 450px;
}

#auth_and_register .nav-tabs{
    border-bottom: 0;
    display: flex;
    justify-content: center;
    margin: 20px 0;

}
#auth_and_register .nav-tabs > li{
    min-width: 250px;
}
#auth_and_register .nav-tabs > li > a{
    border: 0;
    font-size: 20px;
    background: transparent;
    border-right: 1px solid #8b8b8b;
    border-radius: 0;
    padding: 0px 15px;
    text-align: center;
}
#auth_and_register .nav-tabs > li.active > a,
    #auth_and_register .nav-tabs > li.active > a:hover,
        #auth_and_register .nav-tabs > li.active > a:focus{
            border: 0;
            font-size: 20px;
            color: #333;
            border-right: 1px solid #333;
            font-weight: bold;
        }
#auth_and_register  .nav-tabs > li.active:last-child > a,
    #auth_and_register  .nav-tabs li:last-child > a{
        border-right: 0;
    }


@media screen and (max-width: 1000px){
    header .main_menu > li:hover{
        position: static;
    }
    header .main_menu > li:hover .sub_menu{
        left: -30px;
        width: calc(100vw - 5px);
    }
        header .main_menu > li.sections:hover::after{
            display: none;
        }
}
/*END NEW TEMPLATE*/


.test_site_message{
    border: 1px solid red;
    padding: 10px;
    text-align: center;
    color: red;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
}

/*mobile*/

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 2px solid transparent; 
    border-radius: 0px !important; 
}
.navbar-default .navbar-toggle {
    border-color: #000;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #000;
}




}
.header .main_menu > li > .sub_menu .sub_menu_chains> .col .title {
    color: #b01758;
}
.main_menu > li > .sub_menu .sub_menu_chains > .col .title {
    /* color: rgb(255, 255, 255); */
    color: #333;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    line-height: 14px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0px 0px 20px;
    border-bottom: 1px solid rgb(255, 255, 255);
}

.discount {
    display: inline-block;
    padding: 1px 4px;
    background-color: #e24b33;
    color: #fff;
    font-size: 10px;
    line-height: 15px;
    border-radius: 10px;
}
/*---------basket--------------*/

.basket-checkout-block-total-title,.basket-checkout-block-total-description, .basket-coupon-block-total-price-current, .basket-coupon-block-total-price-old, .basket-items-list-header-filter-item, .basket-item-property-name, .basket-item-property-custom-name, .basket-item-property-scu-text .basket-item-scu-item-inner, .basket-item-property-custom-value,.basket-item-price-title, .basket-item-amount-field-description,.basket-item-price-old-text,.basket-coupon-block-field-description
{font-family: 'Montserrat', sans-serif;}

.basket-item-actions-remove:after, .basket-item-actions-remove:before {
    position: absolute;
    top: 100%;
    left: 100%;
    width: 6px;
    height: 30px;
    background: #d0021b;
    content: '';
    transition: 300ms background-color ease;
}
.bx-touch .bx-soa-cart-total{
    position: static !important;
    height: auto !important;
    padding-top: 10px !important;
}

/*ЛК*/
.dashboard {
  display: flex;
  flex-wrap: wrap; }
  .dashboard-item {
    min-height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 1px solid #E7E7E7;
    margin: 0 -1px -1px 0;
    font-size: 20px;
    letter-spacing: -0.03em;
    text-align: center;
    padding: 20px;
    transition: background-color .15s; }
    
    @media (max-width: 499px) {
      .dashboard-item {
        min-height: 100px;
        font-size: 14px; } }
    .dashboard-item:hover {
      background-color: #f2f2f2; }
    .dashboard-item svg {
      width: 30px;
      height: 30px;
      margin-bottom: 15px;
      flex-shrink: 0;
      stroke: var(--color-grey); }
/* End */
/* /local/templates/zlatamira/components/bitrix/menu/topmenu/style.css?16915674054585 */
/* /local/templates/zlatamira/components/uvelirsoft/menu/.default/style.css?16922754752164 */
/* /local/templates/zlatamira/components/bitrix/sale.basket.basket.line/us/style.css?169156740578 */
/* /local/templates/zlatamira/components/bitrix/search.form/dropdown_search_des/style.css?1691567405602 */
/* /local/templates/zlatamira/components/bitrix/search.suggest.input/.default/style.css?1691567405501 */
/* /local/templates/zlatamira/components/bitrix/breadcrumb/.default/style.css?1691567405585 */
/* /local/templates/zlatamira/components/bitrix/menu/bottom/style.css?1691567405581 */
/* /local/templates/zlatamira/css/jquery.fancybox.css?169156739017670 */
/* /local/templates/zlatamira/css/font-awesome.min.css?169156739031000 */
/* /local/templates/zlatamira/css/social.css?16915673906137 */
/* /local/templates/zlatamira/helpers.css?16915674058210 */
/* /local/templates/zlatamira/components/bitrix/system.auth.form/tab/style.css?16915674051361 */
/* /local/templates/zlatamira/components/bitrix/main.register/tab/style.css?16915674051014 */
/* /local/templates/zlatamira/styles.css?174413602837773 */
/* /local/templates/zlatamira/template_styles.css?171704786943541 */
