/* pt-sans-regular - cyrillic-ext */
 

#block_rating {
  display: block;
  position: relative;
  background-color: #efffee;
  padding: 15px;
  margin-top: 25px;
  border-radius: 3px
}

#block_rating:after,
#block_rating:before {
  display: block;
  content: '';
  clear: both
}

#block_rating .heading {
  display: block;
  color: #111010;
  font-size: 26px;
  font-weight: 700;
  line-height: 39px;
  margin-bottom: .5rem
}

#block_rating .subheading {
  display: block;
  color: #111010;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: .5rem
}
#block_rating .subheading a{
  text-decoration: none;
}

#block_rating .desc {
  display: block;
  color: #111010;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px
}

#block_rating .desc strong {
  font-weight: 700
}

#block_rating .rating_mark {
  display: inline-block;
  margin-top: 15px;
  font-size: 24px;
}

#block_rating .rating_mark>a {
  display: inline-block;
  position: relative;
  cursor: pointer;
  color: #fc0;
  text-decoration: none;
}

#block_rating .rating_mark>span.cur:before {
  content: "\2605";
  position: absolute
}

#block_rating .mk {
  float: left
}

#block_rating .soc {
  float: right
}

.coment-wrap {
  margin: 20px auto;
  padding: 15px;
  border: 1px solid #ddd;
}

.ava-img {
  width: 50px;
  height: 50px !important;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px
}

.ava-name {
  font-size: 14px;
  font-weight: bold;
  margin-left: 15px
}

.coment-ava {
  display: flex;
  align-items: center;
  margin-bottom: 10px
}

.coment-text {
  font-size: 15px;
  line-height: 1.5
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h4,
p,
a,
abbr,
address,
img,
q,
s,
strong,
var,
b,
u,
i,
center,
dd,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 1em;
  font-family: "PT Sans";
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  overflow-y: scroll;
  position: relative;
  -webkit-text-size-adjust: none;
}


ul {
  list-style-type: none;
}


q {
  quotes: none;
}

q:before,
q:after {
  content: '';
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.anim {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hide {
  opacity: 0;
  -moz-transform: rotateX(-90deg);
  -ms-transform: rotateX(-90deg);
  -webkit-transform: rotateX(-90deg);
  -o-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
}

.containerWrap {
  display: block;
  width: 100%;
  min-width: 1170px;
}

.containerWrap .wrap {
  display: block;
  position: relative;
  width: 1170px;
  margin: 0 auto;
  padding: 0 10px;
  box-sizing: border-box;
}

.containerWrap .twoWrap {
  display: flex;
  position: relative;
  width: 1170px;
  margin: 0 auto;
  padding: 0 10px;
  box-sizing: border-box;
}

.containerWrap .twoWrap .leftWrap {
  padding: 0 10px 0 0;
  width: 840px;
}

.containerWrap .twoWrap .rightWrap {
  width: 330px;
  padding: 0 0 0 10px;
}

.formatBlock {
  font-size: 16px;
  line-height: 24px;
  color: #111010;
}

.formatBlock h1 {
  color: #111010;
  font-size: 36px;
  font-weight: 700;
  line-height: 54px;
  margin-bottom: .5rem;
}

.formatBlock h2 {
  color: #111010;
  font-size: 30px;
  font-weight: 700;
  line-height: 45px;
  margin-bottom: .5rem;
}

.formatBlock h4 {
  color: #111010;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  margin-bottom: .5rem;
}

.formatBlock p {
  font-size: 16px;
  line-height: 24px;
  color: #111010;
  margin-bottom: 15px;
}
.formatBlock h3{
  margin: 0 0 10px;
}

.formatBlock ul {
  margin: -7px 0 22px;
  font-size: 16px;
  line-height: 21px;
  padding: 0 0 0 20px;
}

.formatBlock ul li {
  margin-bottom: .7rem;
}

.formatBlock ul li:before {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: '';
  width: 7px;
  height: 7px;
  background-color: #1684a7;
  margin: 10px 8px 0 0;
}

.formatBlock a {
  color: #09a599;
  text-decoration: underline;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.formatBlock a:hover {
  text-decoration: none;
}

.formatBlock a:active {
  opacity: .7;
}

.formatBlock strong,
.formatBlock b {
  font-weight: 700;
}

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

.formatBlock table {
  overflow-x: auto;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 1rem;
}

.formatBlock table tr td,
.formatBlock table tr th {
  font-size: 16px;
  line-height: 24px;
  color: #111010;
  padding: .5rem;
  border: 1px solid #eaeaea;
}

.formatBlock iframe {
  display: block;
  width: 100% !important;
}

.singlePage {
  display: block;
  margin-top: 40px;
}

header.large {
  display: block;
}

header.large .wrap {
  height: 100px;
  display: flex;
  justify-content: space-between;
}

header.large .logo {
  display: block;
  position: absolute;
  left: 10px;
  top: 50%;
  -moz-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -webkit-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

header.large .logo img {
  max-width: 250px;
  height: auto;
}

header.large #searchform {
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  font-size: 0;
  letter-spacing: -.25em;
  -moz-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -webkit-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

header.large #searchform label {
  display: none;
}

header.large #searchform input[type="text"] {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 200px;
  height: 40px;
  border: 1px solid #a09a9a;
  border-right: none;
  background: #ffffff;
  color: #919191;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
  font-size: 14px;
  font-weight: 400;
  padding: 0 15px;
}

header.large #searchform input[type="submit"] {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  border: 1px solid #09a599;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  background: #09a599 url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAABlklEQVQ4T6XUzYuPURQH8M8XsVCUrBHS0NgqFLKbUN5K2djwB6BsZErsSHZWSlNMKYokpYi8bCzkXVGyYCMb2Yiurp6ffv3meWYy7u7pnj6dc+45T/SdUsp87MdWLMJPvMUVXExSvztPejellBGMYWFH9GvsTPKmS/uDNdANzMAnnMMTzMEmHMBcfMWaJO/bwDSlvWsyuo1dSb4NlL8E9W45HiVZ34Udxukmo6FBqK8Nw3iKmdiY5P4gWDO725RyLMnJyRpcSrmObTiV5EgbVutfipEkt6bARnEcl5PsacPq06/A9iTXpsBq5kcxnmRvG9ZL/WySg1NgD1CbP5rkRBu2DxfwHcNJPrSBpZQtqONTT4172YbNwjOsRB2RHUleDIxGhS5hXleJNb43tEN4iAX4hZvN0M5uXrp/rs7gfJJXEzLrm6NlzTqt6+jbOD7jEL5gc5Ln/bF/d7MP3dAs+uImy7qTV2uPSimrcK/ZlgngBGyy12z2eDXutIH/jE0GTgvrANdOGxsAH2P3f2ENWH9LH5P8+A14TKQ4UFhuBAAAAABJRU5ErkJggg==") no-repeat center;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

header.large #searchform input[type="submit"]:hover {
  cursor: pointer;
  opacity: .7;
}

header.large #headerAdvancedMenu {
  display: block;
  position: absolute;
  left: 390px;
  top: 50%;
  width: 430px;
  -moz-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -webkit-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}
header.large #headerAdvancedMenu ul>li {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  font-size: medium;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 30px;
  width: 50%;
}

header.large #headerAdvancedMenu ul>li>a,
header.large #headerAdvancedMenu ul>li>span {
  display: block;
  position: relative;
  margin: 5px 0;
  padding: 5px 0 5px 30px;
  min-height: 20px;
  color: #111010;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-decoration: underline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

header.large #headerAdvancedMenu ul>li>a span,
header.large #headerAdvancedMenu ul>li>span span {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -moz-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -webkit-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  height: 24px;
  width: 24px;
  background-size: cover;
}

header.large #headerAdvancedMenu ul>li>a:hover,
header.large #headerAdvancedMenu ul>li>span:hover {
  text-decoration: none;
}

header.large #headerAdvancedMenu ul>li>ul {
  display: none;
}

#headerLargeMenu {
  display: block;
  background-color: #1684a7;
}

#headerLargeMenu ul.menu {
  display: block;
  font-size: 0;
}

#headerLargeMenu ul.menu>li {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  font-size: medium;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  position: relative;
}

#headerLargeMenu ul.menu>li:after {
  display: block;
  position: absolute;
  content: '';
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: black;
  opacity: 0.1;
}

#headerLargeMenu ul.menu>li>a,
#headerLargeMenu ul.menu>li>span {
  display: block;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 20px 31px 20px 31px;
  text-decoration: none;
}

#headerLargeMenu ul.menu>li:hover {
  background: #10607a;
}

#headerLargeMenu ul.menu>li>ul {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  min-width: 100%;
  background-color: #ffffff;
  z-index: 1000;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

#headerLargeMenu ul.menu>li>ul>li {
  display: block;
}

#headerLargeMenu ul.menu>li>ul>li>a,
#headerLargeMenu ul.menu>li>ul>li>span {
  display: block;
  color: #1684a7;
  font-size: 16px;
  font-weight: 400;
  padding: 10px;
  text-decoration: none;
}

#headerLargeMenu ul.menu>li>ul>li:hover>a,
#headerLargeMenu ul.menu>li>ul>li:hover>span {
  color: #ffffff;
  background: #1684a7;
}

#headerLargeMenu ul.menu>li:hover>ul {
  display: block;
}

#headerLargeMenu ul.menu>li:last-child:after {
  display: none;
}

footer {
  display: block;
  margin: 40px 0 0;
  background-color: #eaeaea;
  padding: 30px 0 15px;
}

footer .rows {
  font-size: 0;
  letter-spacing: -.25em;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  footer .rows {
    letter-spacing: 0 !important;
  }
}

footer .rows .row {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  width: 33.3%;
}

.row-3{
  text-align: center;
}
.row-3 a{
  display: inline-block;
  width: 36px;
  height: 36px;
  margin: 0 3px;
}
.row-3 a img{
  max-width: 100%;
}

footer .rows .row:after,
footer .rows .row:before {
  display: block;
  content: '';
  clear: both;
}

footer .rows .row .text {
  margin-top: 20px;
  color: #111010;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

footer .rows .row p {
  color: #111010;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

footer .rows .row strong {
  color: #111010;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

footer .rows .row-1 {
  padding-right: 30px;
}

footer .rows .row-2 {
  padding-left: 30px;
}

footer .logo {
  display: block;
  position: relative;
}
footer .logo .logo-text{
  left: 50px;
  bottom: -37px;
  font-size: 20px;
  max-width: 210px;
  line-height: 27px;
}

footer .logo img {
  max-width: 250px;
  height: auto;
}

footer nav {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 30px;
  width: 50%;
  float: left;
}

footer nav ul {
  display: block;
}

footer nav ul li {
  display: block;
  margin-bottom: 10px;
}

footer nav ul li a,
footer nav ul li span {
  display: block;
  color: #2692af;
  font-size: 18px;
  line-height: 24px;
  text-decoration: none;
}

footer nav ul li a:hover,
footer nav ul li span:hover {
  text-decoration: underline;
}

.copyright{
  text-align: center;
  margin-top: 30px;
}

.listOfPosts {
  display: block;
}

.listOfPosts.content .title {
  display: block;
  padding: 40px 0 0;
  color: #111010;
  font-size: 36px;
  font-weight: 700;
}

.listOfPosts.sidebar {
  margin-top: 40px;
  border: 1px solid #eaeaea;
  padding: 0 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.listOfPosts.sidebar .title {
  display: block;
  position: relative;
  background: #1684a7;
  text-align: center;
  padding: 17px 0;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.listOfPosts .items-3 .item {
  display: block;
  padding: 15px;
  border-bottom: 1px solid #eaeaea;
}

.listOfPosts .items-3 .item:last-child {
  border-bottom: none;
}

.listOfPosts .items-3 .item:after,
.listOfPosts .items-3 .item:before {
  display: block;
  content: '';
  clear: both;
}

.listOfPosts .items-3 .item .img {
  display: block;
  position: relative;
  margin-bottom: 10px;
}

.listOfPosts .items-3 .item .img img {
  display: block;
  width: 100%;
  height: auto;
  cursor: pointer;
}

.listOfPosts .items-3 .item .info {
  display: block;
}

.listOfPosts .items-3 .item .info .heading {
  display: block;
  color: #111010;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  text-decoration: underline;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.listOfPosts .items-3 .item .info .heading:hover {
  color: #09a599;
  text-decoration: none;
}

.breadcrumbs {
  padding-top: 20px;
  display: block;
  position: relative;
  margin-bottom: -15px;
  z-index: 5;
}

.breadcrumbs>.wrap {
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: #7a7373;
}

.breadcrumbs>.wrap>span {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  margin-right: 5px;
}

.breadcrumbs>.wrap>span>a {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
}

.breadcrumbs>.wrap>span>a>span {
  font-size: 12px;
  font-weight: 400;
  color: #7a7373;
  text-decoration: underline;
}

.breadcrumbs>.wrap>span>a:hover {
  text-decoration: none;
}

.breadcrumbs>.wrap>span>a:hover span {
  text-decoration: none;
}

.breadcrumbs>.wrap>span>span {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  font-size: 12px;
  font-weight: 400;
  color: #111010;
}

.qDoktor {
  display: block;
  margin-top: 40px;
  border-radius: 3px;
  border: 1px solid #eaeaea;
}

.qDoktor .title {
  display: block;
  position: relative;
  background: #1684a7;
  text-align: center;
  padding: 17px 0;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.qDoktor .img {
  display: block;
  padding: 20px;
}

.qDoktor .img img {
  width: 100%;
  height: auto;
}

.qDoktor .name {
  display: block;
  padding: 0 20px;
  text-align: center;
  color: #111010;
  font-size: 16px;
  font-weight: 700;
}

.qDoktor .prof {
  display: block;
  padding: 10px 20px;
  text-align: center;
  color: #111010;
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
  line-height: 20px;
}

.qDoktor .more {
  display: block;
  margin: 20px auto 30px;
  width: 260px;
  height: 40px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #09a599;
  text-align: center;
  line-height: 40px;
  text-decoration: none;
  color: #eaeaea;
  font-size: 14px;
  font-weight: 400;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.qDoktor .more:hover {
  opacity: .7;
}

.a {
  color: red;
}

@media (min-width: 992px) and (max-width: 1189px) {
  .containerWrap {
    min-width: 970px;
  }

  .containerWrap .wrap {
    width: 970px;
    padding: 0 10px;
  }

  .containerWrap .twoWrap {
    width: 970px;
  }

  .containerWrap .twoWrap .leftWrap {
    width: 740px;
    padding: 0;
  }

  .containerWrap .twoWrap .rightWrap {
    width: 270px;
    padding: 0 0 0 15px;
  }

  header.large {
    display: block;
  }

  header.large .wrap {
    height: 100px;
  }

  header.large #searchform {
    display: none;
  }

  header.large #headerAdvancedMenu {
    left: 330px;
    width: 442px;
  }

  header.large #headerAdvancedMenu ul>li {
    padding-right: 20px;
  }

  #headerLargeMenu ul.menu>li>a, #headerLargeMenu ul.menu>li>span{
    padding: 15px 12px;
  }

  footer {
    display: block;
    margin: 40px 0 0;
    background-color: #eaeaea;
  }

  footer .rows .row {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    font-size: medium;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.3%;
  }

  footer .rows .row:after,
  footer .rows .row:before {
    display: block;
    content: '';
    clear: both;
  }

  footer .rows .row .text {
    margin-top: 20px;
    color: #111010;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
  }

  footer .rows .row p {
    color: #111010;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
  }

  footer .rows .row strong {
    color: #111010;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
  }

  footer .rows .row-1 {
    padding-right: 15px;
  }

  footer .rows .row-2 {
    padding-left: 15px;
  }

  footer .logo {
    display: block;
  }

  footer .logo img {
    max-width: 250px;
    height: auto;
  }

  footer nav {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 30px;
    width: 50%;
    float: left;
  }

  footer nav ul {
    display: block;
  }

  footer nav ul li {
    display: block;
    margin-bottom: 10px;
  }

  footer nav ul li a {
    display: block;
    color: #1684a7;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    text-decoration: none;
  }

  footer nav ul li a:hover {
    text-decoration: underline;
  }

  footer nav ul li:last-child {
    margin-bottom: 0;
  }

  .qDoktor .more {
    width: 180px;
  }
  footer .rows .row-2{
    width: 45%;
  }
  footer .rows .row-3{
    width: 21%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .containerWrap {
    min-width: 750px;
  }

  .containerWrap .wrap {
    width: 748px;
    padding: 0 10px;
  }

  .containerWrap .twoWrap {
    width: 748px;
  }

  .containerWrap .twoWrap .leftWrap {
    width: 100%;
    padding: 0 14px 0 0;
  }

  .containerWrap .twoWrap .rightWrap {
    display: none;
  }

  header.large {
    display: block;
  }

  header.large .wrap {
    height: 100px;
  }

  header.large #searchform {
    display: none;
  }

  header.large #headerAdvancedMenu {
    left: auto;
    right: 0;
    width: 450px;
  }

  header.large #headerAdvancedMenu ul {
    display: block;
    font-size: 0;
    letter-spacing: -.25em;
  }

  header.large #headerAdvancedMenu ul>li {
    padding-right: 20px;
  }

  #headerLargeMenu {
    display: block;
  }

  #headerLargeMenu ul.menu>li>a {
    display: block;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 15px 16px 15px 16px;
    text-decoration: none;
  }

  footer .rows .row {
    width: 100%;
  }

  footer .rows .row-1 {
    padding-right: 0;
    text-align: center;
  }
  footer .logo{
    display: inline-block;
  }
  footer .logo .logo-text{
    font-size: 19px;
    text-align: left;
  }

  footer .rows .row-2 {
    margin: 60px 0 30px;
    text-align: center;
  }

  .breadcrumbs>.wrap {
    line-height: 20px;
  }

  .breadcrumbs>.wrap>span>a>span {
    line-height: 20px;
  }

  .breadcrumbs>.wrap>span>span {
    line-height: 20px;
  }
}

@media (min-width: 300px) and (max-width: 767px) {
  .formatBlock h1 {
    color: #111010;
    font-size: 22px;
    font-weight: 700;
    line-height: 27px;
    margin-bottom: .5rem;
  }

  .formatBlock h2 {
    color: #111010;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: .5rem;
  }

  .breadcrumbs {
    padding-top: 10px;
    margin-bottom: -10px;
    letter-spacing: normal;
  }

  .singlePage {
    margin-top: 20px;
  }

  .containerWrap {
    min-width: 100%;
  }

  .containerWrap .wrap {
    width: calc(100% - 20px);
    padding: 0 10px;
  }

  .containerWrap .twoWrap {
    width: calc(100% - 20px);
  }

  .containerWrap .twoWrap .leftWrap {
    width: 100%;
    padding: 0;
  }

  .containerWrap .twoWrap .rightWrap {
    display: none;
  }

  header.large {
    display: block;
  }

  header.large .wrap {
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
  }
  header.large .wrap > a{
    width: 290px;
    position: relative;
  }
  header.large .wrap span.logo-text{
    left: 54px;
    font-size: 19px;
    bottom: -28px;
  }
  #toppoint .logo-img{
    top: 0 !important;
    max-width: 260px !important;
  }

  header.large .burgerBtnAdvanced {
    display: block;
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    border: 1px solid #09a599;
    background: #09a599 url("data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDU2IDU2IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1NiA1NjsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiPgo8Zz4KCTxwYXRoIGQ9Ik04LDQwYy00LjQxMSwwLTgsMy41ODktOCw4czMuNTg5LDgsOCw4czgtMy41ODksOC04UzEyLjQxMSw0MCw4LDQweiIgZmlsbD0iI0ZGRkZGRiIvPgoJPHBhdGggZD0iTTI4LDQwYy00LjQxMSwwLTgsMy41ODktOCw4czMuNTg5LDgsOCw4czgtMy41ODksOC04UzMyLjQxMSw0MCwyOCw0MHoiIGZpbGw9IiNGRkZGRkYiLz4KCTxwYXRoIGQ9Ik00OCw0MGMtNC40MTEsMC04LDMuNTg5LTgsOHMzLjU4OSw4LDgsOHM4LTMuNTg5LDgtOFM1Mi40MTEsNDAsNDgsNDB6IiBmaWxsPSIjRkZGRkZGIi8+Cgk8cGF0aCBkPSJNOCwyMGMtNC40MTEsMC04LDMuNTg5LTgsOHMzLjU4OSw4LDgsOHM4LTMuNTg5LDgtOFMxMi40MTEsMjAsOCwyMHoiIGZpbGw9IiNGRkZGRkYiLz4KCTxwYXRoIGQ9Ik0yOCwyMGMtNC40MTEsMC04LDMuNTg5LTgsOHMzLjU4OSw4LDgsOHM4LTMuNTg5LDgtOFMzMi40MTEsMjAsMjgsMjB6IiBmaWxsPSIjRkZGRkZGIi8+Cgk8cGF0aCBkPSJNNDgsMjBjLTQuNDExLDAtOCwzLjU4OS04LDhzMy41ODksOCw4LDhzOC0zLjU4OSw4LThTNTIuNDExLDIwLDQ4LDIweiIgZmlsbD0iI0ZGRkZGRiIvPgoJPHBhdGggZD0iTTgsMEMzLjU4OSwwLDAsMy41ODksMCw4czMuNTg5LDgsOCw4czgtMy41ODksOC04UzEyLjQxMSwwLDgsMHoiIGZpbGw9IiNGRkZGRkYiLz4KCTxwYXRoIGQ9Ik0yOCwwYy00LjQxMSwwLTgsMy41ODktOCw4czMuNTg5LDgsOCw4czgtMy41ODksOC04UzMyLjQxMSwwLDI4LDB6IiBmaWxsPSIjRkZGRkZGIi8+Cgk8cGF0aCBkPSJNNDgsMTZjNC40MTEsMCw4LTMuNTg5LDgtOHMtMy41ODktOC04LThzLTgsMy41ODktOCw4UzQzLjU4OSwxNiw0OCwxNnoiIGZpbGw9IiNGRkZGRkYiLz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K") no-repeat center;
    border-radius: 3px;
    margin-left: auto;
  }

  header.large .burgerBtnAdvanced:hover {
    cursor: pointer;
    opacity: .7;
  }

  header.large .burgerBtnAdvanced:active {
    opacity: 1;
  }

  header.large .burgerBtnLarge {
    display: inline-block;
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    border: 1px solid #09a599;
    background: #09a599 url("data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjI0cHgiIGhlaWdodD0iMjRweCIgdmlld0JveD0iMCAwIDYxMiA2MTIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDYxMiA2MTI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8ZyBpZD0iX3gzM19fMV8iPgoJCTxnPgoJCQk8cGF0aCBkPSJNNjEuMiwxMjIuNGg0ODkuNmMzMy43ODIsMCw2MS4yLTI3LjM4Nyw2MS4yLTYxLjJTNTg0LjYxMywwLDU1MC44LDBINjEuMkMyNy4zODcsMCwwLDI3LjM4NywwLDYxLjIgICAgIFMyNy4zODcsMTIyLjQsNjEuMiwxMjIuNHogTTU1MC44LDI0NC44SDYxLjJDMjcuMzg3LDI0NC44LDAsMjcyLjE4NywwLDMwNmMwLDMzLjgxMiwyNy4zODcsNjEuMiw2MS4yLDYxLjJoNDg5LjYgICAgIGMzMy43ODIsMCw2MS4yLTI3LjM4OCw2MS4yLTYxLjJDNjEyLDI3Mi4xODcsNTg0LjYxMywyNDQuOCw1NTAuOCwyNDQuOHogTTU1MC44LDQ4OS42SDYxLjJDMjcuMzg3LDQ4OS42LDAsNTE2Ljk4NywwLDU1MC44ICAgICBDMCw1ODQuNjEzLDI3LjM4Nyw2MTIsNjEuMiw2MTJoNDg5LjZjMzMuNzgyLDAsNjEuMi0yNy4zODcsNjEuMi02MS4yQzYxMiw1MTYuOTg3LDU4NC42MTMsNDg5LjYsNTUwLjgsNDg5LjZ6IiBmaWxsPSIjRkZGRkZGIi8+CgkJPC9nPgoJPC9nPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=") no-repeat center;
    border-radius: 3px;
  }

  header.large .burgerBtnLarge:hover {
    cursor: pointer;
    opacity: .7;
  }

  header.large .burgerBtnLarge:active {
    opacity: 1;
  }

  header.large .logo {
    display: block;
  }

  header.large .logo img {
    width: 180px;
    height: auto;
  }

  header.large #searchform {
    display: none;
  }

  header.large #headerAdvancedMenu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 80%;
    background: #ffffff;
    z-index: 20000;
    box-shadow: 3px 3px 5px 5px rgba(0, 0, 0, 0.3);
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }

  header.large #headerAdvancedMenu.active {
    display: block;
  }

  header.large #headerAdvancedMenu ul {
    display: block;
    padding: 30px 10px;
  }

  header.large #headerAdvancedMenu ul>li {
    padding-right: 0;
    width: 100%;
  }

  header.large #headerAdvancedMenu ul>li>a {
    display: block;
    position: relative;
    margin: 5px 0;
    padding: 5px 0 5px 30px;
    min-height: 20px;
    color: #111010;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  header.large #headerAdvancedMenu ul>li>ul {
    display: none;
  }

  #headerLargeMenu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 80%;
    background: #ffffff;
    z-index: 20000;
    box-shadow: 3px 3px 5px 5px rgba(0, 0, 0, 0.3);
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }

  #headerLargeMenu .wrap {
    width: 100%;
    padding: 0;
  }

  #headerLargeMenu.active {
    display: block;
  }

  #headerLargeMenu ul.menu {
    display: block;
    padding: 30px 10px;
    font-size: 0;
    letter-spacing: -.25em;
  }

  #headerLargeMenu ul.menu>li {
    display: block;
    margin: 10px 0 0;
  }

  #headerLargeMenu ul.menu>li:after {
    display: none;
  }

  #headerLargeMenu ul.menu>li>a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #111010;
    font-size: 18px;
    font-weight: 400;
    padding: 10px 0;
    text-decoration: none;
    border-bottom: 2px solid #ffffff;
  }

  #headerLargeMenu ul.menu>li:hover {
    background: #ffffff;
  }

  #headerLargeMenu ul.menu>li:hover>a {
    border-bottom: 2px solid #09a599;
  }

  #headerLargeMenu ul.menu>li:hover>ul {
    display: block;
  }

  #headerLargeMenu ul.menu>li>ul {
    display: block;
    position: relative;
    left: 0;
    top: 0;
    min-width: 200px;
    background-color: #ffffff;
    box-shadow: none;
    z-index: 999999;
  }

  #headerLargeMenu ul.menu>li>ul>li {
    display: block;
  }

  #headerLargeMenu ul.menu>li>ul>li>a {
    display: block;
    color: #111010;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 20px;
    text-decoration: none;
  }

  #headerLargeMenu ul.menu>li>ul>li:hover>a {
    color: #09a599;
  }

  footer .rows .row {
    width: 100%;
  }

  footer .rows .row-1 {
    padding-right: 0;
    text-align: center;
  }
  footer .logo{
    display: inline-block;
  }
  footer .logo .logo-text{
    font-size: 19px;
    text-align: left;
  }
  footer .rows .row-2 {
    margin: 60px 0 30px;
    text-align: center;
  }

  footer nav {
    padding-right: 0;
    width: 100%;
  }

  .listOfPosts .items-3 .item .info .heading {
    font-size: 16px;
    line-height: 20px;
  }

  .breadcrumbs>.wrap {
    line-height: 20px;
  }

  .breadcrumbs>.wrap>span>a>span {
    line-height: 20px;
  }

  .breadcrumbs>.wrap>span>span {
    line-height: 20px;
  }
}

@media screen and (max-width: 1190px) {
  .containerWrap .twoWrap .leftWrap {
    flex-direction: column;
  }
}

/*# sourceMappingURL=style.css.map */

.formatBlock h1 {
  color: #111010;
  font-size: 36px;
  font-weight: 700;
  line-height: 42px;
  margin-bottom: .5rem
}

.articleMetaBlock {
  display: block;
  padding: 0;
  margin-bottom: 15px;
}

.articleMetaBlock:after,
.articleMetaBlock:before {
  display: block;
  content: '';
  clear: both
}

.articleMetaBlock .author {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  margin-right: 20px;
  margin-top: 5px
}

.articleMetaBlock .author .img {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  margin-right: 6px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  border: 2px solid #e0e0e0;
  overflow: hidden
}

.articleMetaBlock .author .img img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover
}

.articleMetaBlock .author .name {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  font-size: 14px;
  color: #a6a6a6;
  width: 300px;
  line-height: 20px;
  height: 20px;
  overflow: hidden;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-all;
  word-break: break-word;
  hyphens: auto
}

.articleMetaBlock .author .name>span {
  display: block;
  width: 1000px
}

.articleMetaBlock .author .name:after {
  display: block;
  position: absolute;
  content: '';
  right: 0;
  top: 0;
  width: 40px;
  height: 100%;
  background: -moz-linear-gradient(right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1);
  z-index: 10
}

.articleMetaBlock .author .name.link {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  text-decoration: underline;
  color: #a6a6a6;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-all;
  word-break: break-word;
  hyphens: auto
}

.articleMetaBlock .author .name:hover {
  text-decoration: none
}

.articleMetaBlock .views_count {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
  margin-top: 5px;
  font-size: 14px;
  color: #a6a6a6;
  line-height: 30px;
  padding-left: 30px;
  background: url(../svg/eye.svg) no-repeat left center;
  background-size: 24px;
}

.articleMetaBlock .date_update {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
  margin-top: 5px;
  font-size: 14px;
  color: #a6a6a6;
  line-height: 30px;
  padding-left: 24px;
  background: url(../svg/clock.svg) no-repeat left center;
  background-size: 16px;
}

@media (max-width:1189px) and (min-width:992px) {
  .articleMetaBlock .author {
    display: block;
    clear: both
  }

  .articleMetaBlock .date_update {
    float: left;
    margin-right: 0
  }

  .articleMetaBlock .views_count {
    float: left
  }

  .articleMetaBlock .author .name {
    width: calc(100% - 100px)
  }
}

@media (max-width:991px) and (min-width:768px) {
  .formatBlock h1 {
    color: #111010;
    font-size: 26px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: .5rem
  }

  .articleMetaBlock .author {
    display: block;
    clear: both
  }

  .articleMetaBlock .date_update {
    float: left;
    margin-right: 0
  }

  .articleMetaBlock .views_count {
    float: left
  }

  .articleMetaBlock .author .name {
    width: calc(100% - 45px)
  }
}

@media (max-width:767px) and (min-width:300px) {
  .formatBlock h1 {
    color: #111010;
    font-size: 22px;
    font-weight: 700;
    line-height: 27px;
    margin-bottom: .5rem
  }

  .articleMetaBlock {
    position: relative
  }

  .articleMetaBlock .author {
    display: block;
    clear: both
  }

  .articleMetaBlock .date_update {
    float: left;
    margin-right: 0;
    background: url(../svg/clock.svg) no-repeat left center;
    background-size: 16px;
  }

  .articleMetaBlock .date_update .label {
    display: none
  }

  .articleMetaBlock .views_count {
    display: block;
    float: left
  }

  .articleMetaBlock .author .name {
    width: calc(100% - 45px)
  }
}

.thx_list li:before {
  width: 0px !important;
}

.thx_list {
  list-style-type: decimal;
  color: black;
  font-weight: bold;
}

.thx_list li {
  padding-left: 0px;
  margin-left: 25px !important;
}

.thx_list li span {
  color: gray;
  font-size: 16px !important;
  display: block;
  font-weight: normal;
}

#order_form {
  padding: 20px;
  max-width: 600px;
  margin: 20px auto 40px !important;
  background-image: url(../jpg/formbg3.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

#order_form img{
  max-width: 300px;
  display: block;
  margin: 0 auto;
  width: 100%;
}

#order_form img.shtamp{
  max-width: 200px;
}

#order_form h2 {
  margin: 15px 0;
  text-align: center;
}

#order_form label {
  display: block;
  padding: 5px 0 5px 0;
  font-weight: bold;
  font-size: 20px;
}

#order_form .order_form_pole {
  padding: 0px;
  margin: 10px 10px 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#order_form input {
  font-size: 20px;
  padding: 15px;
  border-radius: 3px;
  border: 2px solid #e9d7dc;
  max-width: 300px;
  width: 100%;
  background: white;
  outline: none;
}

#scroll_element{
  text-align: center;
  margin-bottom: 20px;
}

#order_form button {
  display: inline-block;
  padding: 0 20px;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  border-radius: 5px;
  background-color: #c10000;
  transition: all .15s ease-in-out;
  border: none;
  cursor: pointer;
  font-size: 24px;
  height: 60px;
  width: 330px;
  box-sizing: border-box;
  outline: none;
}

#order_form button:hover {
  background-color: #e00707;
}

#order_form button:active {
  position: relative;
  top: 1px;
}

#order_form_success {
  position: relative;
}

@media screen and (max-width: 480px) {
  #order_form input{
    font-size: 18px;
  }
  #order_form input, 
  #order_form button,
  .btn-center a{
    width: 100% !important;
    max-width: 285px;
  }
  #order_form button{
    height: 70px;
  }
  #block_rating .mk {
    float: none;
  }
  #block_rating .soc {
    float: none;
    text-align: right;
  }
}


@media screen and (max-width: 620px) {
  #order_form {
    margin-left: -20px;
    margin-right: -20px;
  }
}

embed {
  border-radius: 5px;
  width: 60px;
  height: 60px;
}

.logo-img {
  max-width: 300px !important;
  width: 100%;
  display: block;
  position: relative;
  top: 25px
}
span.logo-text {
  position: absolute;
  left: 71px;
  bottom: 15px;
  font-size: 24px;
  color: #353031;
  line-height: 24px;
}

.photo-block{
  text-align: center;
  position: relative;
}
.photo-block img{
  margin-bottom: 0px;
  max-width: 550px;
  width: 100%;
}
figure{
  font-size: 18px;
  width: 100%;
  text-align: center;
  padding: 10px;
  background: #f2eef4;
  border-top: 1px dotted black;
  border-right: 1px dotted black;
  border-bottom: 1px dotted black;
  border-left: 5px solid #1684a7;
  margin-bottom: 15px;
  box-sizing: border-box;
}
.product-photo img{
  max-width: 300px;
  width: 100%;
}
p.attention {
  background: #c9e5ea;
  padding: 15px;
  border: 2px solid #11a1bd;
}
.prices {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.prices p{
  margin: 0 30px;
  font-size: 22px;
  text-align: center;
}

.prices span{
  font-size: 30px;
  display: inline-block;
  margin-top: 5px;
}
span.x_price_previous{
  text-decoration: line-through;
}
span.x_price_current{
  font-weight: bold;
}
.form-photo{
  margin-bottom: 15px;
}
.count-packs, .addition-info{
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 20px !important;
  text-align: center;
}

.addition-info span{
  color: red;
}

.ava-name .name{
  margin-bottom: 0px;
}
.live-photo{
  margin-top: 10px;
}
.live-photo img{
  max-width: 400px;
  width: 100%;
}
.btn-center{
  text-align: center;
}

.btn-center a{
  display: inline-block;
  padding: 18px 20px;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  border-radius: 5px;
  background-color: #c10000;
  transition: all .15s ease-in-out;
  font-size: 26px;
  width: 330px;
  box-sizing: border-box;
}
.btn-center a:hover{
  background-color: #e00707;
}
.comments-header{
  font-size: 22px !important;
  margin-top: 30px;
}

.photo-block.different-block {
  display: flex;
  justify-content: space-around;
  margin-bottom: 15px;
}
.photo-block.different-block img{
  max-width: 250px;
}

.photo-block.different-block div{
  width: calc(50% - 10px);
}

.photo-block span{
  font-size: 22px;
  font-weight: bold;
  display: inline-block;
}

::-ms-clear { 
  display: none; 
}

.lastpack{
  color: red;
}
.socials{
  padding-top: 35px;
}
.socials a{
  display: inline-block;
  width: 36px;
  height: 36px;
  margin: 0 3px;
}
.socials a img{
  max-width: 100%;
}

.live{
  max-width: 300px !important;
  width: 100%;
  margin: 7px 0 0;
}

@media screen and (max-width:1190px) {
  .photo-block > span.normal{
    left: 80px;
  }
  .photo-block > span.bad{
    right: 60px;
  }
}
@media screen and (max-width:767px) {
  .photo-block > span.normal{
    left: 10%;
  }
  .photo-block > span.bad{
    right: 10%;
  }
  .socials{
    display: none;
  }
}