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

u {
  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;
}

footer {
  margin-top: 60px;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

[class$='-wrap'] {
  display: inline-block;
  vertical-align: middle;
}

.container {
  font-size: 0;
}

body {
  font-size: 18px;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  background-color: #fafafa;
  margin: 0;
  padding: 0;
}

.container {
  width: 970px;
  display: block;
  margin: 0 auto;
  position: relative;
}

.main-wrapper {
  /* overflow: hidden; */
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.pull-left {
  float: left;
  margin-right: 15px;
}

.pull-right {
  float: right;
  margin-left: 15px;
}

.text {
  font-size: 16px;
  margin: 15px 0;
  color: #000000;
  line-height: 1.5em;
}

.link {
  color: #3099c4;
  font-weight: 600;
  text-decoration: none;
}

.link:hover {
  text-decoration: underline;
}

.btn-order {
  text-align: center;
  padding: 15px;
  max-width: 100%;
  background-color: #ff4470;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
  border: none;
  cursor: pointer;
  text-decoration: none;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 4px;
  display: table;
  margin: 15px auto;
}

.btn-order:hover {
  opacity: 0.8;
}

.wap {
  display: none;
}

.sec-header {
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.0975);
}

.cont-head {
  padding-top: 26px;
  padding-bottom: 26px;
}

.head-logo-wrap {
  width: calc(100% / 3);
}

.head-search-wrap {
  width: calc(100% / 3);
}

.head-navigate-wrap {
  width: calc(100% / 3);
}

.search {
  background: #fafafa;
  border: solid 1px #dbdbdb;
  text-align: center;
  border-radius: 3px;
  padding: 7px;
  display: table;
  margin: 0 auto;
  width: 215px;
  max-width: 100%;
}

.search__text {
  font-size: 14px;
  color: #999;
  position: relative;
  display: inline-block;
  font-weight: 300;
}

.search__text::before {
  content: "";
  background: url("../img/icon_serach.png") no-repeat center;
  width: 10px;
  height: 10px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.logo {
  display: table;
}

.logo__img {
  display: block;
  max-width: 100%;
}

.navigate {
  display: table;
  margin: 0 auto;
}

.navigate__item {
  margin-right: 30px;
  display: inline-block;
  vertical-align: middle;
}

.navigate__item:last-child {
  margin-right: 0;
}

.navigate__cell {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

.navigate__cell:first-child {
  width: 30%;
}

.navigate__cell:last-child {
  width: 70%;
  text-align: right;
}

.navigate__logo {
  background: url("../img/logo.png") no-repeat;
  background-position: 0 -1px;
  -webkit-background-size: 138px;
  background-size: 138px;
  width: 24px;
  height: 24px;
  display: block;
  /* margin: 0 auto; */
}

.card-ava {
  width: 152px;
  height: 152px;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}

.card-ava__img {
  display: block;
  position: relative;
}

.card-title {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 25px;
}

.card-title > * {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}

.card-stat {
  margin-bottom: 25px;
}

.card-stat > * {
  margin-right: 15px;
}

.card-stat > *:last-child {
  margin-right: 0;
}

.card-nick {
  color: #000000;
  font-size: 30px;
  font-weight: 300;
  letter-spacing: -0.4px;
}

.btn-sub {
  border-radius: 3px;
  background-color: #3897f0;
  max-width: 100%;
  display: inline-block;
  color: #ffffff;
  font-size: 14px;
  letter-spacing: -0.3px;
  text-align: center;
  padding: 8px 15px;
}

.more {
  display: inline-block;
}

.card-text {
  color: #000000;
  font-size: 15px;
  letter-spacing: 1.49px;
}

.cont-card {
  text-align: center;
  padding: 44px 0;
}

.card-ava-wrap {
  display: inline-block;
  vertical-align: middle;
  width: 40%;
}

.card-content {
  display: inline-block;
  vertical-align: middle;
  width: 60%;
  text-align: left;
  padding-left: 45px;
}

.tile-list {
  overflow: auto;
}

.tile-list__item {
  display: inline-block;
  width: calc(100% / 3);
  margin-bottom: 28px;
}

.tile-list__img {
  display: block;
  margin: 0 auto;
}

.behind-content {
  /* position: fixed; */
  overflow: auto;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
}

.front-content {
  z-index: 2;
  padding: 40px 0;
}

.cont-content {
}

.content-title {
  display: none;
}

.main-slider {
  float: left;
  width: 60%;
}

.slide {
  position: relative;
}

.slide__title {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 35px;
  font-weight: 300;
  line-height: 1.43;
  color: #000;
  padding: 38px 40px;
  background: #fbdddc;
  display: table;
  width: 100%;
  table-layout: fixed;
}

.slide__title_p-mod {
  padding: 35px 40px;
}

.slide__title_mod {
  width: auto;
  position: absolute;
  bottom: -1px;
}

.slide__cell {
  display: table-cell;
  text-align: center;
}

.slide__cell_mod-01 {
  padding-right: 30px;
}

.slide__cell_mod-02 {
  padding-left: 30px;
}

.color_mod {
  font-size: 42px;
  color: #ff0000;
}

.slide__text {
  background-color: rgba(4, 55, 79, 0.7);
  color: #ffffff;
  font-size: 20px;
  letter-spacing: -0.4px;
  line-height: 1.2em;
  display: block;
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
  padding: 15px;
}

.content-wrap {
  width: 40%;
  display: inline-block;
  position: absolute;
  right: 0;
  background-color: #fff;
  padding-left: 25px;
  padding-right: 25px;
}

.content-wrap:last-child {
  top: 89px;
}

.content-panel {
  display: none;
}

.signature {
  border-bottom: 1px solid #efefef;
  padding-top: 20px;
  padding-bottom: 20px;
}

.signature .card-ava-wrap {
  width: 48px;
  height: 48px;
}

.signature > * {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}

.signature > *:last-child {
  margin-right: 0;
}
.signature span
{
	font-size: 30px;
  color: #000;
  display: inline-block;
  vertical-align: middle;
}
.addition
{
	display: inline-block;
	margin-top: 40px;
	float: right;
}
.signature__nick {
  color: #000000;
  font-size: 13px;
  line-height: 19px;
  text-decoration: none;
  font-weight: 600;
}

.signature__sub {
  color: #3897f0;
  font-size: 13px;
  line-height: 20px;
  text-decoration: none;
  font-weight: bold;
}

.card-ava-wrap {
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  background: #ee813e;
  background: -moz-linear-gradient(45deg, #ee813e 0%, #d12978 100%);
  background: -webkit-linear-gradient(45deg, #ee813e 0%, #d12978 100%);
  background: linear-gradient(45deg, #ee813e 0%, #d12978 100%);
  width: 152px;
  height: 152px;
  padding: 2px;
}

.card-ava {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #fff;
}

.card-ava__img {
  display: block;
  width: 100%;
}

.comment {
  margin: 15px 0;
}

.comment__img {
  display: block;
  max-width: 100%;
  margin: 15px 0;
}

.comment_main {
  padding-right: 15px;
}

.comment_main .comment__text {
  margin: 15px 0;
}

.comment__content {
  width: 80%;
  display: inline-block;
  vertical-align: top;
}

.comment__text li {
  position: relative;
  margin-bottom: 10px;
  padding-right: 20px;
}

.comment__text li:first-child {
  padding-right: 0;
}

.comment__like {
  display: inline-block;
  width: 20%;
  height: 21px;
  background: url("../img/icon_favorite.png") no-repeat center;
  vertical-align: top;
}

.comment__text {
  color: #000000;
  font-size: 14px;
  line-height: 1.3em;
}

.comment__text a {
  color: #003569;
  text-decoration: none;
  font-weight: bold;
}

.comment__text a:hover {
  text-decoration: underline
}

.comment__text ul {
  padding: 0;
}

.comment__footer {
  display: block;
  margin: 15px 0;
  text-decoration: none;
}

.comment__date {
  color: #898989;
  font-size: 12px;
  letter-spacing: -0.24px;
  font-weight: 300;
  margin-right: 50px;
  display: inline-block;
  vertical-align: middle;
}

.comment__reply {
  color: #898989;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: -0.24px;
}

.content-likes {
  margin: 15px 0;
}

.content-likes__text {
  color: #000000;
  font-size: 13px;
  letter-spacing: 0.28px;
  font-weight: 600;
}

.comments {
  overflow-Y: scroll;
  margin-right: -25px;
  height: 332px;
  margin-bottom: 15px;
  border-bottom: 1px solid #efefef;
  position: relative;
}

.mob-panel {
  text-align: center;
  display: none;
  padding: 15px 0;
}

.mob-panel__item {
  margin-right: 44px;
}

.mob-panel__item:last-child {
  margin-right: 0;
}

.content-panel {
  display: table;
  width: 100%;
  margin: 10px 0;
}

.content-panel__cell {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
}

.content-panel__cell.right {
  text-align: right;
}

.content-panel__item {
  margin-right: 15px;
}

.content-panel__item:last-child {
  margin-right: 0;
}

.content-date {
  font-size: 12px;
  color: #999;
  margin: 15px 0;
  padding-bottom: 5px;
  border-bottom: 1px solid #efefef;
}

.add-comment {
  display: block;
  margin: 25px 0;
}

.add-comment__text {
  color: #6f6f6f;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.28px;
  display: inline-block;
  vertical-align: middle;
  width: 80%;
}

.add-comment__more {
  display: inline-block;
  vertical-align: middle;
  text-align: right;
  width: 20%;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin: 19px 0;
}

.owl-theme .owl-dots .owl-dot {
  margin-right: 5px;
}

.owl-theme .owl-dots .owl-dot span {
  width: 6px;
  height: 6px;
  margin: 0;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-theme .owl-dots .owl-dot {
  background: #3897f0;
}

.owl-theme .owl-dots .owl-dot.active span:hover span, .owl-theme .owl-dots .owl-theme .owl-dots .owl-dot:hover span {
  background: #3897f0;
}

.owl-theme .owl-nav {
  height: 32px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.owl-theme .owl-nav [class*=owl-] {
  width: 32px;
  height: 32px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: block;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  /* opacity: 0.8; */
  /* background: url("../img/arrow.png") no-repeat center; */
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-dot {
  background: url("../img/00b79edf00fd.png") no-repeat center;
  background-position: -266px -357px;
}

.owl-carousel .owl-nav button.owl-prev {
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
  position: absolute;
  left: 15px;
}

.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  right: 15px;
}

.notranslate {
  color: #262626;
  font-weight: bold;
  text-decoration: none;
}

.FPmhX {
  color: #262626 !important;
}

.TlrDj:hover {
  text-decoration: none;
}
.inst-img
{
	display: table-cell;
	padding-right: 10px;
}
.inst-img img
{
	width: 100%;
	border-radius: 50%;
}
.C4VMK
{
	display: table-cell;
	vertical-align: top;
}
.inst-share
{
	margin: 15px 0 20px;
	color: #999;
	font-size: 12px;
}
.inst-share span
{
	display: inline-block;
	margin-left: 10px;
}
.comment-child
{
	padding-left: 30px;
}
.comment_author .inst-img a 
{
	padding: 2px;
	width: 40px;
	height: 40px;
	border: 2px solid #d12978;
	border-radius: 50%;
}
footer a {
  color: #003569;
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}

.footer-list {
  padding: 0 100px 0 0;
  margin: 0 -10px;
}

.footer-list li {
  display: inline-block;
  padding: 0 14px;
}

.copyright {
  color: #999;
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  right: 0;
  top: 0;
}

.relative {
  position: relative;
}

.glyphsSpriteComment_like {
  background-image: url('../img/f77ea411843e.png');
  background-repeat: no-repeat;
  background-position: -105px -68px;
  height: 12px;
  width: 13px;
  display: block;
}

._2ic5v {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  line-height: inherit;
  outline: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  margin-top: 5px;
}

.content__text {
  font-size: 14px;
  line-height: 1.3;
  padding: 5px 0;
}

.content__text:first-child {
  padding: 0 0 5px;
  margin: 0;
}

.button__wrap {
  text-align: center;
}

a.button {
  display: inline-block;
  text-transform: uppercase;
  padding: 10px 25px;
  background: #fbdddc;
  border: 2px solid #fbdddc;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #000;
  -webkit-transition: box-shadow .3s;
  -moz-transition: box-shadow .3s;
  -ms-transition: box-shadow .3s;
  -o-transition: box-shadow .3s;
  transition: box-shadow .3s;
}

a.button:hover {
  text-decoration: none;
  -webkit-box-shadow: inset 0 0 0 2px #fff;
  -moz-box-shadow: inset 0 0 0 2px #fff;
  box-shadow: inset 0 0 0 2px #fff;
}