@import '//fonts.googleapis.com/css?family=PT+Sans:400,700&subset=cyrillic';
html {
  min-height: 100%;
  min-width: 320px;
}
html body {
  min-height: inherit;
  min-width: inherit;
  color: #333333;
  margin: 0;
  padding: 0;
}
html body.hidden {
  overflow: hidden;
}
body,
input,
select,
textarea,
button {
  font-family: 'PT Sans', sans-serif;
  font-size: 16px;
  line-height: 1;
}
.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.justify {
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.flex-column {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.flex-justify {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.flex-align {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.flex-justify-valign {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
}
.flex-vertical-align {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
section {
  max-width: 1200px;
  min-width: 320px;
  margin: 0 auto;
  box-sizing: border-box;
№  padding: 0 10px;
}
a {
  color: #4531b1;
}

.prepare .basket-product {
  cursor: default;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
}
.prepare .basket-product .clear {
  display: none;
}
.prepare .basket-product-image {
  width: 50px;
  height: 50px;
  background-position: center;
  background-size: cover;
}
.prepare .basket-product-promo-text {
  width: 450px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.prepare .basket-product-promo-text strong {
  white-space: nowrap;
}
.prepare .basket-product-promo-text .color {
  color: #4531b1;
}
.prepare .basket-product-promo-text p {
  margin: 0;
}
.prepare .basket-product-name {
  width: 215px;
  margin: 0 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.prepare .basket-product-amount {
  width: 75px;
  margin: 0 10px;
  background: #F9F7F7;
  border-radius: 3px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
}
.prepare .basket-product-amount .move {
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 3px;
  border: 1px solid #F9F7F7;
  background: white;
  cursor: pointer;
  transition: all .2s;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */
}
.prepare .basket-product-amount .move.cant {
  cursor: default;
  color: #cacaca;
}
.prepare .basket-product-amount .value {
  font-size: 14px;
}
.prepare .basket-product-price {
  width: 80px;
  white-space: nowrap;
  margin-left: 10px;
  font-size: 19px;
}
.prepare .basket-product-remove {
  width: 30px;
  text-align: right;
}
.prepare .basket-product-remove a {
  color: #ccc;
}
.prepare .basket-product-remove a:hover {
  color: black;
}
.prepare .sum {
  margin: 20px 0;
  text-align: right;
  overflow: hidden;
  line-height: 22px;
}
.prepare .sum label {
  float: right;
}
.prepare .sum .price {
  width: 110px;
  margin-left: 20px;
  display: inline-block;
  text-align: left;
  font-size: 22px;
  font-weight: 700;
  float: right;
}
.articles {
  overflow: hidden;
  margin-top: 40px;
}
.articles h1 {
  margin-top: 0;
}
.articles .article-preview {
  float: left;
  width: 600px;
  box-sizing: border-box;
  margin-right: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.articles .article-preview-image {
  width: 200px;
  margin-right: 20px;
  padding-bottom: 30px;
}
.articles .article-preview-info {
  height: 150px;
}
.articles .article-preview-info-title {
  margin-bottom: 10px;
}
.articles .article-preview-info-title a {
  color: #4531b1;
}
.articles .article-preview-info-caption {
  line-height: 1.2;
}
.articles .article-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.articles .article-show {
  line-height: 1.4;
}
.articles .article-show img {
  max-width: 100%;
}
.articles .article-offer {
  min-width: 240px;
  max-width: 240px;
  width: 240px;
  margin-left: 40px;
}
.articles .article-offer-offer {
  width: 240px;
  box-sizing: border-box;
  border: 10px solid #e6f5ff;
  padding: 20px;
}
.articles .article-offer-offer.fixed {
  position: fixed;
  top: 10px;
}
.articles .article-offer-offer .image {
  display: block;
  text-align: center;
  background: white;
  margin-bottom: 10px;
}
.articles .article-offer-offer .price-button {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
}
.articles .article-offer-offer .price > span {
  display: block;
  font-size: 20px;
  font-weight: 700;
}
.articles .article-offer-offer .price-currency {
  font-size: 16px;
  font-weight: 400;
}
.articles .article-offer-offer .price .old {
  font-weight: 400;
  font-size: 12px;
  margin-bottom: 2px;
  color: gray;
}
.main {
  padding-top: 20px;
  padding-bottom: 50px;
  overflow: hidden;
}
.main .text {
  line-height: 1.4;
}
.main .text h1 {
  font-size: 20px;
  background: #e6f5ff;
}
.main .text h2 {
  font-size: 24px;
}
.main .text img {
  max-width: 100%;
}
footer {
  border-top: 1px solid #cacaca;
  padding: 30px 0;
  color: grey;
  font-size: 12px;
}
footer a {
  color: grey;
}
footer #agreement {
  text-decoration: none;
  border-bottom: 1px dotted;
}
a {
  outline: none;
}
a img {
  border: none;
}
.category {
  float: left;
  background: #fff;
 padding: 20px 20px 0;
  overflow: hidden;
  margin-bottom: 50px;
  box-sizing: border-box;
  box-shadow: 0 125px 47px -136px #a9a6a6;
    border: 10px solid #89be33;
 
}
.category:not(.full) {
  margin-right: 20px;
}
.category-title {
  font-size: 17px;
  margin-bottom: 20px;
  text-align: left;
}
.category-fluid {
  margin: 0 -10px;
}
.category-offer {
  width: 335px;
  height: 150px;
  background: white;
  float: left;
  margin: 10px;
  box-sizing: border-box;
  position: relative;
}
.category-offer img {
  float: left;
}
.category-offer .content {
  width: 100%;
  box-sizing: border-box;
  padding: 0px 10px 10px 130px;
}
.category-offer .price {
  position: absolute;
  bottom: 85px;
  left: 130px;
}
.category-offer .price > span {
  display: block;
  font-size: 20px;
  font-weight: 700;
}
.category-offer .price-currency {
  font-size: 16px;
  font-weight: 400;
}
.category-offer .price .old {
  font-weight: 400;
  font-size: 12px;
  margin-bottom: 2px;
  color: gray;
}
.category-offer .button {
  position: absolute;
  bottom: 80px;
  right: 50px;
}
.category-offer .button-na {
  background: #F9F7F7;
}
.category-offer .button-na i {
  color: #e3dada;
}
.category-offer .button-na:hover {
  background: #F9F7F7;
}
.breadcrumbs {
  color: grey;
  font-size: 12px;
}
.breadcrumbs a {
  color: red;
}
.breadcrumbs a.grey {
  color: grey;
}
.offer {
  overflow: hidden;
  margin-bottom: 50px;
}
.offer-content {
  margin-left: 420px;
}
.offer-left {
  float: left;
  width: 400px;
}
.offer-push {
  display: none;
  margin-top: 50px;
  background: #F9F7F7;
  box-sizing: border-box;
  padding: 20px;
  line-height: 1.3;
}
.offer-push-description {
  padding-left: 10px;
}
.offer-push-description.success,
.offer-push-description.fail {
  display: none;
}
.offer-push i {
  color: #e3dada;
}
.offer-push a {
  text-decoration: none;
}
.offer-push a span {
  border-bottom: 1px dashed;
}
.offer-push-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.offer-push-button {
  margin-top: 20px;
  text-align: center;
}
.offer-extra {
  margin-top: 50px;
}
.offer-extra .kubish {
  text-decoration: none;
  color: #333;
  line-height: 1.2;
}
.offer-extra .kubish img {
  margin-right: 20px;
}
.offer-extra .kubish span {
  color: #4531b1;
}
.offer-cities,
.offer-address {
  margin-top: 50px;
    padding: 12px 5px 0;
}
.offer-cities .title,
.offer-address .title {
  font-size: 20px;
  
    padding: 12px px 0;
   #  border-bottom: 5px solid #80c032;
     margin-bottom: 10px;
}
.offer-address p {
  line-height: 1.4;
  font-size: 14px;
}
.offer-address p span {
  color: #958484;
  font-size: 12px;
}
.offer-address .address-link {
  display: none;
}
.offer-address-caption {
  width: 390px;
  box-sizing: border-box;
  background: #F9F7F7;
  padding: 20px 0 20px 22px;
  line-height: 1.4;
  position: relative;
}
.offer-address-caption i {
  color: #9300E3;
 # position: absolute;
  top: 11px;
  #left: 5px;
  font-size: 30px;
  float:left; /* Выравнивание по левому краю */
    margin: 0 8px 0px 0; /* Отступы вокруг картинки */
}
.offer-photos a {
  display: inline-block;
  text-decoration: none;
  transition: all .4s;
}
.offer-photos a:first-child {
  background: none !important;
}
.offer-photos a:first-child img {
  width: 400px;
}
.offer-photos a:not(:first-child) {
  background-position: center;
  background-size: cover;
  width: 120px;
  height: 120px;
  margin-top: 10px;
  text-align: center;
}
.offer-photos a:not(:first-child) img {
  opacity: 0;
  width: inherit;
  height: inherit;
}
.offer-photos a:hover {
  transform: scale(1.05);
}
.offer-additionalPhotos-wrapper {
  overflow: hidden;
  display: inline-block;
}
.offer-additionalPhotos a {
  float: left;
  display: inline-block;
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin: 10px;
  width: 250px;
  height: 375px;
  transition: all .4s;
}
.offer-additionalPhotos a img {
  opacity: 0;
  width: inherit;
  height: inherit;
}
.offer-additionalPhotos a:hover {
  transform: scale(1.05);
}
.offer-order {
  border-radius: 10px 10px 0 0;
  padding: 30px;
  box-sizing: border-box;
  width: 335px;
}
.offer-order + .promo-info {
  width: 340px;
  opacity: 0;
  background: #F9F7F7;
  margin: 0;
  border: none;
  border-top: 0px dashed #cdbdbd;
  border-radius: 0 0 10px 10px;
  padding: 10px 10px;
  box-sizing: border-box;
}
.offer-order + .promo-info .promo-info-description {
  color: #8a6767;
  font-size: 13px;
  padding-left: 0;
}
.offer-order + .promo-info .promo-info-description nobr {
  color: green;
  font-weight: 700;
  font-size: 14px;
}
.offer-order + .promo-info .promo-info-description nobr i {
  color: lightblue;
}
.offer-order-fill {
  background: #fff;
  display: inline-block;
  border: 10px solid #89BE33;
    width: 400px;
}
.offer-order .info {
  font-size: 14px;
  margin-bottom: 0;
  color: green;
}
.offer-order iframe {
  border: none;
}
.offer-order .order {
  font-size: 12px;
}
.offer-order .order:last-child {
  margin-right: 0;
}
.offer-order .order-button {
  overflow: hidden;
  width: 100%;
}
.offer-order .order-first {
  font-weight: 700;
  height: 20px;
}
.offer-order .order-second-discount-timer {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 30px;
}
.offer-order .order-second-discount s {
    font-size:14px;
  color: red;
  margin-right: 5px;
  position: relative;
  text-decoration: none;
}
.offer-order .order-second-discount s:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: red;
  bottom: 8px;
  transform: rotate(-10deg);
  left: 0;
  position: absolute;
}
.offer-order .order-second-discount span {
  position: relative;
  cursor: pointer;
  font-size: 14px;
  margin-left: 15px;
  display: inline-block;
  padding: 0 6px;
  line-height: 22px;
  height: 22px;
  background: #4531b1;
  color: white;
  border-radius: 1px 3px 3px 1px;
}
.offer-order .order-second-discount span:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: -11px;
  border-radius: 1px;
  border-right: 11px solid #4531b1;
  border-left: 0;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
}
.offer-order .order-second-discount span:after {
  content: '';
  display: block;
  position: absolute;
  border-radius: 50%;
  top: 9.5px;
  left: -3px;
  width: 3px;
  height: 3px;
  background: #e6f5ff;
}
.offer-order .order-second-timer {
  margin-left: 10px;
  font-size: 15px;
}
.offer-order .order-second-timer i {
  color: #4531b1;
}
.offer-order .order-second-timer i,
.offer-order .order-second-timer span {
  line-height: 24px;
}
.offer-order .order-second .helper {
  font-size: 14px;
  margin-bottom: 5px;
}
.offer-order .order-second-price {
  text-align: center;
  min-width: 240px;
}
.offer-order .order-second-price div {
  font-size: 38px;
  font-weight: 700;
  white-space: nowrap;
  display: block;
  margin-bottom: 25px;
}
.offer-order .order-second-price div span {
  font-size: 24px;
  font-weight: 400;
}
.offer-order .order-second-price .unavailable {
  font-size: 18px;
}
.offer-order .order-second-price .button {
  white-space: nowrap;
  font-size: 18px;
  padding: 0 30px;
}
.offer-order .order-second-available {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  clear: both;
  margin-top: 20px;
}
.offer-order .order-second-available i {
  color: green;
}
.offer-order .order-second-available i.fa-times {
  color: red;
}
.offer-order .order-second-available i,
.offer-order .order-second-available .amount {
  margin-right: 5px;
}
.offer-order .order-second-available .amount {
  margin-left: 20px;
  position: relative;
  background: rgba(0, 0, 0, 0.2);
  width: 8px;
  height: 12px;
  display: inline-block;
  border-radius: 3px;
  overflow: hidden;
}
.offer-order .order-second-available .amount div {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.offer .online {
  font-weight: 700;
}
.offer .online-last {
  color: green;
}
.offer .online-last-now {
  cursor: default;
  color: green;
  padding: 0 5px;
  border: 1px solid green;
  border-radius: 3px;
  background: transparent;
  transition: all .4s;
}
.offer .online-last-now.highlight {
  background: green;
  color: white;
}
.offer .discount {
  margin-bottom: 20px;
  text-transform: lowercase;
}
.offer .discount span {
  background: #FF5722;
  color: white;
  padding: 0 6px;
  line-height: 25px;
  display: inline-block;
}
.offer .similar {
  display: inline-block;
  margin: 0 0 40px 0;
  border: 10px solid #F9F7F7;
  padding: 20px;
  box-sizing: border-box;
}
.offer-tabs {
  display: inline-block;
  cursor: default;
  margin: 40px 0 10px 0;
  overflow: hidden;
}
.offer-tabs a {
  display: inline-block;
  float: left;
  padding: 10px 20px;
  cursor: pointer;
  text-decoration: none;
  background: #F9F7F7;
  color: #2b76ad;
}
.offer-tabs a.active {
  cursor: default;
  background: white;
  box-shadow: inset 0 -2px 0 0 #2b76ad, inset 0 0 0 1px #e6f5ff;
  color: black;
}
.offer-tabs a:not(.active) > span {
  border-bottom: 1px dotted;
}
.offer-tabs a:not(:last-child) {
  border-right: 1px solid #ccebff;
}
.offer-tabs a:first-child {
  border-radius: 3px 0 0 3px;
}
.offer-tabs a:last-child {
  border-radius: 0 3px 3px 0;
}
.offer-tabs a img {
  margin-bottom: -2px;
}
.offer-description {
  line-height: 1.4;
   font-family: 'Roboto', sans-serif;
  font-size: 14px;
}
.offer-description ol li,
.offer-description ul li {
  margin-bottom: 10px;
}
.offer-description img {
  max-width: 100% !important;
  height: auto !important;
}
.offer #position-helper {
  float: left;
}
.offer #position-start {
  float: left;
}
.offer #position-finish {
  margin-top: 50px;
}
.offer #position-finish.fixed #position-finish-wrapper {
  position: fixed;
  top: 10px;
}
.offer #position-start,
.offer #position-finish {
  transition: opacity .2s;
}
.offer #position-start.hidden,
.offer #position-finish.hidden {
  opacity: 0;
}
.offer-box {
  overflow: hidden;
}
.offer .rating {
  margin-bottom: 20px;
  margin-left: 25px;
  cursor: default;
}
.offer .rating-box-value {
  display: inline-block;
}
.offer .rating-box {
  width: 75px;
  position: relative;
  overflow: hidden;
  display: inline-block;
  color: #e6f5ff;
}
.offer .rating-box i {
  float: left;
}
.offer .rating-progress {
  color: #F9A828;
  position: absolute;
  overflow: hidden;
  height: 100%;
  white-space: nowrap;
}
.offer .rating-progress-wrapper {
  width: 75px;
  height: 100%;
}
.offer .rating-value {
  color: grey;
  margin-right: 10px;
}
.offer .rating-value span {
  color: green;
  font-weight: 700;
}
.offer .rating-info {
  font-size: 12px;
  color: grey;
}
.offer .rating-info span {
  color: lightgrey;
}
.offer .additional {
  float: right;
  margin-right: -1px;
}
.offer .additional .title {
  font-size: 12px;
  margin-bottom: 15px;
}
.offer .additional .caption {
  font-size: 12px;
  margin-top: 15px;
}
.offer .additional .caption span {
  color: red;
}
.offer .additional .graph {
  margin-left: 55px;
  background: url("https://apteka-online.biz/assets/images/graph.png");
  height: 35px;
  width: 68px;
  position: relative;
}
.offer .additional .graph .before,
.offer .additional .graph .after {
  background: #e6f5ff;
  width: 35px;
  line-height: 12px;
  height: 12px;
  padding: 0 3px;
  cursor: pointer;
  position: absolute;
  font-size: 10px;
}
.offer .additional .graph .before:after,
.offer .additional .graph .after:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
}
.offer .additional .graph .before {
  border-radius: 3px 0 0 3px;
  top: -5px;
  left: -55px;
  text-align: right;
}
.offer .additional .graph .before:after {
  right: -6px;
  border-radius: 3px;
  border-left: 6px solid #e6f5ff;
  border-right: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
.offer .additional .graph .after {
  border-radius: 0 3px 3px 0;
  bottom: -5px;
  right: -55px;
}
.offer .additional .graph .after:after {
  left: -6px;
  border-radius: 3px;
  border-left: 0;
  border-right: 6px solid #e6f5ff;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
.offer .additional .delivery,
.offer .additional .options {
  cursor: default;
}
.offer .additional .delivery p,
.offer .additional .options p {
  position: relative;
  padding-left: 25px;
  font-size: 14px;
}
.offer .additional .delivery p i,
.offer .additional .options p i,
.offer .additional .delivery p img,
.offer .additional .options p img {
  position: absolute;
  left: 0;
  margin-right: 5px;
  color: #87BF22;
}
.offer .additional .delivery p:first-of-type,
.offer .additional .options p:first-of-type {
  margin-top: 0;
}
.offer .additional .delivery p span,
.offer .additional .options p span {
  color: grey;
  font-size: 12px;
}
.offer .additional .payment {
  padding-left: 25px;
}
.offer .additional .payment img {
  height: 20px;
}
blockquote {
  border-left: 7px solid #4531b1;
  margin: 40px 0;
  padding: 20px;
  font-size: 20px;
}
blockquote p:first-child {
  margin-top: 0;
}
blockquote p:last-child {
  margin-bottom: 0;
}
.contacts .cities .cover {
  text-align: left;
  background: #f4fbff;
  padding: 10px;
  border-radius: 5px;
}
.contacts .cities .cover.white {
  background: white;
}
.contacts .cities .caption {
  font-style: italic;
  font-size: 12px;
  margin-bottom: 10px;
  padding: 5px;
}
.contacts .cities .column-row {
  overflow: hidden;
}
.contacts .cities .column {
  width: 25%;
  float: left;
}
.contacts .cities .column .letter {
  font-size: 20px;
  padding: 5px;
  font-weight: 700;
  margin-top: 20px;
}
.contacts .cities .column a {
  display: inline-block;
  margin: 5px;
  text-decoration: none;
  color: black;
  border-bottom: 1px dotted grey;
  transition: all .4s;
}
.contacts .cities .column a:hover {
  border-bottom: 1px solid #4531b1;
}
.promo-wrap {
  display: none;
  border: 1px dashed lightgrey;
  border-radius: 10px;
  padding: 0 20px;
}
.promo-wrap span {
  white-space: nowrap;
}
.promo-code {
  margin-bottom: 0;
}
.promo-code span {
  font-weight: 700;
  background: #e6f5ff;
}
.promo-text {
  margin-top: 5px;
  color: #4531b1;
}
.promo-info {
  margin: 20px 0;
  border-top: 1px dashed lightgrey;
  min-height: 40px;
  padding: 15px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
}
.promo-info-discount {
  white-space: nowrap;
  box-sizing: border-box;
  font-size: 20px;
  font-weight: 700;
  color: #4531b1;
}
.promo-info-discount i {
  color: lightblue;
  margin-right: 5px;
}
.promo-info-description {
  padding-left: 20px;
}
.promo-info-description p {
  margin: 0;
}
.promo-info-description p:not(:first-child) {
  color: lightgrey;
  font-size: 14px;
  margin-top: 5px;
}
.promo-info-online p {
  margin: 0;
  font-size: 12px;
  margin-top: 5px;
}
.quiz {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  border: 10px solid #e6f5ff;
  padding: 20px;
  line-height: 1.4;
  box-sizing: border-box;
}
.quiz-inner {
  margin: 30px 0;
}
.quiz-header {
  color: #b3b3b3;
  font-family: Georgia, Times, "Times New Roman", serif;
  text-align: center;
  margin-bottom: 10px;
}
.quiz-wrapper {
  overflow: hidden;
}
.quiz-question {
  display: none;
}
.quiz-question.active {
  display: block;
}
.quiz-question-text {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}
.quiz-question-answers {
  margin-bottom: 20px;
}
.quiz-question-answers-answer {
  margin-bottom: 10px;
}
.quiz-question-answers-answer label {
  position: relative;
  display: block;
  cursor: pointer;
  padding-left: 30px;
}
.quiz-question-answers-answer label input {
  position: absolute;
  top: -10px;
  left: -10px;
  opacity: 0;
}
.quiz-question-answers-answer label input + span {
  transition: all .4s;
  position: absolute;
  left: 0;
  top: 3px;
  margin-right: 5px;
  background: white;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  display: inline-block;
  box-shadow: inset 0 0 0 1px lightgrey;
}
.quiz-question-answers-answer label:hover input + span {
  box-shadow: inset 0 0 0 5px #4531b1;
}
.quiz-question-button {
  text-align: center;
}
.quiz-question-button a {
  display: inline-block;
  background: #4531b1;
  color: white;
  padding: 0 10px;
  line-height: 30px;
  border-bottom: 2px solid #8170d8;
  border-radius: 3px;
  text-decoration: none;
}
.quiz-question-button a:hover {
  background: #5d49cc;
}
.quiz-result {
  display: none;
}
.quiz-result-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}
.quiz-loader {
  display: none;
  text-align: center;
}
.quiz-loader .loader {
  display: inline-block;
}
.payment img {
  height: 25px;
  box-sizing: border-box;
}
.payment img:not(.empty) {
  background: white;
  border: 1px solid #e3dada;
  border-radius: 3px;
}
.e404 {
  display: inline-block;
  border: 10px solid #4531b1;
  padding: 10px 200px 10px 20px;
  position: relative;
  margin: 40px 0;
}
.e404 img {
  position: absolute;
  bottom: -28px;
  right: 0;
}
.shadow {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 2;
}
.shadow.show {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.shadow.show ~ #callback,
.shadow.show ~ #callbackMobile {
  display: none !important;
}
.shadow .title {
  font-size: 25px;
  margin-bottom: 40px;
}
.shadow .inner {
  background: white;
  width: 700px;
  max-height: 100%;
  padding: 50px;
  box-sizing: border-box;
  position: relative;
  overflow: auto;
}
.shadow .inner .close {
  z-index: 2;
  position: absolute;
  width: 30px;
  height: 30px;
  line-height: 30px;
  top: 10px;
  right: 10px;
  font-size: 20px;
  font-weight: 100;
  text-decoration: none;
  color: black;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
}
.shadow .inner .loader-wrapper {
  display: none;
  position: absolute;
  background: white;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.shadow .inner .loader-wrapper.show {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.shadow .bar {
  text-align: center;
  width: 100%;
  margin-top: 20px;
}
.shadow .success {
  display: none;
  background: white;
  padding: 50px;
  box-sizing: border-box;
}
.shadow p {
  line-height: 1.4;
}
.shadow ul li {
  line-height: 1.4;
  margin-bottom: 10px;
}
.shadow.cart .inner {
  width: 900px;
  padding: 0;
}
.shadow.cart .cart-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.shadow.cart .cart-inner > div {
  padding: 40px;
  box-sizing: border-box;
  position: relative;
}
.shadow.cart .cart-inner .items {
  width: 600px;
  padding-bottom: 0;
}
.shadow.cart .cart-inner .items .content {
  min-height: 370px;
}
.shadow.cart .cart-inner .items .code-link {
  text-decoration: none;
  border-bottom: 1px dotted;
  color: black;
}
.shadow.cart .cart-inner .items .code-wrapper {
  display: none;
  overflow: hidden;
  margin: 10px 0;
}
.shadow.cart .cart-inner .items .code-wrapper > input,
.shadow.cart .cart-inner .items .code-wrapper a {
  outline: none;
  float: left;
  display: inline-block;
  padding: 0 10px;
  height: 30px;
  line-height: 30px;
  box-sizing: border-box;
}
.shadow.cart .cart-inner .items .code-wrapper input {
  -webkit-appearance: none;
  border-radius: 0;
  width: 190px;
  border: 1px solid #4531b1;
}
.shadow.cart .cart-inner .items .code-wrapper a {
  text-decoration: none;
  background: #4531b1;
  color: white;
}
.shadow.cart .cart-inner .items .code-error {
  margin: 0;
  color: red;
}
.shadow.cart .cart-inner .promo-info {
  margin: 20px -40px 0 -40px;
}
.shadow.cart .cart-inner .promo-info-discount {
  padding-left: 40px;
}
.shadow.cart .cart-inner .promo-info-description {
  padding-right: 40px;
}
.shadow.cart .cart-inner .order {
  width: 300px;
  background: #F9F7F7;
  box-sizing: border-box;
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
}
.shadow.cart .cart-inner .order .disabled {
  position: absolute;
  z-index: 4;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #F9F7F7;
  opacity: .8;
}
.shadow.cart .cart-inner .order .title {
  margin-bottom: 30px;
}
.shadow.cart .cart-inner .order p {
  margin: 0 -40px;
  padding: 10px 40px;
  font-size: 14px;
  background: #f7f4f4;
}
.shadow.cart .cart-inner .order form .label {
  font-size: 12px;
  margin: 20px 0 10px 0;
  cursor: default;
}
.shadow.cart .cart-inner .order form input,
.shadow.cart .cart-inner .order form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  z-index: 2;
  position: relative;
  border: 1px solid #e3dada;
  background: transparent;
  padding: 0 25px 0 10px;
  outline: none;
  line-height: 35px;
  height: 35px;
  width: 100%;
  box-sizing: border-box;
}
.shadow.cart .cart-inner .order form input.error,
.shadow.cart .cart-inner .order form select.error {
  background: #e69789;
}
.shadow.cart .cart-inner .order form input.error.to-white,
.shadow.cart .cart-inner .order form select.error.to-white {
  transition: all 2s;
  background: white;
}
.shadow.cart .cart-inner .order form input:focus,
.shadow.cart .cart-inner .order form select:focus {
  border-color: #999;
}
.shadow.cart .cart-inner .order form .wrapper {
  position: relative;
  background: white;
  margin-bottom: 10px;
}
.shadow.cart .cart-inner .order form .helper {
  font-size: 14px;
  color: #cdbdbd;
}
.shadow.cart .cart-inner .order form label {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 1px 0 10px 1px;
}
.shadow.cart .cart-inner .order form input[type=radio] {
  position: absolute;
  left: -7px;
  visibility: hidden;
  width: auto;
}
.shadow.cart .cart-inner .order form input[type=radio] + span {
  width: 7px;
  height: 7px;
  box-sizing: content-box;
  display: inline-block;
  background: white;
  border: 3px solid white;
  box-shadow: 0 0 0 1px #e3dada;
  border-radius: 50%;
  margin-right: 5px;
}
.shadow.cart .cart-inner .order form input[type=radio]:checked + span {
  background: #4531b1;
}
.shadow.cart .cart-inner .order form .clearing {
  z-index: 3;
  position: absolute;
  text-decoration: none;
  line-height: 35px;
  top: 1px;
  right: 10px;
  font-size: 15px;
  color: #4531b1;
}
.shadow.cart .cart-inner .order form .drop {
  z-index: 1;
  position: absolute;
  line-height: 35px;
  top: 0;
  right: 10px;
  font-size: 10px;
  color: lightgrey;
}
.shadow.cart .cart-inner .order .basket-city {
  padding-bottom: 3px;
  margin-bottom: 10px;
  display: inline-block;
  text-decoration: dashed;
  border-bottom: 1px dotted;
}
.shadow.cart .cart-inner .bar p {
  background: transparent;
  font-size: 11px;
  box-sizing: border-box;
  margin: 10px 0 0 0;
  padding: 0;
  color: #c2aeae;
}
.shadow.cart .cart-inner .bar p a {
  color: #c2aeae;
}
.shadow.speed .inner {
  width: 370px;
}
.shadow.speed.top.show {
  display: block !important;
}
.shadow.speed.top .inner {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -185px;
}
.shadow.speed .title {
  margin-bottom: 10px;
}
.shadow.speed p {
  margin-bottom: 30px;
}
.shadow.speed input {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  z-index: 2;
  position: relative;
  border: 1px solid #e3dada;
  background: transparent;
  padding: 0 25px 0 10px;
  outline: none;
  line-height: 35px;
  height: 35px;
  width: 100%;
  box-sizing: border-box;
}
.shadow.speed input:not(:last-child) {
  margin-bottom: 10px;
}
.shadow.speed input.error {
  background: #e69789;
}
.shadow.speed input.error.to-white {
  transition: all 2s;
  background: white;
}
.shadow.speed input:focus {
  border-color: #999;
}
.shadow.speed .success {
  padding: 0;
}
.shadow.select-city .inner {
  max-height: 100%;
  overflow: scroll;
  overflow-x: auto;
  text-align: right;
}
.shadow.select-city .inner .close {
  position: fixed;
  right: auto;
  margin-left: 10px;
}
.shadow.select-city .title {
  text-align: left;
}
.shadow.select-city .countries {
  text-align: left;
  margin-bottom: 20px;
}
.shadow.select-city .cover {
  text-align: left;
  background: #f4fbff;
  padding: 10px;
  border-radius: 5px;
}
.shadow.select-city .cover.white {
  background: white;
}
.shadow.select-city .cover.grey {
  background: #F9F7F7;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
.shadow.select-city .cover.grey .go-detect-city {
  margin-right: 10px;
}
.shadow.select-city .caption {
  font-style: italic;
  font-size: 12px;
  margin-bottom: 10px;
  padding: 5px;
}
.shadow.select-city .column-row {
  overflow: hidden;
}
.shadow.select-city .column {
  width: 33%;
  float: left;
}
.shadow.select-city .column .letter {
  font-size: 20px;
  padding: 5px;
  font-weight: 700;
  margin-top: 20px;
}
.shadow.select-city .column a {
  display: block;
  padding: 5px;
  text-decoration: none;
  color: black;
}
.shadow.select-city .column a.active {
  background: #e6f5ff;
}
.shadow.select-city .column a:hover {
  background: #4531b1;
  color: white;
}
.shadow.address .venue {
  margin-bottom: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  width: 50%;
  float: left;
}
.shadow.address .venue .name {
  font-weight: 700;
  margin-bottom: 5px;
}
.shadow.address .venue .address {
  margin-bottom: 5px;
}
.shadow.address .venue .tel {
  color: gray;
}
.push-helper {
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 3;
}
.push-helper-arrow {
  position: fixed;
  top: 10px;
  right: 200px;
}
.geo-helper {
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 3;
}
.geo-helper-loader {
  font-size: 50px;
  color: white;
  width: 100px;
  text-align: center;
  margin: 100px auto;
}
.loader {
  border: 4px solid #e6f5ff;
  /* Light grey */
  border-top: 4px solid #4531b1;
  /* Blue */
  border-radius: 50%;
  width: 50px;
  height: 50px;
  -webkit-animation: spin 2s linear infinite;
  -moz-animation: spin 2s linear infinite;
  -o-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
.keyframes 0% {
  transform: rotate(0deg);
}
.keyframes 100% {
  transform: rotate(360deg);
}
@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-moz-keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-o-keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.button {
  display: inline-block;
  padding: 0 20px;
  line-height: 40px;
  border-radius: 40px;
  color: white;
  text-decoration: none;
  background: #4531b1 linear-gradient(to top, #4531b1, #5d49cc);
  border: none;
  cursor: pointer;
  outline: none;
  transition: all .2s;
  position: relative;
}
.button i {
  margin-right: 10px;
}
.button-nice {
  background: #f1f1f1;
  color: black;
  border-radius: 30px;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  padding: 0;
}
.button-nice span {
  font-size: 12px;
}
.button-nice i {
  color: green;
  margin-right: 5px;
}
.button-nice i:last-child {
  margin-right: 0;
}
.button-nice:hover {
  background: #d8d8d8;
}
.button-green {
  background: #C6424C;
}
.button-border {
  border: 1px solid #d8d8d8;
  background: white;
  color: black;
}
.button-border:hover {
  border-color: green;
  color: green;
}
.button-na {
  width: auto;
  padding: 0 10px;
  background: #dcf1ff;
  cursor: default;
  color: #9E04E1;
}
.button-na i {
  color: #b3e1ff;
}
.button-na:hover {
  background: #dcf1ff;
}
#order-form {
  display: none;
}
.onlyMobile {
  display: none;
}
@media screen and (min-width: 1024px) and (max-width: 1130px) {
  .offer .rating {
    margin-top: 10px;
  }
  .offer .additional {
    padding: 20px 0;
  }
}
@media screen and (min-width: 800px) and (max-width: 1024px) {
  .offer .rating {
    margin-top: 10px;
  }
  .offer .additional {
    margin-left: 0;
    margin-top: 0;
    padding: 20px 0;
  }
  .offer .additional .delivery {
    margin-top: 20px;
  }
}
@media screen and (max-width: 800px) {
  header {
    height: auto;
  }
  header section {
    display: block !important;
  }
  header section > div {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  header section .logo {
    margin-right: 0;
  }
  header section .logo-menu {
    display: block;
  }
  header section .menu {
    margin: 20px 0 10px 0;
  }
  header section .city {
    float: none;
    padding: 0;
  }
  header section .contact {
    position: absolute;
    top: 10px;
    right: 10px;
    text-align: right;
    width: 30px;
  }
  header section .contact > div {
    display: block !important;
    margin: 0 0 10px 0 !important;
  }
  header section .contact > div a {
    padding-right: 0 !important;
  }
  header section .contact > div a span:first-child {
    margin-right: 0 !important;
  }
  header section .contact > div a span:last-child {
    display: none;
  }
  .offer > div {
    margin-left: 0;
  }
  .offer-left {
    float: none;
    width: 100%;
    overflow: hidden;
    margin-bottom: 40px;
  }
  .offer-cities {
    display: none;
  }
  .offer-photos {
    width: 400px;
    float: left;
  }
  .offer-photos a:first-child img {
    width: 100%;
  }
  .offer-photos a:not(:first-child) {
    width: 50px;
    height: 50px;
  }
  .offer-push {
    display: none !important;
  }
  .offer-address {
    padding-left: 420px;
    margin-top: 0;
  }
  .offer .rating {
    margin-top: 10px;
  }
  .offer .additional .title,
  .offer .additional .graph,
  .offer .additional .caption {
    display: none;
  }
  .offer .additional .delivery {
    margin-top: 0;
  }
  .offer .payment {
    margin-bottom: 30px;
  }
  .contacts .cities .column {
    float: none;
    width: 100%;
  }
  .contacts .cities .column a {
    padding: 5px 0;
  }
  #position-finish {
    display: none;
  }
  #basket {
    position: fixed;
    right: 20px;
    bottom: 30px;
    width: 50px;
    height: 50px;
    padding: 0;
    margin: 0;
    border-radius: 50%;
    justify-content: center;
  }
  #basket:after {
    display: none;
    text-align: center;
  }
  #basket i {
    font-size: 22px;
    margin-right: 0;
  }
  #basket i + div {
    display: none;
  }
  .shadow {
    overflow: auto;
  }
  .shadow.show {
    display: block !important;
  }
  .shadow .inner {
    padding: 30px;
    width: 100% !important;
  }
  .shadow .inner .prepare .basket-product {
    display: block;
    overflow: hidden;
  }
  .shadow .inner .prepare .basket-product > div {
    float: left;
    margin-bottom: 20px;
  }
  .shadow .inner .prepare .basket-product-image {
    display: none;
  }
  .shadow .inner .prepare .basket-product-promo-text {
    width: 175px !important;
  }
  .shadow .inner .prepare .basket-product-name {
    width: 200px;
    margin-left: 0;
  }
  .shadow .inner .prepare .basket-product-amount {
    margin-left: 0;
  }
  .shadow .inner .prepare .basket-product-remove {
    float: right;
  }
  .shadow.cart .cart-inner {
    display: block;
  }
  .shadow.cart .cart-inner > div {
    width: 100% !important;
    box-sizing: border-box;
  }
  .shadow.cart .cart-inner .items .content {
    min-height: 0 !important;
  }
  .shadow.cart .cart-inner .items .promo-info-description :last-child {
    display: none;
  }
  .shadow.select-city .inner {
    height: 100%;
  }
  .shadow.select-city .close {
    margin-left: 0 !important;
    right: 10px !important;
  }
  .shadow.select-city .column {
    float: none;
    width: 100%;
  }
  .shadow.select-city .column a {
    padding: 10px 5px;
  }
  .shadow.address .venue {
    width: 100%;
  }
}
@media screen and (max-width: 680px) {
  header .info {
    display: block;
  }
  header .city-confirm {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
  }
  header .city-confirm:before {
    display: none;
  }
  .category {
    width: 100%;
    padding-right: 5px;
    padding-left: 5px;
  }
  .category-fluid {
    margin: 0;
  }
  .category-offer {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .offer-photos {
    width: 100%;
    max-width: 400px;
    float: none;
  }
  .offer-address {
    padding-left: 0;
    margin-top: 30px;
  }
  .offer-address .address-list {
    height: 55px;
    overflow: hidden;
    position: relative;
  }
  .offer-address .address-list:after {
    content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    bottom: 0;
    left: 0;
    background: white;
    box-shadow: 0 0 10px 10px white;
  }
  .offer-address .address-list.show {
    height: auto;
  }
  .offer-address .address-list.show:after {
    display: none;
  }
  .offer-address .address-link {
    display: inline-block;
    font-size: 14px;
    text-decoration: none;
    border-bottom: 1px dotted;
  }
  .offer-address-caption {
    width: 100%;
  }
  
  
 .shops-by-sides .address-list {
    height: 55px;
    overflow: hidden;
    position: relative;
  }
 .shops-by-sides .address-list:after {
    content: '';
    position: absolute;
    height: 1px;
    width: 100%;
    bottom: 0;
    left: 0;
    background: white;
    box-shadow: 0 0 10px 10px white;
  }
  .offer-address .address-list.show {
    height: auto;
  }
  .offer-address .address-list.show:after {
    display: none;
  }
  .offer-address .address-link {
    display: inline-block;
    font-size: 14px;
    text-decoration: none;
    border-bottom: 1px dotted;
  }
  
  .offer-order {
    width: 100%;
    padding: 30px 20px;
  }
  .offer-order .order-second-price {
    min-width: 100%;
    width: 100%;
  }
  .offer-order + .promo-info {
    padding-left: 20px;
    padding-right: 20px;
  }
  .offer-tabs-wrapper {
    text-align: center;
  }
  .offer-additionalPhotos {
    text-align: center;
  }
  .offer #position-start {
    width: 100%;
  }
  .offer .additional {
    margin-left: 0;
    margin-top: 15px;
  }
  .offer-extra {
    display: none;
  }
  .articles .article-preview {
    width: 100%;
    display: block;
  }
  .articles .article-preview-info {
    height: auto;
    margin-bottom: 40px;
  }
  .articles .article-wrapper {
    display: block;
  }
  .articles .article-show {
    display: block;
  }
  .articles .article-offer {
    margin: 0 auto;
  }
  .e404 {
    padding: 10px 20px 120px 10px;
  }
  .shadow.select-city .go-detect-city {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .shadow.select-city .go-detect-city-wrapper {
    text-align: center;
  }
  #callbackMobile {
    position: fixed;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 50px;
    text-align: center;
    font-size: 24px;
    background: #fbfbfb;
    cursor: pointer;
    display: none;
    left: 20px;
    bottom: 30px;
    z-index: 10;
  }
  #callbackMobile i {
    color: green;
  }
  #buyMobile {
    display: none;
    position: fixed;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    left: 50%;
    bottom: 30px;
    width: 150px;
    margin-left: -75px;
    z-index: 9999;
  }
  #buyMobile a {
    line-height: 50px;
    font-size: 18px;
  }
  .onlyMobile {
    display: inline-block;
  }
  .noMobile {
    display: none;
  }
}
.tpd-skin-dark .tpd-content,
.tpd-skin-dark .tpd-title,
.tpd-skin-dark .tpd-close {
  color: #282828;
}
.tpd-skin-dark .tpd-background-content,
.tpd-skin-dark .tpd-background-title {
  background-color: #e6f5ff;
}
.tpd-skin-dark .tpd-background {
  border-width: 1px;
  border-color: #282828;
  border-color: rgba(255, 255, 255, 0.1);
}
.tpd-skin-dark .tpd-title-wrapper {
  border-bottom: 1px solid #404040;
}
#callback {
  display: none;
  position: fixed;
  width: 76px;
  height: 76px;
  bottom: 100px;
  left: 80%;
  opacity: .5;
  cursor: pointer;
  z-index: 9999;
}
#callback:hover {
  opacity: 1;
}
#callback > :nth-child(1) {
  border: 1px solid green;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -35px;
  margin-top: -35px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  transition: all .7s;
  opacity: 0;
}
#callback > :nth-child(1).big {
  width: 100px;
  height: 100px;
  margin-left: -50px;
  margin-top: -50px;
  opacity: 1;
}
#callback > :nth-child(1).big.fade {
  width: 150px;
  height: 150px;
  margin-left: -75px;
  margin-top: -75px;
  opacity: 0;
}
#callback > :nth-child(2) {
  position: absolute;
  background: green;
  top: 50%;
  left: 50%;
  margin-left: -35px;
  margin-top: -35px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  transition: all 1s;
  opacity: .3;
}
#callback > :nth-child(2).big {
  width: 120px;
  height: 120px;
  margin-left: -60px;
  margin-top: -60px;
}
#callback > :nth-child(3) {
  position: absolute;
  width: 100%;
  height: 100%;
  background: green;
  color: white;
  line-height: 76px;
  text-align: center;
  font-size: 35px;
  border-radius: 50%;
}
#callbackMobile {
  display: none;
}
#buyMobile {
  display: none;
}
.flag {
  position: relative;
  top: 3px;
}
.textss{
   text-align: right;  
}
@media screen and (min-width:141px) and (max-width:650px){
footer {
    border-top: 1px solid #cacaca;
    padding: 30px 0;
    color: grey;
    font-size: 12px;
    text-align: center;
}
}
@media screen and (min-width:141px) and (max-width:650px){
.textss {
    text-align: center;
}
}