html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  /*font: inherit;*/
  font-size: 100%;
  vertical-align: baseline;
}
body {
    margin: 0;
    background-color: #FFF;
    font-family: 'Roboto', sans-serif;
    font-family: 'Istok Web', sans-serif;
    font-size: 17px;
    font-weight: 300;
    background-color: #eeeeee !important; /*#343838;*/ /*#1f2c2c;*//*#222222;*//*#2f4951;*/ /*#334342;*/
    min-height: 100vh;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: #194957;
}
h1, .h1 {
    font-size: 2.0rem
}
/*h1.norm, .h1norm {font-size: 2.0rem} h2.norm, .h2norm {font-size: 1.5rem} */
h2, .h2 {
    font-size: 1.85rem
}
h3, .h3 {
    font-size: 1.75rem
}
h4, .h4 {
    font-size: 1.5rem
}
h5, .h5 {
    font-size: 1.25rem
}
h6, .h6 {
    font-size: 1.0rem
}
@media (orientation:landscape) {
  h5.responsible, .h5.responsible {
    font-size: 1.5rem;
  }
  .grid * h5.responsible, .grid * .h5.responsible {
    font-size: 1.15rem;
  }
}
@media (orientation:portrait) {
  .grid * h5.responsible, .grid * .h5.responsible {
    font-size: 1.5rem;
  }
}
 
.small, small {
  font-size: 70%;
}
.small2 {
  font-size: 80%;
}
.medium {
  font-size: 90%;
}
.muted {
  color: #6e9797;/*647276; */
}
p {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.nowrap {
  display: inline-block;
  white-space: nowrap;
}
.gray a, .gray a:hover, .gray a:visited {
    color: #194957; /*#2f4951;*/ /*#334342;*/
    text-decoration:none; 
}
.gray a:hover {
   text-decoration: underline;
}
strong {
   font-size: 120%;
}
/*@media (min-width: 768px) and (min-height: 1024px) {  
  #fixed-top {
    position:fixed;
    top:0;
    width:100%;
    z-index: 1001;
  }
  body {
    padding-top:193px;
  }
} */
a.logo {
  padding:  20px 20px 20px 0;
  display: inline-block;
}
.top-contacts {
  text-align: right; 
  padding-top: 40px; 
}
.top-contacts * {
  /*color: #1d1d1b;*/
  color: #ffc197;
}
.top-contacts a.tel, .top-contacts a.tel:visited {
    color: #ffc197;
    text-decoration:none; 
}
.top-contacts a.tel:hover,  .top-contacts a.tel:focus, .top-contacts a.tel:active {
    color: #ffc197;
    text-decoration:underline; 
}

ul.menu {
  list-style-type: none;
  margin: 0;
  /*padding: 0;*/
  text-align:justify;
}
@media (max-width: 767px) {  
  a.logo img {
    width: 100%;
    height: 100%;
  }
  .top-logo {
    text-align: center; 
  }
  .top-contacts {
    text-align: center; 
    padding-top: 5px; 
  }
  .section.header h3 {
    font-size: 1.5rem;
  }
  ul.menu { 
    text-align:center;
  }
  ul.menu.not-collapsible { 
    text-align: justify;
  }
}
ul.menu {
  line-height: 0;
  font-size: 0;
  margin: 0 -25px;
}
@media (max-width: 767px) {
  ul.menu {
    padding-bottom: 15px;
  }
  ul.menu.mb-collapse {
    padding-bottom: 0px;
  }
}
ul.menu li {
  display:inline-block;
  line-height: 2;
}
ul.menu li a, ul.menu li a:visited, ul.menu li span {
  text-decoration:none; 
  /*color: #1d1d1b;*/
  color: #1e1a2a; /*#ffa985;*/
  font-weight: 600;
  font-size: 14pt;
  line-height: 1;
  padding:  10px 25px;
  display: block;
}
ul.menu li a:hover {
  /*background-color: #d1d1d3;*/
  /*color: #ffc197;*/
  text-decoration: underline;
}
ul.menu li span {
  background-color: #23253c;
  color: white;
}
div#submenu {
  line-height: 0;
  font-size: 0;
  margin: 0 -25px;
}
@media (max-width: 767px) {  
  div#submenu { 
    text-align:center;
  }
}

a.submenu, a.submenu:visited, span.submenu {
  text-decoration:none; 
  color: #fcc9aa; /*white;*/
  font-weight: 600;
  font-size: 13pt;
  line-height: 1;
  padding:  10px 25px;
  display: inline-block;
}
span.submenu {
  color: #fce6d8;
}
a.submenu:hover {
  /*background-color: #d1d1d3;
  color: #1e1a2a;*/
  text-decoration: underline;
}

ul.menu span.hid {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 0;
  font-size: 0;
  line-height: 0;
  padding: 0;
  margin: 0;
}
.menu-toggle {
  position: relative;
  float: right;
  padding: 3px 5px;
  margin-top: 3px;
  margin-right: 15px;
  margin-bottom: 7px;
  background-color: transparent;/*#ddd;*/
  background-image: none;
  border: 0px solid #d9c8a0;
  border-radius: 4px;
}   
.menu-toggle:hover {
  cursor: pointer;
}
.menu-toggle .icon-bar {
  display: block;
  width: 32px;
  height: 2px;
  margin: 4px 0;
  border-radius: 1px;
  background-color: #1e1a2a; /*d9c8a0;*//*#888;*/  
}
.toggle-wrapper:before,
.toggle-wrapper:after {
    content: "";
    display: table;
} 
.toggle-wrapper:after {
    clear: both;
}
.toggle-wrapper {
    zoom: 1; 
}
.em-09 {
  font-size: 0.9em;
  -line-height: 1.1;
}
.em-08 {
  font-size: 0.8em;
  -line-height: 1.1;
}
.em-07 {
  font-size: 0.7em;
  -line-height: 1.1;
}
@media (min-width: 768px) {
  .toggle-wrapper {
    display: none;
  }
}


@media (min-width: 992px) and (max-width: 1199px) {
  ul.menu li a {
    font-size: 14pt;
    padding:0 14px;
  }
}

@media (min-width: 768px) and (max-width: 991px)  {
  ul.menu li a {
    font-size: 12pt;
    padding:0 5px;
  }
}
@media (max-width: 767px) {
  ul.menu.not-collapsible, ul.menu {
    display: block;
  }
  ul.menu.mb-collapse {
    display: none;
  }
  ul.menu li {
    display: block;
  }
  ul.menu li a {
    padding: 10px 0;
  }
  ul.menu.not-collapsible li {
    display: inline-block;
  }
  ul.menu.not-collapsible li a {
    padding: 10px 14px;
  }
}
#top-fixed-bottom {
   font-size:0;
   height:0;
   line-height:0;
}
.section.header, .section.footer {
  background: #1e1a2a url('../images/adebackground.jpg') repeat;
}
.topmenu {
  background-color: #c4b2ba; /*#98878f; */
}
.section.stripe {
    color: #1d1d1b;
}
.section.stripe {
    padding-top: 20px;
}
/*.section.carousel, .section.footer {
  background-color: #23253c;
}*/
.section.footer {
  min-height: 100px;
  color: white;
}
#shot-painting {
  background: url('../images/a9shot.jpg') 50% 50% no-repeat;
}
#shot-books {
  background: url('../images/a8shot.jpg') 50% 50% no-repeat;
}
#shot-4 {
  background: url('../images/a10_shot.jpg') 50% 50% no-repeat;
}
#shot-test-book {
  background: url('../images/test_book.jpg') 50% 50% no-repeat;
}
#shot-test-art {
  background: url('../images/test_art.jpg') 50% 50% no-repeat;
}
#shot-test-other {
  background: url('../images/test_other.jpg') 50% 50% no-repeat;
}
#shot-jewelry {
  background: url('../images/a10.5shot.jpg') 50% 50% no-repeat;
}


#shot-1, #shot-2, #shot-3, #shot-4, #shot-painting, #shot-books {
  background-size: 1600px;
}
.section.breadcrumbs {
  background-color: #2f3453; /*#494e6b;*/ /*#98878f;*/ /*#23253c; */
  min-height: 1px;
}

.section.carousel .container {
  position: relative; 
  height: 500px; 
  background-size:  auto !important;
  background-position: bottom left !important;
}
.section.carousel .caption {
  position:absolute; 
  left:40%; 
  bottom:0; 
  right: 0;
  height: auto;
  text-align: center; 
  padding: 0;
  background-color: black;
  opacity: 0.8;
  padding: 10px 15px;
  -webkit-border-radius: 10px 10px 0px 0px;
  -moz-border-radius: 10px 10px 0px 0px;
  border-radius: 10px 10px 0px 0px;
}
.section.carousel, .section.carousel * {
  color: white;
}
.section.carousel .caption h1 a, 
.section.carousel .caption h2 a,
.section.carousel .caption h3 a, 
.section.carousel .caption h4 a, 
.section.carousel .caption h5 a, 
.section.carousel .caption h6 a 
{
    text-decoration: none;
}
.section.carousel .caption h4 a:hover 
{
    text-decoration: underline;
}

@media (max-width: 767px) {
  .section.carousel .caption {
    left: 0; 
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
}
#content .section {
   padding-top: 30px;
   padding-bottom: 30px;
}
#content .section.carousel {
   padding-top: 0;
   padding-bottom: 0px;
   background-color: #eeeeee;
}
/*
#content .section:nth-child(even) {
   background-color: #FFF;
}
#content .section:nth-child(odd) {
     background-color: #eeeeee;
}
*/

ul.pagination {
  margin:0px;
  padding:0px;
  height:100%;
  overflow:hidden;
  font:12px 'Tahoma';
  list-style-type:none;	
}
ul.pagination li {
  float:left;
  margin:0px;
  padding:0px;
  margin-left:5px;
}
ul.pagination li:first-child {
  margin-left:0px;
}
ul.pagination li a, ul.pagination li a:visited, ul.pagination li span {
  color:#FFFFFF;
  display:block;
  text-decoration:none;
  padding:7px 10px 7px 10px;
  border-radius:3px;	
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
}
ul.pagination li a img {
  border:none;
}
ul.pagination li a, ul.pagination li a:visited, ul.pagination li span {
  background: #6e9797; 
  background:-moz-linear-gradient(top, #6e9797, #567d7d); 
  background:-webkit-gradient(linear,0 0,0 100%, from(#6e9797),to(#567d7d)); 
}	
ul.pagination li a:hover, ul.pagination li a.current, ul.pagination li.active a {
  color: white; /*#4F7119;*/
  background: #2a514d; /*#095a57;*/ /*#699613;*/
  background:-moz-linear-gradient(top, #45736e, #2a514d); /*#107773, #095a57);*/ /*(top,#87AB19,#699613);*/
  background:-webkit-gradient(linear,0 0,0 100%, from(#45736e),to(#2a514d));  /*from(#87AB19),to(#699613));	*/
}
a.gray,  a.gray:hover, a.gray:visited {
    color: #194957;
    text-decoration:none; 
}
a.gray:hover {
   text-decoration: underline;
}

.slick-photo.slick-slider  {
    margin-bottom: 10px;
}
h3.slick-slide {
   margin: 10px;
}
ul.lightSlider li {
   overflow: hidden;
   text-align: center;
}
ul.lSPager li a {
   /*text-align: center;
   display: block;
   background-color: gray; */
   font-size: 0;
}
@media (max-width: 480px) {
  ul.lSPager li a img {
    height: 50px !important;
    /*display: inline !important;*/
  }
  .col-group {
     padding: 0 10px;
  }
}
.lslide img {
  max-width:100%;
  /*max-height: 100%;*/
}
@media (max-width: 991px) {
  .lslide img {
    /*max-height: 70vw;*/
  }
}
.lSSlideWrapper {
   background-color: #EEEEEE;/*#ddd; */
}
.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
    border-radius: 0 !important;
}
.lSSlideOuter .lSPager.lSGallery li.active {
    border: 1px solid #1cbfbd; /*334342;*/
}
.lSSlideOuter .lSPager.lSGallery li {
    border: 1px solid transparent;
    overflow: hidden;
    -webkit-transition: border-radius none !important;
    transition: border-radius none !important;
}
.social {
  background-image: url('../images/mini-social-icons-s.png');
  background-repeat: no-repeat;
  height: 32px;
  width: 32px;
  display:inline-block;
  margin: 0;
  padding: 0 !important;
 /* zoom: 1.0;
  -moz-transform:scale(1.0);
  -moz-transform-origin: 0 0;*/
}
/*.fb {
  background-position: 0px -84px;
}
.ig {
  background-position: -588px -84px;
}
.tw {
  background-position: -672px -84px;
}
.vk {
  background-position: -756px -84px;
} */
.fb {
  background-position: -64px 0px;
}
.ig {
  background-position: -32px 0px;
}
.vk {
  background-position: -160px 0px;
}
.tg {
  background-position: -192px 0px;
}

/*.social-icons span {
  cursor: default;
  background-position-y: -168px;
  opacity: 0.3;
}
.social-icons a {
} */
.social-icons a:hover, .social-icons a:focus, .social-icons a:active {
  -moz-box-shadow: 0 0 6px 2px #f7d4c9; /*d1ef21;*/ 
  -webkit-box-shadow: 0 0 6px 2px #f7d4c9;
  box-shadow: 0 0 6px 2px #f7d4c9;
}
.social-icons {
  text-align: center;
  vertical-align: baseline;
}
.menu div.social-icons {
  display: inline-block;
  line-height: 32px;
  font-size:0;
}
.icon-wrap {
  padding: 3px 0 0px 0 !important;
  text-decoration: none;
  font-weight: 600;
  font-size: 14pt;
  line-height: 1;
  vertical-align: middle;
  display: block;
  margin-left: 25px;
  margin-right: 25px;
}
.icon-wrap span {
  display:inline-block;
  vertical-align:middle;
}
@media (max-width: 991px) {
  .icon-wrap {
    padding: 1px 0 0 0 !important;
    font-size: 12pt;
  }
}
.red, a.red:hover, a.red:focus, a.red:active  {
  color: #DC143C;
  text-decoration:none;
}
a.red:hover {
   text-decoration: underline;
}

/*.ribbon {
  display:inline-block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  width: 0;
  height: 24px;
  border: 12px solid #1abc9c;
  border-top: 0 solid;
  border-bottom: 10px solid rgba(0,0,0,0);
  font: normal 100%/normal Arial, Helvetica, sans-serif;
  color: rgba(0,0,0,1);
  -o-text-overflow: clip;
  text-overflow: clip;
}
*/
.ribbon{
  position: absolute;
  top: 0;
  left: -25px;
  z-index: 1;
  display: none; /*inline-block;*/
  color: #eee;
  font-size:   14px;
  font-weight: 100;
  cursor: pointer;
  width: 1.5em;
  line-height: 0.5em;
  -webkit-transition: line-height 0.5s;
  transition: line-height 0.5s;
  text-align: center;
  text-decoration: none;
}
.ribbon:after {
  content: "";
  font-size: 0.5em;
  position: absolute; 
  height: 1.2em;
  border: 1.5em solid #F44336;
  z-index: -1;
  top: -1em; 
  border-top-width: 1.5em;
  border-bottom-color: transparent;
  right: 0px; 
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
}
.ribbon:before {
  content: "";
  font-size: 0.5em;
  position: absolute;
  border-style: solid;
  border-color: transparent transparent #B71C1C transparent;
  top: -1em;
  right: 3em;
  border-width: 0 0 1em 0.7em;
  z-index: -1;
}
.ribbon:hover:after{
  border: 1.5em solid #EF5350;
  border-bottom-color: transparent;
  height: 1.6em;
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
}
.ribbon:hover{
  line-height: 0.9em;
  color: #333;
  -webkit-transition: line-height 0.5s;
  transition: line-height 0.5s;
}

/* FORM */
.form-style {
    /*max-width: 500px;*/
    /*padding: 20px 12px 10px 20px;*/
    font: 16px Arial, Helvetica, sans-serif;
}
.form-style-heading{
    font-weight: bold;
    font-style: italic;
    border-bottom: 2px solid #ddd;
    margin-bottom: 20px;
    font-size: 15px;
    padding-bottom: 3px;
}
.form-style label {
    display: block;
    margin: 0px 0px 7px 0px;
}
.form-style label > span {
    width: 100px;
    font-weight: bold;
    float: left;
    padding-top: 8px;
    padding-right: 5px;
}
.form-style span.required {
    color:red;
}
.form-style input, 
.form-style select,
.form-style textarea { 
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 1px solid #C2C2C2;
    box-shadow: 1px 1px 4px #EBEBEB;
    -moz-box-shadow: 1px 1px 4px #EBEBEB;
    -webkit-box-shadow: 1px 1px 4px #EBEBEB;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    padding: 7px;
    outline: none;
}
option {
  padding: 10px !important;
}
.form-style input:focus, 
.form-style textarea:focus,  
.form-style select:focus{
    border: 1px solid #0C0;
}
.form-style textarea {
    height:100px;
    width: 55%;
}
.form-style input[type=submit],
.form-style button[type=submit],
.form-style input[type=button],
.button {
    border: none;
    padding: 8px 15px 8px 15px;
    background: #2a514d;/*#FF8500;*/
    color: #fff;
    box-shadow: 1px 1px 4px #DADADA;
    -moz-box-shadow: 1px 1px 4px #DADADA;
    -webkit-box-shadow: 1px 1px 4px #DADADA;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
.button, .button:visited, .button:link {
  text-decoration: none;
  margin-bottom: 10px;
  display: inline-block;
  background: #2a514d;
  color: #d9ebe9 !important;
}
.button:hover, .button:focus, .button:active   {
  text-decoration: none;
  background: #2d615c; /*6e9797;*/
  color: #fff !important;
}
.light-green, .light-green:hover {
  background: #537581; 
}
.form-style button, .form-style input, .form-style textarea, .form-style select, .button {
    font-size: 16px;
}
.form-style label {
    font-weight: 600;
    color: #444;
}
.form-style input[type=submit]:hover,
.form-style button[type=submit]:hover,
.form-style input[type=button]:hover {
    background: #2d615c;/*#EA7B00;*/
    color: #fff;
}
.form-style .form-group {
   margin-bottom: 12px;
}
.form-style .help-block {
   font-size: 12px;
   color:red;
}
.search-icon {
    background-image: url(../images/search_icon.png);
    background-repeat: no-repeat;
    height: 32px;
    width: 32px;
    display: inline-block;
    margin: 0;
    padding: 0 !important;
}
.cart-icon {
    background-image: url(../images/cart-icon.png);
    background-repeat: no-repeat;
    height: 32px;
    width: 32px;
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 0 !important;
}
.cart-icon:hover {
  /*background: red;*/
}

.cart-icon .badge {
  position: absolute;
  top: -3px;
  right: -7px;
  padding: 3px 6px;
  font-size: 10pt;
  border-radius: 50%;
  background: red;
  color: white;
  z-index:99999;
  opacity:0.75;
}

.grid {
  display: flex; 
  flex-direction: row; 
  flex-wrap: wrap;
}
.lot-item {
  padding-top: 2%;
  padding-bottom: 2%;
}

@media (orientation:landscape) {
  .grid .lot-item:hover, .hov:hover {
    z-index:2;
    box-shadow:0 0 28px rgba(0,0,0,.16);
    box-shadow:0 0 28px rgba(196,178,186,.7);
    -webkit-transform:scale(1.02,1.02);
    transform:scale(1.02,1.02)
  }
  .hov {
    padding: 3% 4% 2% 4%;
  }
  .grid .lot-item {
    padding: 2%;
    min-width: 25%;
  }

  .grid .lot-item {
    width: 33%; /*25%*/
    float: left;
    box-sizing: border-box;
  }
  .lot-image, .lot-text {
    box-sizing: border-box;
    padding-left: 18px;
    padding-right: 18px;
  }
  .lot-image {
    width: 33.33333333%;
    float: left;
  }
  .lot-text {
    width: 66.66666667%;
    float: left;
  } 
  .grid * .lot-image, .grid * .lot-text {
    width: 100%;
    float: left;
  }
}

@media (orientation:portrait) {
  .grid .lot-item, .hov {
    padding: 2%;
    padding-bottom: 4%;
  }
}


@media (min-width: 768px) {
  .grid .square {
    width: 100%;
    margin: auto;
    overflow: hidden; /* clearfix */
    background--color: #f6f6f6;/*rgba(196,178,186,.1);*/
    font-size: 0;
    position: relative;
    
    display: flex;
    justify-content: center; /*Центрирование по горизонтали*/
    align-items: center; 
    max-height: 100%;
  }

  .grid .square:before {
    content: "";
    padding-top: 100%;
    float: left;
  }
}
.grid .square {
  margin-bottom: 7.5%; 
}
@media (max-width: 767px) {
 .no-mobile {
  display: none;
 }
}

.flex-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
}

form.search {
  color: #555;
  display: inline;
  padding: 10px 5px;
  border: 1px solid #2f3453;
  border-radius: 5px;
  margin: 0 0 30px;
}

input[type="search"] {
  border: none;
  background: transparent;
  margin: 0;
  padding: 7px 8px;
  font-size: 18px;
  color: inherit;
  border: 1px solid transparent;
  border-radius: inherit;
  width: 50%;
}

input[type="search"]::placeholder {
  color: #bbb;
}

button[type="submit"] {
/*  text-indent: -999px; */
  overflow: hidden;
/*  width: 40px; */
  padding: 0;
  margin: 0;
  border: 1px solid transparent;
  border-radius: inherit;
  cursor: pointer;
}
button[type="submit"].search {
  text-indent: -999px;
  width: 40px;
  background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' class='bi bi-search' viewBox='0 0 16 16'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z'%3E%3C/path%3E%3C/svg%3E") no-repeat center;
  opacity: 0.7;
}

button[type="submit"]:hover {
  opacity: 1;
}

button[type="submit"].search:focus,
input[type="search"].search:focus {
  box-shadow: 0 0 3px 0 transparent;
  border-color: transparent;
  outline: none;
}
/*
input.search {
  border: 1px solid #555;
  width: 100%;
  padding: 9px 4px 9px 40px;
  background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' class='bi bi-search' viewBox='0 0 16 16'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z'%3E%3C/path%3E%3C/svg%3E") no-repeat 13px center;
}
*/
/* CSS для стилизации виджета */

.whatsapp-widget, .float-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    border-radius: 50%;
    background-color: #25D366;
    width: 60px;
    height: 60px;
    box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.35)
 }
.float-button {
    bottom: 90px;
    background-color: #c4b2ba;
}
.float-button .badge {
    position: absolute;
    top: -7px;
    right: -3px;
    padding: 3px 6px;
    font-size: 10pt !important;
    font-weight: 600;
    line-height: 1;
    border-radius: 50%;
    background: red;
    color: white;
    z-index: 99999;
    opacity: 0.75;
}
.float-button .button_img-wrapper {
    position: relative;
}
.whatsapp-widget a, .float-button a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
    max-width: 60px;

}
.whatsapp-widget img, .float-button img {
    width: 32px;
    height: 32px;
    max-width: 32px;
}
.whatsapp-widget, .float-button {
    display: none;
}