a,
article,
b,
body,
dd,
div,
footer,
h1,
h2,
h3,
header,
html,
i,
img,
li,
nav,
output,
p,
span,
strong,
time,
ul {
  margin: 0;
  padding: 0;
  border: 0 none;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-stretch: inherit;
  font-kerning: inherit;
  font-variant: inherit;
  font-size: 100%;
  vertical-align: baseline
}

html {
  line-height: 1
}

ul {
  list-style: outside none none
}

article,
footer,
header,
main,
nav {
  display: block
}

.breadcrumbs,
.title {
  padding-left: 24px;
  padding-right: 24px
}

@media (max-width: 530px) {

  .breadcrumbs,
  .title {
    padding-left: 12px;
    padding-right: 12px
  }
}

.myList {
  margin-bottom: 30px;
  list-style-type: decimal
}

.myText {
  padding-bottom: 0 !important
}

.myText1 {
  font-style: italic;
  font-size: 14px;
  line-height: 1.3;
  text-align: center;
  display: block
}

.myText2 {
  font-size: 24px;
  line-height: 1.5;
  background-color: #ff0;
  padding: 15px 10px;
  display: block;
  margin-bottom: 20px;
  color: red
}

.rub-ramka {
  text-indent: 0 !important;
  background: rgba(200, 0, 224, .04);
  padding: 6px 13px 18px 13px !important;
  border-radius: 2px;
  border: 4px double rgba(160, 21, 21, .32);
  line-height: 28px;
  font-size: 16px;
  max-width: 80%;
  font-weight: 400;
  color: #4a4a4a;
  margin: 0 auto 30px;
}

.myh4 {
  width: 100%;
  display: table;
  text-indent: 0;
  padding: 9px 0 6px 12px;
  border: 1px dotted #e2e2e2;
  border-right: none;
  color: #313131;
  margin-top: 10px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 23px;
  margin-bottom: 15px;
  border-radius: 2px;
  border-left: none;
  margin-left: 0;
  font-weight: 600;
  background-color: #f5fef5;
  background-image: repeating-linear-gradient(90deg, #eab4b4 0, #f5fef5 100%)
}

a {
  color: inherit;
  text-decoration: none;
  font-weight: 700
}

.mycity {
  text-transform: uppercase;
  font-size: 9px;
  letter-spacing: 0;
  background: #757575;
  padding: 2px 3px 1px 3px;
  margin-left: 9px;
  color: #fff;
  font-weight: 600;
  line-height: 19px;
  vertical-align: super;
  border-radius: 1px;
  border: 3px double #fff
}

a:hover {
  text-decoration: underline
}

@media (max-width: 530px) {
  body {
    position: relative
  }
}

a .content::after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both
}

.page-wrap {
  padding: 0 64px;
  max-width: 1280px;
  min-width: 300px;
  margin: 0 auto;
  position: relative;
  cursor: auto
}

@media (max-width: 900px) {
  .page-wrap {
    padding: 0 24px
  }
}

@media (max-width: 530px) {
  .page-wrap {
    padding: 0;
    overflow: hidden
  }
}

.main-content {
  z-index: 11;
  position: relative
}

.main-content::after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both
}

.content {
  min-height: 700px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  margin: 0 auto
}

.content__inner_wide {
  background-color: #fff;
  border-bottom: 1px solid #ccc
}

@media (max-width: 1024px) {
  .content__inner_wide {
    width: 100%
  }
}

.content,
.footer {
  clear: both
}

.header {
  width: 100%;
  /*z-index: 12;*/
  /*position: relative*/
}

.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /*height: 64px;*/
  background: #0095da none repeat scroll 0 0;
  /*position: relative;*/
  /*z-index: 7*/
}

/*@media (max-width: 530px) {*/
/*    .header__inner {*/
/*        height: 48px*/
/*    }*/
/*}*/

.header__logo a {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  vertical-align: middle;
  line-height: 64px;
  padding: 24px 9px
}

.header__logo {
  flex-shrink: 0;
  background: red;
  /*width: 185px;*/
  /*height: 100%;*/
  /*position: relative;*/
  /*float: left*/
}

@media (max-width: 530px) {
  .header__logo a {
    line-height: 46px;
    padding: 17px 9px
  }
}

.nav {
  height: 64px;
  max-width: 920px;
  overflow: hidden;
  position: relative
}

@media (max-width: 530px) {
  .nav {
    display: none
  }
}

.nav__inner {
  width: 9000px
}

.nav li {
  display: block;
  float: left;
  height: 64px;
  margin-right: 1px;
  position: relative
}

.nav li a {
  display: block;
  height: 100%;
  font: 16px/64px OpenSansLight, sans-serif;
  color: #fff;
  padding: 0 24px;
  text-decoration: none;
  transition: background .3s ease 0s
}

.nav li a:hover {
  background: #00a5f2 none repeat scroll 0 0
}

.nav li {
  perspective: 1000px
}

.nav li a {
  position: relative;
  background: #0095da none repeat scroll 0 0;
  transition: transform .3s ease 0s;
  transform-origin: 50% 0 0;
  transform-style: preserve-3d
}

.nav li:first-child::after {
  display: block;
  content: " ";
  position: absolute;
  z-index: 200;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 26px
}

.nav li a::before {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: #0965a0 none repeat scroll 0 0;
  content: attr(data-hover);
  transition: background .3s ease 0s;
  transform: rotateX(-90deg);
  transform-origin: 50% 0 0
}

.nav li:focus a,
.nav li:hover a {
  transform: rotateX(90deg) translateY(-22px)
}

.nav li:focus a::before,
.nav li:hover a::before {
  background: #2483c5 none repeat scroll 0 0
}

.nav_mobile {
  display: none
}

@media (max-width: 530px) {
  .nav_mobile {
    display: block;
    width: 270px;
    position: absolute;
    top: 100px;
    right: 0;
    z-index: 2;
    height: 100%;
    background: #222 none repeat scroll 0 0
  }

  .nav_mobile::after {
    position: absolute;
    height: 100%;
    width: 1px;
    left: -1px;
    top: 0;
    box-shadow: 2px 0 14px 1px #333;
    content: " "
  }

  .nav_mobile .search_mobile {
    height: 48px;
    background: #0095da none repeat scroll 0 0
  }

  .nav_mobile .nav__list_mobile li {
    height: 48px;
    line-height: 48px;
    color: #fff;
    border-bottom: 1px solid #000
  }

  .nav_mobile .nav__list_mobile li a {
    font: 16px/48px OpenSansLight, sans-serif;
    padding-left: 24px
  }

  .nav_mobile .nav__list_mobile li .header__air {
    padding: 15px 24px 0;
    border-left: medium none;
    width: auto;
    float: none
  }
}

@media (max-width: 530px) and (max-width: 530px) {
  .nav_mobile .nav__list_mobile li .header__air {
    display: block
  }
}

@media (max-width: 530px) {
  .nav_mobile .nav__list_mobile li .header__air-logo {
    padding: 0;
    float: left
  }

  .nav_mobile .nav__list_mobile li .header__air-title {
    float: right;
    color: #fff;
    font-size: 12px;
    line-height: 10px
  }
}

.header__menu-link {
  display: none
}

@media (max-width: 530px) {
  .header__menu-link {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background: transparent url() no-repeat scroll 13px -394px;
    width: 48px;
    height: 48px;
    border-left: 1px solid #167baf;
    z-index: 9
  }
}

.header__air {
  float: right;
  border-left: 1px solid #2483c5;
  padding: 15px 16px 0;
  height: 49px
}

@media (max-width: 530px) {
  .header__air {
    display: none
  }
}

.header__air-logo {
  display: block;
  width: 70px;
  height: 18px;
  background: transparent url() repeat scroll 0 0
}

.header__air-title {
  display: block;
  font: 11px/11px Tahoma, sans-serif;
  color: #85cced;
  padding-top: 5px;
  text-decoration: none
}

.search {
  margin: 18px 24px 0;
  float: right;
  width: 20px;
  height: 20px;
  background: url() 1px -217px/auto no-repeat transparent
}

@media (max-width: 530px) {
  .search {
    display: none
  }
}

.footer-wrapper_top {
  border-top: 9px solid #2483c5;
  background: #262626 none repeat scroll 0 0;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center
}

.footer-wrapper_top span {
  color: #fff;
  font-weight: 400
}

@media (max-width: 530px) {
  .footer-wrapper_top {
    height: auto
  }
}

.footer__inner {
  padding: 0 64px;
  max-width: 1280px;
  min-width: 300px;
  margin: 0 auto;
  text-align: center
}

@media (max-width: 900px) {
  .footer__inner {
    padding: 10px 0
  }
}

.breadcrumbs {
  height: 22px;
  border-bottom: 1px dotted #ccc;
  padding-top: 16px;
  padding-bottom: 16px;
  font: 14px/22px OpenSansLight
}

.breadcrumbs h2 a {
  color: #255d89;
  display: block;
  float: left;
  padding-right: 16px;
  border-left: 1px solid #ccc;
  padding-left: 16px;
  transition: all .3s ease-out
}

.breadcrumbs h2 a:first-child {
  border-left: medium none;
  padding-left: 0
}

.breadcrumbs h2 a:last-child {
  font-family: OpenSansSemibold, sans-serif
}

.breadcrumbs h2 a:active,
.breadcrumbs h2 a:focus,
.breadcrumbs h2 a:hover {
  color: red;
  text-decoration: underline
}

.article {
  padding: 24px 70px
}

@media (max-width: 530px) {
  .article {
    padding: 24px 12px
  }
}

@media (max-width: 1024px) {
  .article {
    width: auto
  }
}

.article::after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both
}

.article__date {
  font: 14px/18px ArimoRegular, sans-serif;
  color: #555
}

.article__date .article__time {
  padding-left: 12px;
  padding-right: 12px
}

.article__date .article__author {
  padding: 0 12px;
  border-left: 1px solid #ccc
}

.article__title {
  font: 32px/36px RussiaLight, sans-serif;
  padding: 4px 0 0
}

.article__text {
  font: 16px/24px OpenSansRegular, sans-serif;
  color: #333;
  padding-left: 0;
  padding-top: 24px
}

@media (max-width: 1280px) {
  .article__text {
    padding-left: 0
  }
}

.product-img {
  display: block;
  max-width: 362px;
  width: 100%;
  margin: 0 auto 15px
}

.article__text p {
  padding: 0 0 30px;
  text-align: left !important;
  line-height: 1.5
}

.article__text a {
  text-decoration: none;
  color: #0095da;
  transition: all .3s ease-out
}

.article__text a:active,
.article__text a:focus,
.article__text a:hover {
  color: red;
  text-decoration: underline
}

.article__text b,
.article__text strong {
  font-weight: 700
}

@media (max-width: 900px) {
  .page-wrap {
    padding: 15px 24px 0
  }
}

@media (max-width: 1024px) {
  .page-wrap {
    padding: 15px 64px 0
  }
}

@media (max-width: 530px) {
  .nav_mobile {
    bottom: 1px;
    z-index: 1;
    height: auto;
    top: 0;
    display: none
  }

  .page-wrap {
    padding: 15px 0 0
  }
}

@media (max-width: 670px) {
  .page-wrap {
    padding: 0
  }
}

@media (max-width: 530px) {
  .article__title {
    font: 26px/35px RussiaLight, sans-serif;
    padding: 4px 0 0
  }
}

.head {
  font: bold 23px/1.4 RussiaLight, sans-serif;
  text-indent: 0
}

.of-site {
  font: bold 30px/1.4 RussiaLight, sans-serif;
  display: block;
  text-align: center
}

img {
  max-width: 100%;
  height: auto;
}

a:hover {
  text-decoration: none
}

.comment-block {
  background: #fff none repeat scroll 0 0
}

.comment-user {
  position: relative;
  min-height: 130px;
  clear: both;
  padding-left: 80px
}

.comment-user:not(.comment-user--last) {
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
}

.comment-block .user-name {
  font-weight: 700;
  padding: 0 0 10px
}

.comment-block img {
  position: absolute;
  width: 60px;
  top: 0;
  left: 0
}

.comment-block img.live-photo {
  position: static;
  display: block;
  width: 350px;
  margin-top: 5px;
}

.comment-block img.live-photo--vertical {
  width: 250px;
}

.comment-user:last-child {
  border-bottom: medium none
}

@media (max-width: 1050px) {
  .nav {
    display: none
  }
}

.ac_footer {
  position: relative;
  text-align: center;
  overflow: hidden;
  padding: 50px 0;
  color: #a12000;
  line-height: 1.4
}

.ac_footer a {
  color: #a12000
}

.ac_footer p {
  text-align: center
}

img[width="1"] {
  display: none !important
}

.block-center {
  margin: 0 auto;
  text-align: center
}

.inL_132018 {
  max-width: 550px;
  margin: 0 auto
}

.inL_61062 {
  display: table
}

.inL_837225 {
  display: table
}

.inL_8553 {
  display: table
}

.inL_895458 {
  z-index: 2147483647 !important;
  text-transform: none !important;
  position: fixed
}

.lines__top {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(166, 53, 171, .9) none repeat scroll 0 0;
  box-shadow: 0 0 10px #666;
  padding: 10px;
  font-size: 19px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  z-index: 20
}

.lines__bottom {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(243, 105, 58, .9) none repeat scroll 0 0;
  box-shadow: 0 0 10px #666;
  padding: 10px;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  z-index: 20
}

.lines__btn {
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 4px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
  box-shadow: 0 0 5px #666;
  color: #fff;
  background: #d23085;
  padding: 11px 12px 6px;
  transition: all .3s ease-in-out
}

.lines__btn:hover {
  color: #fff;
  transform: scale(1.1)
}

.wrap-info-text {
  border: 2px dotted #0095ff;
  border-left: 4px solid #0095ff;
  background-color: rgba(0, 242, 255, .176);
  padding: 10px 20px 7px
}

@media (min-width: 320px) and (max-width: 350px) {

  .article__title,
  .myText2 {
    text-align: center
  }
}

@media (min-width: 320px) {
  .article__title {
    padding-top: 15px
  }

  .wrap-info {
    max-width: 300px;
    margin: 0 auto 20px
  }

  .comment-info {
    font-size: 13px
  }

  .myList {
    padding-left: 35px
  }
}

@media (min-width: 768px) {
  .wrap-info {
    max-width: 500px
  }

  .comment-info {
    font-size: 16px
  }

  .myList {
    padding-left: 35px
  }
}

@media (min-width: 1024px) {
  .wrap-info {
    max-width: 600px
  }

  .wrap-info img {
    display: block;
    margin: 0 auto 5px
  }
}

.comment-info {
  display: block;
  padding-top: 5px
}

.comment-info span:not(:last-child) {
  margin-right: 15px
}

.coment-info-item a {
  font-weight: 400
}

.coment-info-date {
  color: #ccc
}

.atention-wrap {
  padding: 15px;
  margin-bottom: 40px;
  border-radius: 15px
}

.atention-wrap--red {
  border: 2px dotted red;
  background-color: rgba(255, 0, 0, .176)
}

.atention-wrap--green {
  border: 2px dotted green;
  background-color: rgba(64, 255, 0, .176)
}

.atention-wrap--blue {
  border: 2px dotted #00f;
  background-color: rgba(0, 242, 255, .176)
}

.atention-wrap ul.myList {
  margin-bottom: 0
}

.price-hidden {
  display: none
}


.banner {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 10px auto;
}

.comment-block img.banner__pack {
  display: block;
  width: 362px;
  position: static;
  margin-bottom: 15px;
}

@media (max-width: 767px) {

  .comment-block img.banner__pack,
  .product-img {
    width: 300px;
    max-width: 100%;
  }
}