
body {
    font-family: 'PT Serif', Tahoma, serif;
    padding-top: 60px;
    margin: 0;
}
body.sidebar-vs {
    overflow: hidden;
}
.ovrl {
    display: none;
    position: fixed!important;
    top: 0!important;
    left: 0!important;
    width: 100vw!important;
    height: 100vh!important;
    background-image: none!important;
    background-color: rgba(0,0,0,0.5);
    animation-name: i-amphtml-sidebar-mask-fade-out;
    z-index: 103;
}
body.sidebar-vs .ovrl {
    display: block;
}
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/*a {
    text-decoration: none;
    color: #04b;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    text-decoration: underline;
}
a:hover {
    color: #FF56F3;
    text-decoration: underline;
}*/


a {
    text-decoration: none;
    color: #FF00EA;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    text-decoration: underline;
}
a:hover {
    color: #FF56F3;
    text-decoration: underline;
}


 body {
    font-family: Georgia,Cambria,Times New Roman,Times,serif;
    font-size: 21px;
    font-weight: 400;
    color: #333;
    line-height: 1.57;
}
h1 {
    font-size: 24px;
    line-height: 28px;
    font-weight: 900;
    text-transform: uppercase;
}
h2 {
    font-size: 22px;
    line-height: 26px;
    text-transform: uppercase;
    font-weight: 900;
}
h3 {
    font-size: 21px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: 900;
}
h4 {
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: 900;
}
iframe {
    max-width: 100%;
}

.hidden {
    display: none !important;
}
  /*.content a {
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
    color: #04b;
  }
.content a:hover {
   color: #07f;
  }*/

.content a {
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
    color: #04b;
  }
.content a:hover {
   color: red;
  }
  .content h1 {
  	margin-bottom: 20px;
  }

  .content h2, .content h3, .content h4 {
      margin-top: 20px;
  }
#menu a {
    font-size: 21px;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
    color: #04b;
}
#menu a:hover {
   color: red;
  }
.cntr {
    text-align: center;
}
p {
    margin: 0;
}

input, select, textarea {
    background: #fff;
}
h2, h3, h4, h5 {
    margin: 10px 0;
}


h5 {
    font-size: 20px;
}

.pc {
    margin: 0 auto;
    width: 100%;
    max-width: 1100px;
    padding: 0 20px;
}
.lcol {
    margin-right: 320px;
    position: relative;
}
.lcol .content {
    float: left;
    /* margin-left: 80px; */
    width: 100%;
}
.rcol {
    vertical-align: top;
    width: 290px;
    float: right;
    padding-top: 0px;
}
.rcol h2 {
    font-family: Helvetica,Arial,sans-serif !important;
    text-transform: uppercase;
    font-size: 21px;
    font-weight: normal;
    text-align: left;
    background: url(/bitrix/templates/v2mf/res/img/pkl.png)  no-repeat;
    background-size: 290px;
    background-position-y: 25px;
    padding-bottom: 18px;
}
.sbc_lh {
    background: url(/bitrix/templates/v2mf/res/img/pkl2.png) center no-repeat;
    background-size: 290px;
    background-position-y: 100%;
    padding-bottom: 18px;
}
.rcol .rb {
    margin-bottom: 20px;
}
.rcol .anlist {
    margin: 0;
}
.rcol .anlist img {
    max-width: 100%;
}
.rcol .anlist a {
    width: 100%;
    margin: 0 0 20px 0;
    color: #FF00EA;
    font-size: 80%;
    line-height: 1.2;
    text-decoration: none;
    color: #333;
    display: block;
    min-height: 245px;

    background: #f5f5f5 !important;
    font-family: Helvetica,Arial,sans-serif !important;
    border: inherit !important;
    border-radius: inherit !important;
    text-decoration: none !important;
    color: #000000 !important;
    font-weight: 400 !important;
    line-height: 1.25 !important;
}
.rcol .anlist a span {
    font-size: 22px;
    padding: 5px 12px;
    display: block;
}
.rcol .anlist a:hover img {
    opacity: 0.7;
}
.rcol .anlist a img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 0px;
    margin: 0 0 5px 0;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}
.rcol .anlist a span {
    line-height: 1.5;
}
.clear {
    clear: both;
    float: none;
}
.content p, .content ul, .content ol, .content {
    font-size: 21px;
    line-height: 1.58;
}
.content ul, .content ol {
    padding-inline-start: 20px;
}
.content p {
    margin: 10px 0;
}
.content {

}
.content .ctri {
    display: block;
    text-align: center;
}
header {
    background: url(https://www.missfit.ru/images/topper-2.gif);
    background-size: cover;
}
header .logo {
    padding: 0;
    text-align: center;
}
header .menuline {
    background-color: #ffe9ed;
    height: 45px;
    overflow: hidden;
}
header .menuline .burger {
    cursor: pointer;
    margin: 4px 0 0 0;
    float: right;
    border-radius: 40px;
    height: 38px;
    width: 38px;
    padding: 5px 0 0 6px;
    margin-right: -4px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
header .menuline .burger:hover {
    background: #fff;
    opacity: 0.7;
}
header .menuline .burger svg {
    width: 26px;
    height: auto;
}
header .menuline .search {
    cursor: pointer;
    margin: 10px 0 0 0;
    float: right;
}
header .menuline .search svg {
    width: 26px;
    height: auto;
}
header.sm {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    z-index: 99;
}
header.sm .menuline .search {
    margin-top: 12px;
}
header.sm .menuline .search svg {
    width: 18px;
}
header.sm .logo {
    width: 100px;
    position: absolute;
    left: 50%;
    margin-left: -50px;
}
header.sm .logo img {
    width: 100%;
    height: auto;
}
.fig {
    display: block;
    padding: 0px 0;
    background: #eee;
    text-align: center;
    margin: 20px 0;
    position: relative;

}

 .xjj6 {
        margin-bottom: -5px;
 }
.content p.artdates {
    font-size: 16px;
    color: #7b7b7b;
}
.content p.artdates .views i {
    display: inline-block;
    width: 16px;
    height: 18px;
    vertical-align: middle;
    margin-top: 0px;
}
.content p.artdates .views .svg_icon {
    color: #7b7b7b;
    fill: #7b7b7b;
    width: 100%;
    height: 100%;
}
.content p.artdates .views {
    float: right;
}
.share {
    text-align: center;
}
.lcb {
    margin: 20px -10px;
}
.lcb .anlist {
    margin: 0;
    width: 100%;
}
.anzlist {
    display: table;
    max-width: 100%;
    overflow: hidden;
}
#preload_news {
    display: block;
    margin: 20px;
    text-align: center;
    font-size: 80%;
    color: #666;
}
.anzlist .aitem.ecivda {
	background: #eee;
}
.anzlist .aitem {
    width: 33%;
    height: 380px;
    display: inline-block;
    vertical-align: bottom;
    margin: 0;
    padding: 5px 0 5px 10px;
    position: relative;
}
.anzlist .aitem .ainc {
    background-size: 100%;
    background-repeat: no-repeat;
    display: table;
    width: 100%;
    height: 100%;
    margin: 0 10px 10px 0;
    border-radius: 4px;
    cursor: pointer;
    text-decoration: none;
    font-weight: normal;
    -webkit-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
}
.anzlist .aitem .ainc:hover {
    opacity: 0.8;
    background-size: 110%;
}
.anzlist .aitem .ainc .abtn {
    display: table-cell;
    vertical-align: bottom;
    padding: 0 20px 35px 20px;
}
.anzlist .aitem:nth-child(3n) {
    margin-right: 0px;
}
.anzlist .aitem span.title {
    font-size: 24px;
    line-height: 1;
    color: #000;
    text-decoration: none;
    font-weight: bold;
}
.anzlist .aitem p {
    margin-top: 5px;
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 1.4;
    color: #000;
    max-height: 44px;
    overflow: hidden;
}
.anzlist .aitem .anz_vote {
    position: absolute;
    bottom: 10px;
    right: 10px;
    vertical-align: middle;
}
.anzlist .aitem .anz_vote a {
    display: inline-block;
    width: 24px;
    height: 24px;
    cursor: pointer;
    vertical-align: middle;
}
.anzlist .aitem .anz_vote .svg_icon {
    width: 100%;
    height: 100%;
}
.anzlist .aitem div.anz_vote {
    vertical-align: middle;
    font-family: sans-serif;
}
.anzlist .aitem .anz_vote span.anz_views {
    line-height: 24px;
    font-size: 70%;
    vertical-align: middle;
    margin-right: 7px;
}
.anzlist .aitem .anz_vote span.anz_views i {
    display: inline-block;
    width: 14px;
    height: 14px;
    vertical-align: middle;
    margin-top: -5px;
}
.anzlist .aitem .anz_vote span.anz_views u {
    text-decoration: none;
    top: 1px;
    position: relative;
}
.anzlist .aitem .anz_vote .anz_up .svg_icon {
    margin-top: -2px;
}
.anzlist .aitem .anz_vote .anz_down .svg_icon {
    margin-top: 2px;
}
.anzlist .aitem .anz_vote span, .anzlist .aitem .anz_vote .svg_icon {
    color: #5a5a5a;
    fill: #5a5a5a;
}
.anzlist .aitem.drk .anz_vote span, .anzlist .aitem.drk .anz_vote .svg_icon {
    color: #dddddd;
    fill: #dddddd;
}
.anzlist .aitem .anz_vote a:hover .svg_icon {
    fill: #000;
}
.anzlist .aitem.drk .anz_vote a:hover .svg_icon {
    fill: #fff;
}
.anzlist .aitem.drk span.title {
    color: #fff;
}
.anzlist .aitem.drk p {
    color: #fff;
}

.emoji_gradients {
    height: 0;
    overflow: hidden;
}

.color_block_3 {
    background: #FFEAC3;
    border-radius: 5px;
    margin-bottom: 15px;
    padding: 0px 15px;
}
.color_block_1 {
    background: #eee;
    border-radius: 10px;
    margin-bottom: 15px;
    padding: 10px 15px;
}
.color_block_2 {
    background: #cfffcd;
    border-radius: 10px;
    margin-bottom: 15px;
    padding: 10px 15px;
}
.color_block_2_c {
    background: #cfffcd;
    border-radius: 10px;
    margin-bottom: 15px;
    margin-top: 10px;
    padding: 10px 15px;
}
.color_block_4 {
    background: #FFE4E1;
    border-radius: 10px;
    margin-bottom: 15px;
    padding: 10px 15px;
}
.color_block_5 {
    background: #fffcd0;
    border-radius: 10px;
    margin-bottom: 15px;
    padding: 10px 15px;
}
.color_block_6 {
    background: #d8efff;
    border-radius: 10px;
    margin-bottom: 15px;
    padding: 10px 15px;
}
.color_block_7 {
    background: #ff550c1c;
    border-radius: 10px;
    margin-bottom: 15px;
    padding: 10px 15px;
}
.color_block_8 {
    background: #ffdce9;
    border-radius: 10px;
    margin-bottom: 15px;
    padding: 10px 15px;
}
.color_block_9 {
    background: #eccfff;
    border-radius: 10px;
    margin-bottom: 15px;
    padding: 10px 15px;
}
.block_gwl {
    border-left: 2px solid #CC0000;
    margin-left: -4px;
    background: #eee;
    padding: 10px 15px;
    margin: 0 0 20px 0;
}
.first-letter {
    color: #ff0000;
    font-size: 140%;
    font-weight: bold;
}
.content .color_block_3 p:first-letter {
    color:#ff0000;
    font-size:140%;
    font-weight: normal;
}
.content .bbt:first-letter {
    color:#ff0000;
    font-size:140%;
    font-weight: bold;
}
.note {
    font-weight: bold;
    color: #CC0000;
}
.content ol {
    margin: 15px 0px 20px 0;
    padding: 0;
    list-style-type: none;
    counter-reset: num;
}
.content ol li {
    margin: 0;
    padding: 0;
    font-size: 100%;
}
.content ol li::before {
    content: counter(num) '. ';
    counter-increment: num;
    font-weight: bold;
    color: red;
    color:#ff0000;
    font-size:140%;
    font-weight: bold;
}

.sidebar-container {

    min-width: 200px;
}

#menu ul {
    margin: 40px 0 0 0;
    padding: 0;
    list-style: none;
}
#menu ul li {
    margin: 0;
    padding: 5px 20px 5px 10px;
}
:focus {
    outline: none;
}
.content a.bigbutton, a.bigbutton {
    background-color: #FF00EA;
    display: block;
    text-align: center;
    padding: 10px;
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
    font-size: 18px;
    cursor: pointer;
}
input.bigbutton {
    font-family: Georgia,Cambria,Times New Roman,Times,serif;
    font-size: 18px;
    border: 0;
    display: block;
    width: 100%;
    text-transform: uppercase;
    cursor: pointer;
}
input.biginput {
    font-family: Georgia,Cambria,Times New Roman,Times,serif;
    font-size: 18px;
    border: 0;
    display: block;
    width: 100%;
    text-transform: uppercase;
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 10px 20px;
    border: 1px solid #FF00EA;
}
.content a.bigbutton:hover {
        color: #fff;
    }

.anzlist .aitem.ecivda.hhg  {
position: relative;
background: none;
        overflow: hidden;
        max-width: 100%;
    }

.follows-channel_djen {
    background-color: #fffbcb;
    background-image: -webkit-linear-gradient(to right, #feffe3, #fffbcb, #f7f0b8);
    background-image: linear-gradient(to right, #feffe3, #fffbcb, #f7f0b8);
    color: #333;
    padding: 10px;
    margin: 20px 0;
    text-decoration: none;
    display: block;
    font-weight: bold;
    font-style: italic;
    font-family: "Helvetica Neue",Helvetica,sans-serif;
    border-radius: 4px;
}
.follows-channel_djen:before {
    content: '';
    background-image: url(/bitrix/templates/fitness/image/djen.png);
    width: 52px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    display: table-cell;
    vertical-align: middle;
    height: 52px;
    animation: pulse 0.7s infinite;
    -webkit-animation: pulse 0.7s infinite;
    animation-timing-function: linear;
}
@-webkit-keyframes pulse {
   /* 0% { -webkit-transform: scale(1); }
    25% { -webkit-transform: scale(1.02); }
    50% { -webkit-transform: scale(1.04); }
    75% { -webkit-transform: scale(1.1); }
    100% { -webkit-transform: scale(1); }*/
 }
 @keyframes pulse {
    0% { -webkit-transform: scale(1); }
    50% { -webkit-transform: scale(1.04); }
    75% { -webkit-transform: scale(1.1); }
    100% { -webkit-transform: scale(1); }
 }
.follows-channel__content {
    font-size: 1em;
    line-height: 1.2em;
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
}
.follows-channel_djen span {
    /*color: #FF00EA;
    text-decoration: underline;*/
}

.follows-channel_tg {
    background-color: #bcd3ff;
    background-image: -webkit-linear-gradient(to right, #cceaff, #6dc5ff);
    background-image: linear-gradient(to right, #cceaff, #6dc5ff);
    /*color: #333 !important;*/
    padding: 10px;
    margin: 20px 0;
    text-decoration: none;
    display: block;
    font-weight: bold;
    font-style: italic;
    font-family: "Helvetica Neue",Helvetica,sans-serif;
    border-radius: 4px;
}

.follows-channel_tg:before {
    content: '';
    background-image: url('data:image/svg+xml;charset=utf-8,<svg fill="white" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="m9.417 15.181-.397 5.584c.568 0 .814-.244 1.109-.537l2.663-2.545 5.518 4.041c1.012.564 1.725.267 1.998-.931l3.622-16.972.001-.001c.321-1.496-.541-2.081-1.527-1.714l-21.29 8.151c-1.453.564-1.431 1.374-.247 1.741l5.443 1.693 12.643-7.911c.595-.394 1.136-.176.691.218z" /></svg>');
    border-radius: 40px;
    background-color: #26a4e4;
    width: 52px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    display: table-cell;
    vertical-align: middle;
    height: 52px;
    animation: pulse 0.7s infinite;
    -webkit-animation: pulse 0.7s infinite;
    animation-timing-function: linear;
    background-size: 60%;
}

.content img {
    max-width: 100%;
    height: auto;
    box-shadow: 1px 1px 8px -3px rgba(0,0,6,0.5);
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
}

.content img:hover {
    /*-webkit-transition:1s all;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);*/

    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);

    -moz-box-shadow: 1em 1em 1em -.5em rgba(0,0,6,0.5);
    -webkid-box-shadow: 1em 1em 1em -.5em rgba(0,0,6,0.5);
    box-shadow: 1em 1em 1em -0.5em rgba(0,0,6,0.5);

}
.content img.nohover {

    -webkit-transition:.0s all;

    box-shadow: none;
    margin: 0px;
}

.content img.nohover:hover {
    -webkit-transition:.0s all;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

#names_alpha img, #names_content img {
    -webkit-transition:.0s all;
    box-shadow: none;
}
#names_alpha img:hover, #names_content img:hover {
    -webkit-transition:.0s all;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}


.scrollToTopBig {
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 50px;
    right: 30px;
    display: none;
    border-radius: 50px;
    background: rgba(246,208,208,0.7) url(/images/totop7.png) no-repeat;
    cursor: pointer;
    z-index: 90;
    background-size: contain;
}
.scrollToTopBig:hover {
    background-color: #f6d0d0;
}
.cbl {
    margin: 20px 0 0 0;
}

 .newyaadb {
    display: table; margin: auto;
 }
 .newyaade {
    text-align: center;
    max-width: 100%;
    overflow: hidden;
    max-height: 80vh;
 }
 .newyaade .newyaadb {
    display: inline-block;
 }


div.path-way {
    padding: 10px 0 20px 0;
    color: #EF8484;
    /*text-transform: uppercase;*/
    font-size: 9px;
}
div.path-way i {
  font-style: normal;
  margin: 0 5px;
}
.bx-breadcrumb-item {
	display: inline-block;
}
a.path-way, a.path-way:link, a.path-way:visited, span.path-way {
    color: #EF8484;
    text-decoration: none;
    padding-right: 5px;
    padding-left: 5px;
}
a.path-way:first-child {
    padding-left: 0;
}
a.path-way:hover {
    color: red;
    text-decoration: underline;
}
.bx-breadcrumb .bx-breadcrumb-item a {
    color: #EF8484;
    text-decoration: underline;
}
.bx-breadcrumb .bx-breadcrumb-item span {
    font-family: "Helvetica Neue",Helvetica,sans-serif;
    font-size: 13px;
    color: #EF8484;
    text-decoration: none;
}

@media screen and (min-width: 500px) {
  html {
    margin-left: calc(100vw - 100%);
    margin-right: 0;
  }
}

@media screen and (max-width: 1024px) {
    .scrollToTopBig {
        display: none !important;
    }
}
@media screen and (max-width: 900px) {
    .layout-footer {
        display: none !important;
    }
     div.path-way {
     	/*display: none;*/
     }
     .bx-breadcrumb-item {
       display: inline;
     }
     .bx-breadcrumb-item:last-child {
       display: none;
     }
    .rcol {
        display: none;
    }
    .lcol {
        margin-right: 60px;
        margin-left: 0;
        width: 100%;
    }
    .lcol .content {
        float: none;
    }
    .anzlist .aitem {
        height: 420px;
        padding: 10px;
    }
    .lcb {
        margin: 20px -10px;
    }
}
@media screen and (max-width: 840px) {
    .anzlist .aitem:nth-child(3n) {
        margin-right: 0;
    }
    .anzlist .aitem {
        width: 49.5%;
        height: 380px;
    }
}
@media screen and (max-width: 520px) {
    .anzlist .aitem {
        width: 100%;
        height: 320px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .hosm {
        display: none;
    }
}
@media screen and (max-width: 420px) {
    .anzlist .aitem {
        height: 340px;
    }
    .pc {
        padding: 0 10px;
    }
}


/* ======= SIDEBAR ========== */
#sidebar {

    position: fixed;
    top: 0;
    right: -400px;
    max-width: 100vw;
    padding-bottom: 30px;
    z-index: 105;
    height: 100%;
    overflow-y: auto;
    /*box-shadow: -2px 0 20px rgba(0, 0, 0, 0.4);*/
    background-color: #f7f7f7;
}
.close-sb {
  position: absolute;
  height: 44px;
  width: 44px;
  right: 5px;
  top: 25px;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  z-index: 103;
  cursor: pointer;
}
.close-sb::after, .close-sb::before {
  content: '';
  position: absolute;
  height: 3px;
  width: 32px;
  left: 50%;
  top: 50%;
  background-color: #333;
}
.close-sb::after {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.close-sb::before {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -o-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
.close-sb:hover {
  opacity: .8;
}
/* ======= SIDEBAR END ========== */



/* ======= PRELOADER ========== */
#page-preloader {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #eee;
    z-index: 100500;
}
#page-preloader .wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 49px;
    height: 49px;
    margin-top: -25px;
    margin-left: -25px;
}
.cssload-loader {
        position: relative;
        display: inline-block;
	width: 49px;
	height: 49px;
	border-radius: 50%;
	vertical-align: middle;
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 49px;
    height: 49px;
    margin-top: -25px;
    margin-left: -25px;
}

.cssload-loader {
	width: 49px;
	height: 49px;
	border-radius: 50%;
	display: inline-block;
	position: relative;
	vertical-align: middle;
}
.cssload-loader,
.cssload-loader:before,
.cssload-loader:after {
	animation: 1.15s infinite ease-in-out;
		-o-animation: 1.15s infinite ease-in-out;
		-ms-animation: 1.15s infinite ease-in-out;
		-webkit-animation: 1.15s infinite ease-in-out;
		-moz-animation: 1.15s infinite ease-in-out;
}
.cssload-loader:before,
.cssload-loader:after {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
}

.cssload-loader:before,
.cssload-loader:after {
		content: "";
}

.cssload-loader {
		background-color: #fff;
		animation: cssload-fireworks 69s infinite ease-in-out;
		-o-animation: cssload-fireworks 69s infinite ease-in-out;
		-ms-animation: cssload-fireworks 69s infinite ease-in-out;
		-webkit-animation: cssload-fireworks 69s infinite ease-in-out;
		-moz-animation: cssload-fireworks 69s infinite ease-in-out;
}

		.cssload-loader:before {
				content: "";
				width: 80%;
				height: 80%;
				background-color: #fff;
				top: 10%;
				left: 10%;
				box-shadow: 5px -3px 0 rgba(255,100,100,0.7),
										5px 5px 0 rgba(100,255,100,0.7),
										-3px 5px 0 rgba(100,100,255,0.7),
										-5px -5px 0 rgba(240,240,120,0.7);
		-o-box-shadow: 5px -3px 0 rgba(255,100,100,0.7),
										5px 5px 0 rgba(100,255,100,0.7),
										-3px 5px 0 rgba(100,100,255,0.7),
										-5px -5px 0 rgba(240,240,120,0.7);
		-ms-box-shadow: 5px -3px 0 rgba(255,100,100,0.7),
										5px 5px 0 rgba(100,255,100,0.7),
										-3px 5px 0 rgba(100,100,255,0.7),
										-5px -5px 0 rgba(240,240,120,0.7);
		-webkit-box-shadow: 5px -3px 0 rgba(255,100,100,0.7),
										5px 5px 0 rgba(100,255,100,0.7),
										-3px 5px 0 rgba(100,100,255,0.7),
										-5px -5px 0 rgba(240,240,120,0.7);
		-moz-box-shadow: 5px -3px 0 rgba(255,100,100,0.7),
										5px 5px 0 rgba(100,255,100,0.7),
										-3px 5px 0 rgba(100,100,255,0.7),
										-5px -5px 0 rgba(240,240,120,0.7);
		}

.cssload-loader:after {
	content: "";
	border: 3px solid white;
	z-index: 2;
	top: -3px;
	left: -3px;
}



@keyframes cssload-fireworks {
	0%	 { transform: rotate(0deg); }
	100% { transform: rotate(360000deg); }
}

@-o-keyframes cssload-fireworks {
	0%	 { -o-transform: rotate(0deg); }
	100% { -o-transform: rotate(360000deg); }
}

@-ms-keyframes cssload-fireworks {
	0%	 { -ms-transform: rotate(0deg); }
	100% { -ms-transform: rotate(360000deg); }
}

@-webkit-keyframes cssload-fireworks {
	0%	 { -webkit-transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360000deg); }
}

@-moz-keyframes cssload-fireworks {
	0%	 { -moz-transform: rotate(0deg); }
	100% { -moz-transform: rotate(360000deg); }
}
/* ======= PRELOADER END ========== */




.layout-footer {
    display: none;
}


.header_ss_block {
    float: right;
    margin-right: 15px;
}
.header_ss_block a {
    width: 30px;
    font-size: 0;
    opacity: .7;
    display: inline-block;
    color: #333;
    fill: #333;
    margin-right: 20px;
    line-height: 20px;
}
.header_ss_block a.link_zen {
    width: 20px;
}
.header_ss_block a.link_tg {
    width: 20px;
}
.header_ss_block a.link_ok {
    width: 20px;
}
.header_ss_block a:before {
    content: "";
    display: block;
    width: 30px;
    height: 20px;
    position: absolute;
    background-repeat: no-repeat;
}
.header_ss_block a:hover {
    opacity: 1;
}
#sidebar .header_ss_block {
    float: none;
    text-align: center;
    display: none;
    margin: 20px 0 0 0;
}
#sidebar .header_ss_block a:before {
    width: 60px;
    height: 40px;
}
#sidebar .header_ss_block a {
    width: 40px;
    margin: 0 10px;
}
#sidebar .header_ss_block a.link_vk {
    width: 60px;
}
.footer_ss_block {
    display: none;
}
#sidebar .header_ss_block a {
    width: 48px;
    height: 48px;
    display: inline-block;
    margin: 0 10px;
}
#sidebar .header_ss_block a img {
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 840px) {
    .footer_ss_block {
        display: block;
    }
    #sidebar .header_ss_block {
        display: block;
    }
    .header_ss_block {
        display: none;
    }
}
.bxslider_wr ul {
    list-style-type: none !important;
    list-style: none !important;
}

/* ======= calendar berem ============ */
a.day:link {fonr-size: 16px; color: #000000; padding: 7 7 7 7;}
a.day:visited {size: 16px; color: #a2a2a2; background-color: #e2e2e2; padding: 7 7 7 7;}
a.day:hover {size: 16px; color: #ffffff; background-color: #ff00ea; padding: 7 7 7 7; text-decoration: none;}
a.day:active {size: 16px; color: #ffffff; padding: 7 7 7 7;}

.clnd a.day {
    font-size: 16px;
    color: #000000;
    padding: 10px 7px;
    font-weight: normal;
    margin: 0;
    display: block;
}
.clnd {
    width: 370px;
    max-width: 100%;
}
.clnd table {
    width: 100%;
}
.clnd table td {
    width: 12.5%;
    text-align: center;
}
@media screen and (max-width: 520px) {
    .clnd {
        width: 100%;
    }
}
/* ======= calendar berem end ============ */

.content ul.mainrubr.mpagessc {
    display: none;
}
a.ajj {
    cursor: pointer;
    text-decoration: none;
}
.gormoshka{
    border-radius: 4px;
    background-color: #fff1f3;
    margin: 20px 0;
}
.gormoshka h2 a.ajj {
    display: block;
    padding: 20px 0;
}
.gormoshka .burger1 {
    display: inline-block;
    line-height: 20px;
    vertical-align: middle;
    margin-right: 5px;
}
.gormoshka .burger1 svg {
    width: 26px;
    height: auto;
    fill: #000;
}
.bxslider_wr ul {
    list-style-type: none !important;
    list-style: none !important;
}



/* ======= SLIDER ============ */

.bxslider_wr * {
    transition: none !important;
}
.bxslider_wr ul {
    padding-inline-start: 0px !important;
    list-style-type: none !important;
    list-style: none !important;
}

.bxslider1 {

}
.bxslider_wr {
    margin: 20px auto;
    width: 612px;
    max-width: 100%;
    margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
    .bxslider_wr {
        /*width: auto; */
    }
    #footer .blck1.footermenu {
        width: 40%;
    }
}
/** VARIABLES
===================================*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin-bottom: 30px;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
}
.bxslider {
  margin: 0;
  padding: 0;
}
ul.bxslider {
  list-style: none;
}
.bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
}
/** THEME
===================================*/
.bx-wrapper {
  -moz-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
  border: 5px solid #fff;
  background: #fff;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}
/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url('//www.missfit.ru/bitrix/templates/fitness/css/images/bx_loader.gif') center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #000;
}
.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url('//www.missfit.ru/bitrix/templates/fitness/css/images/controls.png') no-repeat 0 -32px;
}
.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  background-position: 0 0;
}
.bx-wrapper .bx-next {
  right: 10px;
  background: url('//www.missfit.ru/bitrix/templates/fitness/css/images/controls.png') no-repeat -43px -32px;
}
.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 1;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url('//www.missfit.ru/bitrix/templates/fitness/css/images/controls.png') -86px -11px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url('images/controls.png') -86px -44px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}
.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}

#content .bx-wrapper img {
    margin: 0;
}

@media screen and (max-width: 640px)
 {
    .bx-wrapper .bx-pager {
        display:  none;
    }
 }
/* ======= SLIDER END ============ */

@media screen and (max-width: 320px) {
    .newyaade .newyaadb {
        /* display: flex; */
        /*margin-left: -10px;
        margin-right: -10px;*/
    }
    .anzlist .aitem.ecivda {
        padding-left: 0 !important;
        padding-right: 0 !important;
        height: auto !important;
    }
}
@media screen and (max-width: 1024px) {
  .newyaade {
    /*max-height: 80vh;*/
  }
}


/* ======= LEFT SHARE ============ */
.left_share_block {
    position: fixed;
    z-index: 8;
    margin-left: -80px;
    top: 50%;
    margin-top: -130px;
}
.left_share_block .article_bar_left .emoji a {
    display: block;
    width: 50px;
    height: 48px;
    border-radius: 10px 10px 0 0;
    background-color: #f2f2f2;
    text-align: center;
}
.left_share_block .article_bar_left .emoji a:nth-child(2) {
    margin-top: 2px;
    border-radius: 0 0 10px 10px;
}
.left_share_block .article_bar_left .emoji a svg {
    width: 24px;
    height: 24px;
    fill: #cfcfcf;
    margin-top: 13px;
}

.left_share_block .article_bar_left .emoji a:hover svg {
    width: 28px;
    height: 28px;
    transition: all 0.2s ease-out;
    margin-top: 11px;

}

.left_share_block .article_bar_left .emoji a svg {
    opacity: 0.4;
    fill: url(#emoji_s_1);
}
.left_share_block .article_bar_left .emoji a:nth-child(2) svg {
    opacity: 0.4;
    fill: url(#emoji_s_6);
}
.left_share_block .article_bar_left .emoji a:hover svg, .left_share_block .article_bar_left .emoji a.active svg {
    opacity: 1;
    fill: url(#emoji_s_1);
}
.left_share_block .article_bar_left .emoji a:nth-child(2):hover svg, .left_share_block .article_bar_left .emoji a.active:nth-child(2) svg {
    opacity: 1;
    fill: url(#emoji_s_6);
}
.left_share_block .share_left {
    margin-top: 10px;
}
.left_share_block .share_left a.share_open {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 10px;
    background-color: #f2f2f2;
    text-align: center;
}
.left_share_block .share_left a.share_open svg {
    width: 24px;
    height: 24px;
    fill: #44B839 ;
    margin-top: 13px;
    opacity: 0.4;
}
.left_share_block .share_left a.share_open:hover svg {
    /*fill: #333;*/
    width: 28px;
    height: 28px;
    transition: all 0.2s ease-out;
    margin-top: 11px;
    opacity: 1;
}
.left_share_block .share_left .share_buttons {
    display: block;
    width: 50px;
    border-radius: 10px;
    background-color: #f2f2f2;
}
.left_share_block .share_left .share_buttons a.button {
    display: block;
    width: 50px;
    height: 50px;
    text-align: center;
}
.left_share_block .share_left .share_buttons a.button svg {
    width: 32px;
    height: 32px;
    fill: #cfcfcf;
    margin-top: 10px;
}
.left_share_block .share_left .share_buttons a.button:nth-child(3) svg {
    width: 28px;
    height: 28px;
}
.left_share_block .share_left .share_buttons a.button:nth-child(4) svg {
    width: 28px;
    height: 28px;
}
.left_share_block .share_left .share_buttons a.button:nth-child(5) svg {
    width: 28px;
    height: 28px;
}
.left_share_block .share_left .share_buttons a.button:hover svg {
    fill: #000;
    transition: all 0.2s ease-out;
}
.left_share_block .share_left .share_buttons a.button svg {
    opacity: 0.4;
}
.left_share_block .share_left .share_buttons a.button:nth-child(1) svg {
    fill: #4b77a1;
}
.left_share_block .share_left .share_buttons a.button:nth-child(2) svg {
    fill: #f37400;
}
/*.left_share_block .share_left .share_buttons a.button:nth-child(3) svg {*/
/*    fill: #2ca5e0;*/
/*}*/
/*.left_share_block .share_left .share_buttons a.button:nth-child(4) svg {*/
/*    fill: #395a99;*/
/*}*/
.left_share_block .share_left .share_buttons a.button:nth-child(3) svg {
    fill: #FF00EA;
}
.left_share_block .share_left .share_buttons a.button:nth-child(4) svg {
    fill: #44B839;
}
.left_share_block .share_links_link_copied {
    position: absolute;
    left: 0;
    background: #fff;
    z-index: 5;
    padding: 10px 10px;
    background-color: #f2f2f2;
    border-radius: 10px;
    border: 0;
    margin-top: 2px;
    text-align: center;
    color: #44B839;
    font-size: 16px;
    width: 200px;
}

.left_share_block .share_left .share_buttons a.button:nth-child(1):hover svg {
    opacity: 1;
    fill: #4b77a1;
}
.left_share_block .share_left .share_buttons a.button:nth-child(2):hover svg {
    opacity: 1;
    fill: #f37400;
}
/*.left_share_block .share_left .share_buttons a.button:nth-child(3):hover svg {*/
/*    opacity: 1;*/
/*    fill: #2ca5e0;*/
/*}*/
/*.left_share_block .share_left .share_buttons a.button:nth-child(4):hover svg {*/
/*    opacity: 1;*/
/*    fill: #395a99;*/
/*}*/
.left_share_block .share_left .share_buttons a.button:nth-child(3):hover svg {
    opacity: 1;
    fill: #FF00EA;
}
.left_share_block .share_left .share_buttons a.button:nth-child(4):hover svg {
    opacity: 1;
    fill: #44B839;
}
@media screen and (max-width: 1000px) {
    .left_share_block {
        display: none;
    }
}
/* ======= LEFT SHARE END ============ */




video {
  border-radius: 10px;
  box-shadow: 1px 1px 8px -3px rgba(0,0,6,0.5);
}
.video_pl_wr {
  position: relative;
  padding-top: 56.25%;
  margin-bottom: 20px;
}
.video_pl_wr video {
  position: absolute;
  top: 0;
  height: 100%;
}
.video_pl_wr .play_btn {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 3;
}
.video_pl_wr .play_btn p {
  color: #000;
  font-size: 20px;
  background-color: #ffe9ed;
  display: inline;
  padding: 5px 10px;
  position: absolute;
  border-radius: 10px;
  border: 2px solid #fff;
  line-height: 22px;
  bottom: 10px;
  left: 10px;
  margin-right: 10px;
}
.video_pl_wr .play_btn::before{
  content: ' ';
  width: 60px;
  height: 60px;
  display: block;
  background: url(/images/icons/playbut3.png) no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -30px;
  margin-top: -30px;
  background-size: contain;
  transition: all 0.2s ease-out;
}
.video_pl_wr .play_btn.hdn {
  position: relative;
  display: block;
}
.video_pl_wr .play_btn.hdn::before {
  background: none  !important;
}
.video_pl_wr .play_btn.hdn p {
  display: none;
}
.video_pl_wr:hover .play_btn::before {
background: url(/images/icons/playbut3h.png) no-repeat;
background-size: contain;
}
@media screen and (max-width: 900px) {

}
@media screen and (max-width: 500px) {

    video {
      /*height: 300px;*/
      object-fit: cover;
    }
    video source::before {
      display: none;
    }
}

@media screen and (max-width: 500px) {
  .video_pl_wr {
    padding-top: 0;
  }
  .video_pl_wr .play_btn {
      height: auto;
      position: relative;
      display: block;
  }
  .video_pl_wr .play_btn p {
    color: #000;
    font-size: 20px;
    background-color: #ffe9ed;
    display: block;
    padding: 5px 10px;
    position: relative;
    border-radius: 10px;
    border: 2px solid #fff;
    line-height: 22px;
    bottom: auto;
    left: 0;
    margin-right: 0;
  }
  .video_pl_wr video {
    position: relative;
    display: block;
  }
  .video_pl_wr .play_btn p {
    display: block  !important;
  }
  .video_pl_wr .play_btn::before {
    margin-top: -30px;
    top: 100%;
    margin-top: 80px;
  }
  .content .ctri iframe {
      height: 280px;
  }
}

@media screen and (max-width: 400px) {

  .content .ctri iframe {
      height: 225px;
  }
}


#footeradv {
  max-height: 50vh;
}



.modal_dislike_request {
  width: 98%;
  max-width: 500px;
  position: fixed;
  top: 50%;
  left: 50%;
  background-color: #ffe9ed;
  transform: translate(-50%, -50%);
  border-radius: 5px;
  z-index: 105;
}
.modal_dislike_request .inc {
  padding: 0px 20px;
}
.modal_dislike_request .inc p {
  margin: 0 0 10px 0;
  padding-right: 25px;
}
.modal_dislike_request .inc p.center{
  text-align: center;
  padding-right: 0;
}
.modal_dislike_request .inc textarea {
  width: 100%;
  height: 60px;
  margin: 10px 0;
  border-radius: 5px;
  padding: 3px;
  max-width: 100%;
  font-size: 18px;
}
.modal_dislike_request .inc input[type='submit'] {
  border-radius: 5px;
}


.modal_comments_unavalilable {
  width: 98%;
  max-width: 500px;
  position: fixed;
  top: 50%;
  left: 50%;
  background-color: #ffe9ed;
  transform: translate(-50%, -50%);
  border-radius: 5px;
  z-index: 105;
}
.modal_comments_unavalilable .inc {
  padding: 0px 20px;
}
.modal_comments_unavalilable .inc p {
  margin: 0 0 10px 0;
  padding-right: 25px;
}
.modal_comments_unavalilable .inc p.center{
  text-align: center;
  padding-right: 0;
}





.qa_block {
  margin: 30px 0;
}
.qa_block h3::first-letter {
  color: #ff0000;
  font-size: 140%;
  font-weight: bold;
}
.qa_block h3 {
  line-height: 1.5;
    background: #d8efff;
    border-radius: 10px;
    margin-bottom: 15px;
    padding: 10px 15px;
    font-size: 18px;
}
.qa_block p {
  background: #eee;
  border-radius: 10px;
  margin-bottom: 15px;
  padding: 10px 15px;
  line-height: 1.5;
}




/* ======= FORMS ======== */
.mfajfrm {
    margin: 20px 0 ;
    vertical-align: top;
}
.mfajfrm input {
    font-family: 'PT Serif', Tahoma, serif;
    font-size: 19px;
    padding: 2px 5px;
    border: 1px solid #333;
}
.mfajfrm input[type='submit'] {
    cursor: pointer;
    background-color: #fd4470;
    border-color:  #fd4470;
    color: #fff;
}
.mfajfrm input[type='submit']:hover {
    background-color: #ff00ea;
    border-color:  #ff00ea;
}
.mfajfrm .buttonsubmit {
  cursor: pointer;
font-family: 'PT Serif', Tahoma, serif;
font-size: 22px;
padding: 4px 12px;
border: 1px solid #fd4470;
background-color: #fd4470;
color: #fff;
display: inline-block;
border-radius: 8px;
}
.mfajfrm .buttonsubmit:hover {
    background-color: #ff00ea;
    border-color:  #ff00ea;
    cursor: pointer;
}
.mfajfrm a.buttonsubmit:hover {
    color: #fff;
}
.names_form .twoforms .oot_form {
    display: inline-block;
    width: 48%;
    vertical-align: top;
}
.names_form .twoforms .oot_form.oot_form_snd {
    text-align: right;
    width: 44%;
    margin-left: 4%;
}
.names_form .twoforms .oot_form .oot_form_wr {
    display: inline-block;
    text-align: left;
}
.names_form .twoforms {
    min-height: 132px;
    background: url(/names/namebg.gif);
    border-radius: 4px 4px 0 0;
    padding: 10px 20px;
}
.sonnik_form .twoforms {
    min-height: 110px;
    background: url(/sonniki/namebg.gif);
    border-radius: 4px 4px 0 0;
    padding: 20px 20px;
}
.mfajfrm .twoforms input[type='text'], .mfajfrm .twoforms input[type='number'] {
    border: 1px solid #ff00ea;
    width: 70%;
}
.div_letters {
    text-align: center;
    min-height: 85px;
    border-top: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    background: #ffcfdb;
}
.div_letters_inc {
    padding: 5px 20px;
}
.names_form .div_letters {
    background: #ffcfdb url(/names/m.gif) 10px no-repeat;
}
.names_form .div_letters_inc {
    background: url(/names/zh.gif) right 10px top 15px no-repeat;
}
.mfajfrm ul.letters_list {
    max-width: 500px;
}
.mfajfrm ul.letters_list, .mfajfrm ul.letters_list li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: inline-block;
}
.mfajfrm ul.letters_list li {
    display: inline-block;
    margin: 2px 0;
    line-height: 25px;
    font-size: 23px;
}
.mfajfrm ul.letters_list li span {
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
    color: #333;
    display: inline-block;
    padding: 2px 5px;

}
.mfajfrm ul.letters_list li span.active {
    color: #ffffff;
    background: #ff00ea;
}
.mfajfrm  .mfa_results {
    padding: 10px 20px;
    background: #f8eaef;
    border-radius: 0 0 4px 4px;
    min-height: 50px;
    display: none;
}
.mfajfrm  .mfa_results h1  {
    color: #FE00EC;
    font-weight: normal;
    text-transform: none;
}
.mfajfrm ul.results_list, .mfajfrm ul.results_list li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: inline-block;
    line-height: 25px;
}
.mfajfrm ul.results_list li {
    width: 160px;
    margin: 2px 10px 2px 0;
}
.mfajfrm.sonnik_form ul.results_list li {
    width: 200px;
}

.mfajfrm ul.results_list li a {
    font-weight: normal;
    color: #FF00EA;
}
.sonnik_form .div_letters {
    background: #ffcfdb url(/sonniki/m.gif) 10px no-repeat;
}
.sonnik_form .div_letters_inc {
    background: url(/sonniki/zh.gif) right 10px top 5px no-repeat;
}

.mfajfrm.calorii_form {
    border-radius: 20px;
    padding: 10px 20px;
    border: 3px solid #ffdede;
    background: url(/i/callorii.gif) 10px 20px no-repeat;
}
.mfajfrm.calorii_form .headline {
    margin-left: 60px;
    background: url(/i/name-cal.gif) no-repeat;
    padding-top: 30px;
}
.mfajfrm.calorii_form .first_tbl {
    background: #ffefef;
    border-radius: 10px;
    width: 100%;
}
.mfajfrm.calorii_form .first_tbl td {
    width: 33%;
    padding: 5px;
    font-size: 18px;
}
.mfajfrm.calorii_form .first_tbl.first_tbl_th td {
    text-align: center;
    width: 100%;
}
.mfajfrm.calorii_form .first_tbl td input {
    width: 60px;
    border: 1px solid #bb7272;
}
.mfajfrm.calorii_form .first_tbl.first_tbl_th td input {
    width: 90px;
}
.mfajfrm.calorii_form .first_tbl td select {
    font-size: 19px;
    padding: 2px 5px;
    border: 1px solid #bb7272;
}
.mfajfrm.calorii_form .caloribtn {
    font-size: 18px;
    border-radius: 20px;
    border: 1px solid #ffdede;
    background: #ffefef;
    color: #bb7272;
    font-weight: normal;
    cursor: pointer;
    padding: 7px 15px;
    display: inline-block;
}
.mfajfrm.calorii_form .caloribtn:hover {
    color: #bb7272;
     background: #ffdede;
}
.mfajfrm.calorii_form p.cal_result b {
    color: red;
}
.datarodov_form .twoforms {
    min-height: 110px;
    background: url(/images/drbg.gif);
    border-radius: 4px 4px 0 0;
    padding: 20px 20px 5px 20px;
}
.datarodov_form .twoforms .frln {
    padding: 5px 10px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.7);
}
.datarodov_form .twoforms input[name='zicl'] {
    width: 40px;
}
.mfajfrm.datarodov_form select {
    padding: 2px 5px;
    border: 1px solid #bb7272;
    font-size: 19px;
}
.mfajfrm.datarodov_form  .mfa_preresults {
    border-top: 2px solid #ffffff;
    min-height: 85px;
    background: url(/images/drbg2.gif);
}
.mfajfrm.datarodov_form  .mfa_results {
    border-top: 2px solid #ffffff;
}
.mfajfrm.datarodov_form  .mfa_results p {
    font-size: 19px;
}
.mfajfrm.calzach_form {

}
.calzach_form .twoforms {
    min-height: 110px;
    background: #f8eaef;
    border-radius: 4px 4px 0 0;
    padding: 10px 20px 5px 20px;
}
.calorii_form_v2 .twoforms {
    min-height: 110px;
    background: #f8eaef;
    border-radius: 4px 4px 0 0;
    padding: 10px 20px 5px 20px;
}
.calorii_form_v2 div.form {
  padding: 10px 10px;
  background-color: #ffffff90;
  text-align: center;
  border-radius: 7px;
  margin: 0 0 20px 0;
}
.calorii_form_v2 input.blink {
  color: #fd4470;
}
.calorii_form_v2 .cal_result.blink  b{
  color: #fd4470;
}
.calorii_form_v2 div.form select {
  padding: 5px 10px;
  border: 1px solid #ff00ea;
  font-size: 18px;
}
.calorii_form_v2 .formrow {
  display: inline-block;
  width: 24%;
  min-width: 170px;
}
.calorii_form_v2 .buttonsubmit {
  margin-top: 10px;
}
.mfajfrm.calzach_form  .mfa_results {
    border-top: 2px solid #ffffff;
    background-color: #fff;
    padding: 10px 0;
}
.mfajfrm.calzach_form select {
    padding: 2px 5px;
    border: 1px solid #ff00ea;
    font-size: 19px;
}
.calberem_form .twoforms {
    min-height: 110px;
    background: #f8eaef;
    border-radius: 4px 4px 0 0;
    padding: 10px 20px 5px 20px;
}
.mfajfrm.calberem_form  .mfa_results {
    border-top: 2px solid #ffffff;
    background-color: #fff;
    padding: 10px 0;
}
.mfajfrm.calberem_form select {
    padding: 2px 5px;
    border: 1px solid #ff00ea;
    font-size: 19px;
}
.calTblMain    {    padding: 5px;    vertical-align: middle;    text-align: center;    border-collapse: collapse; margin-bottom: 25px;}
.calTblTitle   {    border: 2px solid #ffffff;    padding: 4px; color: #000000;font-size: 16px;}
.calTblMonth   {    border: 0px;}
.calTblDayNull {    border: 2px solid #ffffff;  padding: 4px; font-size: 20px; color: #000000;}
.calTblYesterday, .calTblDay {    border: 2px solid #ffffff;  padding: 4px; font-size: 16px; color: #000000;}
.calTblToday   {    border: 2px solid red;  padding: 4px; font-size: 20px;}
.calTblMain a:link {color: #000000;}
.calTblMain a:hover {color: #ff0000;}
.calTblMain a:visited {color: #000000;}
.calTblMain a:active {color: #000000;}
.blood {  background-color: #ff00ea; padding: 5 5 5 5;}
.danger {  background-color: #98fffd; padding: 5 5 5 5;}
.danger2 {  background-color: #00eeea; padding: 5 5 5 5;}
.ovul {  background-color: #00ec1c; padding: 5 5 5 5;}
.ovul_day {  background-color: #ffa71c; padding: 5 5 5 5;}
.safe {  background-color: #fce0e0; padding: 5 5 5 5;}

.berem_calendar_week {
    margin: 20px 0;
    padding: 10px 20px;
    border-radius: 10px;
}
.berem_calendar_week h3 {
    font-weight: normal;
    text-transform: none;
}

@media screen and (max-width: 520px) {
    .names_form .twoforms .oot_form,  .names_form .twoforms .oot_form.oot_form_snd {
        width: 100%;
        display: block;
        text-align: left;
        margin-left: 0;
    }
    .sonnik_form .twoforms input[type='text'] {
        width: 100%;
    }
    .mfajfrm.calorii_form {
        padding: 10px;
    }
    .datarodov_form .twoforms .frln {
        padding: 5px 0;
    }
    .datarodov_form .twoforms {
        padding: 10px 5px;
    }
    .calzach_form .twoforms {
        padding: 10px;
    }
    .calorii_form_v2 .twoforms {
        padding: 10px;
    }
    .mfajfrm.sonnik_form .twoforms {
        text-align: center;
    }
    .sonnik_form .twoforms input {
        margin-top: 10px;
    }
    .mfajfrm.names_form .oot_form, .names_form .twoforms .oot_form, .names_form .twoforms .oot_form.oot_form_snd, .names_form .twoforms .oot_form .oot_form_wr {
        text-align: center;
    }
    .names_form .twoforms input {
        margin-top: 5px;

    }
}
/* ======= FORMS END ======== */

.content .img_wr div, .content .ctri div, .ii_cb div {
  margin: 0 auto;
}
.ctri {
  position: relative;
}






.horo_nav {
    margin: 20px 0;
}
.horo_nav a {
    font-size: 70%;
    font-weight: normal;
    color: #04b;
    padding: 5px 10px;
    display: inline-block;
    margin-bottom: 10px;
}
.horo_nav a.active {
    border-radius: 10px;
    border: 1px solid;
}




.horo_nav_bottom {
    margin: 20px 0;
}
.horo_nav_bottom a {
    font-size: 70%;
    font-weight: normal;
    margin-right: 5px;
    margin-bottom: 5px;
    position: relative;
    top: -5px;
    padding: 3px 4px 3px 4px;
    color: #04b;
    display: inline-block;
    border-radius: 20px;
    background-color: #f2f2f2;
}
.horo_nav_bottom .icons a {
    top: 0;
    color: #04b;
}
.horo_nav_bottom .icons a:hover {
    background-color: #ffeeee;
}
.horo_nav_bottom .icons a svg {
    width: 24px;
    height: 24px;
    fill: #000;
    background-color: #fff;
    border-radius: 50%;
    padding: 3px;
    top: 10px;
}
.horo_nav_bottom .icons a.active {
    background-color: #fd4470;
    color: #fff;
}
.horo_nav_bottom .icon {
    display: inline-block;
    height: 24px;
    vertical-align: middle;
    margin-right: 2px;
}
.horo_nav_bottom .name {
    display: inline-block;
    height: 24px;
    vertical-align: middle;
    margin-right: 3px;
}
.horo_nav_bottom .icons a.allsigns {
    padding-left: 10px;
    padding-right: 10px;
}
@media screen and (max-width: 320px) {
    .horo_nav_bottom a {
        margin-right: 0px;
        padding: 3px 2px 3px 3px;
    }
}







.sign_selector_current {
    display: inline-block;
    border-radius: 10px;
    border: 1px solid #dddddd;
    color: #04b;
    padding: 5px 10px;
    font-size: 70%;
    font-weight: normal;
    cursor: pointer;
}
.sign_selector_current .icon {
    width: 18px;
    height: 18px;
    display: inline-block;
    top: 5px;
    position: relative;
    margin-right: 5px;
}
.sign_selector_current .icon svg {
    width: 100%;
    height: 100%;
}
.sign_selector_current .trea {
    width: 0px;
    height: 0px;
    border-top: 5px solid #999;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: none;
    top: 6px;
    position: relative;
    margin-left: 20px;
}
.sign_selector {
    display: none;
    position: absolute;
    max-width: 95vw;
    margin-top: 5px;
    z-index: 99999;
}
.sign_selector ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    background-color: #fff;
    border-radius: 10px;
    width: 400px;
    max-width: 100%;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    box-shadow: 2px 2px 25px -11px rgba(0,0,0,0.55);
}

.sign_selector ul li {
    width: 50%;
    padding: 5px 5px 0 5px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
}
.sign_selector ul li:hover {
    background-color: #f2f2f2;
    border-radius: 10px;
}
.sign_selector ul li .icon {
    width: 16px;
    height: 16px;
    display: block;
    float: left;
    top: 8px;
    position: relative;
}
.sign_selector ul li .name {
    display: block;
    float: left;
    line-height: 1.3;
    margin-left: 5px;
}
.sign_selector ul li .name .dates {
    font-size: 80%;
    color: #999;
    display: block;
}
.sign_selector ul li .icon svg {
    width: 100%;
    height: 100%;
}
.sign_selector ul li a {
    color: #04b;
}
@media screen and (max-width: 375px) {
    /*.sign_selector {*/
    /*    width: 100vw;*/
    /*}*/
    .sign_selector ul {
        padding: 5px;
    }
    .sign_selector ul li {
        padding: 2px 2px 0 2px;
    }
    .sign_selector ul li .name {
        font-size: 80%;
    }
    .sign_selector ul li .name .dates {
        font-size: 70%;
    }
    .sign_selector ul li .icon {
        width: 12px;
        height: 12px;
        top: 4px;
    }
}


textarea.autoheight {
    resize: none;
    overflow: hidden;
    min-height: 20px;
    width: 100%;
}

.bfl {
    display: inline-block;
}
.bfl::first-letter {
    color:#ff0000;
    font-size:140%;
}





.date-meta {
    font-size: 0.9rem;         /* Мелкий, но читаемый шрифт */
    color: #333;               /* Серенький цвет */
    font-style: italic;        /* Курсив уже есть в <i>, но можно продублировать */
    margin-top: 0.3em;
    text-align: left;          /* Выравнивание по левому краю */
}




.number-simple {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 34px;
    height: 32px;
    background: #fff;
    color: #e74c3c;
    font-weight: bold;
    border-radius: 50%;
    border: 2px solid #e74c3c;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}


