
html {
    -webkit-text-size-adjust:100%;
    -moz-text-size-adjust:100%;
    -ms-text-size-adjust:100%;
    text-size-adjust:100%;
}

a {
    text-decoration:none;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
}




a,button{
    outline: none;
    cursor:pointer;
}
li{
    list-style:none;
}
button{
    background:none;
    border:none;
}
b {
    display: inline;
    font-weight: 700;
}
a, button, input, textarea{
    -webkit-appearance: none;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.qnbody *:after,
.qnbody *:before{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.qnbody * {
    
    position: relative;
    margin:0;
    padding:0;
    word-wrap: break-word;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none;border-collapse:collapse;
    box-sizing: border-box;
}



input, textarea{
    display:block;
}
a, span, button, i{
    display: inline-block;
}


/******* input,textarea *******/


textarea{
    resize:none;
    outline:none;
    border:none;
    overflow:auto;
    -webkit-appearance:none;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
    background: none;
}
input{
    outline:none;
    border:none;
    -webkit-appearance:none;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
    background: none
}
input[type='number']{
    -moz-appearance:textfield;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button{
    -webkit-appearance:none;
}
input[type="submit"]{
    cursor:pointer;
    -webkit-appearance:none;
}
input[type="search"]::-webkit-search-cancel-button{
    background:none;
    display:none;
}


.qnbody * {
    outline: none;
}

.search-field input::-webkit-input-placeholder {color:#888888;}
.search-field input::-moz-placeholder          {color:#888888;}
.search-field input:-moz-placeholder           {color:#888888;}
.search-field input:-ms-input-placeholder      {color:#888888;}

.field-input.input-error input::-webkit-input-placeholder {color:#f2171e;}
.field-input.input-error input::-moz-placeholder          {color:#f2171e;}
.field-input.input-error input:-moz-placeholder           {color:#f2171e;}
.field-input.input-error input:-ms-input-placeholder      {color:#f2171e;}

input::-webkit-input-placeholder {color:#000;}
input::-moz-placeholder          {color:#000;}
input:-moz-placeholder           {color:#000;}
input:-ms-input-placeholder      {color:#000;}

.field-input.input-error textarea::-webkit-input-placeholder {color:#f2171e;}
.field-input.input-error textarea::-moz-placeholder          {color:#f2171e;}
.field-input.input-error textarea:-moz-placeholder           {color:#f2171e;}
.field-input.input-error textarea:-ms-input-placeholder      {color:#f2171e;}

textarea::-webkit-input-placeholder {color:#000;}
textarea::-moz-placeholder          {color:#000;}
textarea :-moz-placeholder           {color:#000;}
textarea:-ms-input-placeholder      {color:#000;}

input:focus::-webkit-input-placeholder {color: transparent; -webkit-transition:all 0.5s ease; -o-transition:all 0.5s ease; -moz-transition:all 0.5s ease; transition:  all 0.5s ease;}
input:focus::-moz-placeholder          {color: transparent; -webkit-transition:all 0.5s ease; -o-transition:all 0.5s ease; -moz-transition:all 0.5s ease; transition:  all 0.5s ease;}
input:focus:-moz-placeholder           {color: transparent; -webkit-transition:all 0.5s ease; -o-transition:all 0.5s ease; -moz-transition:all 0.5s ease; transition:  all 0.5s ease;}
input:focus:-ms-input-placeholder      {color: transparent; -webkit-transition:all 0.5s ease; -o-transition:all 0.5s ease; -moz-transition:all 0.5s ease; transition:  all 0.5s ease;}

textarea:focus::-webkit-input-placeholder {color: transparent; -webkit-transition:all 0.5s ease; -o-transition:all 0.5s ease; -moz-transition:all 0.5s ease; transition:  all 0.5s ease;}
textarea:focus::-moz-placeholder          {color: transparent; -webkit-transition:all 0.5s ease; -o-transition:all 0.5s ease; -moz-transition:all 0.5s ease; transition:  all 0.5s ease;}
textarea:focus:-moz-placeholder           {color: transparent; -webkit-transition:all 0.5s ease; -o-transition:all 0.5s ease; -moz-transition:all 0.5s ease; transition:  all 0.5s ease;}
textarea:focus:-ms-input-placeholder      {color: transparent; -webkit-transition:all 0.5s ease; -o-transition:all 0.5s ease; -moz-transition:all 0.5s ease; transition:  all 0.5s ease;}

.qnbody *:after {
    -webkit-transition: all 0.34s ease;
    -o-transition: all 0.34s ease;
    -moz-transition: all 0.34s ease;
    transition: all 0.34s ease;
}
.qnbody *:before {
    -webkit-transition: all 0.34s ease;
    -o-transition: all 0.34s ease;
    -moz-transition: all 0.34s ease;
    transition: all 0.34s ease;
}



.qnbody * {
    -webkit-transition: all 0.34s ease;
    -o-transition: all 0.34s ease;
    -moz-transition: all 0.34s ease;
    transition: all 0.34s ease;
}

/*fonts*/




@font-face {
    font-family: 'Exo';
        font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Exo';
        font-weight: 900;
    font-style: normal;
}




/*body*/

body {
    font-style: normal;
    color: #000;
    margin: 0;
    padding: 0px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    font-family: 'Exo';
}

a,
button{
    color: #000;
}

a:hover,
button:hover{
color: #e25588;
}

p, li{
    line-height: 30px;
}

.wrapper {
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
}


main {
    display: block;
}


.container {
    width: 100%;
    max-width: 1020px;
    min-width: 320px;
    margin: 0 auto;
    padding: 0 15px;
}


a,span,input,button,li {
    line-height: 1.25;
}

.text-rose ,
.text-rose *
{
    color: #f15c8f !important;
}

.uppercase {
    text-transform: uppercase;
}




header {
    padding: 20px 0;
}

a.header__banner {
    min-height: 100px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

a.header__banner:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    opacity: .6;
}
a.header__banner > * {
    z-index: 2;
}


a.header__banner:hover:after {
    opacity: .5;
}


a.header__banner > span {
    color: #ccc;
    font-size: 30px;
}

a.header__banner > span > span {
    font-weight: 700;
    font-size: 60px;
}

.header__middle {
    margin-top: 0px;
}

.header__middle-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header__middle-left {
    width: 350px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


.header__middle-right {
    width: -webkit-calc(100% - 350px - 50px);
    width: -moz-calc(100% - 350px - 50px);
    width: calc(100% - 350px - 50px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.header__age-count {
    font-size: 35px;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.header__age-count:after {
    content: '';
    position: absolute;
    width: 55px;
    height: 55px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background: url(../img/header/year-bg.png) center no-repeat , #e25588;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    overflow: hidden;
    left: -webkit-calc(50% - 28px);
    left: -moz-calc(50% - 28px);
    left: calc(50% - 28px);
    top: -webkit-calc(50% - 28px);
    top: -moz-calc(50% - 28px);
    top: calc(50% - 28px);
    z-index: -1;
}


.header__age-text {
    font-size: 17px;
    color: #4c4c4c;
    font-weight: bold;
    display: block;
    text-align: center;
    margin-top: 24px;
}

.header__age {
    margin-left: 5px;
}


.header__quote {
    padding: 5px;
    border: 1px dashed #ededed;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}


.header__quote-text {
    font-family: PT Sans;
    font-size: 14px;
    color: #4c4c4c;
    font-weight: 400;
    font-style: italic;
    width: 450px;
}

.header__quote-name {
    font-family: PT Sans;
    font-size: 14px;
    color: #4c4c4c;
    font-weight: 700;
    /* font-style: italic; */
}


.header__quote-sage {
    width: -webkit-calc(100% - 450px);
    width: -moz-calc(100% - 450px);
    width: calc(100% - 450px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}


.header__quote-picture {
    max-width: 40px;
    margin-left: 23px;
}

.header__middle-nav {
    margin-top: 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header__search {
    width: 300px;
}

.header__search-input > input {
    width: 100%;
    color: #242732;
    font-weight: 700;
    font-size: 15px;
    padding: 6px 0;
    border-bottom: 1px solid #bec2cd;
    padding-right: 25px;
}



.header__search-input > input::-webkit-input-placeholder {
    color: #bec2cd;
}



.header__search-input > input:-moz-placeholder {
    color: #bec2cd;
}



.header__search-input > input::-moz-placeholder {
    color: #bec2cd;
}



.header__search-input > input:-ms-input-placeholder {
    color: #bec2cd;
}



.header__search-input > input::-ms-input-placeholder {
    color: #bec2cd;
}



.header__search-input > input::placeholder {
    color: #bec2cd;
}

.header__search-submit {
    position: absolute;
    right: 0;
    top: -webkit-calc(50% - 8px);
    top: -moz-calc(50% - 8px);
    top: calc(50% - 8px);
}


.header__search-submit input[type="submit"] {
    background: url('../img/icons/svg/glass.svg') center no-repeat;
    width: 16px;
    height: 16px;
    -webkit-background-size: 16px 16px;
    -moz-background-size: 16px;
    background-size: 16px;
}

.header__user-hidden {
    /* display: none; */
    position: absolute;
}


.header__user-avatar {
    width: 35px;
    height: 35px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0px 8px 12px #0000001f;
    -moz-box-shadow: 0px 8px 12px #0000001f;
    box-shadow: 0px 8px 12px #0000001f;
}

a.header__user-wrap:hover .header__user-avatar {
    -webkit-box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.2);
}

a.header__user-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header__username {
    font-size: 17px;
    color: #4c4c4c;
    font-weight: 400;
    margin-left: 7px;
}


.header__user-hidden {
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.13), inset 0px 4px 0px 0px rgba(241, 92, 143, 0.004);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.13), inset 0px 4px 0px 0px rgba(241, 92, 143, 0.004);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.13), inset 0px 4px 0px 0px rgba(241, 92, 143, 0.004);
    position: absolute;
    width: 240px;
    padding: 20px 25px;
    left: -webkit-calc(50% - 120px);
    left: -moz-calc(50% - 120px);
    left: calc(50% - 120px);
    display: none;
    top: -webkit-calc(100% + 10px);
    top: -moz-calc(100% + 10px);
    top: calc(100% + 10px);
}

.header__user-hidden:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 4px;
    width: 100%;
    background: #e85889;
}

.header__user-hidden:before {
    content: '';
    position: absolute;
    background: url(../img/icons/tri.png) center no-repeat;
    width: 15px;
    height: 9px;
    top: -8px;
    left: -webkit-calc(50% - 8px);
    left: -moz-calc(50% - 8px);
    left: calc(50% - 8px);
}

.header__user-hidden ul li a {
    font-size: 17px;
    padding-left: 29px;
    color: #4c4c4c;
}

.header__user-hidden ul li {
    margin-bottom: 12px;
}


.header__user-hidden ul li:last-child {
    margin-bottom: 0px;
}





.header__user-hidden ul li:nth-child(1) a:before {
    content: '';
    position: absolute;
    left: 0;
    background: url("../img/icons/svg/up1.svg") center no-repeat;
    width: 16px;
    height: 16px;
    -webkit-background-size: 16px 16px;
    -moz-background-size: 16px;
    background-size: 16px;
    top: -webkit-calc(50% - 8px);
    top: -moz-calc(50% - 8px);
    top: calc(50% - 8px);
}

.header__user-hidden ul li:nth-child(2)  a:before{
    content: '';
    position: absolute;
    left: 0;
    background: url("../img/icons/svg/up2.svg") center no-repeat;
    width: 16px;
    height: 16px;
    -webkit-background-size: 16px 16px;
    -moz-background-size: 16px;
    background-size: 16px;
    top: -webkit-calc(50% - 8px);
    top: -moz-calc(50% - 8px);
    top: calc(50% - 8px);
}

.header__user-hidden ul li:nth-child(3)  a:before {
    content: '';
    position: absolute;
    left: 0;
    background: url("../img/icons/svg/up3.svg") center no-repeat;
    width: 16px;
    height: 16px;
    -webkit-background-size: 16px 16px;
    -moz-background-size: 16px;
    background-size: 16px;
    top: -webkit-calc(50% - 8px);
    top: -moz-calc(50% - 8px);
    top: calc(50% - 8px);
}


.header__user-hidden ul li:nth-child(4)  a:before {
    content: '';
    position: absolute;
    left: 0;
    background: url("../img/icons/svg/up4.svg") center no-repeat;
    width: 16px;
    height: 16px;
    -webkit-background-size: 16px 16px;
    -moz-background-size: 16px;
    background-size: 16px;
    top: -webkit-calc(50% - 8px);
    top: -moz-calc(50% - 8px);
    top: calc(50% - 8px);
}

.header__user-hidden ul li:nth-child(5)  a:before {
    content: '';
    position: absolute;
    left: 0;
    background: url("../img/icons/svg/up5.svg") center no-repeat;
    width: 16px;
    height: 16px;
    -webkit-background-size: 16px 16px;
    -moz-background-size: 16px;
    background-size: 16px;
    top: -webkit-calc(50% - 8px);
    top: -moz-calc(50% - 8px);
    top: calc(50% - 8px);
}


.header__user-hidden ul li:nth-child(6)  a:before {
    content: '';
    position: absolute;
    left: 0;
    background: url("../img/icons/svg/up6.svg") center no-repeat;
    width: 16px;
    height: 16px;
    -webkit-background-size: 16px 16px;
    -moz-background-size: 16px;
    background-size: 16px;
    top: -webkit-calc(50% - 8px);
    top: -moz-calc(50% - 8px);
    top: calc(50% - 8px);
}


.header__user-hidden ul li:nth-child(7)  a:before {
    content: '';
    position: absolute;
    left: 0;
    background: url("../img/icons/svg/up7.svg") center no-repeat;
    width: 16px;
    height: 16px;
    -webkit-background-size: 16px 16px;
    -moz-background-size: 16px;
    background-size: 16px;
    top: -webkit-calc(50% - 8px);
    top: -moz-calc(50% - 8px);
    top: calc(50% - 8px);
}



.header__user.active .header__user-hidden {
    display: block;
    z-index: 100;
}

.topics__all-navigation-item.views {
    right: -20px;
}





.header__search-input > input:focus ,
.header__search-input > input:active,
.header__search-input > input:hover {
    border-color: #373737;
}


.header__user-hidden ul li a:hover {
    text-decoration: underline;
}


.header__language .nice-select {
    padding:initial;
    border: none;
    line-height: initial;
    font-size: initial;
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
    width: 58px;
    height: 29px;
}

.header__language  ul.list {
    width: 100%;
}
.header__language .lru:after {
    content: '';
    position: absolute;
    background: url(../img/icons/rus.png) center no-repeat;
    width: 21px;
    height: 14px;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    min-height: initial;
    left: -webkit-calc(50% - 10px);
    left: -moz-calc(50% - 10px);
    left: calc(50% - 10px);
    top: -webkit-calc(50% - 7px);
    top: -moz-calc(50% - 7px);
    top: calc(50% - 7px);
}

.header__language .laz:after {
    content: '';
    position: absolute;
    background: url("../img/icons/azr.png") center no-repeat;
    width: 21px;
    height: 14px;
    min-height: initial;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    left: -webkit-calc(50% - 10px);
    left: -moz-calc(50% - 10px);
    left: calc(50% - 10px);
    top: -webkit-calc(50% - 7px);
    top: -moz-calc(50% - 7px);
    top: calc(50% - 7px);
}


.header__language .ltr:after {
    content: '';
    position: absolute;
    background: url("../img/icons/tr.png") center no-repeat;
    width: 21px;
    height: 14px;
    min-height: initial;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    left: -webkit-calc(50% - 10px);
    left: -moz-calc(50% - 10px);
    left: calc(50% - 10px);
    top: -webkit-calc(50% - 7px);
    top: -moz-calc(50% - 7px);
    top: calc(50% - 7px);
}

.header__language .len:after {
    content: '';
    position: absolute;
    background: url("../img/icons/en.png") center no-repeat;
    width: 21px;
    height: 14px;
    min-height: initial;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    left: -webkit-calc(50% - 10px);
    left: -moz-calc(50% - 10px);
    left: calc(50% - 10px);
    top: -webkit-calc(50% - 7px);
    top: -moz-calc(50% - 7px);
    top: calc(50% - 7px);
}


.header__language span.current {
    width: 100%;
}

.header__language span.current:after {
    left: 11px;
    top: -8px;
}


.header__menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.wrap-nav > ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header__bottom {
    background: url(../img/header/menu-bg.png) center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    margin-top: 15px;
}

.responsive-open img:first-child {
    display: block;
}


.responsive-open img:last-child {
    display: none;
}

.responsive-open.clicked img:last-child {
    display: block;
}

.responsive-open.clicked img:first-child {
    display:none;
}

.responsive-open {
    cursor: pointer;
}

.wrap-nav > ul > li > a {
    font-size: 17px;
    padding-right: 13px;
    color: #4c4c4c;
    padding: 11px 13px 11px 0;
    /* text-align: center; */
}

.wrap-nav {
    width: -webkit-calc(100% - 25px - 15px);
    width: -moz-calc(100% - 25px - 15px);
    width: calc(100% - 25px - 15px);
}


.wrap-nav > ul > li {
    /* flex: 1; */
}

.wrap-nav > ul > li > a:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 3.5px 0 3.5px;
    border-color: #a8a8a9 transparent transparent transparent;
    right: 0;
    top: 17px;
}


.responsive-open {
    width: 25px;
}


.submenu > ul li a {
    color: #4c4c4c;
    font-size: 18px;
}


.submenu {
    display: block;
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.13), inset 0px 4px 0px 0px rgba(241, 92, 143, 0.004);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.13), inset 0px 4px 0px 0px rgba(241, 92, 143, 0.004);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.13), inset 0px 4px 0px 0px rgba(241, 92, 143, 0.004);
    position: absolute;
    width: 240px;
    padding: 20px 25px;
    left: -webkit-calc(50% - 120px);
    left: -moz-calc(50% - 120px);
    left: calc(50% - 120px);
    top: -webkit-calc(100% + 10px);
    top: -moz-calc(100% + 10px);
    top: calc(100% + 10px);
    visibility: hidden;
    opacity: 0;
    z-index: -10;
}

.submenu {
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    padding-left: 0;
    padding-right: 0;
}

.wrap-nav > ul > li:hover .submenu {
    z-index: 20;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    visibility: visible;
    opacity: 1;
}







.header__user.active .header__username {
    color: #f180be;
}


.submenu:before {
    content: '';
    position: absolute;
    background: url(../img/icons/tri.png) center no-repeat;
    width: 15px;
    height: 9px;
    top: -8px;
    left: -webkit-calc(50% - 8px);
    left: -moz-calc(50% - 8px);
    left: calc(50% - 8px);
}


.submenu:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 4px;
    width: 100%;
    background: #e85889;
}

.submenu > ul > li {
    margin-bottom: 5px;
    padding: 2px 0px;
    position: static;
    padding-left: 20px;
}


.wrap-nav > ul > li > a:hover {
    color: #f15c8f;
}




.wrap-nav > ul > li > a:hover:after {
    border-color: #f15c8f transparent;
}
.wrap-nav > ul > li.active > a {
    color: #f15c8f;
}

.wrap-nav > ul > li.active > a:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}


.header__responsive-menu {
    width:220px;
    position: absolute;
    left: 15px;
    right: 15px;
    top: -webkit-calc(100% + 10px);
    top: -moz-calc(100% + 10px);
    top: calc(100% + 10px);
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.49), inset 0px 4px 0px 0px rgba(241, 92, 143, 0.004);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.49), inset 0px 4px 0px 0px rgba(241, 92, 143, 0.004);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.49), inset 0px 4px 0px 0px rgba(241, 92, 143, 0.004);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.header__responsive-menu:after {
    content: '';
    position: absolute;
    background: url(../img/icons/tri.png) center no-repeat;
    width: 15px;
    height: 9px;
    top: -8px;
    left: 0;
}


.header__responsive-menu:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 4px;
    width: 220px;
    background: #e85889;
    z-index: 1;
}



.header__responsive-menu > div {
    padding: 25px 20px 40px 20px ;
}

.header__responsive-left {
    width: 220px;
    background: url("../img/header/sub-bg.png") center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

.header__responsive-right {
    width: -webkit-calc(100% - 220px);
    width: -moz-calc(100% - 220px);
    width: calc(100% - 220px);
/*    -webkit-column-count: 5;
    -moz-column-count: 5;*/
    display: flex;
    justify-content: space-between;
}

.header__responsive-left ul li a {
    padding-left: 15px;
}
.header__responsive-left ul li a:before {
    background: #b5b7c0;
    content: '';
    position: absolute;
    left: 0;
    width: 7px;
    height: 7px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    top: 6px;
}

.header__responsive-left ul:first-child li a{
    font-size: 22px;
    color: #4c4c4c;
}


.header__responsive-left ul:first-child li {
    margin-bottom: 19px;
}

.header__responsive-left ul:first-child li:last-child {
    margin-bottom: 0px;
}


.header__responsive-left ul:first-child li a:before {
    top: 10px;
}

.header__responsive-left ul:last-child li a {
    color: #4c4c4c;
    font-size: 18px;
}


.header__responsive-left ul:first-child {
    margin-bottom: 40px;
}

.header__responsive-left ul:last-child li {
    margin-bottom: 20px;
}



.header__responsive-left ul:last-child li:last-child {
    margin-bottom: 0px;
}

.header__responsive-left ul li a:hover {
    text-decoration: underline;
}

.header__responsive-item > span {
    font-family:  'Exo';
    font-weight: 900;
    padding-left: 25px;
    font-size: 18px;
    color: #e25588;
    display: block;
}




.header__responsive-item.society > span:before {
    content: '';
    position: absolute;
    left: 0;
    background: url(../img/header/sub1.png) center no-repeat;
    width: 22px;
    height: 22px;
    left: 0;

    top: -1px;
    -webkit-background-size: 22px 22px;
    -moz-background-size: 22px;
    background-size: 22px;
}


.header__responsive-item.beauty > span:before {
    content: '';
    position: absolute;
    left: 0;
    background: url(../img/header/sub2.png) center no-repeat;
    width: 22px;
    height: 22px;
    left: 0;
    top: 1px;
    -webkit-background-size: 22px 22px;
    -moz-background-size: 22px;
    background-size: 22px;
}
.header__responsive-item.health > span:before {
    content: '';
    position: absolute;
    left: 0;
    background: url(../img/header/sub3.png) center no-repeat;
    width: 22px;
    height: 22px;
    left: 0;

    top: 2px;
    -webkit-background-size: 22px 22px;
    -moz-background-size: 22px;
    background-size: 22px;
}



.header__responsive-item.motherh > span:before {
    content: '';
    position: absolute;
    left: 0;
    background: url(../img/header/sub4.png) center no-repeat;
    width: 22px;
    height: 22px;
    left: 0;
    top: 0px;
    -webkit-background-size: 22px 22px;
    -moz-background-size: 22px;
    background-size: 22px;
}


.header__responsive-item.moda > span:before {
    content: '';
    position: absolute;
    left: 0;
    background: url(../img/icons/style-icon.png) center no-repeat;
    width: 22px;
    height: 22px;
    left: 0;
    top: 0px;
    -webkit-background-size: 22px 22px;
    -moz-background-size: 22px;
    background-size: 22px;
}


.header__responsive-item.dieta > span:before {
    content: '';
    position: absolute;
    left: 0;
    background: url(../img/icons/dieta-icon.png) center no-repeat;
    width: 22px;
    height: 22px;
    left: 0;
    top: 0px;
    -webkit-background-size: 22px 22px;
    -moz-background-size: 22px;
    background-size: 22px;
}


.header__responsive-item.virtuald > span:before {
    content: '';
    position: absolute;
    left: 0;
    background: url(../img/icons/book-icon.png) center no-repeat;
    width: 22px;
    height: 22px;
    left: 0;
    top: 0px;
    -webkit-background-size: 22px 22px;
    -moz-background-size: 22px;
    background-size: 22px;
}

.header__responsive-item.all > span:before {
    content: '';
    position: absolute;
    left: 0;
    background: url(../img/icons/footer-icon.png) no-repeat;
    width: 22px;
    height: 22px;
    left: 0;
    top: 1px;
    -webkit-background-size: 22px 22px;
    -moz-background-size: 22px;
    background-size: 22px;
}



.header__responsive-item.kitch > span:before {
    content: '';
    position: absolute;
    left: 0;
    background: url(../img/header/sub5.png) center no-repeat;
    width: 22px;
    height: 22px;
    left: 0;

    top: 1px;
    -webkit-background-size: 22px 22px;
    -moz-background-size: 22px;
    background-size: 22px;
}


.header__responsive-item.relation > span:before {
    content: '';
    position: absolute;
    left: 0;
    background: url(../img/header/sub6.png) center no-repeat;
    width: 22px;
    height: 22px;
    left: 0;

    top: 0px;
    -webkit-background-size: 22px 22px;
    -moz-background-size: 22px;
    background-size: 22px;
}



.header__responsive-item.life-style > span:before {
    content: '';
    position: absolute;
    left: 0;
    background: url(../img/header/sub7.png) center no-repeat;
    width: 22px;
    height: 22px;
    left: 0;
    top: 1px;
    -webkit-background-size: 22px 22px;
    -moz-background-size: 22px;
    background-size: 22px;
}




.header__responsive-item a {
    padding-left: 12px;
    font-size: 16px;
    color: #4c4c4c;
    font-weight: 400;
    font-family: 'Exo';
}


.header__responsive-item a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 4px;
    height: 1px;
    background: #4c4c4c;
}

.header__responsive-item:nth-child(2n) {
    margin-top: 30px;
}

.header__responsive-item li {
    margin: 7px 0;
}



@-webkit-keyframes  shadow {
    0%{
        -webkit-filter: drop-shadow(3px 4px 0px #5aade8);
        filter: drop-shadow(3px 4px 0px #5aade8);
    }

    50% {
        -webkit-filter: drop-shadow(3px 4px 0px #f69eda);
        filter: drop-shadow(3px 4px 0px #f69eda);
    }

    100% {
        -webkit-filter: drop-shadow(3px 4px 0px #79e8ae);
        filter: drop-shadow(3px 4px 0px #79e8ae);
    }
}



@-moz-keyframes  shadow {
    0%{
        filter: drop-shadow(3px 4px 0px #5aade8);
    }

    50% {
        filter: drop-shadow(3px 4px 0px #f69eda);
    }

    100% {
        filter: drop-shadow(3px 4px 0px #79e8ae);
    }
}



@-o-keyframes  shadow {
    0%{
        filter: drop-shadow(3px 4px 0px #5aade8);
    }

    50% {
        filter: drop-shadow(3px 4px 0px #f69eda);
    }

    100% {
        filter: drop-shadow(3px 4px 0px #79e8ae);
    }
}



@keyframes  shadow {
    0%{
        -webkit-filter: drop-shadow(3px 4px 0px #5aade8);
        filter: drop-shadow(3px 4px 0px #5aade8);
    }

    50% {
        -webkit-filter: drop-shadow(3px 4px 0px #f69eda);
        filter: drop-shadow(3px 4px 0px #f69eda);
    }

    100% {
        -webkit-filter: drop-shadow(3px 4px 0px #79e8ae);
        filter: drop-shadow(3px 4px 0px #79e8ae);
    }
}

.header__responsive-menu {
    position: absolute;
    left: 15px;
    right: 15px;
    top: -webkit-calc(100% + 10px);
    top: -moz-calc(100% + 10px);
    top: calc(100% + 10px);
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.49), inset 0px 4px 0px 0px rgba(241, 92, 143, 0.004);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.49), inset 0px 4px 0px 0px rgba(241, 92, 143, 0.004);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.49), inset 0px 4px 0px 0px rgba(241, 92, 143, 0.004);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    z-index: 120;

}

.header__responsive-menu.active {
    opacity: 1;

    pointer-events: visible;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    visibility: visible;
}


.sidebar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.sidebar__right {
    width: 240px;
}
.sidebar__left {
    width: -webkit-calc(100% - 240px - 10px);
    width: -moz-calc(100% - 240px - 10px);
    width: calc(100% - 240px - 10px);

}



a.welcome__slide {
    width: 100%;
    min-height: 400px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

.welcome__slide-text {
    background: #00000090;
    font-size: 25px;
    color: #fff;
    font-weight: 700;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 20px 20px 70px 20px;
}


.welcome__slider-navigation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    left: 20px;
    bottom: 30px;
}

.welcome__slider-navigation > div {
    position: relative;
    left: initial;
    top: initial;
    right: initial;
    bottom: initial;
}
.welcome__slider-navigation .swiper-button-next:hover,
.welcome__slider-navigation .swiper-button-prev:hover
{
    opacity: 1;
}

.welcome__slider-navigation .swiper-button-next {
    background: url("../img/icons/arrow-right.png") center no-repeat;
    width: 13px;
    height: 24px;
    margin: 0;
    opacity: .7;

}


.welcome__slider-navigation .swiper-button-prev {
    background: url("../img/icons/arrow-left.png") center no-repeat;
    width: 13px;
    height: 24px;
    margin: 0;
    opacity: .7;

}

.welcome__slider-navigation span.swiper-pagination-bullet {
    width: 34px;
    height: 4px;
    margin: 0 10px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #fff;
}


.swiper-pagination.welcome__pagination {
    margin: 0 24px;
    top: -5px;
}

.welcome__banner {
    background-color: rgb(210, 205, 202);
    overflow: hidden;
    padding: 20px 10px;
    width: 240px;
    height: 400px;
}

.welcome__banner:after {
    content: '';
    position: absolute;
    background: url(/sfiles/img/home/ads-bg.jpg) center no-repeat;
    width: 240px;
    height: 400px;
    bottom: 0;
    left: 0;
}

.welcome__banner-age {
    font-size: 26px;
    color: #fff;
    font-weight: 700;
    right: 10px;
    bottom: 10px;
    position: absolute;
    z-index: 1;
}



.welcome__banner-text span {
    display: block;
    text-align: center;
    z-index: 1;
}

.welcome__banner-text span:nth-child(1) {
    font-size: 18px;
    color: #ffffff;
    font-weight: 400;
}

.welcome__banner-text span:nth-child(2) {
    font-size: 30px;
    color: #ffffff;
    font-weight: 700;
}

.welcome__banner-text span:nth-child(3) {
    font-size: 25px;
    color: #fff;
    font-weight: 400;
}

.welcome__banner-text span {
    display: block;
    text-align: center;
    margin-bottom: 10px;
}




a.welcome__slide:hover .welcome__slide-text {
    padding-bottom: 80px;
}

a.welcome__banner:hover:after {
    bottom: -10px;
}
.text-center {
    text-align: center;
}


.video-about__video {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}


.video-about__overlay {
    height: 400px;
}

.video-about__overlay {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 2s ease;
    -o-transition: all 2s ease;
    -moz-transition: all 2s ease;
    transition: all 2s ease;
}


.video-about__overlay.hidden {
    opacity: 0;
    visibility: hidden;
}

div#playvideo {
    cursor: pointer;
}

.video-about__play:hover {
    -webkit-filter: contrast(1.2);
    filter: contrast(1.2);
}

.news {
    margin-top: 20px;
    background: url(../img/home/news-bg.png) center no-repeat;
    padding: 20px 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}


h2 {
    font-size: 25px;
    font-weight: 700;
    color: #000;
}



h2.h2_border_triline {
    padding-bottom: 16px;
}

h2.h2_border_triline:after {
    content: '';
    position: absolute;
    background: url("../img/icons/h2-triline.png") center no-repeat;
    width: 197px;
    height: 9px;
    left: -webkit-calc(50% - 98px);
    left: -moz-calc(50% - 98px);
    left: calc(50% - 98px);
    bottom: 3px;
}

.title.title__lvl-two {
    /* justify-content: center; */
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}


.justify-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.title.title__lvl-two > * {
    margin: 0;
}

.news__wrap {
    margin-top: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}


a.news__item {
    width: -webkit-calc(100% / 4 - 18px);
    width: -moz-calc(100% / 4 - 18px);
    width: calc(100% / 4 - 18px);
    margin-bottom: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}


.news__img-border {
    width: 72px;
    height: 72px;
    background: #fff;
    border: 1px solid #bec2cd;
    padding: 3px;
    overflow: hidden;
}

.news__text {
    width: -webkit-calc(100% - 72px - 10px);
    width: -moz-calc(100% - 72px - 10px);
    width: calc(100% - 72px - 10px);
}

.news__img {
    width: 100%;
    height: 100%;
}


.news__text > span {
    display: block;
    color: #4c4c4c;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.1;
    min-height: 51px;
}


.news__views {
    padding-top: 6px;
    border-top: 1px solid #dfd9e0;
    margin-top: 9px;
    padding-left: 25px;
    font-size: 14px;
    color: #babeca;
}


.news__views:before {
    content: '';
    position: absolute;
    left: 0;
    background: url(../img/icons/news-view.png) center no-repeat;
    width: 21px;
    height: 12px;
    top: -webkit-calc(50% - 3px);
    top: -moz-calc(50% - 3px);
    top: calc(50% - 3px);
}


.news__general {
    margin-top: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.news__general-item {
    background-color: rgba(255, 255, 255,.2);
    min-height: 103px;
    width: -webkit-calc(100% / 3 - 21px);
    width: -moz-calc(100% / 3 - 21px);
    width: calc(100% / 3 - 21px);
    /* text-align: center; */
    padding: 10px;
}

a.news__item:hover .news__text > span {
    color: #ff1821;
}

.news__general-item.time {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.news__general-item.time span {
    font-size: 18px;
    color: #979ba9;
    line-height: 1.7;
}

.news__general-item.weather {


}

.weather__item {
padding-top:10px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: none;
}

.weather__item.active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.weather__left {
    width: 160px;
    padding-left: 64px;
}



.weather__right {
    width: -webkit-calc(100% - 150px - 20px);
    width: -moz-calc(100% - 150px - 20px);
    width: calc(100% - 150px - 20px);
}

.weather__left span {
    display: block;
}

.weather__left span:first-child {
    font-size: 18px;
    color: #979ba9;
}

.weather__left span:last-child {
    font-size: 25px;
    font-weight: 700;
}


.weather__left .icon {
    position: absolute;
    left: 5px;
}
/*.weather__left:before {
    background: url(../img/icons/news-weather.png) center no-repeat;
    width: 51px;
    height: 42px;
    left: 5px;
    top: -webkit-calc(50% - 20px);
    top: -moz-calc(50% - 20px);
    top: calc(50% - 20px);
    content: '';
    position: absolute;
}*/

.weather__right span {
    display: block;
    font-size: 15px;
    color: #979ba9;
    margin: 6px 0;
}

.news__general-item.money {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.news__general-item.money span:first-child {
    font-weight: 700;
}

.money__item {
    padding-left: 30px;
    min-width: 192px;
    margin: 5px 0;
}

.news__general-item.money span:last-child {
    color: #4c4c4c;
    font-size: 16px;
}


.money__item.dollar:before {
    content: '';
    position: absolute;
    left: 0;
    background: url("../img/icons/dollar.png") center no-repeat;
    width: 14px;
    height: 23px;
}


.money__item.euro:before {
    content: '';
    position: absolute;
    left: 0;
    background: url("../img/icons/euro.png") center no-repeat;
    width: 15px;
    height: 19px;
}

.money__item.rub:before {
    content: '';
    position: absolute;
    left: 0;
    background: url("../img/icons/rub.png") center no-repeat;
    width: 16px;
    height: 18px;
}


.topics {
    margin-top: 20px;
}



.video-day__wrap {
    margin-top: 10px;
}



.topics__all {
    margin-top: 15px;
}


.topics__all-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}


a.topics__all-item {
    width: -webkit-calc(100% / 3 - 6px);
    width: -moz-calc(100% / 3 - 6px);
    width: calc(100% / 3 - 6px);
    background-color: rgb(248, 248, 252);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden;
}

.topics__all-img {
    width: 100%;
    min-height: 180px;
}

.topics__all-text {
    padding: 15px 11px;
    min-height: 90px;
    font-size: 17px;
    color: #4c4c4c;
}

.topics__all-navigation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 11px;
}


.topics__all-navigation:before {
    content: '';
    position: absolute;
    width: -webkit-calc(100% - 20px);
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px);
    left: 10px;
    top: 0;
    height: 1px;
    background:#e5e6ed;

}


.topics__all-navigation-item {
    font-size: 14px;
    color: #babeca;
}

.topics__all-navigation-item.views {
    padding-left: 26px;
}

.topics__all-navigation-item.views:before {
    content: '';
    position: absolute;
    background: url(../img/icons/news-view.png) center no-repeat;
    width: 21px;
    height: 12px;
    left: 0px;
    top: 3px;
}


.topics__all-navigation-item.feedback {
    padding-left: 26px;
}


.topics__all-navigation-item.feedback:before {
    content: '';
    position: absolute;
    background: url(../img/icons/comments.png) center no-repeat;
    width: 20px;
    height: 15px;
    left: 0;
    top: 1px;
}

a.topics__all-item:hover .topics__all-text {
    color: #ffb37b;
}

.top-blogger__slider-wrap {
    margin-top: 10px;
}

.top-blogger__slider.swiper-container {
    background: url(../img/home/blogger-bg.png) center no-repeat;
    border-color: #bec2cd;
    border-style: dashed;
    border-width: 1px;
    background-color: rgb(245, 245, 250);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;

}

.top-blogger__pagination.swiper-pagination {
    position: relative;
    margin: 10px 0 15px 0;
}

.top-blogger__slider.swiper-container .top-blogger__slide {
    min-height: 178px;
    padding: 9px 9px 15px 9px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    /* align-items: center; */
}



.top-blogger__pagination.swiper-pagination > span {
    width: 16px;
    height: 16px;
    background: #fff;
    border: 1px solid #e7e7e7;
    opacity: 1;
    margin: 0 5px;
}



.top-blogger__pagination.swiper-pagination span.swiper-pagination-bullet-active {
    background: #e25588;
    border-color: #e25588;
}

.top-blogger__head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;

    -webkit-align-items: center;

    -moz-box-align: center;

    -ms-flex-align: center;

    align-items: center;
}

.top-blogger__avatar {
    width: 75px;
    height: 75px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff !important;
}

.top-blogger__text {
    font-size: 16px;
    color: #4c4c4c;
    margin-left: 12px;
    display: block;
}


a.top-blogger__new {
    text-align: center;
    font-size: 16px;
    color: #4c4c4c;
    font-weight: 700;
}


a.top-blogger__new:hover {
    text-decoration: underline;
}

.top-poet__wrap {
    background: url(../img/home/top-poet-bg.png) center no-repeat;
    border-width: 1px;
    border-color: #ffc04f;
    border-style: dashed;
    min-height: 150px;
    padding: 9px 5px 15px 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}


.topics__top-poet {
    margin-top: 20px;
}


.top-poet__avatar {
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff !important;
    left: 5px;
}


.top-poet__compare {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


.top-poet__text {
    margin-left: 12px;
    font-size: 16px;
    color: #4c4c4c;
    font-weight: 400;
    display: block;
}


.diet__wrap .topics__all-text {
    min-height: 93px;
}

.religion {
    background: url(../img/home/rel-bg.png) center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    padding: 15px 0;
    margin-top: 20px;
}

.religion__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.religion__contetn-right {
    width: 420px;
    height: 190px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}



.religion__content-left {
    width: -webkit-calc(100% - 420px - 20px);
    width: -moz-calc(100% - 420px - 20px);
    width: calc(100% - 420px - 20px);
}



.religion__content-left p {
    font-size: 25px;
    color: #000000;
    font-weight: 400;
}

.religion__content-left span {
    display: block;
    font-weight: 700;
    font-size: 25px;
    margin-top: 15px;
}


.religion__contetn-right img {
    position: absolute;
    max-width: initial;
}


.religion__navigation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -6px;
}




.religion__caption {
    background-color: rgba(0, 0, 0,0.051);
    margin: 0px 6px;
    width: -webkit-calc(100% / 8 - 12px);
    width: -moz-calc(100% / 8 - 12px);
    width: calc(100% / 8 - 12px);
    margin-bottom: 10px;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    color: #808080;
    font-weight: 400;
    padding: 8px 10px;
}



.religion__caption.religion__caption_width_huge {
    overflow: hidden;
    width: 100%;
    cursor: initial;
}

.religion__caption:last-child {
    margin-bottom: 0px;
}


.religion__caption.active {
    background-color: rgba(221, 0, 0,.102);
}

.beauty__wrap {
    margin-top: 10px;
    width: 100%;
    min-height: 400px;
}
.beauty__caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px 20px;
    background: #0000006b;
}

.beauty__caption > span {
    color: #fff;
    font-weight: 700;
    font-size: 25px;
}

.beauty__navigation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
}
.beauty__navigation > div {
    font-size: 14px;
    color: #fff;
    margin-right: 65px;
}

.beauty__navigation-item.views {
    padding-left: 26px;
}

.beauty__navigation-item.feedback {
    padding-left: 26px;
}

.beauty__navigation-item.feedback:before {
    content: '';
    position: absolute;
    left: 0;
    background: url(../img/icons/comments.png);
    width: 20px;
    height: 15px;
    top: -webkit-calc(50% - 8px);
    top: -moz-calc(50% - 8px);
    top: calc(50% - 8px);
    -webkit-filter: brightness(2);
    filter: brightness(2);
}

.beauty__navigation-item.views:before {
    content: '';
    position: absolute;
    left: 0;
    background: url("../img/icons/news-view.png");
    width: 21px;
    height: 12px;
    top: -webkit-calc(50% - 6px);
    top: -moz-calc(50% - 6px);
    top: calc(50% - 6px);
    -webkit-filter: brightness(2);
    filter: brightness(2);
}

a.beauty__wrap:hover .beauty__caption {
    padding-bottom: 30px;
}

.title.title__lvl-two:not(.justify-center) h2.h2_border_triline:after {
    left: -44px;
}

.title.title__lvl-two:not(.justify-center) {
    padding-left: 38px;
}

.title.title__lvl-two:not(.justify-center) img {
    position: absolute;
    left: 0px;
    /* max-width: 28px; */
    max-height: 22px;
    top: 3px;
    margin: 0;
}

.religion__caption img {
    margin-right: 10px;
}

.topics__style {
    margin-top: 10px;
}

.style__wrap {
    margin-top: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.style__item {
    width: -webkit-calc(50% - 5px);
    width: -moz-calc(50% - 5px);
    width: calc(50% - 5px);
    background: #f8f8fc;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden;
    margin-top: 5px;
    margin-bottom: 5px;
    vertical-align: top;
}

.style__img {
    min-height: 250px;
}

.style__item > span {
    display: block;
    padding: 15px 11px;
    min-height: 70px;
    /*max-height: 50px;*/
}

.style__item:hover > span {
    color: #9C27B0;
}


.topics__diet {
    margin-top: 10px;
}



.newsbar__wrap {
    margin-top: 10px;
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
    max-height: 835px;
    -webkit-transition: none;
    -o-transition: none;
    -moz-transition: none;
    transition: none;
}

.newsbar__wrap * {
    -webkit-transition: none;
    -o-transition: none;
    -moz-transition: none;
    transition: none;
}


.newsbar__wrap  div#mCSB_1_container {
    padding: 0px 30px 0 10px;
    margin: 0;
}

a.newsbar__item p {
    font-size: 16px;
    font-weight: 400;
    color: #4c4c4c;
    line-height: 1.35;
}


a.newsbar__item {
    padding-bottom: 13px;
    border-bottom: 1px solid #eaebef;
    margin-bottom: 13px;
    padding-right: 0px;
}


a.newsbar__item:last-child {
    margin-bottom: 0px;
}

.newsbar__wrap .mCSB_draggerRail {
    background-color: #ebedf0 !important;
    width: 7px !important;
}
.newsbar__wrap .mCSB_dragger_bar {
    width: 7px;
    background: #bec2cd !important;
}
.newsbar__navigation > div {
    color: #babeca;
    font-size: 14px;
}

.newsbar__navigation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 5px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}



.newsbar__navigation > div {
    color: #babeca;
    font-size: 14px;

}




.newsbar__navigation-item.time {
    padding-left: 22px;
    margin-left: 60px;
}


.newsbar__navigation-item.time:before {
    content: '';
    position: absolute;
    left: 0;
    background: url("../img/icons/clock.png") center no-repeat;
    width: 15px;
    height: 15px;
    top: -webkit-calc(50% - 8px);
    top: -moz-calc(50% - 8px);
    top: calc(50% - 8px);

}

a.newsbar__item:hover p {
    color: #439859;
}

.topics__valuable {
    margin-top: 20px;
}



.valuable__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 22px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


.valuable__item:last-child {
    margin-bottom: 0px;
}

.valuable__caption {
    font-size: 14px;
    color: #4c4c4c;
    width: -webkit-calc(100% - 40px - 7px);
    width: -moz-calc(100% - 40px - 7px);
    width: calc(100% - 40px - 7px);
}

.valuable__wrap {
    margin-top: 10px;
}

.valuable__number {
    width: 40px;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
}


.valuable__number:after {
    content: '';
    position: absolute;
    background: #bec2cd;
    width: 35px;
    height: 35px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    left: -webkit-calc(50% - 18px );
    left: -moz-calc(50% - 18px );
    left: calc(50% - 18px );
    top: -webkit-calc(50% - 18px);
    top: -moz-calc(50% - 18px);
    top: calc(50% - 18px);
    z-index: -1;
}



.valuable__item:nth-child(1) .valuable__number:after {
    background: #85304f;
}



.valuable__item:nth-child(2) .valuable__number:after {
    background: #b7416c;
}



.valuable__item:nth-child(3) .valuable__number:after {
    background: #e25588;
}

.valuable__caption:hover {
    color: #e3b2f4;
}

.strength {
    margin-top: 20px;
    padding: 20px 0 0;
}

.strength__wrap {
    margin-top: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}


a.strength__item {
    background: #f8f8fc;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden;
    width: -webkit-calc(100% / 3 - 7px);
    width: -moz-calc(100% / 3 - 7px);
    width: calc(100% / 3 - 7px);
    margin-bottom: 20px;
}


.strength__img {
    min-height: 180px;
}

a.strength__item > span {
    font-size: 17px;
    padding: 16px 11px;
    color: #4c4c4c;
    min-height: 74px;
}

a.strength__item:hover > span {
    color: #439859;
}


a.topics__all-item.motherhood__item {
    width: -webkit-calc(100% / 4 - 6px);
    width: -moz-calc(100% / 4 - 6px);
    width: calc(100% / 4 - 6px);
}

.h2_color_white {
    color: #fff !important;
}


.h2_color_white.h2_border_triline:after {
    -webkit-filter: brightness(2);
    filter: brightness(2)
}


a.strength__item.kitchen__slide {
    width: 100%;
}

.swiper-pagination.kitchen__pagintaion {
    position: relative;
    margin: 10px 0 15px 0;
}

.swiper-pagination.kitchen__pagintaion > span {
    width: 16px;
    height: 16px;
    background:transparent;
    border: 1px solid #fff;
    opacity: 1;
    margin: 0 5px;
}

.swiper-pagination.kitchen__pagintaion span.swiper-pagination-bullet-active {
    background: #e25588;
    border-color: #e25588;
}

.kitchen {
    background: url("../img/home/kit-bg.png") center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    padding: 20px 0;
}

.quiz__container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.quiz__container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.quiz__container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.quiz__container input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.quiz__container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.quiz__container .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: white;
}


.motherhood {
    padding: 15px 0 30px 0;
}


.motherhood__links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 20px;
}

.motherhood__link {
    width: -webkit-calc(100% / 3 - 7px);
    width: -moz-calc(100% / 3 - 7px);
    width: calc(100% / 3 - 7px);
}

a.motherhood__board {
    padding-left: 20px;
    min-height: 135px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
}

a.motherhood__board.motherhood__board_topic_diet {
    background: #ffc600;
}

a.motherhood__board.motherhood__board_topic_motherhood {
    background: #be74d6;
}

a.motherhood__board.motherhood__board_topic_different {
    background: #44b6e6;
}


a.motherhood__board > span {
    font-size: 25px;
    color: #fff;
    font-weight: 700;
}

a.motherhood__board.motherhood__board_topic_diet:after {
    content: '';
    position: absolute;
    right: -32px;
    bottom: -20px;
    background: url(../img/home/dol1.png) center no-repeat;
    width: 214px;
    height: 139px;
}

a.motherhood__board.motherhood__board_topic_motherhood:after {
    content: '';
    position: absolute;
    right: 3px;
    bottom: -19px;
    background: url(../img/home/dol2.png) center no-repeat;
    width: 119px;
    height: 154px;
}


a.motherhood__board.motherhood__board_topic_different:after {
    content: '';
    position: absolute;
    right: -1px;
    bottom: -26px;
    background: url(../img/home/dol3.png) center no-repeat;
    width: 167px;
    height: 170px;
}

a.motherhood__board:hover:after  {
    opacity: 0;
    -webkit-transform: translateX(30px);
    -moz-transform: translateX(30px);
    -ms-transform: translateX(30px);
    -o-transform: translateX(30px);
    transform: translateX(30px);
}




.motherhood__button {
    margin-top: 20px;
}


.motherhood__button a {
    background-image: -moz-linear-gradient( 90deg, rgb(192,69,114) 0%, rgb(226,85,136) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(192,69,114) 0%, rgb(226,85,136) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(192,69,114) 0%, rgb(226,85,136) 100%);
    -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.17);
    -moz-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.17);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.17);
    min-width: 190px;
    padding: 10px 10px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    /* width: 100%; */
}
.motherhood__button {
    text-align: center;
}
.motherhood__button a:hover {
    -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.007);
    -moz-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.007);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.007);
    background: #ec6194;
}

.kitchen__slider-wrap {
    margin-top: 10px;
}

.movie {
    margin: 10px 0 15px 0;
}


.movie__img {
    width:235px;
    margin:5px;
    min-height: 360px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden;
}

.movie__type {
    font-size: 14px;
    color: #fff;
    background: #e1d40a;
    position: absolute;
    padding: 2px 21px;
    text-transform: none;
    top: 18px;
}

a.movie__link {
    width: 34px;
    height: 34px;
    background: #e25588;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    right: 10px;
    bottom: initial;
    top: 10px;
}

a.movie__link:after {
    content: '';
    position: absolute;
    background: url(../img/icons/movie-pl.png) center no-repeat;
    width: 12px;
    height: 14px;
    left: -webkit-calc(50% - 6px);
    left: -moz-calc(50% - 6px);
    left: calc(50% - 6px);
    top: -webkit-calc(50% - 7px);
    top: -moz-calc(50% - 7px);
    top: calc(50% - 7px);
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
}

a.movie__link:hover {
    opacity: .5;
}

.movie__img {
    margin: 0 auto 10px auto;

}


.movie__img + span {
    font-weight: 700;
    font-size: 17px;
    color: #4c4c4c;
}

.movie__slide > span:last-child {
    font-size: 16px;
    color: #4c4c4c;
    margin-top: 7px;
}

.movie__slide > span {
    display: block;
}

.movie__slider-wrap {
    margin-top: 10px;
}

.movie__navigation {
    position: absolute;
    right: 0;
    top: 8px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}


.movie__navigation > div {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin:0px;
    background-image: none;
}

.swiper-button-next.movie__next {
    background: url("../img/icons/book-next.png") center no-repeat;
    width: 16px;
    height: 25px;
}

.swiper-button-prev.movie__prev {
    background: url("../img/icons/book-prev.png") center no-repeat;
    width: 16px;
    height: 25px;
}

.movie__navigation > div {
    margin: 0 25px;
}


.horoscope {
    background: url(../img/home/horoscope-bg.png) center no-repeat;
    padding: 15px 0 30px 0;
    margin-top: 20px;
}

.horoscope__items {
    margin: 10px 0 30px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    /* align-items: center; */
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.title.title__lvl-two.justify-center > * {
    margin: 0 4px;
}



a.horoscope__item {
    width: -webkit-calc(100% / 6);
    width: -moz-calc(100% / 6);
    width: calc(100% / 6);
    margin-bottom: 30px;
    text-align: center;
}

a.horoscope__item span {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
    width: 108px;
    height: 108px;
}


a.horoscope__item:hover span {

    transform: scale(1.3);
}
.dream-book__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 10px;
    max-width: 850px;
    margin: 0 auto;
    margin-top: 10px;
}



a.dream-book__item {
    -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(126, 134, 147,.8);
    width: 41px;
    font-size: 22px;
    height: 41px;
    margin: 0 4px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 13px;
}


a.dream-book__item:hover {
    background-color: rgba(131, 92, 132, 0.9);
}

.book {
    margin-top: 20px;
    min-height: 465px;
}

.book__compare:after {
    content: '';
    position: absolute;
    width: 1091px;
    height: 484px;
    background: url(../img/home/book-bg.png) no-repeat;
    left: -56px;
    top: 6px;
}


.book__compare > * {
    z-index: 2;
}
.book__compare {
    padding-top: 10px;
}

.book__slider-wrap {
    margin-top: 10px;
}

.book__navigation {
    position: absolute;
    right: 10px;
    top: 18px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}


.book__navigation > div {
    margin: 0 25px;
}

.book__navigation > div {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-image: none;
}

.book__navigation .swiper-button-next {
    background: url(../img/icons/book-next.png) center no-repeat;
    width: 16px;
    height: 25px;
}

.book__navigation .swiper-button-prev {
    background: url(../img/icons/book-prev.png) center no-repeat;
    width: 16px;
    height: 25px;
}

a.book__slide > span {
    font-size: 17px;
    color: #4c4c4c;
    font-weight: 700;
    margin-bottom: 3px;
}


.book__border {
    border: 3px solid #e1e2e6;
    background: #fff;
    padding: 10px;
}

.book__img {
    min-height: 239px;

}

.facebook-group {
    margin: 10px 0;
}

a.book__slide:hover > span {
    text-decoration: underline;
}


.quiz {
    background: url(../img/home/quiz-bg.png) center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    padding: 10px 10px 25px 10px;
}

.quiz__wrap {
    margin-top: 10px;
}
.quiz__wrap form > span {
    font-size: 17px;
    color: #4c4c4c;
    font-weight: 700;
    display: block;
    margin-bottom: 14px;
}

.quiz__wrap label.quiz__container {
    padding-left: 31px;
    color: #4c4c4c;
    font-size: 15px;
}


.checkmark {
    position: absolute;
    border-style: solid;
    border-width: 0px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: inset 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
    width: 18px;
    height: 18px;
    border-radius: 50%;
}

.quiz__container .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: white;
    left: -webkit-calc(50% - 4px);
    left: -moz-calc(50% - 4px);
    left: calc(50% - 4px);
    top: -webkit-calc(50% - 4px);
    top: -moz-calc(50% - 4px);
    top: calc(50% - 4px);
}

.quiz__submit {
    margin-top: 22px;
    text-align: center;
}

.quiz__submit button {
    background-image: -moz-linear-gradient( 90deg, rgb(192,69,114) 0%, rgb(226,85,136) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(192,69,114) 0%, rgb(226,85,136) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(192,69,114) 0%, rgb(226,85,136) 100%);
    -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.17);
    -moz-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.17);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.17);
    min-width: 165px;
    padding: 7px 10px;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
}

.quiz__submit button:hover {
    -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.07);
}

.mailing {
    margin-top: 10px;
}

.mailing__wrap {
    margin-top: 10px;
}

.mailing__input input {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(225, 226, 230);
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: inset 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 48px;
    padding: 10px 12px;
    font-size: 16px;
    color: #4c4c4c;

}

.forum {
    margin-top: 10px;
}



.forum__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 10px;
}

a.forum__item {
    width: -webkit-calc(100% / 3 - 8px);
    width: -moz-calc(100% / 3 - 8px);
    width: calc(100% / 3 - 8px);
    padding: 20px 17px;
    border: 1px dashed #dcdee4;
    margin-bottom: 20px;
}


a.forum__item:nth-child(1),
a.forum__item:nth-child(2),
a.forum__item:nth-child(3)
{
    border-color: #e37f7f;
}


span.forum__date {
    font-size: 14px;
    color: #babeca;
    display: block;
    font-weight: 400;
}

span.forum__caption {
    font-size: 17px;
    color: #4c4c4c;
    display: block;
    margin-top: 11px;
    margin-bottom: 11px;
    min-height: 42px;
}

.forum__navigation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.forum__navigation > div {
    font-size: 14px;
    color: #babeca;
    font-weight: 400;
    padding-left: 25px;
}

.forum__navigation-item.feedback {
    margin-right: 44px;
}

.forum__navigation-item.feedback:before {
    content: '';
    position: absolute;
    background: url("../img/icons/comments.png") center no-repeat;
    width: 20px;
    height: 15px;
    left: 0;
    top: -webkit-calc(50% - 8px);
    top: -moz-calc(50% - 8px);
    top: calc(50% - 8px);
}


.forum__navigation-item.views:before {
    content: '';
    position: absolute;
    background: url("../img/icons/news-view.png") center no-repeat;
    width: 21px;
    height: 12px;
    left: 0;
    top: -webkit-calc(50% - 6px);
    top: -moz-calc(50% - 6px);
    top: calc(50% - 6px);
}

a.forum__item:hover {
    border-style: solid;
}
footer {
    margin-top: 30px;
    background: url("../img/home/foot-bg.png") center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}


.footer__top {
    padding: 30px 0 40px 0;
}

span.footer__hot-title {
    font-size: 14px;
    color: #808080;
    font-weight: 400;
}



.footer__hot-marquee {
    white-space: nowrap;
}

.footer__hot-marquee {

    display: -webkit-box;

    display: -webkit-flex;

    display: -moz-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

a.footer__hot-item {


}

@-webkit-keyframes scroll {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    100% {
        -webkit-transform: translate(-100%, 0);
        transform: translate(-100%, 0)
    }
}

@-moz-keyframes scroll {
    0% {
        -moz-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    100% {
        -moz-transform: translate(-100%, 0);
        transform: translate(-100%, 0)
    }
}

@-o-keyframes scroll {
    0% {
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    100% {
        -o-transform: translate(-100%, 0);
        transform: translate(-100%, 0)
    }
}

@keyframes scroll {
    0% {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    100% {
        -webkit-transform: translate(-100%, 0);
        -moz-transform: translate(-100%, 0);
        -o-transform: translate(-100%, 0);
        transform: translate(-100%, 0)
    }
}


.footer__hot-marquee {
    -webkit-animation: scroll 85s infinite linear;
    -moz-animation: scroll 85s infinite linear;
    -o-animation: scroll 85s infinite linear;
    animation: scroll 85s infinite linear;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;

}

.footer__hot-marquee:hover {
    -moz-animation-play-state: paused;
    -webkit-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}

.footer__hot {
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.24);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 60px;
    margin: 0 -58px;
    margin-bottom: 50px;
}



.footer__hot-decor:after {
    content: '';
    position: absolute;
    background: url("../img/icons/zakrepa.png") center no-repeat;
    width: 17px;
    height: 33px;
    left: -40px;
    z-index: 1;
    top: -webkit-calc(50% - 27px);
    top: -moz-calc(50% - 27px);
    top: calc(50% - 27px);

}

.footer__hot-decor:before {
    content: '';
    position: absolute;
    background: url(../img/icons/zakrepa.png) center no-repeat;
    width: 17px;
    height: 33px;
    right: -40px;
    top: -webkit-calc(50% - 27px);
    top: -moz-calc(50% - 27px);
    top: calc(50% - 27px);
    z-index: 1;
}
a.footer__hot > * {
    white-space: nowrap;
}

.footer__hot-type {
    background: #f2f2f6;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 177px;
    /* text-align: center; */
    padding: 4px 10px;
}

.footer__hot-marquee-wrap {
    width: -webkit-calc(100% - 175px);
    width: -moz-calc(100% - 175px);
    width: calc(100% - 175px);
    overflow: hidden;
}

.footer__hot-marquee-wrap {
    width: -webkit-calc(100% - 175px);
    width: -moz-calc(100% - 175px);
    width: calc(100% - 175px);
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;

    -webkit-align-items: center;

    -moz-box-align: center;

    -ms-flex-align: center;

    align-items: center;
}



.footer__hot-type > span {
    font-size: 15px;
    color: #4c4c4c;
    font-weight: 700;
    margin-left: 7px;
}

.footer__hot-time {
    font-size: 14px;
    color: #808080;
    font-weight: 400;
    margin-right: 18px;
}

.footer__navigation .header__responsive-right {
    width: 100%;
}

.footer__bottom {
    padding: 10px 0;
    background-color: rgba(0, 0, 0, 0.051);
}

.footer__bottom .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer__symbols {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer__copy {
    margin-left: 12px;
}

.footer__copy span {
    display: block;
    font-size: 16px;
    color: #4c4c4c;
    font-weight: 400;
}



a.footer__social-item {
    margin: 0 4px;
}



a.footer__social-item:hover {
    opacity: .7;
}


a.footer__app + a.footer__app {
    margin-left: 13px;
}



a.footer__app:hover {
    opacity: .7;
}

.news__img {
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
}

a.news__item:hover .news__img{
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}



.news__general-item:hover {
    -webkit-box-shadow: 0px 0px 10px rgba(29, 161, 242, 0.33);
    -moz-box-shadow: 0px 0px 10px rgba(29, 161, 242, 0.33);
    box-shadow: 0px 0px 10px rgba(29, 161, 242, 0.33);
}

a.topics__all-item:hover {
    -webkit-box-shadow: 0px 0px 10px rgba(242, 214, 196, 0.71);
    -moz-box-shadow: 0px 0px 10px rgba(242, 214, 196, 0.71);
    box-shadow: 0px 0px 10px rgba(242, 214, 196, 0.71);
}




.newsbar__item:after {
    border-width: 0px 4px 0px 0px;
    content: '';
    position: absolute;
    left: 0;

    right: 0;
    bottom: 100%;
    border-color: #00000017;
    border-style: double;
    top: 0;
}


.newsbar__item:hover:after {
    bottom: 0;
}

.religion__caption:hover img {

}

.top-poet__avatar {
    -webkit-animation: blinking 5s infinite ease ;
    -moz-animation: blinking 5s infinite ease ;
    -o-animation: blinking 5s infinite ease ;
    animation: blinking 5s infinite ease ;
}


@-webkit-keyframes blinking {
    0% {
        -webkit-box-shadow: 0px 0px 30px rgba(29, 161, 242, 0);
        box-shadow: 0px 0px 30px rgba(29, 161, 242, 0);
    }



    50% {
        -webkit-box-shadow: 0px 0px 20px rgba(110, 89, 242, 0.52);
        box-shadow: 0px 0px 20px rgba(110, 89, 242, 0.52);
    }



    100% {
        -webkit-box-shadow: 0px 0px 30px rgba(29, 161, 242, 0);
        box-shadow: 0px 0px 30px rgba(29, 161, 242, 0);
    }
}


@-moz-keyframes blinking {
    0% {
        -moz-box-shadow: 0px 0px 30px rgba(29, 161, 242, 0);
        box-shadow: 0px 0px 30px rgba(29, 161, 242, 0);
    }



    50% {
        -moz-box-shadow: 0px 0px 20px rgba(110, 89, 242, 0.52);
        box-shadow: 0px 0px 20px rgba(110, 89, 242, 0.52);
    }



    100% {
        -moz-box-shadow: 0px 0px 30px rgba(29, 161, 242, 0);
        box-shadow: 0px 0px 30px rgba(29, 161, 242, 0);
    }
}


@-o-keyframes blinking {
    0% {
        box-shadow: 0px 0px 30px rgba(29, 161, 242, 0);
    }



    50% {
        box-shadow: 0px 0px 20px rgba(110, 89, 242, 0.52);
    }



    100% {
        box-shadow: 0px 0px 30px rgba(29, 161, 242, 0);
    }
}


@keyframes blinking {
    0% {
        -webkit-box-shadow: 0px 0px 30px rgba(29, 161, 242, 0);
        -moz-box-shadow: 0px 0px 30px rgba(29, 161, 242, 0);
        box-shadow: 0px 0px 30px rgba(29, 161, 242, 0);
    }



    50% {
        -webkit-box-shadow: 0px 0px 20px rgba(110, 89, 242, 0.52);
        -moz-box-shadow: 0px 0px 20px rgba(110, 89, 242, 0.52);
        box-shadow: 0px 0px 20px rgba(110, 89, 242, 0.52);
    }



    100% {
        -webkit-box-shadow: 0px 0px 30px rgba(29, 161, 242, 0);
        -moz-box-shadow: 0px 0px 30px rgba(29, 161, 242, 0);
        box-shadow: 0px 0px 30px rgba(29, 161, 242, 0);
    }
}




.valuable__item:hover  .valuable__number:after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}


a.strength__item:after {
    content: '';
    position: absolute;
    background: url(../img/icons/svg/hospital.svg) center no-repeat;
    right: 5px;
    top: 5px;
    width: 30px;
    height: 30px;
    -webkit-background-size: 25px 25px;
    -moz-background-size: 25px;
    background-size: 25px;
    opacity: 0;
}

a.strength__item:hover:after {
    opacity: 1;
}

a.kitchen__slide:after {
    background: url(../img/icons/svg/kitchen.svg) center no-repeat;
}


.movie__img:hover .movie__type {
    padding-right: 35px;
}

a.book__slide:hover .book__border {
    -webkit-transform: scale(.9);
    -moz-transform: scale(.9);
    -ms-transform: scale(.9);
    -o-transform: scale(.9);
    transform: scale(.9);
}

.marquee {
    width: 100%;
    margin: 0 auto;
    white-space: nowrap;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}
.footer__hot-marquee {
    /*display: -webkit-inline-box;*/
    /*display: -webkit-inline-flex;*/
    /*display: -moz-inline-box;*/
    /*display: -ms-inline-flexbox;*/
    /*display: inline-flex;*/
    /*padding-left: 100%;*/

}

.footer__hot-marquee:hover {

}



@-webkit-keyframes marquee {
    0%   { -webkit-transform: translate(0, 0); transform: translate(0, 0); }
    100% { -webkit-transform: translate(-100%, 0); transform: translate(-100%, 0); }
}



@-moz-keyframes marquee {
    0%   { -moz-transform: translate(0, 0); transform: translate(0, 0); }
    100% { -moz-transform: translate(-100%, 0); transform: translate(-100%, 0); }
}



@-o-keyframes marquee {
    0%   { -o-transform: translate(0, 0); transform: translate(0, 0); }
    100% { -o-transform: translate(-100%, 0); transform: translate(-100%, 0); }
}



@keyframes marquee {
    0%   { -webkit-transform: translate(0, 0); -moz-transform: translate(0, 0); -o-transform: translate(0, 0); transform: translate(0, 0); }
    100% { -webkit-transform: translate(-100%, 0); -moz-transform: translate(-100%, 0); -o-transform: translate(-100%, 0); transform: translate(-100%, 0); }
}

a.footer__hot-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    width: 840px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
}

.religion__marquee:hover {

}


.religion__marquee {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding-left: 100%;


}


a.religion__marquee-item {
    width: initial;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    white-space: nowrap;
    margin: 0 20px;
}

.religion__caption.religion__caption_width_huge:hover a.religion__marquee-item span {
    color: #654f4f;
}



.title.title__lvl-two.title_type_heading {
    padding-left: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.title.title__lvl-two.title_type_heading img {
    position: relative;
    max-width: initial;
    max-height: initial;
}

.title.title__lvl-two.title_type_heading h2 {
    margin-left: 15px;
}


.title.title__lvl-two.title_type_heading {
    padding-bottom: 6px;
    border-bottom: 1px solid #bec2cd;
}


.topics__all-wrap.heading_wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.heading_wrap a.topics__all-item {
    margin-bottom: 20px;
}




a.beauty__wrap.heading__huge-new {
    margin-top: 0px;
}

.style__wrap.heading__huge-wrap {
    margin-top: 0px;
}


.sidebar__right > * + * {
    margin-top: 10px;
}


.article__head {
    margin-top: 0px;
}


.user-status {
    width: 163px;
    height: 40px;
}

.article__navigation {
    padding: 13px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #e6e6e6;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}



.article__navigation-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.article__navigation-left > * + * {
    margin-left: 30px;
}

.article__date {
    padding-left: 25px;
    font-size: 14px;
    color: #767676;
}

.article__date:before {
    content: '';
    position: absolute;
    background: url(../img/icons/calendar.png) center no-repeat;
    width: 17px;
    height: 18px;
    left: 0;
    top: -webkit-calc(50% - 9px);
    top: -moz-calc(50% - 9px);
    top: calc(50% - 9px);
}

.article__heading span {
    padding-left: 25px;
    font-size: 14px;
    color: #767676;
}


.article__heading a {
    color: #e25588;
    font-size: 14px;
}

.article__navigation-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


.article__navigation-right > * + * {
    margin-left: 47px;
}

.article__views {
    padding-left: 25px;
    font-size: 14px;
    color: #767676;
}

.article__views:before {
    content: '';
    position: absolute;
    left: 0;
    background: url('../img/icons/news-view.png') center no-repeat;
    width: 21px;
    height: 12px;
    top: -webkit-calc(50% - 6px);
    top: -moz-calc(50% - 6px);
    top: calc(50% - 6px);
}

.article__feedback {
    padding-left: 26px;
    font-size: 14px;
    color: #767676;
}


.article__feedback:before {
    content: '';
    position: absolute;
    left: 0;
    background: url('../img/icons/comments.png') center no-repeat;
    width: 20px;
    height: 15px;
    top: -webkit-calc(50% - 8px);
    top: -moz-calc(50% - 8px);
    top: calc(50% - 8px);
}

.article__letters a {
    font-size: 23px;
    color: #bec2cd;
    margin: 0 10px;
}

.article__letters a:first-child:after {
    content: '|';
    cursor: initial;
    font-size: 23px;
    color: #bec2cd;
    right: -18px;
    top: 0;
    position: absolute;
}

.article__letters a:hover {
    opacity: .7;
}

.article__heading a:hover {
    text-decoration: underline;
}

.article__wrap p {
    font-size: 17px;
    color: #4c4c4c;
    line-height: 1.25;
    margin-bottom: 17px;
}

.article__pictures {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 17px;
}

.article__picture {
    min-height: 250px;
    width: -webkit-calc(50% - 8px);
    width: -moz-calc(50% - 8px);
    width: calc(50% - 8px);
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    background-size: cover !important;
    background-position: center !important;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.article__likebar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 5px;
}


.article__likebar a {
    margin: 0 30px;
}

.article__likebar a {
    margin: 0 10px;
    padding-left: 10px;
    font-size: 18px;
}

a.article__like {
    color: #18830a;
}

a.article__like:before {
    content: '';
    position: absolute;
    left: 3px;
    background: url("../img/icons/like.png");
    width: 30px;
    height: 31px;
    top: 0;
}


a.article__dislike {
    color: #b60606;
}

a.article__dislike:before {
    content: '';
    position: absolute;
    left: 0;
    background: url("../img/icons/dis.png");
    width: 30px;
    height: 31px;
    top: 0;
}


.article__likebar a:hover:before {
    opacity: .3;
}
.article__foot {
    margin-top: 35px;
    padding: 10px 0;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.article__foot .article__author.author {
    display: flex;
    align-items: center;
}

.article__social a + a {
    margin-left: 13px;
}

.article__social a:hover {
    opacity: .6;
}

.article__claim a {
    padding-left: 30px;
    font-size: 16px;
    color: #e25588;

}

.article__claim a:hover {
    opacity: .6;
}
.article__claim a:before {
    content: '';
    position: absolute;
    left: 0;
    background: url("../img/icons/claim.png") center no-repeat;
    width: 24px;
    height: 21px;
    top: -webkit-calc(50% - 10px);
    top: -moz-calc(50% - 10px);
    top: calc(50% - 10px);
}

.author__text {
    font-size: 16px;
    color: #4c4c4c;
    margin-left: 10px;
}

.article__author.author a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.author__avatar {
    width: 36px;
    height: 36px;
    background: #e1e4ee;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.author__avatar:after {
    content: '';
    position: resolute;
    background: url("http://qadin.net/sfiles/img/icons/empty-ava.png") center no-repeat;
    width: 19px;
    height: 22px;
    left: -webkit-calc(50% - 10px);
    left: -moz-calc(50% - 10px);
    left: calc(50% - 10px);
    top: -webkit-calc(50% - 11px);
    top: -moz-calc(50% - 11px);
    top: calc(50% - 11px);
}

.article__author.author a:hover .author__text {
    text-decoration: underline;
}

.article__wrap {
    margin-bottom: 30px;
}

.title.title_border_dashed:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background: url("../img/icons/dash.png") center no-repeat;
    width: 467px;
    height: 2px;
}


.title.title_type_round h2 {
    padding-left: 21px;
}

.title.title_type_round h2:before {
    content: '';
    position: absolute;
    left: 0;
    width: 11px;
    height: 11px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #bec2cd;
    top: 10px;
}

.title.title__lvl-two.title_type_round {
    padding-left: 0;

}

.title_border_dashed {
    padding-bottom: 10px;
}



.article__comments .title.title__lvl-two.title_border_dashed {
    padding-left: 0px;
}


.comments__wrap {
    margin-top: 19px;
}


.comments__item {
    border: 1px solid #dee2ee;
    padding: 8px 16px 16px 16px;
}


.comments__item + .comments__item {
    margin-top: 43px;
}

.comments__item:after {
    content: '';
    position: absolute;
    background: url(../img/icons/com-part.png) center no-repeat;
    width: 36px;
    height: 20px;
    left: 22px;
    bottom: -19px;
}

.comments__avatar {
    text-align: center;
    width: 125px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: left;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.comments__top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.comments__body {
    width: -webkit-calc(100% - 125px - 30px);
    width: -moz-calc(100% - 125px - 30px);
    width: calc(100% - 125px - 30px);
}

.comments__avatar-img {
    width: 80px;
    height: 80px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #d4d0cd;
}


.comments__status {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    width: 15px;
    height: 15px;
    left: 1px;
    bottom: 6px;
}

.comments__status.offline {
    background: #960000;
}


.comments__status.online {
    background: #34a31b;
}

.comments__body-top > span {
    font-size: 16px;
    color: #e25588;
    font-weight: 700;
}

.comments__body-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.comments__body-navigation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.comments__body-navigation > * + * {
    margin-left: 20px;
}

.comments__edit a {
    font-size: 14px;
    color: #767676;
    padding-left: 22px;
}


.comments__edit a:before {
    content: '';
    position: absolute;
    left: 0;
    background: url("../img/icons/edit.png") center no-repeat;
    width: 15px;
    height: 15px;
    top: -webkit-calc(50% - 8px);
    top: -moz-calc(50% - 8px);
    top: calc(50% - 8px);
}

.comments__edit a:hover {
    text-decoration: underline;
}

.comments__delete a {
    font-size: 14px;
    color: #e1564b;
    padding-left: 30px;
}


.comments__delete a:hover {
    text-decoration: underline;
}



.comments__delete a:before {
    content: '';
    position: absolute;
    left: 0;
    background: url("../img/icons/remove.png");
    width: 20px;
    height: 20px;
    top: -webkit-calc(50% - 10px);
    top: -moz-calc(50% - 10px);
    top: calc(50% - 10px);
}


.comments__body-text p {
    font-size: 13px;
    color: #4c4c4c;
    line-height: 1.15;
}

.comments__body-text {
    margin-top: 10px;
    border-bottom: 1px dashed #bec2cd;
    padding-bottom: 13px;
}

.comments__bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 13px;
}

.comments__likebar {
    width: 125px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 10px;
}

.comments__bottom-navigation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: -webkit-calc(100% - 125px - 30px);
    width: -moz-calc(100% - 125px - 30px);
    width: calc(100% - 125px - 30px);
}

.user-status_lvl1 {
    background-position: 0px -718px !important;
}


.comments__likebar a {
    padding-left: 23px;
    font-size: 14px;
}


.comments__likebar a:hover {
    opacity: .6;
}


a.comments__like:before {
    content: '';
    position: absolute;
    left: 0;
    background: url(../img/icons/like.png) center no-repeat;
    width: 18px;
    height: 17px;

    -webkit-background-size: contain;

    -moz-background-size: contain;

    background-size: contain;
    top: -webkit-calc(50% - 10px);
    top: -moz-calc(50% - 10px);
    top: calc(50% - 10px);
}

a.comments__like {
    color: ##18830a;
}


a.comments__dislike:before {
    content: '';
    position: absolute;
    left: 0;
    background: url(../img/icons/dis.png) center no-repeat;
    width: 18px;
    height: 17px;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    top: -webkit-calc(50% - 10px);
    top: -moz-calc(50% - 10px);
    top: calc(50% - 10px);
}


.comments__bottom-navigation-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.comments__bottom-navigation-right > div + div {
    margin-left: 27px;
}


.comments__bottom-navigation-right * {
    font-size: 14px;
    color: #767676;
}


.comments__date {
    padding-left: 27px;
}

.comments__reply a {
    padding-left: 28px;
}




.comments__bottom-navigation-right a:hover {
    text-decoration: underline;
}

.comments__date:before {
    content: '';
    position: absolute;
    left: 0;
    background: url("../img/icons/calendar.png") center no-repeat;
    width: 17px;
    height: 18px;
    top: -webkit-calc(50% - 9px);
    top: -moz-calc(50% - 9px);
    top: calc(50% - 9px);
}
.comments__reply a:before {
    content: '';
    position: absolute;
    background: url("../img/icons/comments.png") center no-repeat;
    width: 20px;
    height: 15px;
    left: 0;
    top: -webkit-calc(50% - 8px);
    top: -moz-calc(50% - 8px);
    top: calc(50% - 8px);
}

.comments__claim a {
    padding-left: 29px;
}

.comments__claim a:before {
    content: '';
    position: absolute;
    left: 0;
    background: url(../img/icons/claim.png) center no-repeat;
    width: 24px;
    height: 21px;
    top: -webkit-calc(50% - 11px);
    top: -moz-calc(50% - 11px);
    top: calc(50% - 11px);
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: .5;
}

.comments__feedback {
    width: -webkit-calc(100% - 125px - 30px);
    width: -moz-calc(100% - 125px - 30px);
    width: calc(100% - 125px - 30px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 0 auto;
    margin-top: 10px;
    padding: 10px 20px;
    background: url(../img/article/reply-bg.png) center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.comments__feedback span {
    font-size: 13px;
    color: #4c4c4c;
}


.comments__feedback span:first-child {
    font-weight: 700;
}
.contacts-form .title.title__lvl-two.title_border_dashed {
    padding-left: 0;
}

.contacts__wrap {
    margin-top: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 30px;
    border-bottom: 1px dashed #e6e6e6;
}

.contacts__wrap > div {
    width: -webkit-calc(50% - 4px);
    width: -moz-calc(50% - 4px);
    width: calc(50% - 4px);
}

.map-wrap {
    padding: 5px;
    border: 2px solid #e1e2e6;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.map-wrap iframe {
    min-height: 250px;
}

.contacts__item + .contacts__item {
    margin-top: 20px;
}

.contacts__item {
    font-size: 16px;
    color: #4c4c4c;
}

.contacts__item.phone a {
    font-weight: 700;
    color: #4c4c4c;
}


.contacts__item a:hover {
    text-decoration: underline;
}


.contacts__item span {
    font-size: 16px;
    color: #4c4c4c;
}

.contacts__item {
    padding-left: 40px;
}


.contacts__item.address span + span {
    border-bottom: 1px dashed #e05689;
}

.contacts__item.mail a {
    color: #e05689;
}

.contacts__item.claim a {
    color: #e05689;

}


.contacts__item.claim a {
    text-decoration: underline;
}

.contacts__item.claim a:hover {
    text-decoration: none;
}

.contacts__item.claim span {
    display: block;
}

.contacts__item.question span {
    display: block;
}

.contacts__item.question a {
    color: #e05689;
    text-decoration: underline;
}

.contacts__item.question a:hover {
    text-decoration: none;
}


.contacts-form {
    margin-top: 30px;
}


.contacts-form__wrap {

    margin-top: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}


.contacts-form__wrap > div {
    width: -webkit-calc(50% - 10px);
    width: -moz-calc(50% - 10px);
    width: calc(50% - 10px);
}

.quiz__submit.contacts-form__submit {
    width: 100%;
    text-align: left;
}

.contacts-form__input input::-webkit-input-placeholder,
.contacts-form__input textarea::-webkit-input-placeholder
{
    color:#bec2cd ;
    font-size: 16px;
    font-weight: 700;
}

.contacts-form__input input:-moz-placeholder,
.contacts-form__input textarea:-moz-placeholder
{
    color:#bec2cd ;
    font-size: 16px;
    font-weight: 700;
}

.contacts-form__input input::-moz-placeholder,
.contacts-form__input textarea::-moz-placeholder
{
    color:#bec2cd ;
    font-size: 16px;
    font-weight: 700;
}

.contacts-form__input input:-ms-input-placeholder,
.contacts-form__input textarea:-ms-input-placeholder
{
    color:#bec2cd ;
    font-size: 16px;
    font-weight: 700;
}

.contacts-form__input input::-ms-input-placeholder,
.contacts-form__input textarea::-ms-input-placeholder
{
    color:#bec2cd ;
    font-size: 16px;
    font-weight: 700;
}

.contacts-form__input input::placeholder,
.contacts-form__input textarea::placeholder
{
    color:#bec2cd ;
    font-size: 16px;
    font-weight: 700;
}


.contacts-form__input input, .contacts-form__input textarea {
    color: #595c66;
    font-size: 16px;
    padding: 12px 15px;
    border: 1px solid #bec2cd;
    width: 100%;   font-weight: 700;
    font-family: Exo;

}

.contacts-form__input + .contacts-form__input {
    margin-top: 20px;
}


.contacts-form__right .contacts-form__input {
    height: 100%;
}

.contacts-form__right .contacts-form__input textarea {
    height: 100%;
}

.quiz__submit.contacts-form__submit button {
    padding: 13px 51px;
    max-width: initial;
}

.contacts-form .container:after {
    display: none;
}

.contacts__item.phone:before {
    content: '';
    position: absolute;
    left: 0;
    background: url("../img/icons/c1.png") center no-repeat;
    top: 3px;
    width: 18px;
    height: 18px;
}


.contacts__item.address:before {
    content: '';
    position: absolute;
    left: 0;
    background: url(../img/icons/c2.png) center no-repeat;
    top: 1px;
    width: 23px;
    height: 23px;
}


.contacts__item.mail:before {
    content: '';
    position: absolute;
    left: 0;
    background: url(../img/icons/c3.png) center no-repeat;
    top: 0px;
    width: 19px;
    height: 19px;
}

.contacts__item.claim:before {
    content: '';
    position: absolute;
    left: 0;
    background: url(../img/icons/c4.png) center no-repeat;
    top: -2px;
    width: 26px;
    height: 27px;
}


.contacts__item.question:before {
    content: '';
    position: absolute;
    left: 0;
    background: url(../img/icons/c5.png) center no-repeat;
    top: -4px;
    width: 29px;
    height: 29px;
}


.modal-checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.modal-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.modal-checkbox:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.modal-checkbox input:checked ~ .checkmark {
    background-color: transparent;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.modal-checkbox input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.modal-checkbox .checkmark:after {
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid #dd5385;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}


div#modal-horoscope {
    width: 450px;
    padding: 20px 20px 40px 20px;
}


.modal-horoscope__head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


.modal-horoscope__left {
    width: 128px;
    height: 128px;
    border: 1px dashed #bec2cd;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px;
}

.modal-horoscope__left img {
    width: 100%;
}

.modal-horoscope__right {
    margin-left: 20px;
}

.modal-horoscope__right .title.title__lvl-two {
    padding-left: 0;
}

.modal-horoscope__right .title.title__lvl-two:not(.justify-center) h2.h2_border_triline:after {
    left: 0;
}

.modal-horoscope__right > span {
    display: block;
    font-size: 16px;
    color: #bec2cd;
    font-weight: 700;
    margin-top: 15px;
    width:300px;
}

.modal__wrap p {
    font-size: 17px;
    color: #4c4c4c;
    line-height: 1.25;
    margin-top: 10px;
    max-width: 400px;
}


div#modal-registration {
    padding: 25px 20px 20px 20px;
}


.modal__input input {
    width: 100%;
    border: 1px solid #bec2cd;
    padding: 11px 13px;
    color: #444852;
    font-size: 16px;
    font-weight: 700;
}

.modal__input {
    margin-top: 20px;
}



.modal__input input::-webkit-input-placeholder {
    color: #bec2cd;
    font-size: 16px;
    font-weight: 700;
}



.modal__input input:-moz-placeholder {
    color: #bec2cd;
    font-size: 16px;
    font-weight: 700;
}



.modal__input input::-moz-placeholder {
    color: #bec2cd;
    font-size: 16px;
    font-weight: 700;
}



.modal__input input:-ms-input-placeholder {
    color: #bec2cd;
    font-size: 16px;
    font-weight: 700;
}



.modal__input input::-ms-input-placeholder {
    color: #bec2cd;
    font-size: 16px;
    font-weight: 700;
}



.modal__input input::placeholder {
    color: #bec2cd;
    font-size: 16px;
    font-weight: 700;
}

.modal__check-login a {
    font-size: 16px;
    color: #f15c8f;
}

.modal__check-login {
    position: absolute;
    right: 10px;
    top: -webkit-calc(50% - 10px);
    top: -moz-calc(50% - 10px);
    top: calc(50% - 10px);
}

.modal__check-login a:hover {
    text-decoration: underline;
}

div#modal-registration {
    max-width: 430px;
}

.modal__input.login input {
    padding-right: 140px;
}


.modal__submit {
    margin-top: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
}
.modal__submit > * {
    margin: 0 14px;
}

.type-button button {
    background-image: -moz-linear-gradient( 90deg, rgb(192,69,114) 0%, rgb(226,85,136) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(192,69,114) 0%, rgb(226,85,136) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(192,69,114) 0%, rgb(226,85,136) 100%);
    -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.17);
    -moz-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.17);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.17);
    font-size: 18px;
    color: #fff;
    padding: 12px 9px;
    min-width: 190px;
}

.forget-password {
    text-align: center;
    margin: 12px 0;
}

.forget-password a {
    font-size: 16px;
    color: #f15c8f;
    text-decoration: underline;
}

.social-login > span {
    font-size: 20px;
    color: #000000;
    font-weight: 700;
    text-align: center;
    display: block;
}

.social-login__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 11px;
}

.social-login__wrap a {
    margin: 0 5px;
}

.religion__caption.religion__caption_width_huge {
    padding-left: 40px;
}

.religion__icon-new {
    position: absolute;
    left: 10px;
}


.cancel a {
    font-size: 16px;
    color: #f15c8f;
}

.cancel a:hover {
    text-decoration: underline;
}

.type-button button:hover {
    -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.07);
}

.religion__caption_width_huge a {
    -webkit-animation:
            typing 4.5s steps(30, end),
            blink-caret .5s step-end infinite;
    -moz-animation:
            typing 4.5s steps(30, end),
            blink-caret .5s step-end infinite;
    -o-animation:
            typing 4.5s steps(30, end),
            blink-caret .5s step-end infinite;
    animation:
            typing 4.5s steps(30, end),
            blink-caret .5s step-end infinite;
    border-right: .15em solid orange; /* The typwriter cursor */
    overflow: hidden; /* Ensures the content is not revealed until the animation */
    white-space: nowrap; /* Keeps the content on a single line */
}

.religion__compare a {
    display: none;
}

.religion__compare a.active {
    display: block;
}

/* The typing effect */
@-webkit-keyframes typing {
    from { width: 0 }
    to { width: 100% }
}
@-moz-keyframes typing {
    from { width: 0 }
    to { width: 100% }
}
@-o-keyframes typing {
    from { width: 0 }
    to { width: 100% }
}
@keyframes typing {
    from { width: 0 }
    to { width: 100% }
}

/* The typewriter cursor effect */
@-webkit-keyframes blink-caret {
    from, to { border-color: transparent }
    50% { border-color: orange }
}
@-moz-keyframes blink-caret {
    from, to { border-color: transparent }
    50% { border-color: orange }
}
@-o-keyframes blink-caret {
    from, to { border-color: transparent }
    50% { border-color: orange }
}
@keyframes blink-caret {
    from, to { border-color: transparent }
    50% { border-color: orange }
}



label.modal-checkbox {
    font-size: 16px;
    color: #b3b3b3;
}


label.modal-checkbox span.checkmark {
    width: 20px;
    height: 20px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background: transparent;
    border: 1px solid #bec2cd;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}


div#modal-login {
    padding: 25px 25px 30px 25px;
    min-width: 350px;
}

a.forum__item:nth-child(1):hover, a.forum__item:nth-child(2):hover, a.forum__item:nth-child(3):hover {
    background: #c72424;
}

a.forum__item:hover span
{
    color: #fff;
}

a.forum__item:hover .forum__navigation-item  {
    -webkit-filter: brightness(1.5);
    filter: brightness(1.5);
}


a.forum__item:nth-child(4):hover, a.forum__item:nth-child(5):hover, a.forum__item:nth-child(6):hover {
    background: #5c97de;
}

a.forum__item:nth-child(7):hover, a.forum__item:nth-child(8):hover, a.forum__item:nth-child(9):hover {
    background: #a56bde;
}
a.forum__item:hover {
    border-color: transparent;
}

.header__responsive-item a:after {
    content: '';
    left: 0;
    width: 0;
    bottom: -1px;
    background: #e25588;
    height: 1px;
    position: absolute;
}

.header__responsive-item a:hover:before {
    background: #e25588;
}
.header__responsive-item a:hover:after {
    width: 100%;
}

.style__wrap.presentation__wrap .topics__all-navigation-item.views {
    right: -60px;
}



.style__wrap .topics__all-navigation-item.views {
    right: -60px;
}

.religion__caption.religion__caption_width_huge {
    justify-content: flex-start;
}

.strength__item .topics__all-navigation-item.views {
    right: -60px;
}
a#scroll-top {
    position: absolute;
    right: 10px;
    top: calc(50% - 19px);
    z-index: 2;
}
a#scroll-top svg {
    width: 34px;
    height: auto;
}

.top-bbb img {
    width: 100%;
}


@media (max-width: 1125px) {

    a#scroll-top {

        top: -40px;
    }




    .style__wrap.presentation__wrap .topics__all-navigation-item.views {
        right: 0px;
    }



    .style__wrap .topics__all-navigation-item.views {
        right: 0px;
    }



    .strength__item .topics__all-navigation-item.views {
        right: 0px;
    }


    .footer__hot {
        margin:  0 0px 50px 0;
    }

    .footer__hot-decor:before {

        right: 15px;

    }

    .footer__hot-decor:after {

        left: 15px;
    }



}

@media (max-width: 1015px) {
    .header__quote-text {

        width: 400px;
    }

    .header__quote-sage {
        width: -webkit-calc(100% - 400px);
        width: -moz-calc(100% - 400px);
        width: calc(100% - 400px);
    }

    .submenu {
        left: -webkit-calc(50% - 86px);
        left: -moz-calc(50% - 86px);
        left: calc(50% - 86px);
    }

    .header__search {
        width: 200px;
    }

    .submenu {
        padding: 20px 10px;
        width: 142px;
    }

    .submenu > ul li a {
        color: #4c4c4c;
        font-size: 16px;
        position: static;
    }

    .news__text > span {

        font-size: 15px;

        min-height: 51px;
    }

    .news__general-item.weather {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .weather__left {
        width: initial;
        text-align: center;
        margin: 0 auto;
    }
    .weather__right {
        width: 100%;
        text-align: center;
    }
    .weather__left span:last-child {
        font-size: 20px;

    }

    .weather__left span:first-child {
        font-size: 16px;

    }


    .comments__bottom-navigation {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .comments__bottom-navigation-right {
        width: 100%;
        margin-top: 14px;
    }




    .contacts-form .container:after {
        display: none;
    }

    .contacts-form__wrap {
        max-width: 100%;

    }




}


@media (max-width: 939px) {
    .header__user-hidden {
        left: auto!important;
        right: 0px;
    }
    .header__user {
        order: 2;
    }
    .header__language {
        order: 2;
        margin-left: 10px;
    }

    .footer__hot-type > span {
        font-size: 14px;
    }
    .header__user-hidden:before {
        left: calc(90% - 8px)!important;
    }




    .book__compare:after {

        left: -93px;

    }



    .topics__all-navigation-item.views {
        right: 0px;
    }

    .contacts__wrap {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }


    .contacts__wrap > div {
        width: 100%;
        margin-bottom: 20px;
    }




    .comments__bottom-navigation-right > div {
        width: 100%;
        margin: 0 !important;
        margin-bottom: 10px !important;
    }

    .comments__body {
        width: -webkit-calc(100% - 125px - 10px);
        width: -moz-calc(100% - 125px - 10px);
        width: calc(100% - 125px - 10px);
    }

    .comments__body-top > span {
        font-size: 13px;
        color: #e25588;
        font-weight: 700;
    }

    .comments__bottom-navigation {
        width: -webkit-calc(100% - 125px - 10px);
        width: -moz-calc(100% - 125px - 10px);
        width: calc(100% - 125px - 10px);
    }

    .article__foot {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .article__social {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }

    .article__navigation {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .article__navigation-left {
        width: 100%;
        margin-bottom: 11px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .article__navigation-right {
        width: 100%;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .comments__feedback {
        width: 100%;
    }


    .comments__bottom-navigation-right {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .wrap-nav {
        display: none;
    }

    .header__bottom {
        padding: 15px 0;
    }

    .header__menu {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -moz-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .header__responsive-menu {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .header__responsive-menu .header__responsive-left {
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        padding-bottom: 0px;
    }

    .header__responsive-left ul:first-child {
        margin-bottom: 10px;
        margin-right: 20px;
    }

    .header__responsive-right {
        width: 100%;

    }

    .header__middle-wrap {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .header__middle-left {
        width: 100%;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .header__middle-right {
        width: 100%;
        margin-top: 15px;
    }

    .header__quote-text {
        width: 570px;
    }

    .header__quote-sage {
        width: -webkit-calc(100% - 600px);
        width: -moz-calc(100% - 600px);
        width: calc(100% - 600px);
    }

    a.news__item {
        width: -webkit-calc(100% / 3 - 18px);
        width: -moz-calc(100% / 3 - 18px);
        width: calc(100% / 3 - 18px);
    }

    .video-about__overlay {
        height: 300px;
    }

    .topics__all-img {
        width: 100%;
        min-height: 120px;
    }

    .topics__all-text {
        font-size: 14px;
        min-height: 98px;
    }

    .topics__all-navigation {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 4px 11px;
    }

    .topics__all-navigation > div {
        width: 100%;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 4px 0;
    }


    .welcome__banner {
        height: 400px;
    }


    .welcome__banner:after {
        -webkit-background-size: contain;
        -moz-background-size: contain;
        background-size: contain;
        width: 160px;
        height: 184px;
        left: -19px;
        bottom: -8px;
    }

    .religion__content-left p {
        font-size: 19px;

        line-height: 1.25;
    }

    .religion__caption {
        font-size: 14px;
    }

    .beauty__wrap {
        min-height: 350px;
    }

    .style__item > span {

        padding: 15px 11px;
        max-height: initial;
        min-height: 70px;
    }




    .style__img {
        min-height: 200px;
    }

    .welcome .sidebar {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .welcome .sidebar > * {
        width: 100%;
    }

    .welcome__banner {
        height: 165px;
    }

    .footer__bottom .container {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .footer__symbols {
        width: 100%;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 10px;
    }
    a.motherhood__board:after {
        display: none;
    }
    a.motherhood__board {
        padding-left: 0;
        text-align: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

}



@media (max-width: 769px) {
    .religion__caption {
        margin-left: 0!important;
        width: calc(100% / 2 - 12px)!important;
    }

    .religion__caption:nth-child(8) {
        order: 1;
    }
    .religion__caption:nth-child(16) {
        order: 2;
    }

    .religion__caption:nth-child(1) {
        order: 3;
    }
    .religion__caption:nth-child(9) {
        order: 4;
    }
    .religion__caption:nth-child(2) {
        order: 5;
    }
    .religion__caption:nth-child(10) {
        order: 6;
    }
    .religion__caption:nth-child(3) {
        order: 7;
    }
    .religion__caption:nth-child(11) {
        order: 8;
    }
    .religion__caption:nth-child(4) {
        order: 9;
    }
    .religion__caption:nth-child(12) {
        order: 10;
    }
    .religion__caption:nth-child(5) {
        order: 11;
    }
    .religion__caption:nth-child(13) {
        order: 12;
    }
    .religion__caption:nth-child(6) {
        order: 13;
    }
    .religion__caption:nth-child(14) {
        order: 14;
    }
    .religion__caption:nth-child(7) {
        order: 15;
    }
    .religion__caption:nth-child(15) {
        order: 16;
    }

    a#scroll-top {

        top: 10px;
    }




    .footer__hot-type > span {
        display: none; !important;
    }


    .footer__hot-type {
        width: initial;
    }

    .footer__hot-marquee-wrap {
        width: calc(100% - 31px);
    }

    .footer__hot {
        margin: 0 0px 50px 0;
        padding: 0;
    }

    .footer__hot-decor:after,
    .footer__hot-decor:before {
        display: none;
    }



    .header__quote-text {
        width: 430px;
    }


    .header__quote-sage {
        width: -webkit-calc(100% - 440px);
        width: -moz-calc(100% - 440px);
        width: calc(100% - 440px);
    }

    .header__responsive-left {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .header__responsive-left ul {
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        flex-wrap: wrap;
        justify-content: left;
    }

    .header__responsive-menu {
        width: 350px;
    }
    .header__responsive-menu::before {
        width: 350px;
    }

    .header__responsive-left ul li {
        width: 46%;
        margin: 0 4px;
    }

    .header__responsive-left ul:first-child li a {
        font-size: 18px;
        color: #4c4c4c;
    }

    .header__responsive-right {
        display: block;
        text-align: center;
    }
    .header__responsive-right .col {
        display: block;
    }
    .header__responsive-item > span {
        display: inline-block;
        padding-left: 33px;
    }
    .header__responsive-item > span:before {
        top: -3px;
    }
    .header__responsive-item {
        margin-top: 30px;
    }

    a.welcome__slide {
        min-height: 400px;
    }

    .news__general {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .news__general-item {

        min-height: 103px;
        width: 100%;
        /* text-align: center; */
        padding: 10px;
        margin-bottom: 10px;
    }

    .sidebar {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .sidebar__left {
        width: 100%;
    }

    .sidebar__right {
        width: 100%;
        margin-top: 15px;
    }

    .top-blogger__slider.swiper-container .top-blogger__slide {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        min-height: 151px;
    }



    .top-blogger__head {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 10px;
    }



    .top-poet__wrap {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }
    .top-poet__compare {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 10px;
    }

    .top-poet__wrap .title.title__lvl-two {
        /* text-align: center; */
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-left: 0px;
    }

    .top-poet__wrap .title.title__lvl-two img {
        display: none;
    }


    .religion__contetn-right {
        display: none;
    }

    .religion__content-left {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }

    .religion__caption {

        width: -webkit-calc(100% / 4 - 12px);

        width: -moz-calc(100% / 4 - 12px);

        width: calc(100% / 4 - 12px);
    }

    a.newsbar__item {
        width: 100%;
    }

    .newsbar__wrap {

        max-height: 535px;
    }
    .valuable__item {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 28px;
    }


    a.strength__item {

        width: -webkit-calc(100% / 2 - 7px);

        width: -moz-calc(100% / 2 - 7px);

        width: calc(100% / 2 - 7px);
    }

    a.topics__all-item.motherhood__item {
        width: -webkit-calc(100% / 2 - 6px);
        width: -moz-calc(100% / 2 - 6px);
        width: calc(100% / 2 - 6px);
        margin-bottom: 12px;
    }

    .topics__all-wrap {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    a.horoscope__item {
        width: -webkit-calc(100% / 4);
        width: -moz-calc(100% / 4);
        width: calc(100% / 4);
        margin-bottom: 30px;
        text-align: center;
    }

    a.horoscope__item span {

        width: 108px;
        height: 108px;
        margin: 0 auto;
    }
    a.forum__item {
        width: -webkit-calc(100% / 2 - 8px);
        width: -moz-calc(100% / 2 - 8px);
        width: calc(100% / 2 - 8px);
    }



}


@media (max-width: 639px) {

    a.motherhood__board:after {
        display: block;
    }



    a.motherhood__board.motherhood__board_topic_diet:after {
        right: -77px;
    }





    .topics__valuable {
        display: none;
    }


    .mailing {
        display: none;
    }


  .religion + .topics .topics__valuable {
    display: none;
}

.news__general-item.time {
    display: none;
}

.religion__caption.religion__caption_width_huge {

    display: none;
}



    .book + .topics .mailing {
        display: block;
    }

    .comments__avatar {
        width: 100%;
    }

    span.feed-name {
        font-size: 13px;
        color: #e25588;
        font-weight: 700;
    }

    .comments__avatar > * {
        margin: 0 5px;
    }

    .comments__body-navigation {
        width: 100%;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: left;
    }
    .comments__likebar {
        position: absolute;
        right: 0;
        top: 10px;
        z-index: 100;
    }

    .comments__user-status.user-status {
        -webkit-transform: scale(.8);
        -moz-transform: scale(.8);
        -ms-transform: scale(.8);
        -o-transform: scale(.8);
        transform: scale(.8);
        left: -15px;
    }

    .comments__bottom-navigation-right {

        -webkit-flex-wrap: nowrap;

        -ms-flex-wrap: nowrap;

        flex-wrap: nowrap;
    }

    .comments__bottom-navigation-right * {
        font-size: 10px;
        color: #767676;
    }

    .comments__date {
        padding-left: 21px;
    }

    .comments__reply a {
        padding-left: 24px;
    }

    .comments__claim a {
        padding-left: 25px;
    }






    .article__foot .article__claim {
        width: 50%;
    }
    .article__claim a {

        font-size: 14px;

    }

    .author__avatar {
        width: 35px;
        height: 35px;

    }


    .author__avatar:after {
        -webkit-background-size: contain;
        -moz-background-size: contain;
        background-size: contain;
        width: 13px;
        left: -webkit-calc(50% - 6px);
        left: -moz-calc(50% - 6px);
        left: calc(50% - 6px);
    }


    .article__author.author {
        width: 50%;
    }
    .author__text {
        font-size: 12px;
        color: #4c4c4c;
        margin-left: 10px;
    }


    .topics .topics__all-wrap a.topics__all-item {
        display: none;
    }
    .topics .topics__all-wrap a.topics__all-item:first-child {
        display: block;
    }
    .topics__all-navigation {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .topics__all-navigation > * {
        width: -webkit-calc(100% / 3) !important;
        width: -moz-calc(100% / 3) !important;
        width: calc(100% / 3) !important;
    }

    .sidebar__right {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .topics  .sidebar__right a.welcome__banner {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -moz-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        margin-bottom: 10px;
    }



    .beauty__navigation {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    /*.style__item {
        display: none;
    }*/

    .style__item:first-child {
        display: block;
    }
    .mailing {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -moz-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    a.forum__item {
        display: none;
    }

    .book + .topics a.welcome__banner {
        display: none;
    }

    a.forum__item:nth-child(1), a.forum__item:nth-child(2), a.forum__item:nth-child(3) {
        display: block;
    }

    a.forum__item {
        display: none;
    }


    a.strength__item {
        display: none;
    }

    a.strength__item:first-child {
        display: block;
    }


    a.topics__all-item.motherhood__item {
        display: none;
    }

    a.topics__all-item.motherhood__item:first-child {
        display: block;
    }

    .quiz {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -moz-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }



    .beauty__navigation .beauty__navigation-item {
        width: -webkit-calc(100% / 3) !important;
        width: -moz-calc(100% / 3) !important;
        width: calc(100% / 3) !important;
        margin: 0;
    }
    .news__item {
        display: none !important;
    }

    .news__item:nth-child(1),
    .news__item:nth-child(2),
    .news__item:nth-child(3),
    .news__item:nth-child(4),
    .news__item:nth-child(5)
{
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -moz-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
    .header__bottom .container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .header__language {
        margin-right: 25px;
    }





    .article__picture {
        min-height: 150px;
    }
    .comments__top {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .comments__body {
        width: 100%;
        margin: 10px 0;
    }

    .comments__avatar {
        margin: 0 auto;
        text-align: left;
    }
    .comments__bottom {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -moz-box-orient: vertical;
        -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .comments__bottom-navigation {
        width: 100%;
        margin-bottom: 12px;
    }



    .header__banner > span > span {
        font-size: 30px !important;
    }

    a.header__banner > span {
        color: #fff;
        font-size: 17px;
    }

    .header__middle-right {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .header__quote-text {
        width: initial;
    }
    .header__quote-sage {
        width: 82px;
        text-align: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        float: right;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .header__quote-text {
        width: -webkit-calc(100% - 82px - 20px);
        width: -moz-calc(100% - 82px - 20px);
        width: calc(100% - 82px - 20px);
    }


    .header__quote {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
    }
    .header__middle-nav {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .header__search {
        width: 100%;
        margin-bottom: 15px;
    }

    .header__user-hidden {
        left: 0;
    }


    .header__responsive-left ul {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 10px;
    }


    a.news__item {
        width: -webkit-calc(100% / 2 - 18px);
        width: -moz-calc(100% / 2 - 18px);
        width: calc(100% / 2 - 18px);
    }

    .video-about__overlay {
        height: 200px;
    }

    a.topics__all-item {
        width: 100%;
        margin-bottom: 15px;
    }

    .topics__all-text {

        min-height: 68px;
    }

    .topics__all-img {
        min-height: 170px;
    }

    .beauty__wrap {
        min-height: 250px;
    }

    .style__item {
        width: 100%;
        margin-bottom: 15px;
    }

    .style__wrap {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    a.strength__item {
        width: 100%;
    }

    a.topics__all-item.motherhood__item {
        width: 100%;
        margin-bottom: 12px;
    }

    .motherhood__links {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .motherhood__link {
        width: 100%;
        margin: 0 !important;
        margin-bottom: 15px !important;
    }

    a.horoscope__item {
        width: -webkit-calc(100% / 2);
        width: -moz-calc(100% / 2);
        width: calc(100% / 2);
        margin-bottom: 15px;
        text-align: center;
    }


    a.book__slide {

        padding-left: 26px;
    }

    .quiz__wrap form > span {

        display: block;
        text-align: center;
    }

    a.forum__item {
        width: 100%;
    }

    .footer__symbols {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .footer__copy {
        width: 100%;
        margin-left: 0;
        text-align: center;
        margin: 6px 0;
    }

    .footer__social {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }

    .footer__apps {
        width: 100%;
        text-align: center;
    }


    .header__middle-right {
        padding: 0 15px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -moz-box-orient: vertical;
        -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }



}

@media (max-width: 420px) {

    .facebook-group {
    text-align: center;
    margin: 20px 0;
}


.religion__caption.active {
    order: -1;
    width: 100% !important;
}

    .book {
        display: none !important;
    }

/*    .wow {
        visibility: visible !important;
    }
*/
    .video-about__video {
        position: relative;
        height: 200px;
    }

    .video-about__overlay{
        display: none !important;
    }

    .topics__top-poet {
        display: none !important;
    }

    .religion + .topics .topics__newsbar {
        display: none !important;
    }

    .topics__top-blogger {
        display: none !important;
    }


    .header__quote {
        display: none !important;
    }

    a.welcome__banner {
        display: none !important;
    }





    a.motherhood__board.motherhood__board_topic_diet:after {
        right: -103px;
    }
    a.motherhood__board.motherhood__board_topic_motherhood:after {
        right: -45px;
    }


    a.motherhood__board.motherhood__board_topic_different:after {
        right: -60px;
    }




    .modal-horoscope__head {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .modal-horoscope__right {
        margin-left: 0px;
    }








    .modal__input input::-webkit-input-placeholder {
        font-size: 11px;
    }








    .modal__input input:-moz-placeholder {
        font-size: 11px;
    }








    .modal__input input::-moz-placeholder {
        font-size: 11px;
    }








    .modal__input input:-ms-input-placeholder {
        font-size: 11px;
    }








    .modal__input input::-ms-input-placeholder {
        font-size: 11px;
    }








    .modal__input input::placeholder {
        font-size: 11px;
    }

    .modal__input input {
        font-size: 11px;
    }

    label.modal-checkbox {
        font-size: 12px;
    }

    div#modal-login {
        min-width: 100%;
    }



    div#modal-registration {
        max-width: 100%;
    }




    .contacts__item span {
        font-size: 14px;

    }


    .contacts__item.phone a {


        font-size: 14px;
    }

    .contacts-form__wrap {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .contacts-form__wrap > div {
        width: 100%;
        margin: 10px 0;
    }



    a.welcome__slide {
        min-height: 400px;
    }

    .welcome__slide-text {

        font-size: 15px;
    }

    .welcome__slider-navigation span.swiper-pagination-bullet {
        width: 12px;
        height: 3px;
        margin: 0 4px;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        background: #fff;
    }

    .header__responsive-item > span {

        font-size: 14px;
    }
    .article__foot > div {
        margin: 10px 0;
        /* justify-content: center; */
        width: 100%;
    }


    .comments__body-top {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .comments__body-top > span {
        width: 100%;
        margin-bottom: 10px;
    }
    .header__responsive-right {

    }

    .header__responsive-item > span:before {
        display: none !important;
    }

    .header__responsive-item li {
        margin: 7px 0;
        text-align: center;
    }

    .header__responsive-item > span {
        font-size: 14px;
        text-align: center;
        padding: 0;
    }


    a.news__item {
        width: 100%;
    }

    .religion__caption {
        width: -webkit-calc(100% / 3 - 12px);
        width: -moz-calc(100% / 3 - 12px);
        width: calc(100% / 3 - 12px);
    }
    .beauty__caption > span {

        font-size: 15px;
    }

    .beauty__navigation {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .beauty__navigation-item {
        margin-bottom: 5px;
    }


.religion__caption {
    margin: 0px 6px !important;
    margin-bottom: 10px !important;
    width: calc(100% / 2 - 12px) !important;;
}





}


@media (max-width: 320px) {

}


.header__age-count:after {
    -webkit-animation: scaling 3s infinite ease;
    -moz-animation: scaling 3s infinite ease;
    -o-animation: scaling 3s infinite ease;
    animation: scaling 3s infinite ease;
}


@-webkit-keyframes  scaling {
    0% {
        -webkit-transform: scale(1) rotate(45deg);
        transform: scale(1) rotate(45deg);
    }

    50% {
        -webkit-transform: scale(1.1) rotate(0deg);
        transform: scale(1.1) rotate(0deg);
    }

    100% {
        -webkit-transform: scale(1) rotate(45deg);
        transform: scale(1) rotate(45deg);
    }
}


@-moz-keyframes  scaling {
    0% {
        -moz-transform: scale(1) rotate(45deg);
        transform: scale(1) rotate(45deg);
    }

    50% {
        -moz-transform: scale(1.1) rotate(0deg);
        transform: scale(1.1) rotate(0deg);
    }

    100% {
        -moz-transform: scale(1) rotate(45deg);
        transform: scale(1) rotate(45deg);
    }
}


@-o-keyframes  scaling {
    0% {
        -o-transform: scale(1) rotate(45deg);
        transform: scale(1) rotate(45deg);
    }

    50% {
        -o-transform: scale(1.1) rotate(0deg);
        transform: scale(1.1) rotate(0deg);
    }

    100% {
        -o-transform: scale(1) rotate(45deg);
        transform: scale(1) rotate(45deg);
    }
}


@keyframes  scaling {
    0% {
        -webkit-transform: scale(1) rotate(45deg);
        -moz-transform: scale(1) rotate(45deg);
        -o-transform: scale(1) rotate(45deg);
        transform: scale(1) rotate(45deg);
    }

    50% {
        -webkit-transform: scale(1.1) rotate(0deg);
        -moz-transform: scale(1.1) rotate(0deg);
        -o-transform: scale(1.1) rotate(0deg);
        transform: scale(1.1) rotate(0deg);
    }

    100% {
        -webkit-transform: scale(1) rotate(45deg);
        -moz-transform: scale(1) rotate(45deg);
        -o-transform: scale(1) rotate(45deg);
        transform: scale(1) rotate(45deg);
    }
}

.header__quote-item {


    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    display: none;
}
.header__quote-item.active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}




a.header__user-wrap {
    padding-right: 12px;
}


a.header__user-wrap:after {
    content: '';
    position: absolute;
    right: 0;
    top: -webkit-calc(50% - 2px);
    top: -moz-calc(50% - 2px);
    top: calc(50% - 2px);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 4px 0 4px;
    border-color: #999999 transparent transparent transparent;
}


a.header__user-wrap:after {
    content: '';
    position: absolute;
    right: 0;
    top: -webkit-calc(50% - 2px);
    top: -moz-calc(50% - 2px);
    top: calc(50% - 2px);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 4px 0 4px;
    border-color: #999999 transparent transparent transparent;
}


.header__user.active a.header__user-wrap:after  {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.submenu-lvl2 {
    position: absolute;
    left: 100%;
    background: #fbfbfb;
    top: 0;
    width: 100%;
    padding: 5px;
    display: none;
    padding-bottom:10px;
    border-top: 4px dashed #e85889;
}

.submenu-lvl2 a {
    padding-left: 1px;
    padding-top:10px;
}
.submenu ul {
    position: static;
}


li:hover > .submenu-lvl2 {

    display: block;

}


.wrap-nav > ul > li:last-child .submenu-lvl2 {
    left: initial;
    right: 100%;
}
a.topics__all-item:hover .topics__all-img {
    -webkit-filter: sepia(.2);
    filter: sepia(.2);
}

a.topics__all-item:hover .topics__all-navigation .topics__all-navigation-item {
    -webkit-filter: invert(1);
    filter: invert(1);
}




a.beauty__wrap:hover .beauty__caption > span {
    color: #fdeeff;
}


a.strength__item.wow.kitchen__slide:hover:hover span {
    color: #FF5722;
}

.movie__caption {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 14px;
    background: #00000054;
}


.movie__caption span {
    font-weight: 600;
    color: #fff;
    font-size: 16px;
}

.movie__img:hover .movie__caption {
    padding-bottom: 25px;
}


.header__responsive-item a:hover {
    color: #e25588;
}


.newsbar__navigation,
.newsbar__navigation * {
    white-space: nowrap;
}


.quiz__submit button:hover {
    background: #e25588 ;
    transform: scale(.97);
}


.submenu li a:before {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    background: #f15c8f;
    height: 1px;
    width: 0%;
}

.submenu li a:hover:before {
    width: 100%;
}

.submenu li a:hover {
    color: #f15c8f;
}

a.top-poet__text:hover {
    text-decoration: underline;
    color: #f15c8f;
}

.topics__valuable {
    margin-top: 23px;
}

a.movie__caption:hover span {
    color: #ff90b8;
}




#scroll-top {
    opacity: .5;
}

#scroll-top:hover {
    opacity: 1;
}

input[type="checkbox"] {
    -webkit-appearance: checkbox;
    display: inline-block;
}

#dle-comments-list {
    overflow: visible!important;
}

.pages, .page_next-prev {
    margin-top: 20px;
}

html.page_form_style body {
    background-color: white;
}
