@font-face {
  font-family: "PT Sans";
  font-style: normal;
  font-weight: 400;
  src: local("PT Sans"), local("PTSans-Regular"), url('../fonts/ptsans.woff2.html') format("woff2"), url('../fonts/ptsans.woff') format("woff");
}
@font-face {
  font-family: "PT Sans";
  font-style: normal;
  font-weight: 700;
  src: local("PT Sans Bold"), local("PTSans-Bold"), url('../fonts/ptsansbold.woff2.html') format("woff2"), url('../fonts/ptsansbold.woff') format("woff");
}

.inline-block, audio,
canvas,
video, .header__forum, .header__menu-item, .sub-list__item, .social__item, .menu__item, .media__item, .pagination__item, .read__item, .footer__logo, .footer__item {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.clearfix, .header__inner, .header__top, .header__second, .one, .popular__item a, .read__item a, .comment__item, .footer__inner {
  *zoom: 1;
}
.clearfix:before, .header__inner:before, .header__top:before, .header__second:before, .one:before, .popular__item a:before, .read__item a:before, .comment__item:before, .footer__inner:before, .clearfix:after, .header__inner:after, .header__top:after, .header__second:after, .one:after, .popular__item a:after, .read__item a:after, .comment__item:after, .footer__inner:after {
  display: table;
  content: "";
}
.clearfix:after, .header__inner:after, .header__top:after, .header__second:after, .one:after, .popular__item a:after, .read__item a:after, .comment__item:after, .footer__inner:after {
  clear: both;
}

/* --------------------- reset meyer styles --------------------------- */
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

audio:not([controls]) {
  display: none;
}

ol, ul {
  list-style: none;
}

ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}

blockquote, q {
  quotes: none;
}

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

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

a img {
  border: 0;
}

/* --------------------- END reset meyer styles ---------------------- */
hr {
  border: 0px none;
  background: none;
  outline: none;
  height: 0;
  margin: 0;
}

[hidden] {
  display: none;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button,
input {
  line-height: normal;
  *overflow: visible;
}

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

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

input[type="image"],
input[type="checkbox"],
input[type="radio"] {
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 0;
  *margin-top: 0;
  border-radius: 0;
  border: 0 \9;
}

input[type=button],
input[type=reset],
input[type=submit] {
  width: auto;
  height: auto;
}

input[type=checkbox],
input[type=radio] {
  cursor: pointer;
}

textarea {
  overflow: auto;
  vertical-align: top;
  height: auto;
}

select[multiple] {
  height: inherit;
  background-color: #fff;
}

input[type="file"] {
  width: auto;
  padding: initial;
  line-height: initial;
  border: initial;
  background-color: #fff;
  background-color: initial;
  line-height: 18px \9;
}

select,
input[type="file"] {
  height: 28px;
}

textarea {
  height: auto;
}

input[type="hidden"] {
  display: none;
}

input[type=file]:focus,
input[type=checkbox]:focus,
select:focus {
  outline: 1px dotted #666;
}

input[type="image"] {
  border: 0;
}

body {
  font-family: 'PT Sans', sans-serif;
}

img {
  max-width: 100%;
}

a, button {
  outline: none;
  border-color: transparent;
}

.cbh-phone.cbh-static1 {
  opacity: 0.6;
}

.cbh-phone.cbh-hover1 {
  opacity: 1;
}

.bluePhone {
  position: absolute;
  top: 0;
  right: calc(50% - -17px);
}

.cbh-phone {
  position: absolute;
  top: -3px;
  right: calc(50% - 517px);
  background-color: transparent;
  width: 100px;
  height: 100px;
  cursor: pointer;
  z-index: 99;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -webkit-transition: visibility .5s;
  -moz-transition: visibility .5s;
  -o-transition: visibility .5s;
  transition: visibility .5s;
  visibility: hidden;
}

.cbh-phone.cbh-show {
  visibility: visible;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

.cbh-phone.cbh-static1 {
  opacity: 0.6;
}

.cbh-phone.cbh-hover1 {
  opacity: 1;
}

.cbh-ph-circle {
  width: 90px;
  height: 90px;
  top: 5px;
  left: 5px;
  position: absolute;
  background-color: transparent;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid rgba(30, 30, 30, 0.4);
  opacity: .1;
  -webkit-animation: cbh-circle-anim 1.2s infinite ease-in-out;
  -moz-animation: cbh-circle-anim 1.2s infinite ease-in-out;
  -ms-animation: cbh-circle-anim 1.2s infinite ease-in-out;
  -o-animation: cbh-circle-anim 1.2s infinite ease-in-out;
  animation: cbh-circle-anim 1.2s infinite ease-in-out;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all 0.5s;
}

.cbh-phone.cbh-active .cbh-ph-circle1 {
  -webkit-animation: cbh-circle-anim 1.1s infinite ease-in-out !important;
  -moz-animation: cbh-circle-anim 1.1s infinite ease-in-out !important;
  -ms-animation: cbh-circle-anim 1.1s infinite ease-in-out !important;
  -o-animation: cbh-circle-anim 1.1s infinite ease-in-out !important;
  animation: cbh-circle-anim 1.1s infinite ease-in-out !important;
}

.cbh-phone.cbh-static .cbh-ph-circle {
  -webkit-animation: cbh-circle-anim 2.2s infinite ease-in-out !important;
  -moz-animation: cbh-circle-anim 2.2s infinite ease-in-out !important;
  -ms-animation: cbh-circle-anim 2.2s infinite ease-in-out !important;
  -o-animation: cbh-circle-anim 2.2s infinite ease-in-out !important;
  animation: cbh-circle-anim 2.2s infinite ease-in-out !important;
}

.cbh-phone.cbh-hover .cbh-ph-circle {
  border-color: #00aff2;
  opacity: 0.5;
}

.cbh-phone.cbh-green.cbh-hover .cbh-ph-circle {
  border-color: #75eb50;
  opacity: 0.5;
}

.cbh-phone.cbh-green .cbh-ph-circle {
  border-color: #00aff2;
  opacity: 0.5;
}

.cbh-phone.cbh-gray.cbh-hover .cbh-ph-circle {
  border-color: #cccccc;
  opacity: 0.5;
}

.cbh-phone.cbh-gray .cbh-ph-circle {
  border-color: #75eb50;
  opacity: 0.5;
}

.cbh-ph-circle-fill {
  width: 60px;
  height: 60px;
  top: 20px;
  left: 20px;
  position: absolute;
  background-color: #000;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  opacity: .1;
  -webkit-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
  -moz-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
  -ms-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
  -o-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
  animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all 0.5s;
}

.cbh-phone.cbh-active .cbh-ph-circle-fill {
  -webkit-animation: cbh-circle-fill-anim 1.7s infinite ease-in-out !important;
  -moz-animation: cbh-circle-fill-anim 1.7s infinite ease-in-out !important;
  -ms-animation: cbh-circle-fill-anim 1.7s infinite ease-in-out !important;
  -o-animation: cbh-circle-fill-anim 1.7s infinite ease-in-out !important;
  animation: cbh-circle-fill-anim 1.7s infinite ease-in-out !important;
}

.cbh-phone.cbh-static .cbh-ph-circle-fill {
  -webkit-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out !important;
  -moz-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out !important;
  -ms-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out !important;
  -o-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out !important;
  animation: cbh-circle-fill-anim 2.3s infinite ease-in-out !important;
  opacity: 0 !important;
}

.cbh-phone.cbh-hover .cbh-ph-circle-fill {
  background-color: rgba(0, 175, 242, 0.5);
  opacity: 0.75 !important;
}

.cbh-phone.cbh-green.cbh-hover .cbh-ph-circle-fill {
  background-color: rgba(117, 235, 80, 0.5);
  opacity: 0.75 !important;
}

.cbh-phone.cbh-green .cbh-ph-circle-fill {
  background-color: rgba(0, 175, 242, 0.5);
  opacity: 0.75 !important;
}

.cbh-phone.cbh-gray.cbh-hover .cbh-ph-circle-fill {
  background-color: rgba(204, 204, 204, 0.5);
  opacity: 0.75 !important;
}

.cbh-phone.cbh-gray .cbh-ph-circle-fill {
  background-color: rgba(117, 235, 80, 0.5);
  opacity: 0.75 !important;
}

.cbh-ph-img-circle1 {
  width: 46px;
  height: 46px;
  top: 27px;
  left: 27px;
  position: absolute;
  background-image: url("../img/cbh-ph-img-circle1-bg.png.html");
  background-color: rgba(30, 30, 30, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  opacity: .7;
  -webkit-animation: cbh-circle-img-anim 1s infinite ease-in-out;
  -moz-animation: cbh-circle-img-anim 1s infinite ease-in-out;
  -ms-animation: cbh-circle-img-anim 1s infinite ease-in-out;
  -o-animation: cbh-circle-img-anim 1s infinite ease-in-out;
  animation: cbh-circle-img-anim 1s infinite ease-in-out;
}

.cbh-phone.cbh-active .cbh-ph-img-circle1 {
  -webkit-animation: cbh-circle-img-anim 1s infinite ease-in-out !important;
  -moz-animation: cbh-circle-img-anim 1s infinite ease-in-out !important;
  -ms-animation: cbh-circle-img-anim 1s infinite ease-in-out !important;
  -o-animation: cbh-circle-img-anim 1s infinite ease-in-out !important;
  animation: cbh-circle-img-anim 1s infinite ease-in-out !important;
}

.cbh-phone.cbh-static .cbh-ph-img-circle1 {
  -webkit-animation: cbh-circle-img-anim 0s infinite ease-in-out !important;
  -moz-animation: cbh-circle-img-anim 0s infinite ease-in-out !important;
  -ms-animation: cbh-circle-img-anim 0s infinite ease-in-out !important;
  -o-animation: cbh-circle-img-anim 0s infinite ease-in-out !important;
  animation: cbh-circle-img-anim 0s infinite ease-in-out !important;
}

.cbh-phone.cbh-hover .cbh-ph-img-circle1 {
  background-color: #00aff2;
}

.cbh-phone.cbh-green.cbh-hover .cbh-ph-img-circle1:hover {
  background-color: #75eb50;
}

.cbh-phone.cbh-green .cbh-ph-img-circle1 {
  background-color: #00aff2;
}

.cbh-phone.cbh-green .cbh-ph-img-circle1 {
  background-color: #00aff2;
}

.cbh-phone.cbh-gray.cbh-hover .cbh-ph-img-circle1 {
  background-color: #cccccc;
}

.cbh-phone.cbh-gray .cbh-ph-img-circle1 {
  background-color: #75eb50;
}

@-moz-keyframes cbh-circle-anim {
  0% {
    -moz-transform: rotate(0deg) scale(0.5) skew(1deg);
    opacity: .1;
    -moz-opacity: .1;
    -webkit-opacity: .1;
    -o-opacity: 0.1;
  }
  30% {
    -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: .5;
    -moz-opacity: .5;
    -webkit-opacity: .5;
    -o-opacity: 0.5;
  }
  100% {
    -moz-transform: rotate(0deg) scale(1) skew(1deg);
    opacity: .6;
    -moz-opacity: .6;
    -webkit-opacity: .6;
    -o-opacity: 0.1;
  }
}
@-webkit-keyframes cbh-circle-anim {
  0% {
    -webkit-transform: rotate(0deg) scale(0.5) skew(1deg);
    -webkit-opacity: 0.1;
  }
  30% {
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    -webkit-opacity: 0.5;
  }
  100% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    -webkit-opacity: 0.1;
  }
}
@-o-keyframes cbh-circle-anim {
  0% {
    -o-transform: rotate(0deg) scale(0.5) skew(1deg);
    -o-opacity: 0.1;
  }
  30% {
    -o-transform: rotate(0deg) scale(0.7) skew(1deg);
    -o-opacity: 0.5;
  }
  100% {
    -o-transform: rotate(0deg) scale(1) skew(1deg);
    -o-opacity: 0.1;
  }
}
@keyframes cbh-circle-anim {
  0% {
    transform: rotate(0deg) scale(0.5) skew(1deg);
    opacity: 0.1;
  }
  30% {
    transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.5;
  }
  100% {
    transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.1;
  }
}
@-moz-keyframes cbh-circle-fill-anim {
  0% {
    -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
  50% {
    -moz-transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.2;
  }
  100% {
    -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}
@-webkit-keyframes cbh-circle-fill-anim {
  0% {
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
  50% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}
@-o-keyframes cbh-circle-fill-anim {
  0% {
    -o-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
  50% {
    -o-transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.2;
  }
  100% {
    -o-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}
@keyframes cbh-circle-fill-anim {
  0% {
    transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
  50% {
    transform: rotate(0deg) scale(1) skew(1deg);
    opacity: 0.2;
  }
  100% {
    transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: 0.2;
  }
}
@keyframes cbh-circle-img-anim {
  0% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg);
  }
  100%, 50% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
}
@-moz-keyframes cbh-circle-img-anim {
  0% {
    transform: rotate(0deg) scale(1) skew(1deg);
  }
  10% {
    -moz-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    -moz-transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    -moz-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    -moz-transform: rotate(25deg) scale(1) skew(1deg);
  }
  100%, 50% {
    -moz-transform: rotate(0deg) scale(1) skew(1deg);
  }
}
@-webkit-keyframes cbh-circle-img-anim {
  0% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
  }
  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  100%, 50% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
  }
}
@-o-keyframes cbh-circle-img-anim {
  0% {
    -o-transform: rotate(0deg) scale(1) skew(1deg);
  }
  10% {
    -o-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    -o-transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    -o-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    -o-transform: rotate(25deg) scale(1) skew(1deg);
  }
  100%, 50% {
    -o-transform: rotate(0deg) scale(1) skew(1deg);
  }
}
.cbh-phone.cbh-green .cbh-ph-circle {
  border-color: #00aff2;
}

.cbh-phone.cbh-green .cbh-ph-circle-fill {
  background-color: #00aff2;
}

.cbh-phone.cbh-green .cbh-ph-img-circle1 {
  background-color: #00aff2;
}

.bluePhone p {
  width: 71px;
  height: 30px;
  color: #61c5ff;
  font-family: ProximaNova-Bold, sans-serif;
  font-size: 17px;
  position: relative;
  top: 35px;
  left: -60px;
  text-align: right;
}

.popup, .popup-video {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 111;
  background: rgba(0, 0, 0, 0.7);
  overflow-y: auto;
  cursor: pointer;
}
.popup .form, .popup-video .form {
  margin: 0 auto;
}

.popup__inner, .popup-video__inner {
  margin: 10% auto 25px;
  position: relative;
  max-width: 280px;
  cursor: auto;
}

.popup__close {
  position: absolute;
  top: -25px;
  right: -20px;
  background: url("../img/closer.png.html") center no-repeat;
  width: 25px;
  height: 25px;
  cursor: pointer;
  content: '';
  z-index: 101;
}

.popup-video__inner {
  width: 500px;
  max-width: 100%;
  height: 300px;
  background: #ffffff;
}

body {
  font-family: 'PT Sans', sans-serif;
}

.header {
  padding: 5px;
  padding-top: 2px;
  border-bottom: 2px solid #dd3f30;
}
.header__inner {
  max-width: 970px;
  margin: 0 auto;
}
.header__left {
  float: left;
}
.header__forum {
  /* Style for "Rounded Re" */
  width: 131px;
  padding: 8px 0;
  border-radius: 17px;
  border: 1px solid #b32c4a;
  text-align: center;
  color: #b32c4a;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}
.header__forum:hover {
  background: #b32c4a;
  color: #ffffff;
}
.header__logo {
  background: url("../img/logo.png") 0 0 no-repeat;
  width: 268px;
  height: 48px;
  display: inline-block;
  vertical-align: middle;
}
.header__right {
  float: right;
  margin-top: 3px;
}
.header__btn {
  display: inline-block;
  color: #000000;
  margin-right: 5px;
  font-size: 10px;
  font-weight: 400;
  text-decoration: underline;
  text-transform: uppercase;
}
.header__btn:hover {
  text-decoration: none;
}
.header__menu {
  float: left;
}
.header__menu-item {
  vertical-align: middle;
}
.header__menu-item:nth-child(1) a {
  color: #dc4332;
  font-family: "PT Sans";
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  background: url("../img/menu.png") 0 center no-repeat;
  padding-left: 7px;
}
.header__menu-link {
  color: #828282;
  font-family: "PT Sans";
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
}
.header__menu-link:hover {
  text-decoration: underline;
}
.header__entry {
  color: #828282;
  font-family: "PT Sans";
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  float: right;
  margin: 7px 0 0 0;
  text-align: right;
  text-decoration: none;
}
.header__entry:hover {
  text-decoration: underline;
}
.header__second {
  padding-bottom: 3px;
  padding-top: 20px;
  margin-left: 10px;
}
.header__top {
  padding-bottom: 3px;
  border-bottom: 1px solid #EBEBEB;
}

.sub-list {
  text-align: center;
  max-width: 980px;
  margin-top: -3px;
}
.sub-list__item {
  margin: 0 15px;
}
.sub-list__link {
  color: #000000;
  font-family: "Open Sans";
  font-size: 12px;
  text-transform: uppercase;
}
.sub-list__link.active {
  color: #f10f00;
}
.sub-list__link:hover {
  text-decoration: none;
}

.social {
  display: block;
  margin-left: 5px;
  margin-top: 4px;
  border-top: 1px solid #EBEBEB;
  border-bottom: 1px solid #EBEBEB;
  padding: 20px 0 20px 0;
}
.social__item {
  margin: 0 6px 0 0;
}
.social__item:nth-child(1) a {
  background: url("../img/soc1.png") center no-repeat;
  /* Style for "Layer 25" */
  width: 126px;
  height: 27px;
}
.social__item:nth-child(2) a {
  background: url("../img/soc2.png") center no-repeat;
  /* Style for "Layer 25" */
  width: 126px;
  height: 27px;
}
.social__item:nth-child(3) a {
  background: url("../img/soc3.png") center no-repeat;
  /* Style for "Layer 27" */
  width: 91px;
  height: 27px;
}
.social__item:nth-child(4) a {
  background: url("../img/soc4.png") center no-repeat;
  /* Style for "Layer 27" */
  width: 91px;
  height: 27px;
}
.social__item:nth-child(5) a {
  background: url("../img/soc5.png") center no-repeat;
  /* Style for "Layer 27" */
  width: 91px;
  height: 27px;
}
.social__link {
  display: inline-block;
  vertical-align: middle;
}

.search {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.search__field {
  /* Style for "Rounded Re" */
  width: 290px;
  border: 1px solid #959595;
  display: block;
  vertical-align: top;
  color: #a7a7a7;
  font-size: 12px;
  outline: none;
  padding: 8px 35px 8px 25px;
}
.search__btn {
  position: absolute;
  top: 2px;
  right: 5px;
  background: url("../img/find.png") center no-repeat;
  width: 30px;
  height: 30px;
}

.menu {
  font-size: 0;
  padding: 19px 0 10px;
}
.menu__item {
  margin: 0 17px;
}
.menu__item:first-child {
  margin-left: 0;
}
.menu__item:last-child {
  margin-right: 0;
}
.menu__link {
  color: #222222;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.menu__link.active {
  color: #f10f00;
}
.menu__link:hover {
  text-decoration: none;
}

.media {
  text-align: center;
  background: #b32c4a;
  font-size: 0;
  padding: 3px 0;
}
.media__item {
  margin: 0 2px;
}
.media__item:nth-child(1) a {
  background: url("../img/p1.png.html") 0 0 no-repeat;
}
.media__item:nth-child(2) a {
  background: url("../img/p2.png.html") 0 0 no-repeat;
}
.media__item:nth-child(3) a {
  background: url("../img/p3.png.html") 0 0 no-repeat;
}
.media__item:nth-child(4) a {
  background: url("../img/p4.png.html") 0 0 no-repeat;
}
.media__item:nth-child(5) a {
  background: url("../img/p5.png.html") 0 0 no-repeat;
}
.media__item:nth-child(6) a {
  background: url("../img/p6.png.html") 0 0 no-repeat;
}
.media__link {
  /* Style for "Layer 41" */
  width: 160px;
  height: 78px;
  display: inline-block;
  vertical-align: middle;
}

.pagination__item {
  position: relative;
}
/* .pagination__item:after {
  position: absolute;
  top: 3px;
  right: -2px;
  content: '/';
} */
.pagination__item:last-child:after {
  content: none;
}
.pagination__item:last-child a {
  color: #000000;
  font-weight: 400;
}
.pagination__link {
  margin-right: 7px;
  opacity: 0.5;
  color: #000000;
  font-size: 12px;
}

.wrapper {
  padding-top: 21px;
}
.wrapper__inner {
  max-width: 970px;
  margin: 0 auto;
}
.wrapper__left {
  width: 650px;
  margin-top: 32px;
  float: left;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 20px;
}
.wrapper__right {
  width: 300px;
  float: right;
}
.wrapper__title {
  color: #000000;
  font-size: 31px;
}
.wrapper__sub-title {
  color: #000000;
  margin: 25px 0 20px;
  /* Style for "Он не стои" */
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}
.wrapper__information {
  margin-bottom: 21px;
  font-size: 17px;
  line-height: 22px;
}
.wrapper__information .bold {
  font-weight: bold;
}
.wrapper__information.last {
  font-size: 17px;
  font-weight: 700;
  font-style: italic;
  line-height: 26px;
  color: #000000;
}
.wrapper__img {
  margin: 25px auto 25px;
  display: block;
}
.wrapper__link {
  color: #dd0000;
  font-weight: bold;
}
.wrapper__btn {
  max-width: 400px;
  display: block;
  padding: 12px 0;
  box-shadow: -9px 5px 25px rgba(221, 6, 6, 0.25);
  border-radius: 27px;
  border: 5px solid rgba(221, 6, 6, 0.15);
  background-color: #dd0606;
  margin: 35px auto 0;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  margin-bottom: 25px;
}
.wrapper__pink {
  color: #b32c4a;
  font-size: 24px;
  font-weight: 700;
  font-style: italic;
  line-height: 34px;
  position: relative;
  max-width: 360px;
  padding: 20px 0 35px 65px;
}
.wrapper__pink:before {
  content: '';
  position: absolute;
  top: 25px;
  left: 0;
  background: url("../img/quotes.png.html") 0 0 no-repeat;
  width: 48px;
  height: 32px;
}
.wrapper .bold {
  font-weight: bold;
}

.one {
  margin-top: 31px;
  background: #f3f3f3;
  padding-right: 10px;
}
.one__title {
  /* Style for "“Счастье —" */
  width: 235px;
  padding-top: 35px;
  font-size: 14px;
  /* Text style for "“Счастье —" */
  color: #b32c4a;
  font-weight: 700;
  font-style: italic;
  line-height: 20px;
  position: relative;
  margin-left: 360px;
}
.one__title:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 48px;
  height: 32px;
  background-size: 29px;
}
.one__info {
  font-size: 16px;
  line-height: 20px;
  padding-top: 17px;
  margin-left: 280px;
  margin-bottom: -10px;
}
.one__img {
  float: left;
}

.popular {
  margin-top: -10px;
  width: 285px;
}
.popular__title {
  color: #6d6057;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.popular__list {
  font-size: 0;
}
.popular__item {
  margin-bottom: 25px;
}
.popular__item a{
  text-decoration: none;
}
.popular__photo {
  display: block;
  margin: 0 auto;
}
.popular__info {
  color: #000000;
  font-size: 17px;
  font-weight: 400;
  line-height: 20px;
  margin-top: 15px;
  text-decoration: none;
  text-align: center;
}

.read {
  /* Style for "Rectangle" */
  margin-top: 50px;
  border-top: 1px solid #837a73;
}
.read__title {
  color: #000000;
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 16px;
}
.read__list {
  margin-top: 20px;
}
.read__item {
  width: 300px;
  margin-bottom: 30px;
}
.read__item:nth-child(2n-1) {
  margin-right: 23px;
}
.read__item a {
  text-decoration: none;
}
.read__info {
  margin-left: 117px;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
}
.read__photo {
  float: left;
}

.comment {
  padding-top: 10px;
}
.comment__title {
  padding: 15px 0 15px;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 700;
}
.comment__title .pink {
  color: #b32c4a;
}
.comment__item {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 15px;
  padding-bottom: 20px;
  padding-right: 5px;
}
.comment__item .wrapper__img {
  max-width: 305px;
  margin: 26px 0 0 80px;
}
.comment__item:last-child {
  border-bottom: none;
}
.comment__photo {
  float: left;
  margin-top: 5px;
}
.comment__name {
  color: #b32c4a;
  margin-left: 80px;
  font-size: 15px;
  font-weight: 700;
}
.comment__info {
  margin-left: 80px;
  margin-top: 10px;
  font-size: 14px;
  line-height: 19px;
}

.footer {
  padding: 18px 0 0;
  text-align: center;
}
.footer__inner {
  max-width: 1000px;
  min-height: 120px;
  background-color: #e8e4e1;
  margin: 0 auto;
}
.footer__logo {
  max-width: 617px;
  width: 100%;
  vertical-align: top;
  margin-top: 30px;
}
.footer__info {
  opacity: 0.5;
  color: #000000;
  font-size: 11px;
  line-height: 14px;
  margin: 30px 37px 0;
  text-align: left;
}
.footer__right {
  display: inline-block;
  vertical-align: top;
  max-width: 300px;
  margin-left: 30px;
  margin-top: -5px;
}
.footer__adv {
  background: url("../img/gid.png.html");
  width: 123px;
  height: 31px;
  display: inline-block;
  vertical-align: top;
  margin-top: 10px;
}
.footer__list {
  text-align: center;
  background: #d5d5d3;
  padding: 0px 0 10px;
}
.footer__item {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  margin: 0 7px;
}
.footer__link {
  color: #000000;
  font-size: 11px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
}
.footer__link:hover {
  text-decoration: none;
}

@media screen and (max-width: 979px) {
  .wrapper__left {
    width: auto;
  }

  .wrapper__right {
    display: none;
  }

  .media {
    display: none;
  }

  .one__title {
    width: auto;
  }

  .wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .comment__item {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }

  .comment__info {
    margin-top: 5px;
  }

  .footer__info {
    margin: 20px 10px 10px;
  }

  .footer__logo {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .header {
    text-align: center;
  }

  .header__logo {
    margin: 15px auto;
    display: block;
  }

  .header__left, .header__right {
    float: none;
    display: inline-block;
    vertical-align: middle;
  }

  .one__img {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .one__title, .one__info {
    margin-left: 0;
  }

  .one__title:before {
    top: 10px;
  }

  .footer {
    text-align: center;
  }

  .footer__info {
    width: auto;
    display: block;
  }

  .footer__right {
    margin-bottom: 0;
  }

  .comment__item .wrapper__img {
    margin-left: auto;
    margin-right: auto;
  }

  .wrapper__pink {
    font-size: 20px;
  }

  .wrapper__title {
    font-size: 23px;
    line-height: normal;
  }

  .header {
    padding: 15px 0;
  }

  .menu__item {
    margin: 0 0 0 !important;
    padding: 8px 5px;
  }

  .menu__link {
    text-decoration: none;
  }

  .menu {
    padding: 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
  }

  .header__menu {
    display: none;
  }

  .header__entry {
    float: none;
    display: block;
    text-align: center;
    margin-bottom: 5px;
  }

  .header {
    padding-top: 0;
    padding-bottom: 0;
    border: none;
  }

  .header__left {
    display: block;
  }

  .header__right {
    display: none;
  }

  .header__second {
    padding-top: 0;
  }

  .sub-list {
    display: none;
  }

  .one {
    padding: 10px;
  }

  .one__info {
    margin-bottom: 0;
  }

  .one, .wrapper__left {
    margin-top: 15px;
  }

  .read__item:nth-child(2n-1) {
    margin-right: 0;
  }

  .footer__logo, .footer__info {
    margin-top: 10px;
  }

  .wrapper__left {
    border: none;
    padding-bottom: 0;
  }

  .footer {
    padding-top: 0;
  }
}
@media screen and (max-width: 600px) {
  .social__item {
    margin-bottom: 10px;
  }
}
.read_information{
  margin-bottom: 30px;
  text-align: center;
  font-size: 16px;
}
.iframe {
  width: 525px;
  height: 364px;
  position: relative;
  margin: 30px auto 20px;
}

@media screen and (max-width: 650px){
  .iframe{
    width: 359px;
    height: 249px;
  }
}
@media screen and (max-width: 477px){
  .iframe{
    width: 215px;
    height: 149px;
  }
}