@charset "UTF-8";

html {
  font-size: 18px;
}

@media (max-width: 640px) {
	html { font-size: 16px; }
}

@media (max-width: 460px) {
	html { font-size: 14px; }
}

@media (max-width: 360px) {
  html { font-size: 13px; }
}

@media (max-width: 300px) {
  html { font-size: 12px; }
}

.Page {
  background: white;
	max-width: 720px !important;
	margin: 0 auto;
  margin-top: 25px;
	width: 90%;
	padding: 15px 5%;
	box-shadow: 0 0 0 0,0 6px 12px rgba(0,0,0,0.1);
  z-index: 1;
}

body
{
  font-family: 'PT Sans', Helvetica, Arial, Tahoma;
  font-size: 1rem;
  line-height: 1.25rem !important;
  background: #f1f3f8;
  color: #000;
  margin: 0;
  padding: 0 0 150px 0;
  position: relative;
}

div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.flex
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}


/* links styles */

a, a * {
  color: #00b6ff;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

a:hover, a:hover * {
  color: #00b6ff;
  text-decoration: none;
}

.Page_lang_rus .tag-eng,
.Page_lang_rus .tag-ukr,
.Page_lang_rus .tag-spa,
.Page_lang_rus .tag-por,
.Page_lang_rus .tag-fra,
.Page_lang_rus .tag-deu,
.Page_lang_rus .tag-nor,
.Page_lang_rus .tag-gre,
.Page_lang_rus .tag-ita,
.Page_lang_rus .tag-tur,
.Page_lang_rus .tag-jpn,
.Page_lang_rus .tag-chi,
.Page_lang_rus .tag-bel
{
  display: none;
}

img
{
	max-width: 100%;
  border: 0;
}

/* page styles  */


#page-footer
{

    position: relative;
    margin: 0 auto;
    background: #fff;
}

.Page_lang_rus,
.page-footer--rus {
  max-width: 865px !important;
}

/* header styles */

.Header-Logo {
  display: block;
  margin: 0 auto;
  background-image: url(/files/logo-new-red-smile-1.png);
	background-repeat: no-repeat;
	background-position: center center;
  background-size: 100%;
  width: calc(12rem);
  height: calc(12rem);
}

@media (-webkit-min-device-pixel-ratio: 1.25), 
(min-resolution: 120dpi) {

  .Header-Logo {
    background-image: url(/files/logo-new-red-smile-1@2x.png);
  }

}

.Nav {
  margin: 0 auto;
  margin-top: 0.5rem;
  display: block;
  position: relative;
  text-align: center;
  transition: all 0.5s;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.Nav-Link {
  position: relative;
  display: inline-block;
  padding: 0 0.75rem;
  line-height: 2rem;
  border-radius: 5px;
  margin: 3px 3px;
	background: #00b6ff;
  color: #fff;
  transition: all 0.25s;
  white-space: nowrap;
}

.Nav-Link:hover {
  background: #ff3700;
  color: #FFFFFF;
}

.Nav_tools {
  margin-top: 2rem;
}

.Nav-Link_tools {
  background: #F1F3F8;
  color: inherit;
  font-size: 0.75rem;
}

.Nav-Link_tools:hover {
  background: #f3eada;
  color: inherit;
}

/*** pixel ***/

.pixel
{
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
}







select::-ms-expand { display: none; }
select.dropdown {
    appearance:none;
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */

    background-image: url(/files/icon-dropdown.png);
    background-repeat: no-repeat;
    background-position: calc(100% - 0.5rem) center;
    background-size: 1rem;
    padding-right: 2rem;
}






.calculator-form {
    background: #eeeeee;
    background: #F1F3F8;
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 9;
    position: relative;
}









input[type="text"],
input[type="number"],
input[type="date"],
input[type="email"],
input[type="search"],
select {
  display: block;
  width: 100%;
  background: #FFFFFF;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-radius: 5px;
  border: 0;
  padding: 0 0.5rem;
  line-height: 2rem;
  height: 2rem;
  margin: 0.5rem 0;
}

input[type="submit"],
button[type="submit"] {
  display: block;
  width: 100%;
  background: #00b6ff;
  color: white;
  font-family: inherit;
  font-size: inherit;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-radius: 5px;
  border: 0;
  padding: 0 0.5rem;
  line-height: 2rem;
  height: 2rem;
  margin-top: 0.5rem;
  text-transform: lowercase;
  transition: all 0.25s;
}

textarea {
  display: block;
  width: 100%;
  background: #FFFFFF;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-radius: 5px;
  border: 0;
  padding: 0.5rem;
}

.calculator-form input[type="text"],
.calculator-form input[type="number"],
.calculator-form input[type="date"],
.calculator-form select {
  color: #00b6ff;
  /*font-size: 125%;*/
}



div.not-found
input[type="text"]
{
  border: 1px solid #ccc;
  height: 30px;
  padding: 5px;
  text-align: left;
}

div.not-found
  input[type="submit"]
{
  background: #f1f3f8;
  border: 1px solid #f1f3f8;
  margin-top: 20px;
  height: 32px;
  color: #9CA9C0;
}

input[type="checkbox"] {
  margin: 0;
}

.search-form {
  background: #F1F3F8;
  border-radius: 10px;
  padding: 1rem;
}




input::-webkit-input-placeholder { color: rgba(0, 0, 0, 0.25); font-weight: 200; }

input:-moz-placeholder { color: rgba(0, 0, 0, 0.25); font-weight: 200; }
::-moz-placeholder { color: rgba(0, 0, 0, 0.25); font-weight: 200; }
/*input[placeholder] { color: rgba(0, 0, 0, 0.25); }*/

input:focus::-webkit-input-placeholder { }

input:focus:-moz-placeholder { }



input[type="submit"]:hover,
button[type="submit"]:hover {
	cursor: pointer;
}

input[type=submit]:disabled {
  opacity: 0.25;
}

input.correct-value {
  color: #88d31e !important;
}

input.incorrect-value {
  color: #e50000 !important;
}



::-webkit-input-placeholder {
  font-family: 'PT Sans', Helvetica, Arial, Tahoma !important;
}

:-moz-placeholder {
  font-family: 'PT Sans', Helvetica, Arial, Tahoma !important;
}

::-moz-placeholder {
  font-family: 'PT Sans', Helvetica, Arial, Tahoma !important;
}

:-ms-input-placeholder {
  font-family: 'PT Sans', Helvetica, Arial, Tahoma !important;
}





.chart__headline {
  color: #00B9FF;
  opacity: 0.75;
  font-size: 175%;
  font-weight: bold;
  margin-top: 30px;
}

.chart__subhead {
  display: block;
  color: #00B9FF;
  opacity: 0.75;
  font-size: 100%;
  font-weight: bold;
  margin: 5px 0;
}

.calculator-form h1:before,
.calculator-form h2:before {
  content: none !important;
}

/* ??? */

.calculator-form label b,
.form__headline {
  display: block;
  font-size: 125%;
  font-weight: bold;
  opacity: 0.25
}

.calculator-form__label {
  display: block;
  margin: 20px 0 5px 0;
}

.calculator-form__input,
.calculator-form__select {
  display: block;
  margin: 5px 0;
}










.content--single .post.tag-adv:lang(ru):before
{
  content: "На правах рекламы";
  opacity: 0.5;
}

.text-center
{
  text-align: center;
}





.comment
{
  margin: 25px 0 !important;
}

#content
{
  padding-top: 20px;
}












.chart { width: 100%; max-width: 520px; -webkit-max-width: 520px; }

.head, h1, h1 * {
  font-size: 135%;
}

#content ol,
#content ul { /*list-style: none;*/ padding-left: 25px; margin: 15px 0; }

#comments ol,
#comments ul,
#club-comments ol,
#club-comments ul { list-style: none; }

#content li { margin: 10px 0; }

.ul--disc
{ list-style: disc !important; }

div#content a {
  /*border-bottom: 1px dotted rgba(0, 175, 255, 0.25);*/
}

a.dashicons {
  border: 0!important;
}

.WB-Calendar-Form a.dashicons {
  color: #FFFFFF;
}





.Header {
  max-width: 520px;
  margin: 0 auto;
  /*margin-bottom: 6px;*/
  position: relative;
}

#lang-selector {
  display: block;
  position: absolute;
  right: 10px;
  top: 0px;
  width: 120px;
  max-width: 120px;
  background: #F1F3F8;
  border-radius: 10px;
  transition: all 0.5s;
  font-size: 1rem;
  line-height: 100%;
  padding: 3px 10px 3px 10px;
}

#lang-selector a {
  opacity: 0.75;
  cursor: pointer;
  display: block;
  padding: 6px;
}

#lang-selector a:hover {
  opacity:1;
}

#lang-selector * {
  color: #9BAABE;
  text-transform: capitalize;
}

#lang-selector:hover {
  background: #00AFFF;
}

#lang-selector:hover * {
color: #FFF;
}

#lang-selector .additional { display: none; }
#lang-selector:hover .additional { display: block; }






h1.entry-title, h1.entry-title * {
  /*color: #91DD00;*/
  font-size: 130%;
  text-align: center;
  margin: 25px auto;
}

h1.entry-title * {
  font-size: 100%;
}

.calculator-form {
    border-radius: 15px;
}

form h1,
form h2 {
  margin-top: 0 !important;
}

.WB-Calendar-Form a {
    color: #FFFFFF;
}

form dl {
  display: block;
  clear: both;
  /*margin-top: 15px;
  margin-bottom: 15px;*/
  overflow: hidden;
}

form dl dt {
  padding: 2px 0;
}

form dl dd {
  padding: 2px 0;
}

.disabled {
  opacity: 0.4;
}

select.disabled {
  opacity: 1;
  color: rgba(0, 0, 0, 0.25) !important;
}


dl.result {
  display: block;
  clear: both;
  margin-top: 15px;
  margin-bottom: 15px;
}

dl.result dt {
  float: left;
  width: 50%;
  min-width: 220px;
  background: #F1F3F8;
  text-align: left;
  padding: 3px 10px;
  margin-bottom: 5px;
}

dl.result dd {
  min-width: 220px;
  text-align: left;
  padding: 3px 0;
  margin-bottom: 5px;
}

dl.result dd b {
  font-weight: bold;
  color: #FF2AC2 !important;
  padding-left: 10px;
}





.aligncenter, img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.nowrap {
  white-space: nowrap!important;
}



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

tr {
  border-bottom: 1px solid #F1F3F8;
}

th {
  background: #EDEDED;
  font-weight: normal;
}

td, th {
  font-size: 85%;
  text-align: left;
  line-height: 100%;
  padding: 5px 10px; /*datepicker!!!*/
}

table+em, table+p em {
  font-size:85%;
  line-height: 100%;
  text-align: left;
}



/*@media (min-width: 480px) and (max-width:800px) {
}*/

.reference-value {
    background: rgba(0,0,0,0.05);
    padding: 0px 5px;
    border-radius: 5px;
    font-style: italic;
}

.positive {
  background: #DCFF76;
  /*padding: 0 5px;*/
}

.negative {
  background: #FFDCF5;
  /*padding: 0 5px;*/
}

.neutral {
  background: #FFF1C5;
  /*padding: 0 5px;*/
}

.positive .reference-value,
.negative .reference-value,
.neutral .reference-value {
  background: none;
}

.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}







#ui-datepicker-div {
  background: #FFF; padding: 5px;
  color: rgba(0, 0, 0, 0.25);
  border: 0;
  z-index: 999; /* ВАЖНО ДЛЯ КАЛЕНДАРЕЙ!!! */
}

.ui-state-default {
  border: 0;
  background: #FFFFFF!important;
  color: rgba(0, 0, 0, 0.5) !important;
}

.ui-state-active,
.ui-state-default:hover {
  background: red !important;
  color: #FFFFFF !important;
}

.ui-datepicker-today,
.ui-datepicker-today .ui-state-default,
.ui-datepicker-today:hover {
  background: #f1f3f8 !important;
  color: #00b6ff !important;
}

.ui-state-hover {
  background: #00b6ff !important;
  background: #1e538b !important;
  border: 0!important;
}

.ui-datepicker td span, .ui-datepicker td a {
    display: block;
    padding: .4em .2em;
    text-align: right;
    text-decoration: none;
}

.ui-datepicker-header {
    background: #00b6ff;
  border: 0;
  padding: 5px;
}

.ui-datepicker-header * {
  color: #fff!important;
}

.ui-datepicker-prev {
  display: block;
  float: left;
  cursor: pointer;
}

.ui-datepicker-next {
  display: block;
  float: right;
  cursor: pointer;
}

.ui-datepicker-title {
  text-align: center;
  font-weight: bold;
}

.ui-datepicker-calendar {
  border: 2px solid #F1F3F8;
}

.ui-datepicker-calendar tr {
  border: 0;
}


.ui-datepicker-calendar td {
  padding: 0;
}

sup { font-size: 60%; }

form dl dt { width: 100%; margin: 0; }
form dl dd { width: 100%; margin: 0; }

dl.result dt { width: 94%!important; display: block; margin: 0; padding: 2%; /*background: #FFF;*/ }
dl.result dd { width: 94%!important; display: block; margin: 0 0 15px 0; padding: 2%; background: #F1F3F8; }
dl.result dd b { margin: 0; }

.calculator-form {
  background: #F1F3F8;
  border-radius: 10px;
}

.calculator-form form {
  padding: 1rem;
}

.calculator-form dl {
  margin-top: 0;
}



.calculator-form .gender-girl {
	color: #FF7A69 !important;
  font-weight: bold;
}

.calculator-form .gender-boy {
	color: #67D6FF !important;
  font-weight: bold;
}

.calculator-form .switcher {
	padding: 5px 10px;
  border-radius: 5px;
  border: 0;
}

.calculator-form .switcher-girl,
.calculator-form .switcher-girl * {
	background: #FF7A69 !important;
  color: #FFF !important;
  font-weight: bold;
}

.calculator-form .switcher-boy,
.calculator-form .switcher-boy * {
	background: #67D6FF !important;
  color: #FFF !important;
  font-weight: bold;
}

.calculator-form a.switcher,
.calculator-form a.switcher * {
	background: #D9DFE9 !important;
  color: #FFF !important;
  font-weight: bold;
  border: 0 !important;
}

dl.result dt { /*width: 45%;*/ }












/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}

div.WB-BlockQuote { margin-bottom:20px; border-radius:10px; padding:15px; }
div.WB-BlockQuote p,
div.WB-BlockQuote ul { margin-top:0px !important; margin-bottom:12px !important; }
div.WB-BlockQuote ul li { margin-top:0px !important; margin-bottom:5px !important; }

div.WB-BlockQuote-Info { background:#F1F0E1; }
div.WB-BlockQuote-Info, div.WB-BlockQuote-Info * { color:#425067; }

div.WB-BlockQuote-Citation { background:#F1F0E1; }
div.WB-BlockQuote-Citation, div.WB-BlockQuote-Citation * { color:#425067; }

div.WB-BlockQuote-Important { background:#ffe7f5; }
div.WB-BlockQuote-Important, div.WB-BlockQuote-Important * { color:#FF2AC2; }

div.WB-BlockQuote-Warning { background:#FF7CDA; }
div.WB-BlockQuote-Warning, div.WB-BlockQuote-Warning * { color:#FFFFFF; }

div.WB-BlockQuote-User { background:#F1F3F8 url(http://club.wantbaby.ru/styles/prosilver/theme/images/quote.gif) no-repeat 11px 17px; padding-left:35px; }
div.WB-BlockQuote-User, div.WB-BlockQuote-User * { color:#3D4755; font-style:italic; }

.attachment-post-thumbnail { border: 5px solid #F1F1F1; margin-right:10px; float:left; }





.WB-Poll-Iframe { width:100%;padding:0;margin:0;border:0;overflow:hidden; }


#comments { margin-top: 25px; margin-bottom: 25px; }

.comment-reply-link
{
  padding: 4px 8px;
  border-radius: 5px;
  background: #00b5ff;
  color: #fff;
}

.comment-reply-link:hover
{
  background: #ff3500;
  color: #fff;
}

a.comment-reply-link::after {
  content: '';
}

ol.commentlist { padding-left: 0 !important; }

h3#comments-title { display:none; }

span.says { display:none; }

div.comment-author * { /*color: #1e538b;*/ font-weight: bold; }
div.comment-meta a { color: rgba(0,0,0,0.25); font-size: 0.8rem; border: 0; }

#comments #reply-title {display:none;}
.commentlist #form-allowed-tags {display:none;}
#comments .comment-form-comment label {display:none;}
#comments .comment-form-url {display:none;}

.commentlist p { margin-top:0; }

#respond {
  background: #F1F3F8;
  border-radius: 15px;
  padding: 1rem;
  margin-top: 20px;
}







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

div.WB-Link-Contents { margin: 10px 0 10px 0; }


/* ??? */

.WB-Pages {
  color: #9CA9C0;
  line-height: 240%;
}

.WB-Pages a {
  background: #F1F3F8;
  color: #9CA9C0;
  padding: 5px;
  border-radius: 15px;
  border: 0!important;
}

.WB-Pages .WB-Pages-Fertilization:hover {
  background: #FF6CE8 !important;
  color: #FFFFFF !important;
}

.WB-Pages .WB-Pages-Pregnancy:hover {
  background: #D057FF!important;
  color: #FFFFFF !important;
}

.WB-Pages .WB-Pages-Pregnancy-Select {
  background: #D057FF!important;
  color: #FFFFFF !important;
}

#content .WB-Pages { color:#9CA9C0; line-height: 240%;}
.WB-Pages a { padding:5px; border-radius: 15px; }
.WB-Pages .select,
.WB-Pages .WB-Pages-Select { background:#D057FF; color:#FFFFFF !important; }
.WB-Pages .WB-Pages-Pregnancy { /*background:#F9F0FF; color:#D06CFF;*/ }
.WB-Pages .WB-Pages-Pregnancy-Select,
.WB-Pages .WB-Pages-Pregnancy-Select:hover,
.WB-Pages .WB-Pages-Pregnancy:hover { background:#D057FF!important; color:#FFFFFF !important; }
.WB-Pages .WB-Pages-Fertilization { background:#FFEFFA; color:#FF6CE8; }
.WB-Pages .WB-Pages-Fertilization-Select,
.WB-Pages .WB-Pages-Fertilization-Select:hover,
.WB-Pages .WB-Pages-Fertilization:hover { background:#FF6CE8 !important; color:#FFFFFF !important; }



.pagination .page-numbers
{
  display: inline-block;
  min-width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  background: #a3aec4;;
  color: #fff;
  border-radius: 50%;
}

.pagination .current
{
  background: #00b6ff;
  color: #fff;
}

.pagination .dots
{
  background: #dfe6ee;
  color: #a3aec4;
}

.pagination .prev,
.pagination .next
{
  background: none;
  color: #a3aec4;
}

#comments .navigation
{
  overflow: auto;
  display: none;
}

#comments .navigation .nav-previous
{
  float: left;
}

#comments .navigation .nav-next
{
  float: right;
}

dl .dashicons-editor-help
{
  width: 18px;
  height: 18px;
  font-size: 1.8rem;
}

.Header {
  /*margin-top: 50px;*/
}



.result-title
{
	font-size: 150%;
  line-height: 125%;
  font-weight: bold;
	margin-top: 20px;
}

.result-description
{
	margin-bottom: 20px;
}

@media print {

  .wb-sidebar
  {
    display: none !important;
  }

}






@media print {


    .no-print,
    #comments
    {
      display: none !important;
    }
    /*.tag-tag-preschool * */
    .entry-title,
    .entry-content
    {
      display: none !important;
    }
    .tag-tag-preschool #worksheet-box
    {
      display: block !important;
      background: none;
      padding: 0;
    }


}

.print-worksheet { display: none; }


.iherb {
  background: rgb(148, 212, 5);
  color: white;
  display: block;
  text-align: center;
  padding: 25px;
  border-radius: 10px;
}

.iherb--logo {
  width: 50%;
  max-width: 100px !important;
  margin-bottom: 5px !important;
  display: block;
	margin: 0 auto;
}

.iherb--promocode {
  background: white;
  padding: 10px;
  margin-top: 10px;
  display: block;
  border-radius: 5px;
  font-size: 150%;
  color: #5bb000 !important;
}

.iherb--promocode::before {
  content: 'QMP722';
}

.iherb--like-tools::before {
  content: 'Do you like our tools?';
}

.iherb--support-project::before {
  content: 'The best way to support our project:';
  color: #ffffff;
}

.iherb--discount::before {
  content: 'Enjoy 5% discount!';
  color: #ffffff;
}

.Page_lang_rus
.iherb--like-tools {
  display: none;
}

.Page_lang_rus
.iherb--like-tools::before {
  content: '';
}

.Page_lang_rus
.iherb--support-project::before {
  content: 'Поддержать проект на iherb.com:';
}

.Page_lang_rus
.iherb--discount::before {
  content: 'Скидка 5%!';
}

/* FOOTER STYLES */

#page-footer {
  margin: 0 auto;
  float: none;
  clear: both;
  text-align: center;
  margin-bottom: 25px;
}

#page-footer div
{
  /*max-width: 520px;
  margin: 0 auto;*/
}

.footer__consult-your-doctor::before {
  content: 'All information provided on this site is for informational and educational purposes only. It is not intended to replace medical advice from your physician, doctor or healthcare professional.';
  display: block;
  margin-bottom: 15px;
}

.page-footer--rus
.footer__consult-your-doctor::before {
  content: 'Информация, представленная на сайте, не должна использоваться для самостоятельной диагностики и лечения и не может служить заменой очной консультации врача.';
}

.page-footer--rus
.footer__copyright::before {
  content: 'Copyright © ';
}

.page-footer--rus
.footer__copyright-content::before {
  content: 'Использование материалов сайта и сообщений из форумов без письменного согласия администрации сайта и авторов сообщений запрещено.';
  display: block;
  margin-bottom: 15px;
}

.page-footer--rus
.footer__advertising-content::before {
  content: 'За содержание рекламных материалов, размещенных на сайте, ответственность несет рекламодатель.';
  display: block;
  margin-bottom: 15px;
}

.page-footer--rus
.footer__advertising-link {
  display: block;
  margin-bottom: 15px;
}

.page-footer--rus
.footer__advertising-link::before {
  content: 'Реклама на сайте.';
}

.page-footer--rus
.footer__ask-link::before {
  content: '';
  display: block;
  margin-top: 15px;
}

/* JAVASCRIPT ERRORS */

.javascript-disabled::before {
  content: 'Your browser does not support JavaScript. You must enable JavaScript in your browser to use this website..';
}

.javascript-disabled--rus::before {
  content: 'В вашем браузере отключена поддержка JavaScript. Вы должны включить поддержку JavaScript для просмотра этого сайта.';
}

.javascript-disabled--ukr::before {
  content: 'У вашому браузері відключена підтримка JavaScript. Ви повинні включити підтримку JavaScript для перегляду цього сайту.';
}

.lowercase { text-transform: lowercase; }

.calculator-form .required::after { content: '*'; color: red; margin-left: 5px; }

.tag-tool-beta .calculator-form::before {
  content: "Beta";
  color: white;
  background: red;
  border-radius: 8px;
  float: right;
  margin-right: 15px;
  padding: 0;
  border-radius: 50%;
  margin-top: -25px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
}











.custom-header,
.single-featured-image-header,
.entry-meta,
.entry-footer { display: none; }


#primary {
	width: 100% !important;
	float: none !important;
	margin: 0 auto !important;
}

.calculator-form label {
	font-weight: 200;
}

yatag a,
yatag a *,
yatag a:hover,
yatag a:hover * {
    color: inherit;
}

article a,
article a * {
    color: #00b6ff;
}

.yap-rtb__iframe,
.yap-rtb__wrapper {     margin: auto !important; }




.navigation .screen-reader-text {
    display: none;
}

#comments .navigation {
	display: block;
}

.comment-body { padding: 10px 0; }

.comment-body > p { margin-top: 0px; }

.comment-body > .commentmetadata { margin: 5px 0; }



ol.comment-list {
    list-style: none;
    padding-left: 0 !important;
}



h1.entry-title {
	font-weight: 800 !important;
	font-size: 1.5rem !important;
	line-height: 125% !important;
	margin-bottom: 3rem;
}

h2 {
	font-weight: 400;
	font-size: 1.25rem !important;
	line-height: 125% !important;
  margin-top: 2rem;
	text-transform: inherit !important;
}

select { height: inherit !important; }

.entry-content a, .entry-summary a, .widget a, .site-footer .widget-area a, .posts-navigation a, .widget_authors a strong {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
	-webkit-transition: none !important; }

.skip-link.screen-reader-text { display: none; }





#tools.tag-tool-beta .calculator-form { margin-top: 50px; }



.chart { max-width: none !important; }


/* 404 */

.icon.icon-search {
    display: none;
}

.error-404.not-found {
    text-align: center;
    margin: 100px auto;
}

.search-field {
    background: #f5f3f3;
}

/* promo */

div#adfox-33-990x90 {
	margin: 25px 0;
}

article {
    margin-bottom: 50px;
}

.calculator-form__label {
    margin: 0px 0 20px 0;
}

h2#calculator + div.calculator-form {
	/*margin-top: -25px !important;*/
}

.prev.page-numbers, .next.page-numbers {
	background: #00b6ff;
  border-radius: 50% !important;
	transition: 0.5s;
}

.prev.page-numbers:hover, .next.page-numbers:hover {
	background: #ff3700;
}

.prev.page-numbers svg, .next.page-numbers svg {
	fill: white;
}

.page-numbers.current {
  color: #00b6ff;
}

#ui-datepicker-div { display: none; }





/* Back To Top */ 

.BackToTop {
  background: #00b6ff;
  color: white;
  bottom: 125%;
  right: 50%;
  margin: 0;
  margin-right: -25px;
  position: fixed;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  padding: 0;
  line-height: 50px;
  opacity: 0.5;
  -webkit-transition: 0.75s;
  -o-transition: 0.75s;
  transition: 0.75s;
  text-align: center;
  z-index: 999;
  display: block;
  cursor: pointer;
}

.BackToTop:hover {
  background: #00b6ff;
  opacity: 1;
}

.BackToTop::before {
  content: "⇧";
  font-size: 150%;
}





.tag__link {
  background: #00b6ff;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  display: inline-block;
  margin: 3px;
}

.tag__link:hover {
  background: #3084ff;
  color: #fff;
}


/* christmas winter #df000d #00bfd8 */