html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%
}

body {
  margin: 0
}

.product {
  max-width: 350px;
  max-height: 100%
}

footer,
header {
  display: block
}

a {
  background-color: transparent
}

a:active,
a:hover {
  outline: 0
}

b {
  font-weight: 700
}

h1 {
  margin: .67em 0;
  font-size: 2em
}

img {
  border: 0
}

button {
  margin: 0;
  font: inherit;
  color: inherit
}

button {
  overflow: visible
}

button {
  text-transform: none
}

button {
  -webkit-appearance: button;
  cursor: pointer
}

button::-moz-focus-inner {
  padding: 0;
  border: 0
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  * {
    color: #000 !important;
    text-shadow: none !important;
    background: 0 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
  }

  a,
  a:visited {
    text-decoration: underline
  }

  a[href]:after {
    content: " ("attr(href) ")"
  }

  img {
    page-break-inside: avoid
  }

  img {
    max-width: 100% !important
  }

  h2,
  h3,
  p {
    orphans: 3;
    widows: 3
  }

  h2,
  h3 {
    page-break-after: avoid
  }

  .navbar {
    display: none
  }
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff
}

button {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit
}

a {
  color: #337ab7;
  text-decoration: none
}

a:focus,
a:hover {
  color: #23527c;
  text-decoration: underline
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px
}

img {
  vertical-align: middle
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto
}

.h1,
.h2,
.h3,
.h4,
h1,
h2,
h3,
h4 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px
}

.h4,
h4 {
  margin-top: 10px;
  margin-bottom: 10px
}

.h1,
h1 {
  font-size: 36px
}

.h2,
h2 {
  font-size: 30px
}

.h3,
h3 {
  font-size: 24px
}

.h4,
h4 {
  font-size: 18px
}

p {
  margin: 0 0 10px
}

.text-uppercase {
  text-transform: uppercase
}

ul {
  margin-top: 0;
  margin-bottom: 10px
}

ul ul {
  margin-bottom: 0
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto
}

@media (min-width:768px) {
  .container {
    width: 750px
  }
}

@media (min-width:992px) {
  .container {
    width: 970px
  }
}

@media (min-width:1200px) {
  .container {
    width: 1170px
  }
}

.row {
  margin-right: -15px;
  margin-left: -15px
}

.col-sm-4,
.col-sm-8,
.col-xs-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px
}

.col-xs-12 {
  float: left
}

.col-xs-12 {
  width: 100%
}

@media (min-width:768px) {

  .col-sm-4,
  .col-sm-8 {
    float: left
  }

  .col-sm-8 {
    width: 66.66666667%
  }

  .col-sm-4 {
    width: 33.33333333%
  }
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent
}

@media (min-width:768px) {
  .navbar {
    border-radius: 4px
  }
}

.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1)
}

@media (min-width:768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none
  }
}

.container>.navbar-collapse {
  margin-right: -15px;
  margin-left: -15px
}

@media (min-width:768px) {
  .container>.navbar-collapse {
    margin-right: 0;
    margin-left: 0
  }
}

.container:after,
.container:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar:after,
.navbar:before,
.row:after,
.row:before {
  display: table;
  content: " "
}

.container:after,
.navbar-collapse:after,
.navbar:after,
.row:after {
  clear: both
}

.hide {
  display: none !important
}

@-ms-viewport {
  width: device-width
}

h4 {
  font-size: 18px
}

.autor {
  line-height: 40px;
  max-width: 100%;
  border: 1px solid #d4d6d7;
  padding: 5px
}

.button {
  display: block;
  margin: 40px auto;
  padding: 10px 20px;
  border-radius: 35px;
  font-weight: 700;
  font-size: 20px;
  max-width: 400px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  -webkit-box-shadow: 1px 1px 15px 5px #d9d9d9;
  box-shadow: 1px 1px 15px 5px #d9d9d9;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  background: #1e5799;
  background: -moz-linear-gradient(top, #1e5799 0, #2989d8 50%, #7db9e8 100%);
  background: -webkit-linear-gradient(top, #1e5799 0, #2989d8 50%, #7db9e8 100%);
  background: linear-gradient(to bottom, #1e5799 0, #2989d8 50%, #7db9e8 100%)
}

.button:hover {
  text-decoration: none;
  color: #fff;
  transform: scale(1.1);
  transition: all .4s ease-in-out
}

.autor img {
  width: 50px
}

.comment .text {
  background: #ebf3f8;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #d4d6d7;
  border-top: 0
}

.autor span {
  font-weight: 700;
  font-size: 14px
}

.painting {
  font-size: 14px;
  text-align: center;
  font-weight: 700
}

.container {
  position: relative
}

body {
  font-family: "Open Sans", sans-serif
}

.comment p {
  font-size: 16px
}

p {
  font-size: 18px;
  line-height: 1.3
}

p img {
  margin: 20px auto 0
}

.photo {
  margin-bottom: 20px
}

.photo,
p img {
  height: auto !important;
  max-width: 100%;
  max-height: 300px
}

ul {
  list-style: none
}

.list li {
  padding: 0 0 10px 40px;
  background: url(../images/icon.png) no-repeat;
  font-size: 18px
}

body .content-main *,
body footer *,
body header * {
  outline: 0 !important
}

.header-in {
  position: relative
}

.header-in * {
  -webkit-transition: all .1s;
  -moz-transition: all .1s;
  transition: all .1s
}

.logo {
  flex-basis: 40%
}

.logo img {
  max-height: 75px;
  max-width: 345px
}

.header-item.main_menu {
  background: rgba(26, 80, 144, .8);
  position: absolute;
  width: 100%;
  z-index: 222
}

#navbar {
  padding-left: 0;
  padding-right: 0
}

.head_menu {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0;
  padding: 0;
  justify-content: space-around;
  align-items: center;
  position: relative
}

.head_menu>li {
  list-style: none;
  text-align: center;
  padding: 10px 15px
}

.head_menu li:hover {
  background: rgba(255, 255, 255, .15)
}

.head_menu a {
  color: #fff;
  text-decoration: none
}

.head_menu a:hover {
  text-decoration: none;
  color: #fff
}

.head_menu a span {
  display: block;
  height: 56px;
  width: 56px;
  margin: 0 auto
}

footer {
  background: #010d24
}

.footer-in {
  padding: 15px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between
}

.bottom_menu {
  max-width: 500px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-around;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
  margin: 0 auto
}

.bottom_menu>li {
  list-style: none
}

.bottom_menu>li a {
  color: #fff;
  text-decoration: underline
}

.bottom_menu>li a:hover {
  text-decoration: none
}

.breadcrumbs-main {
  padding-top: 60px
}

.breadcrumbs-main .breadcrumbs {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  color: #338ec5
}

.breadcrumbs-main .breadcrumbs>div {
  margin-right: 5px
}

.breadcrumbs-main .breadcrumbs span.sep {
  color: #292929
}

.breadcrumbs-main .breadcrumbs a {
  color: #292929;
  text-decoration: underline
}

.breadcrumbs-main .breadcrumbs a:hover {
  text-decoration: none
}

.breadcrumbs .breadcrumbs-item:first-child {
  padding-left: 25px
}

.breadcrumbs-item {
  position: relative
}

.breadcrumbs-main .breadcrumbs>div:first-child:before {
  content: '';
  position: absolute;
  background: url(../fonts/home.svg);
  background-size: 100%;
  width: 18px;
  height: 18px;
  top: 50%;
  left: 0;
  transform: translateY(-50%)
}

.category-item-first {
  margin-top: 10px
}

.category-item-first-img img {
  width: 100%;
  max-width: 600px;
  margin: 0 auto
}

.category-item-first-title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  line-height: 1;
  align-items: center;
  justify-content: space-between
}

.category-item-first-title h1 {
  margin: 0;
  line-height: 1.2;
  margin-bottom: 15px
}

.category-item-first-title span {
  font-size: 32px;
  color: #ff610b;
  font-weight: 700
}

.main_wrapper {
  min-height: 500px
}

@media screen and (max-width:767px) {
  .button-1 {
    margin-top: 20px
  }

  .product {
    margin-top: 0;
    max-width: 300px;
    max-height: 100%
  }

  .category-item-first-title h1 {
    font-size: 30px
  }

  ul {
    padding-left: 15px
  }

  .h2,
  h2 {
    font-size: 25px !important
  }

  .logo img {
    max-width: 200px
  }

  .head_menu {
    min-height: auto;
    justify-content: space-around;
    overflow-y: scroll
  }

  .head_menu>li {
    flex-basis: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative
  }

  .header-item.main_menu {
    position: absolute;
    width: 100%;
    z-index: 999
  }

  .footer-in {
    -webkit-flex-direction: column;
    flex-direction: column;
    align-items: center;
    padding: 15px
  }

  .footer-in>div {
    margin-bottom: 30px;
    flex-basis: 100% !important
  }

  .footer-in>div:last-child {
    margin-bottom: 0
  }

  .bottom_menu>li {
    text-align: center;
    margin: 5px 0
  }

  .category-item-first-img img {
    margin: 0 auto
  }
}

@media screen and (max-width:500px) {
  .bx-breadcrumb-item {
    display: none !important
  }

  .button {
    font-size: 18px
  }

  .breadcrumbs #bx_breadcrumb_4 {
    display: none
  }

  .head_menu>li:nth-child(2),
  .head_menu>li:nth-child(3) {
    display: none
  }

  .bottom_menu>li:first-child {
    display: none
  }
}

@media screen and (max-width:400px) {
  .bottom_menu>li:nth-child(2) {
    display: none
  }
}

@media screen and (max-width:400px) {
  .category-item-first-title h1 {
    font-size: 27px
  }
}

.inL_383517 {
  display: none
}

.inL_392398 {
  max-height: 637px
}

.inL_750462 {
  display: none
}

.inL_677193 {
  margin-top: 15px
}

.inL_926005 {
  text-align: center
}

.inL_763592 {
  text-align: center
}

.inL_577100 {
  text-align: center
}

.inL_876231 {
  text-align: center
}

.inL_340294 {
  text-align: center
}

.inL_541616 {
  display: none
}

.comment_date {
  display: block
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%
}

body {
  margin: 0
}

footer,
header {
  display: block
}

a {
  background-color: transparent
}

a:active,
a:hover {
  outline: 0
}

b {
  font-weight: 700
}

h1 {
  margin: .67em 0;
  font-size: 2em
}

img {
  border: 0
}

button {
  margin: 0;
  font: inherit;
  color: inherit
}

button {
  overflow: visible
}

button {
  text-transform: none
}

button {
  -webkit-appearance: button;
  cursor: pointer
}

button::-moz-focus-inner {
  padding: 0;
  border: 0
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  * {
    color: #000 !important;
    text-shadow: none !important;
    background: 0 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
  }

  a,
  a:visited {
    text-decoration: underline
  }

  a[href]:after {
    content: " ("attr(href) ")"
  }

  img {
    page-break-inside: avoid
  }

  img {
    max-width: 100% !important
  }

  h2,
  h3,
  p {
    orphans: 3;
    widows: 3
  }

  h2,
  h3 {
    page-break-after: avoid
  }

  .navbar {
    display: none
  }
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff
}

button {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit
}

a {
  color: blue;
  text-decoration: none
}

a:focus,
a:hover {
  color: #23527c;
  text-decoration: underline
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px
}

img {
  vertical-align: middle
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto
}

.h1,
.h2,
.h3,
.h4,
h1,
h2,
h3,
h4 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px
}

.h4,
h4 {
  margin-top: 10px;
  margin-bottom: 10px
}

.h1,
h1 {
  font-size: 36px
}

.h2,
h2 {
  font-size: 30px;
  line-height: 1.2
}

.h3,
h3 {
  font-size: 24px;
  line-height: 1.2
}

.h4,
h4 {
  font-size: 20px;
  line-height: 1.2
}

p {
  margin: 0 0 15px
}

.text-uppercase {
  text-transform: uppercase
}

ul {
  margin-top: 0;
  margin-bottom: 10px
}

ul ul {
  margin-bottom: 0
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto
}

@media (min-width:768px) {
  .container {
    width: 750px
  }
}

@media (min-width:992px) {
  .container {
    width: 970px
  }
}

@media (min-width:1200px) {
  .container {
    width: 1000px
  }
}

.row {
  display: flex;
  justify-content: center;
  margin-right: -15px;
  margin-left: -15px
}

.col-sm-4,
.col-sm-8,
.col-xs-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px
}

.col-xs-12 {
  float: left
}

.col-xs-12 {
  width: 100%
}

@media (min-width:768px) {

  .col-sm-4,
  .col-sm-8 {
    float: left
  }

  .col-sm-8 {
    width: 100%
  }

  .col-sm-4 {
    width: 33.33333333%
  }
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent
}

@media (min-width:768px) {
  .navbar {
    border-radius: 4px
  }
}

.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1)
}

@media (min-width:768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none
  }
}

.container>.navbar-collapse {
  margin-right: -15px;
  margin-left: -15px
}

@media (min-width:768px) {
  .container>.navbar-collapse {
    margin-right: 0;
    margin-left: 0
  }
}

.container:after,
.container:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar:after,
.navbar:before,
.row:after,
.row:before {
  display: table;
  content: " "
}

.container:after,
.navbar-collapse:after,
.navbar:after,
.row:after {
  clear: both
}

.hide {
  display: none !important
}

.blur {
  max-width: 450px;
  width: 100% !important;
  position: relative;
  cursor: pointer;
  margin: 0 auto
}

.blur1 {
  width: 100%;
  position: relative;
  z-index: 2
}

.blur2 {
  max-width: 450px;
  width: 100%;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0
}

.blur.active .blur2 {
  z-index: 1
}

.footer-menu {
  width: 100%
}

.nowrap {
  white-space: nowrap
}

.inL_876231,
p.mb-0 {
  margin-bottom: 0 !important
}

.blur-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
  font-size: 20px;
  color: #000;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center
}

.blur.active .blur-text {
  display: none
}

.img-desktop {
  display: none
}

@media (min-width:1200px) {
  .img-desktop {
    display: block
  }

  .img-mobile {
    display: none
  }

  .col-sm-8 {
    width: 66.66666667%
  }

  .container {
    width: 1170px
  }

  .breadcrumbs-main {
    margin-bottom: 20px
  }
}

@media (max-width:479px) {
  .product {
    max-width: 170px;
  }

  .button:hover {
    transform: none;
  }
}

#comebacker_main_div {
  display: none !important;
}