@import "../../../fonts/fonts.css";
body{margin:0;padding:0;font-family:'Lora',serif;font-size:15px;color:#383530;letter-spacing:.005em;font-weight:400;font-size:16px}
.container{width:1140px;margin:0 auto}
div,p,form,input,a,span,button{box-sizing:border-box}
p{margin:0;font-family:'Lora',serif}
span{margin:0;padding:0}
ul,ol,li{display:block;padding:0;margin:0}
h1,h2,h3,h4,h5,h6{font-weight:400}
a,a:hover,a:active{text-decoration:none;outline:none}
a,a:before,button,input,div,p,li,h1,span,form,tr{transition:all .3s}
input,input:hover,input:focus,input:active,button,button:hover,button:focus,button:active{outline:none}
.d-flex{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex}
.d-none{display:none}
.justify-content-between{justify-content:space-between}
.align-items-center{align-items:center}
.content{width:750px}
.content__fullpage{width:100%}
.sidebar{width:350px}
.sidebar__wrap_wp{padding:30px 20px 20px;background:#fff;margin-bottom:20px}
.sidebar__wrap_wp .sidebar__title{color:#97bf65;font-family:'Lora',serif;font-weight:700;font-size:25px;text-align:center;margin-bottom:20px}
.sidebar__wrap_wp li{padding-top:15px;padding-bottom:15px;position:relative;border-top:1px solid #97bf65}
.sidebar__wrap_wp li a{display:block;font-size:20px;color:#383530;font-family:'Lora',serif}
.sidebar__wrap_wp a{color:#383530;font-family:'Lora',serif}
.sidebar__wrap_wp li a:hover,.sidebar__wrap_wp a:hover{color:#97bf65}
.sidebar__wrap_wp table{width:100%}
.arrow{position:fixed;font-size:24px;width:70px;height:70px;background:#717171;color:#fff;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-ms-align-items:center;align-items:center;justify-content:center;border-radius:50%;right:20px;bottom:90px;cursor:pointer;display:none}
.arrow:hover{background:#717171;opacity:1!important}
.slick-track{transition:none}
.header{position:relative}
.header_top{padding:15px 0 35px;background:#fca67f;background:-moz-linear-gradient(top,rgba(252,166,127,0.6) 0%,rgba(252,166,127,1) 100%);background:-webkit-gradient(left top,left bottom,color-stop(0%,rgba(252,166,127,0.6)),color-stop(100%,rgba(252,166,127,1)));background:-webkit-linear-gradient(top,rgba(252,166,127,0.6) 0%,rgba(252,166,127,1) 100%);background:-o-linear-gradient(top,rgba(252,166,127,0.6) 0%,rgba(252,166,127,1) 100%);background:-ms-linear-gradient(top,rgba(252,166,127,0.6) 0%,rgba(252,166,127,1) 100%);background:linear-gradient(to bottom,rgba(252,166,127,0.6) 0%,rgba(252,166,127,1) 100%);border-bottom:1px solid #d096a3}
.header__list{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;justify-content:flex-end}
.header__list li{margin-right:15px}
.header__list li a,.header__list li span{color:#fff}
.header__list li a:hover,.header__list li span{text-decoration:underline}
.header__social{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex}
.header__social .header__link{display:block;margin-right:8px}
.header__main{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-ms-align-items:center;align-items:center;justify-content:space-between}
.logo{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-ms-align-items:center;align-items:center}
.logo__image{margin-right:15px}
.logo__image img{max-height:80px}
.logo__text{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;-o-flex-direction:column;flex-direction:column;color:#fff}
.logo__text_top{font-family:'Goudy Old Style',serif;font-weight:700;font-size:47px;line-height:1.1em}
.header__search{background:rgba(208,150,163,0.26);padding:10px 20px;border-radius:5px;width:60%;box-shadow:inset 0 0 10px 5px rgba(208,150,163,0.26);display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;justify-content:space-between}
.header__btn{border:none;background:none;font-size:18px;color:#fff;cursor:pointer}
.header__btn:hover{opacity:.5}
.header__input{border:none;background:none;font-size:17px;color:#fff;width:90%}
.header__input::-webkit-input-placeholder{color:#fff}
.header__input::-moz-placeholder{color:#fff}
.header__input:-moz-placeholder{color:#fff}
.header__input:-ms-input-placeholder{color:#fff}
.burger{justify-content:center;margin-top:30px;display:none}
.burger i{font-size:30px;color:#fff;cursor:pointer}
.header_bottom{box-shadow:inset 0 0 10px 0 rgba(56,53,48,0.1)}
.menu__list{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex}
.menu__list > li{padding:20px 0;margin-right:20px;position:relative}
.menu__list > li:last-child{margin-right:0}
.menu__list > li > a,.menu__list > li > span{display:block;color:#d096a3;font-size:15px;font-family:'Lora',serif;padding:0 10px;position:relative;text-transform:uppercase}
.menu__list > li > a:after,.menu__list > li > span:after{content:'';display:block;position:absolute;width:100%;height:2px;background:#fca67f;left:0;bottom:-20px;transition:all .5s ease;opacity:0}
.menu__list > li > a:hover:after,.menu__list > li > span:after{opacity:1}
.menu__list > li .sub-menu{background:rgba(255,255,255,1);width:140px;position:absolute;left:0;top:60px;display:none;z-index:100}
.menu__list .sub-menu li{position:relative}
.menu__list .sub-menu li a{display:block;color:#383530;font-family:'Lora',serif;font-size:17px;padding:10px 15px}
.menu__list .sub-menu li span{display:block;color:#fff;font-family:'Lora',serif;font-size:17px;padding:10px 15px;background:#fca67f}
.menu__list .sub-menu li a:hover{background:#fca67f;color:#fff}
.menu__list li:hover > .sub-menu{display:block}
.menu__list .sub-menu li:hover > .sub-menu{display:block}
.menu__list .sub-menu li > .sub-menu{top:0;left:auto;right:-140px}
.popular{background:#f8f6f6;padding:50px 0;overflow:hidden}
.comments_div{margin:0 0 50px}
.content_home{background:#f8f6f6;padding:50px 0 0}
.popular__title{color:#383530;font-size:30px;font-weight:600;margin-bottom:25px}
.popular__title i{color:#383530;font-size:18px;opacity:.5}
.popular__slider{display:none;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;padding:0}
.popular__slider .slick-list{width:1140px;overflow:unset}
.slick-prev,.slick-next{width:60px;height:60px;border-radius:50%;background:rgba(217,217,217,0.59);z-index:100;margin-top:-30px}
.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus{background:rgba(217,217,217,0.4)}
.slick-prev:before,.slick-next:before{content:'\f104';font-family:"Font Awesome 5 Free";font-weight:900;font-size:27px}
.slick-next:before{content:'\f105'}
.popular__slider .popular__entry{padding:20px 25px;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-ms-align-items:top;align-items:top;justify-content:space-between;position:relative;border-radius:20px;background:#fca67f;background:-moz-linear-gradient(top,rgba(252,166,127,0.6) 0%,rgba(252,166,127,1) 100%);background:-webkit-gradient(left top,left bottom,color-stop(0%,rgba(252,166,127,0.6)),color-stop(100%,rgba(252,166,127,1)));background:-webkit-linear-gradient(top,rgba(252,166,127,0.6) 0%,rgba(252,166,127,1) 100%);background:-o-linear-gradient(top,rgba(252,166,127,0.6) 0%,rgba(252,166,127,1) 100%);background:-ms-linear-gradient(top,rgba(252,166,127,0.6) 0%,rgba(252,166,127,1) 100%);background:linear-gradient(to bottom,rgba(252,166,127,0.6) 0%,rgba(252,166,127,1) 100%);height:355px;margin:0 15px;overflow:hidden;box-shadow:0 0 10px rgba(0,0,0,.3)}
.popular__slider .popular__entry:nth-child(odd){background:#97bf65;background:-moz-linear-gradient(top,rgba(151,191,101,0.6) 0%,rgba(151,191,101,1) 100%);background:-webkit-gradient(left top,left bottom,color-stop(0%,rgba(151,191,101,0.6)),color-stop(100%,rgba(151,191,101,1)));background:-webkit-linear-gradient(top,rgba(151,191,101,0.6) 0%,rgba(151,191,101,1) 100%);background:-o-linear-gradient(top,rgba(151,191,101,0.6) 0%,rgba(151,191,101,1) 100%);background:-ms-linear-gradient(top,rgba(151,191,101,0.6) 0%,rgba(151,191,101,1) 100%);background:linear-gradient(to bottom,rgba(151,191,101,0.6) 0%,rgba(151,191,101,1) 100%)}
.popular__slider .popular__image{width:45%;height:100%;overflow:hidden;border-radius:20px;position:relative;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;justify-content:center;-ms-align-items:center;align-items:center}
.popular__slider .popular__tag{position:absolute;left:20px;top:20px;right:20px;max-width:200px;display:inline-block;font-family:'Lora',serif;color:#fff;padding:5px 10px;background:#97bf65}
.popular__slider .popular__text{color:#fff;width:50%}
.popular__date{font-size:13px}
.popular__slider .popular__link{display:block;color:#fff;font-weight:700;font-size:23px;margin:15px 0}
.popular__slider .popular__link:before{content:'';position:absolute;display:block;width:100%;height:100%;left:0;top:0}
.popular__slider .popular__stars i{font-size:15px;margin-right:5px}
.popular__slider .popular__stars i:last-child{margin-right:0}
.popular__slider .popular__author{padding-top:20px;margin-top:30px;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-ms-align-items:center;align-items:center;border-top:1px rgba(255,255,255,0.5) solid}
.popular__slider .author__image{width:45px;height:45px;border-radius:50%;overflow:hidden;margin-right:10px;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-ms-align-items:center;align-items:center;justify-content:center}
.popular__slider .author__name{width:calc(100% - 45px);font-family:'Lora',serif;font-size:15px}
.popular__slider .author__name span{display:block;font-family:'Lora',serif;font-size:13px}
.popular__wrap{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;justify-content:space-between;-ms-align-items:flex-start;align-items:flex-start}
.popular__entries{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;justify-content:space-between;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;-o-flex-wrap:wrap;flex-wrap:wrap}
.popular__entries .popular__entry{position:relative;border-radius:8px;overflow:hidden;height:395px;margin-bottom:25px;box-shadow:0 0 10px}
.popular__entries .popular__entry .popular__image:before{position:absolute;content:"";top:0;left:0;background:rgba(0,0,0,0.5);display:block;width:100%;height:100%}
.popular__entries .popular__tag{position:absolute;left:20px;top:20px;right:20px;max-width:200px;display:inline-block;font-family:'Lora',serif;color:#fff;padding:5px 10px;background:#97bf65}
.popular__entries .popular__image{position:absolute;left:0;top:0;width:100%;height:100%}
.popular__entries .popular__image img{min-width:100%;min-height:100%;object-fit:cover}
.popular__entries .popular__overlay{position:absolute;left:0;top:0;width:100%;height:100%;background:rgba(41,41,77,0.38)}
.popular__entries .popular__text{color:#fff;opacity:.9;position:relative;width:100%;height:100%;padding:30px 20px 10px;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;-o-flex-direction:column;flex-direction:column;justify-content:flex-end}
.popular__entries .popular__link{display:block;color:#fff;font-weight:700;font-size:20px;margin:15px 0;line-height:1.4em}
.popular__entries .popular__link:hover{text-decoration:underline}
.popular__entries .popular__link:before{content:'';position:absolute;display:block;width:100%;height:100%;left:0;top:0}
.popular__entries p{color:#fff;margin-bottom:25px}
.popular__entries .popular__icons{font-size:13px}
.popular__entries .popular__icon:first-child{margin-right:10px}
.popular__entries .popular__entry:nth-child(2n+2){width:65%}
.popular__entries .popular__entry:nth-child(2n+1){width:32%}
.popular__entries .popular__download{margin-top:15px;display:block;padding:10px;font-weight:700;font-size:17px;color:#fff;text-align:center;width:100%;background:#fca67f;border-radius:8px;cursor:pointer}
.popular__entries .popular__download:hover{opacity:.8}
.alphabet{padding:40px 0;background:url(../img/alphabetBG.png) no-repeat top center}
.alphabet__title{color:#97bf65;font-weight:600;font-size:30px;text-align:center;margin-bottom:35px}
.alphabet__list{padding:35px;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;justify-content:space-between;background:#97bf65;position:relative;margin-bottom:30px}
.alphabet__char{font-weight:600;font-size:27px;color:#fff;opacity:.5;cursor:pointer;position:relative}
.alphabet__char:after{content:'';display:block;width:73px;height:91px;position:absolute;background:url(../img/alphabetMark.png) no-repeat top left;left:-26px;top:-20px;opacity:0;transition:all .5s ease}
.alphabet__char:hover,.alphabet__char_active{color:#fff;margin:0 20px}
.alphabet__char:hover:after,.alphabet__char_active:after{opacity:1}
.alphabet__results{position:absolute;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;justify-content:space-between;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;-o-flex-wrap:wrap;flex-wrap:wrap;left:0;padding-left:30px}
.alphabet__result{width:33%;margin-bottom:25px}
.alpabet__link{font-weight:600;font-size:20px;color:#fff}
.alpabet__link i{opacity:0;font-size:16px;transition:all .5s ease;margin-right:-22px;color:#fff}
.alpabet__link:hover{color:#9581fe}
.alpabet__link:hover i{opacity:1;margin-right:10px;color:#9581fe}
.last{background:#f8f6f6;padding:0 0 50px}
.comments_section{padding:0 0 50px}
.last__title{font-weight:600;font-size:30px;color:#383530;margin-bottom:30px}
.last__title i{font-size:18px;color:#383530;opacity:.5}
.last__wrap{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;justify-content:space-between}
.last__entry{border-radius:10px;position:relative;box-shadow:0 2px 19px rgba(74,25,25,.15)}
.last__entry .last__image{position:relative;height:260px;overflow:hidden;border-radius:10px 10px 0 0}
.last__entry .last__text{padding:15px 20px;background:#fff;color:#383530;border-radius:0 0 10px 10px}
.last__entry .last__date{font-size:13px;opacity:.5;padding:10px 0 0}
.last__entry .last__link{display:block;color:#383530;font-weight:700;font-size:25px;margin:15px 0}
.last__entry .last__link:before{content:'';display:block;width:100%;height:100%;position:absolute;left:0;top:0}
.last__entry .last__link:hover{color:#97bf65}
.last__entry p{line-height:1.5em;opacity:.5;padding:0 0 10px}
.last__entry{width:48.5%;margin-bottom:25px;float:left}
.last__entry:nth-child(odd){margin-right:3%}
.last__videos{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;-o-flex-wrap:wrap;flex-wrap:wrap;justify-content:space-between}
.last__video{border-radius:10px;overflow:hidden;position:relative;width:100%;margin-bottom:30px}
.last__video:nth-child(1):hover{box-shadow:0 0 30px}
.last__video .last__image{position:absolute;overflow:hidden;left:0;top:0;width:100%;height:100%}
.last__video .last__image img{min-width:100%;min-height:100%}
.last__video .last__tag{position:absolute;left:20px;top:20px;color:#fff;font-family:'Lora',serif;padding:5px 15px 5px 7px;background:#fca67f}
.last__video .last__play{position:absolute;left:50%;top:45%;color:#fff;font-size:62px;border-radius:50%;border:1px solid #fff;line-height:1;padding:15px}
.last__video .last__text{padding:115px 20px 50px;color:#fff;position:relative}
.last__video .last__link{display:block;color:#fff;font-weight:600;font-size:25px;margin:25px 0 20px;width:45%}
.last__video .last__link:before{content:'';display:block;width:100%;height:100%;position:absolute;left:0;top:0}
.last__video .last__link:hover{opacity:.5}
.last__video p{line-height:1.5em;width:45%}
.last__video:nth-child(n+2){border-radius:10px;overflow:visible;position:relative;width:31%}
.last__video:nth-child(n+2) .last__image{position:relative;overflow:hidden;left:0;top:0;width:100%;height:165px;border-radius:8px}
.last__video:nth-child(n+2):hover .last__image{box-shadow:0 0 30px}
.last__video:nth-child(n+2) .last__image img{min-width:100%;min-height:100%}
.last__video:nth-child(n+2) .last__play{position:absolute;left:34%;top:25%;border:none}
.last__video:nth-child(n+2) .last__text{padding:0;position:static}
.last__video:nth-child(n+2) .last__link{color:#383530;font-weight:500;font-size:16px;margin:15px 0 0;width:100%;max-height:96px;overflow:hidden}
.last__download{font-weight:700;color:#fff;font-size:17px;text-align:center;width:100%;border-radius:10px;background:#ada6e3;padding:10px 0;cursor:pointer}
.last__download:hover{background:#97bf65}
.fashion{padding-bottom:45px;padding-top:50px;background:#f8f6f6}
.fashion__slider{border-radius:5px;background:#717171;padding:25px 10px 0}
.fashion__slider .slick-prev,.fashion__slider .slick-next{width:50px;height:50px;border-radius:50%;background:none;border:1px solid #fff;top:50px;margin-top:0}
.fashion__slider .slick-prev{left:auto;right:90px}
.fashion__slider .slick-next{right:30px}
.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus{background:rgba(255,255,255,0.2)}
.fashion__slider .slick-list{padding-bottom:50px}
.fashion__slide{margin:0 20px;outline:none}
.fashion__title{background:rgba(255,255,255,0.2);color:#fff;font-weight:600;font-size:25px;padding:12px 40px;border-radius:50px;width:max-content;margin-bottom:20px}
.fashion__title i{color:#fff;font-size:18px;margin:0 5px 0 0}
.fashion__wrap{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-flex-direction:row;-moz-flex-direction:row;-ms-flex-direction:row;-o-flex-direction:row;flex-direction:ro;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;-o-flex-wrap:wrap;flex-wrap:wrap;justify-content:space-between}
.fashion__entry{border-radius:5px;overflow:hidden;background:#fff;width:49%;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;position:relative;box-shadow:0 10px 30px -10px rgba(0,0,0,0.6)}
.fashion__entry:nth-child(1),.fashion__entry:nth-child(2){margin-bottom:20px}
.fashion__entry:hover{box-shadow:0 0 30px}
.fashion__image{width:48%;overflow:hidden}
.fashion__text{color:#383530;padding:20px 10px 20px 20px;width:52%;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;-o-flex-direction:column;flex-direction:column;justify-content:flex-start}
.fashion__date{opacity:.5}
.fashion__link{display:block;font-size:23px;color:#383530;font-weight:700;margin:16px 0 10px}
.fashion__link:before{content:'';display:block;width:100%;height:100%;position:absolute;left:0;top:0}
.fashion__link:hover{color:#97bf65}
.fashion__icons{opacity:.5}
.subscription{padding-bottom:80px;background:#f8f6f6}
.subscription__block{background:#fff;border-radius:10px;background:#fff;box-shadow:0 5px 30px -10px #a09ead;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;position:relative;height:295px;overflow:hidden;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;justify-content:space-between}
.subscription__text{padding:30px 0 35px 50px;width:565px;position:relative}
.subscription__text:after{content:'';display:block;width:148px;height:113px;position:absolute;top:26px;right:-136px;background:url(../img/plane.png) no-repeat top left}
.subscription__title{color:#383530;font-weight:600;font-size:25px;margin-bottom:10px}
.subscription__description{color:#fca67f}
.subscription__input{font-size:15px;color:#383530;width:100%;padding:6px 0;background:none;border:none;border-bottom:1px solid #fca67f;margin:30px 0}
.subscription__input::-webkit-input-placeholder{color:#fca67f}
.subscription__input::-moz-placeholder{color:#fca67f}
.subscription__input:-moz-placeholder{color:#fca67f}
.subscription__input:-ms-input-placeholder{color:#fca67f}
.subscription__btn{font-weight:600;font-size:18px;color:#fff;background:#fca67f;padding:15px 60px;border-radius:50px;border:none;cursor:pointer}
.subscription__btn:hover{background:#97bf65}
.subscription__image{position:relative;overflow:hidden;width:500px;height:100%;right:0;top:0;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-ms-align-items:center;align-items:center;justify-content:center}
.subscription__image img{min-width:100%;min-height:100%}
.subscription__image:before{content:'';display:block;width:134px;height:100%;position:absolute;left:0;top:0;background:url(../img/subscriptionBG.png) no-repeat top left;-webkit-background-size:cover;background-size:cover}
.footer{background:#97bf65;background:-moz-linear-gradient(top,rgba(151,191,101,0.6) 0%,rgba(151,191,101,1) 100%);background:-webkit-gradient(left top,left bottom,color-stop(0%,rgba(151,191,101,0.6)),color-stop(100%,rgba(151,191,101,1)));background:-webkit-linear-gradient(top,rgba(151,191,101,0.6) 0%,rgba(151,191,101,1) 100%);background:-o-linear-gradient(top,rgba(151,191,101,0.6) 0%,rgba(151,191,101,1) 100%);background:-ms-linear-gradient(top,rgba(151,191,101,0.6) 0%,rgba(151,191,101,1) 100%);background:linear-gradient(to bottom,rgba(151,191,101,0.6) 0%,rgba(151,191,101,1) 100%);padding:35px 0 20px}
.footer_top{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;justify-content:space-between;margin-bottom:20px}
.footer__news span{color:#fff;font-size:14px;margin-right:25px}
.footer__news a{display:inline-flex;width:30px;height:30px;-ms-align-items:center;align-items:center;justify-content:center;color:#97bf65;font-size:18px;background:#fff;border-radius:50%;margin-right:10px;border:1px solid #fff}
.footer__news a:last-child{margin-right:0}
.footer__news a:hover{color:#fff;background:transparent}
.footer_middle{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;justify-content:space-between;-ms-align-items:center;align-items:center;padding-bottom:20px;border-bottom:1px rgba(255,255,255,0.5) solid}
.footer__text{width:100%;font-size:14px;color:#fff;text-align:center}
.footer_bottom{padding:20px 0;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;justify-content:space-between;-ms-align-items:center;align-items:center}
.footer__copyright{font-family:'Lora',serif;font-weight:300;font-size:14px;color:#fff}
.footer__sublinks{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;justify-content:flex-end}
.footer__sublinks li a,.footer__sublinks li span{display:block;color:#fff;font-size:14px}
.footer__sublinks li a:after,.footer__sublinks li span:after{content:'';display:block;width:100%;height:1px;background:#fff;transition:all .5s ease;opacity:0}
.footer__sublinks li{margin:0 15px 0 30px}
.footer__news{padding-top:20px}
.footer__sublinks li:last-child{margin:0 0 0 30px}
.footer__sublinks li a:hover,.footer__sublinks li span{color:#fff}
.footer__sublinks li a:hover:after,.footer__sublinks li span:after{opacity:1}
.notFound{background:url(../../../img/notFoundBG.png) no-repeat top center;-webkit-background-size:cover;background-size:cover;padding:82px 0 62px}
.notFound h1{font-weight:500;font-size:27px;color:#383530;text-align:center;margin:0 auto 82px}
.notFound span{display:block;font-weight:700;font-size:220px;text-align:center;color:#fff;line-height:1;margin-bottom:35px}
.notFound a{display:block;width:max-content;margin:0 auto;font-size:18px;padding:10px 40px;color:#fff;border-radius:50px;border:1px solid #fff}
.notFound a:hover{color:#383530;background:#fff}
.rubric{background:#f8f6f6;padding:25px 0 40px}
.breadcrumbs{font-size:17px;color:#383530}
.breadcrumbs i{font-size:14px}
.breadcrumbs a{color:#383530}
.breadcrumbs a:hover{text-decoration:underline}
.rubric__wrap{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;justify-content:space-between}
.rubric__head h1{font-family:'Lora',serif;font-size:35px;color:#383530;margin:50px 0 25px;position:relative}
.rubric__head h1:before{content:'';display:block;width:75px;height:5px;position:absolute;left:0;top:-15px;background:#fca67f}
.rubric__head p{font-family:'Lora',serif;color:#383530;margin-bottom:20px;line-height:1.55em}
.rubric__item{width:100%;border-radius:5px;overflow:hidden;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;position:relative;color:#383530;background:#fff;box-shadow:0 5px 30px -10px rgba(0,0,0,0.2);margin-bottom:30px}
.rubric__item:hover{box-shadow:0 0 30px -2px}
.rubric__image{position:relative;width:315px;overflow:hidden}
.rubric__image img{width:100%;height:100%;object-fit:cover}
.rubric__tag{font-size:18px;padding:6px 20px;background:#fff;font-weight:700;position:absolute;left:0;top:20px}
.rubric__text{width:435px;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;-o-flex-direction:column;flex-direction:column;justify-content:space-between;padding:20px 25px}
.rubric__date{font-size:13px;opacity:.7;padding:0 0 5px}
.rubric__link{display:block;font-weight:700;font-size:25px;color:#383530}
.rubric__link:before{content:'';display:block;width:100%;height:100%;position:absolute;left:0;top:0}
.rubric__link:hover{color:#97bf65}
.rubric__text p{opacity:.7;padding:10px 0 15px}
.rubric__icons{color:#383530;font-size:13px;opacity:.7}
.rubric__icon:first-child{margin-right:5px}
.pagination{border-radius:8px;overflow:hidden;font-size:15px;color:#fff;background:#97bf65}
.pagination .nav-links{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-ms-align-items:center;align-items:center;justify-content:center;padding:12px 25px}
.pagination .prev,.pagination .next{cursor:pointer}
.navigation__arrows{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-ms-align-items:center;align-items:center;justify-content:center}
.pagination a.page-numbers,.pagination span{width:25px;height:25px;margin:0 5px;cursor:pointer;border-radius:50%;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-ms-align-items:center;align-items:center;justify-content:center;color:#fff}
.pagination a.page-numbers.prev,.pagination a.page-numbers.next{width:75px;height:25px!important;height:auto;border-radius:0;color:#fff}
.pagination a.page-numbers:hover,.pagination span.current{color:#97bf65;background:#fff}
.pagination a.page-numbers:hover{border-radius:25px}
.navigation__digit{margin:0 35px}
.pagination .prev:hover,.pagination .next:hover{background:#a59bdc}
.top{padding-bottom:30px;background:#f8f6f6}
.top__wrap{padding:30px 50px;border-radius:5px;background:#fca67f;box-shadow:0 5px 30px -10px rgba(0,0,0,0.5)}
.top__title{font-size:25px;color:#fff;font-weight:600;background-color:rgba(255,255,255,0.2);border-radius:50px;padding:10px 40px;width:max-content;margin:0 auto 30px}
.top__title i{font-size:18px}
.top__entries{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;justify-content:space-between}
.top__entry{width:31%;position:relative}
.top__entry:hover .top__box{box-shadow:0 0 30px}
.top__box{background:#fff;border-radius:5px;overflow:hidden;box-shadow:0 5px 30px -10px rgba(0,0,0,0.5)}
.top__image{height:165px;overflow:hidden;position:relative}
.top__image img{min-width:100%;min-height:100%}
.top__star{width:35px;height:35px;border-radius:50%;color:#fff;background:#97bf65;position:absolute;left:20px;top:20px;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-ms-align-items:center;align-items:center;justify-content:center}
.top__text{padding:15px 20px 20px;color:#383530}
.top__link{display:block;color:#383530;font-weight:700;font-size:20px;margin-bottom:10px}
.top__link:before{content:'';display:block;width:100%;height:100%;position:absolute;left:0;top:0}
.top__link:hover{color:#97bf65}
.top__text p{font-size:15px;margin-bottom:15px;opacity:.7;line-height:1.6em}
.top__icons{opacity:.5}
.top__icon:first-child{margin-right:10px}
.top__author{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-ms-align-items:center;align-items:center;margin-top:25px;padding-left:15px}
.top__photo{width:45px;height:45px;border-radius:50%;overflow:hidden;margin-right:10px;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-ms-align-items:center;align-items:center;justify-content:center}
.top__name{width:calc(100% - 45px);font-family:'Lora',serif;font-size:15px;color:#fff}
.top__name span{display:block;font-family:'Lora',serif;font-size:13px}
.article{background:#f8f6f6;padding:25px 0 75px}
.artlcle_head_two{margin:0 0 20px}
.artlcle_head_two h1{margin:20px 0;font-size:27px;position:relative}
.artlcle_head_two h1:before{content:'';display:block;width:75px;height:5px;position:absolute;left:0;top:-15px;background:#fca67f}
.artlcle_head_two .article__date{color:#383530}
.artlcle_head_two .article__text{padding:0}
.article__wrap{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;justify-content:space-between;margin-top:30px}
.home_wrap{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;justify-content:space-between}
.article__head{background:#fff}
.article__nonimage{border-radius:5px;padding:10px;background:#97bf65;background:-moz-linear-gradient(top,rgba(151,191,101,0.6) 0%,rgba(151,191,101,1) 100%);background:-webkit-gradient(left top,left bottom,color-stop(0%,rgba(151,191,101,0.6)),color-stop(100%,rgba(151,191,101,1)));background:-webkit-linear-gradient(top,rgba(151,191,101,0.6) 0%,rgba(151,191,101,1) 100%);background:-o-linear-gradient(top,rgba(151,191,101,0.6) 0%,rgba(151,191,101,1) 100%);background:-ms-linear-gradient(top,rgba(151,191,101,0.6) 0%,rgba(151,191,101,1) 100%);background:linear-gradient(to bottom,rgba(151,191,101,0.6) 0%,rgba(151,191,101,1) 100%)}
.article__nonimage div{border-radius:5px;padding:30px 10px;border:1px solid #fff}
.article__head0 .article__text{padding:20px 25px 0}
.article__head2 .article__text{padding:20px 25px 0}
.article__nonimage h1{text-align:center;color:#fff;font-family:'Lora',serif;font-size:27px}
.article__nonimage span{text-align:center;display:block;color:rgba(255,255,255,0.6)}
.article__head2 .article__image:before{position:absolute;content:"";top:0;left:0;background:rgba(0,0,0,0.5);display:block;width:100%;height:100%;z-index:2}
.article__image{position:relative;min-height:300px;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-ms-align-items:flex-end;align-items:flex-end}
.article__image img{min-width:100%;min-height:100%;position:absolute;left:0;top:0;z-index:1}
.article__image h1{font-family:'Lora',serif;font-size:30px;color:#fff;position:relative;text-align:center;margin:0 auto;margin-bottom:35px;z-index:3;padding:0 20px}
.article__image h1 span{display:block}
.article__text{padding:0 25px 10px}
.article__icons{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-ms-align-items:center;align-items:center}
.article__tag{display:inline-block;font-family:'Lora',serif;color:#fff;padding:5px 10px;background:#97bf65;margin-right:10px;margin-top:5px}
.article__date{color:#383530;margin-top:5px;font-size:13px;opacity:.5}
.article__list .toc_icon{border:2px solid #fca67f;border-radius:100%;height:40px;width:40px;position:relative;margin-right:20px}
.article__list_active i{transform:rotate(180deg)}
.article__list div .toc_icon i{font-size:11PX;color:#fca67f;position:absolute;left:9PX;margin:0;font-weight:700;top:8PX;padding:2PX;border:2px solid #fca67f}
.article__author{margin-left:auto;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-ms-align-items:center;align-items:center}
.article__photo{width:40px;height:40px;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-ms-align-items:center;align-items:center;justify-content:center;border-radius:50%;overflow:hidden;margin-right:5px}
.article__photo img{border-radius:50%}
.article__name{color:#383530;font-size:15px;opacity:.5}
.article__text p{color:#383530;font-family:'Lora',serif;line-height:1.6em}
.article__list{padding:25px 25px 0;background:#fff}
.article__list div{color:#383530;font-size:20px;font-family:'Lora',serif;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-ms-align-items:center;align-items:center;cursor:pointer}
.article__list div img{margin-right:20px}
.article__list div i{margin-top:4px;margin-left:10px;font-size:16px}
.article__list > ol{display:none;margin-left:50px}
.article__list li{margin-top:10px}
.article__list a{color:#383530}
.article__list a:hover{text-decoration:underline}
.article__list ol ol{margin-left:30px}
.article__content{padding:35px 25px 5px;background:#fff}
.article__content h2:after,.rubric__head h2:after{content:'';display:block;width:75px;height:5px;position:absolute;left:-25px;top:-20px;background:#97bf65}
.article__content h2,.article__content h3,.article__content h4,.rubric__head h2,.rubric__head h3,.rubric__head h4{color:#383530;font-family:'Lora',serif;position:relative;margin-top:40px}
.article__content h2,.rubric__head h2{font-size:25px}
.article__content h3,.rubric__head h3{font-size:23px;margin-left:20px}
.article__content h4,.rubric__head h4{font-size:21px;margin-left:20px}
.article__content h3:after,.article__content h4:after,.rubric__head h3:after,.rubric__head h4:after{content:'';display:block;width:35px;height:2px;position:absolute;left:-45px;top:50%;background:#97bf65}
.article__content p{font-family:'Lora',serif;color:#383530;margin-bottom:20px;line-height:27px;word-wrap:break-word}
.article__content a,.rubric__head a{color:#97bf65}
.article__content a:hover,.rubric__head a:hover{text-decoration:underline}
.article__content > span,.rubric__head > span{display:block;color:#9a93d1;font-family:'Lora',serif;font-size:15px;margin-bottom:25px}
.article__content img,.rubric__head img{max-width:100%;height:auto}
.wp-caption{max-width:100%}
.aligncenter{margin:0 auto;display:block}
.alignleft{float:left;margin-right:20px}
.alignright{float:right;margin-left:20px}
.article__content > ul,.rubric__head ul,.article__content > ol,.rubric__head ol{margin-bottom:20px}
.article__content > ol,.rubric__head > ol{counter-reset:myCounter;margin-bottom:30px}
.article__content > ul ul,.article__content > ul ol,.rubric__head > ul ul,.rubric__head > ul ol{margin-left:0}
.article__content ol li,.rubric__head ol li{position:relative;color:#383530;margin-top:10px;margin-left:40px;line-height:27px}
.article__content ul li,.rubric__head ul li{position:relative;color:#383530;margin-top:10px;margin-left:30px;line-height:27px}
.article__content > ol ul,.article__content > ol ol,.rubric__head > ol ul,.rubric__head > ol ol{margin-left:0}
.article__content li img,.rubric__head li img{margin-top:10px}
.article__content ol li:before,.rubric__head ol li:before{counter-increment:myCounter;content:counter(myCounter);display:block;position:absolute;top:0;left:-35px;width:25px;height:25px;background:#97bf65;margin-right:20px;font-weight:600;font-size:15px;color:#fff;border-radius:20px 20px 0 20px;text-align:center}
.article__content ul li:before,.rubric__head ul li:before{content:'\f46a';display:block;position:absolute;top:0;left:-25px;width:25px;height:25px;font-family:"Font Awesome 5 Free";font-weight:900;color:#97bf65;font-size:18px}
.article__content table:not(.tablepress),.rubric__head table:not(.tablepress){width:100%!important;margin-bottom:20px;border:1px solid #f8f6f6;overflow-x:auto;overflow-y:hidden}
.article__content tr:not(.tablepress),.rubric__head tr:not(.tablepress){border-bottom:1px solid #f8f6f6;width:100%}
.article__content tr:not(.tablepress):last-child,.rubric__head p tr:not(.tablepress):last-child{border:none}
.article__content td:not(.tablepress),.rubric__head td:not(.tablepress){background:#f8f6f6;padding:10px}
.article__content tr:first-child td,.rubric__head tr:first-child td{font-size:17px;font-weight:500;color:#383530}
.article__content td,.rubric__head td{text-align:center;color:#383530}
.article__foot{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-ms-align-items:center;align-items:center;padding:0 25px 30px;background:#fff}
.article__foot .rating{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-ms-align-items:center;align-items:center;font-family:'Lora',serif;font-weight:300;color:#383530}
.article__foot .stars{margin-left:20px;margin-top:5px}
.article__foot .stars i{cursor:pointer}
.article__foot .links{margin-left:auto;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex}
.article__foot li{margin:0}
.article__foot li:before{display:none!important}
.resembling{padding:30px 0}
.resembling__title{font-family:'Lora',serif;font-size:29px;color:#383530;margin-bottom:20px}
.resembling__entries{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;flex-wrap:wrap;justify-content:space-between}
.resenbling__entry{width:225px;position:relative}
.comment-respond{width:100%}
.logged-in-as{margin:0 0 20px}
.resembling__image{width:100%;height:150px;overflow:hidden;border-radius:10px;margin-bottom:20px}
.resenbling__entry:hover .resembling__image{box-shadow:0 0 20px}
.resembling__tag{font-family:'Lora',serif;color:#fff;padding:5px 10px;background:#97bf65}
.resembling__link{display:block;margin:20px 0 15px;color:#383530;font-size:17px;font-weight:600}
.resembling__link:before{content:'';display:block;width:100%;height:100%;position:absolute;left:0;top:0}
.resembling__link:hover{text-decoration:underline}
.resembling__icons{opacity:.5}
.resembling__icon:first-child{margin-right:10px}
.commentaries__title{font-family:'Lora',serif;font-size:25px;color:#383530;margin-bottom:40px}
.commentaries__title.commentaries__title_not{margin-bottom:0}
.commentaries__title i{opacity:.5;font-size:15px;color:#383530}
.comments{background:#fff;padding:25px 25px 40px;border-radius:5px}
.comment{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;justify-content:space-between;flex-wrap:wrap}
.comment__photo{width:50px;height:50px;border-radius:50%;overflow:hidden;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-ms-align-items:center;align-items:center;justify-content:center}
.comment__content{width:90%}
.comment__head{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;justify-content:space-between}
.comment__name{color:#717171;font-family:'Lora',serif;font-weight:700;font-size:18px}
.comment__name span{color:#383530}
.comment__name span i{transform:scale(-1,1);margin:0 10px}
.comment__date{color:#383530;opacity:.7;font-size:13px}
.comment__stars i{color:#717171;font-size:14px;cursor:pointer}
.comment__text{width:100%;color:#383530;padding:10px 0;line-height:1.55em}
.c_comment-list .children{width:100%;padding-left:70px}
.c_comment-list .children li{display:flex}
.comment__btn a{display:block;width:max-content;color:#97bf65;font-size:15px;cursor:pointer;margin-bottom:20px}
.comment__btn a:hover{text-decoration:underline}
.comment__reply{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;justify-content:space-between}
.comment__reply form{width:90%;padding:15px;border-radius:5px;border:1px solid #fca67f;background:#fca67f}
.comment__reply textarea{width:100%;height:90px;border:none;background:none;outline:none}
.review{margin-top:25px}
.review__inputs{margin-left:55px;background:#fff;border-radius:5px;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;-o-flex-wrap:wrap;flex-wrap:wrap;justify-content:space-between;padding:25px 25px 40px;position:relative}
.review__inputs:before{content:'\f0e0';font-family:"Font Awesome 5 Free";font-weight:900;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-ms-align-items:center;align-items:center;justify-content:center;width:55px;height:45px;position:absolute;left:-55px;top:25px;background:#97bf65;color:#fff;font-size:19px}
.review__input{color:#97bf65;background:none;border:none;border-bottom:1px solid;width:100%;margin-bottom:30px;padding-bottom:5px;font-family:'Lora',serif;font-size:16px}
.comment-form-cookies-consent{padding:10px 0 0}
.review__textarea{color:#97bf65;background:none;border:none;border-bottom:1px solid;width:100%;outline:none;height:60px;font-family:'Lora',serif;font-size:16px}
.review__btn{display:block;padding:12px 35px;width:max-content;color:#fff;border:none;background:#97bf65;border-radius:50px;font-family:'Lora',serif;font-size:20px;cursor:pointer;margin-left:auto;margin-top:25px}
.review__btn:hover{background:#717171}
.article__content blockquote,.rubric__head blockquote{margin:0 0 45px 50px;padding:30px;box-shadow:0 2px 30px -10px rgba(0,0,0,0.5);border-radius:5px;position:relative}
.article__content blockquote p:last-child,.rubric__head blockquote p:last-child{margin:0}
.article__content blockquote:before,.rubric__head blockquote:before{content:'\f5da';font-family:"Font Awesome 5 Free";font-weight:900;font-size:19px;color:#fff;width:50px;height:45px;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-ms-align-items:center;align-items:center;justify-content:center;position:absolute;left:-50px;top:25px;background:#fca67f}
blockquote.bell:before{content:'\f0f3';background:#e3c076}
blockquote.envira:before{font-family:"Font Awesome 5 Brands";content:'\f299';background:#81b163}
blockquote.warning:before{content:'\f071';background:#e36565}
blockquote.bullhorn:before{content:'\f0a1';background:#5d77fc}
blockquote.question:before{content:'\f059';background:#bebebe}
.sidebar__articles{padding:30px 20px 20px;background:#fff}
.sidebar__wrap{margin-bottom:30px}
.sidebar__articles .sidebar__title{color:#97bf65;font-family:'Lora',serif;font-weight:700;font-size:25px;text-align:center;margin-bottom:20px}
.sidebar__articles .sidebar__switches{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;justify-content:space-between;padding-bottom:20px}
.sidebar__articles .sidebar__switch{padding:5px 32px;border-radius:50px;color:#383530;font-weight:500;cursor:pointer}
.sidebar__articles .sidebar__switch:hover,.sidebar__articles .sidebar__switch_active{background:#fca67f;color:#fff}
.sidebar__articles #sidebar__list_week{display:none}
.sidebar__articles .sidebar__item{padding-top:20px;padding-bottom:15px;position:relative;padding-left:35px;border-top:1px rgba(56,53,48,0.2) solid}
.sidebar__articles .sidebar__icon{position:absolute;left:0;top:27px;font-size:25px;color:#fca67f}
.sidebar__articles .sidebar__icon span{position:absolute;left:50%;top:8px;transform:translateX(-50%);font-size:12px;font-weight:600}
.sidebar__articles .sidebar__date{color:#383530;font-size:13px;opacity:.5}
.sidebar__articles .sidebar__link{display:block;font-size:17px;margin-top:10px;color:#383530;font-family:'Lora',serif}
.sidebar__articles .sidebar__link:before{content:'';display:block;position:absolute;width:100%;height:100%;left:0;top:0}
.sidebar__articles .sidebar__link:hover{color:#97bf65}
.sidebar__question{color:#fff;margin-bottom:20px}
.sidebar__question .sidebar__image{position:absolute;left:0;top:0;width:100%;height:100%;overflow:hidden;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-ms-align-items:center;align-items:center;justify-content:center}
.sidebar__question_inner{height:520px;position:relative;padding:35px 0 0}
.sidebar__question .sidebar__title{font-weight:700;font-size:30px;text-align:center;margin:0 0 15px;position:relative}
.sidebar__question .sidebar__description{text-align:center;position:relative}
.sidebar__question .sidebar__btn{position:relative;font-weight:700;font-size:17px;color:#fff;display:block;width:max-content;padding:15px 40px;border-radius:50px;background:#97bf65;margin:-25px auto 5px}
.sidebar__question .sidebar__btn:hover{margin-top:-30px;margin-bottom:10px}
.sidebar__question .sidebar__subscription{color:#fca67f;text-align:center;font-size:15px}
.sidebar__advice{border-radius:5px;padding:10px;background:rgba(241,188,198,1);background:-moz-linear-gradient(top,rgba(241,188,198,1) 0%,rgba(208,150,163,1) 100%);background:-webkit-gradient(left top,left bottom,color-stop(0%,rgba(208,150,163,1)),color-stop(100%,rgba(208,150,163,1)));background:-webkit-linear-gradient(top,rgba(241,188,198,1) 0%,rgba(208,150,163,1) 100%);background:-o-linear-gradient(top,rgba(241,188,198,1) 0%,rgba(208,150,163,1) 100%);background:-ms-linear-gradient(top,rgba(241,188,198,1) 0%,rgba(208,150,163,1) 100%);background:linear-gradient(to bottom,rgba(241,188,198,1) 0%,rgba(208,150,163,1) 100%);filter:progid: DXImageTransform.Microsoft.gradient(startColorstr='#fca67f',endColorstr='#fca67f',GradientType=0);text-align:center;margin-bottom:30px}
.sidebar__advice_inner{border-radius:5px;border:1px solid #fff;padding:15px 0}
.sidebar__advice .sidebar__head{color:#97bf65;font-size:20px;font-weight:600}
.sidebar__advice .sidebar__image{width:155px;height:155px;border-radius:50%;overflow:hidden;margin:0 auto;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-ms-align-items:center;align-items:center;justify-content:center;margin-top:10px}
.sidebar__advice .sidebar__title{font-weight:700;font-size:25px;color:#fff;margin:10px 0}
.sidebar__advice .sidebar__title:after{content:'';display:block;width:65px;height:3px;background:#fff;margin:0 auto;margin-top:10px}
.sidebar__advice p{color:#fff;line-height:1.5em}
.sidebar__video{text-align:center;color:#fff;padding:25px 30px 35px;border-radius:5px;background:rgba(151,191,101,1);background:-moz-linear-gradient(top,rgba(151,191,101,1) 0%,rgba(113,113,113,1) 100%);background:-webkit-gradient(left top,left bottom,color-stop(0%,rgba(151,191,101,1)),color-stop(100%,rgba(113,113,113,1)));background:-webkit-linear-gradient(top,rgba(151,191,101,1) 0%,rgba(113,113,113,1) 100%);background:-o-linear-gradient(top,rgba(151,191,101,1) 0%,rgba(113,113,113,1) 100%);background:-ms-linear-gradient(top,rgba(151,191,101,1) 0%,rgba(113,113,113,1) 100%);background:linear-gradient(to bottom,rgba(151,191,101,1) 0%,rgba(113,113,113,1) 100%);filter:progid: DXImageTransform.Microsoft.gradient(startColorstr='#97bf65',endColorstr='#717171',GradientType=0)}
.sidebar__video .sidebar__title{font-weight:700;font-size:25px}
.sidebar__video .sidebar__text{padding:15px 0 10px}
.sidebar__video .sidebar__content{width:100%;height:150px;overflow:hidden;border-radius:5px;box-shadow:0 10px 30px -10px rgba(0,0,0,0.5);cursor:pointer;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-ms-align-items:center;align-items:center;justify-content:center}
.sidebar__video .sidebar__content img{width:100%;height:100%;object-fit:cover}
.sidebar__video .sidebar__content:hover{box-shadow:0 0 30px -5px}
.sidebar__popular{padding:30px 20px 20px;background:#717171}
.sidebar__popular .sidebar__title{color:#fff;font-family:'Lora',serif;font-weight:700;font-size:25px;text-align:center;margin-bottom:20px}
.sidebar__popular .sidebar__switches{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;justify-content:space-between;padding-bottom:20px;border-bottom:1px solid #717171}
.sidebar__popular .sidebar__switch{color:#97bf65;padding:5px 32px;border-radius:50px;font-weight:500;cursor:pointer}
.sidebar__popular .sidebar__switch:hover,.sidebar__popular .sidebar__switch_active{background:#97bf65;color:#fff}
.sidebar__popular #sidebar__list_week{display:none}
.sidebar__popular .sidebar__item{padding-top:20px;padding-bottom:15px;position:relative;padding-left:35px;border-top:1px rgba(255,255,255,0.5) solid;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;padding-left:0}
.sidebar__popular .sidebar__item:last-child{border-bottom:none}
.sidebar__popular .sidebar__image{width:65px;height:65px;overflow:hidden;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;-ms-align-items:center;align-items:center;justify-content:center;border-radius:50%;margin-right:10px;margin-top:20px}
.sidebar__popular .sidebar__text{width:200px}
.sidebar__popular .sidebar__link{display:block;margin-top:10px;font-family:'Lora',serif;color:#fff;margin-bottom:15px;font-size:17px}
.sidebar__popular .sidebar__link:before{content:'';display:block;position:absolute;width:100%;height:100%;left:0;top:0}
.sidebar__popular .sidebar__link:hover{text-decoration:underline}
.sidebar__popular .sidebar__icons{opacity:.5;color:#fff}
.sidebar__popular .sidebar__icons span:first-child{margin-right:10px}
#kcmenu{counter-reset:list}
#kcmenu li:before{color:#383530}
#kcmenu li.sub{counter-increment:list;counter-reset:list1}
#kcmenu li.sub:before{content:counter(list) '. ';color:#383530}
#kcmenu li.sub_1{counter-increment:list1;counter-reset:list2;margin:10px 0 0 20px}
#kcmenu li.sub_1:before{content:counter(list) '.' counter(list1) '. ';color:#383530}
#kcmenu li.sub_2{counter-increment:list2;margin:10px 0 0 15px;margin:10px 0 0 20px}
#kcmenu li.sub_2:before{content:counter(list) '.' counter(list1) '.' counter(list2) '. ';color:#383530}
.gallery img{max-width:90%;width:auto;height:auto}
.popular__slider .popular__image,.popular__slider .author__image{box-shadow:0 6px 15px #383530}
.popular__slider .popular__image img{width:100%}
.popular__slider .popular__entry:nth-child(odd) .popular__image,.popular__slider .popular__entry:nth-child(odd) .author__image{box-shadow:0 6px 15px rgba(0,0,0,.25)!important}
.popular__slider .popular__entry:hover .popular__image{opacity:.7}
.widget_search .header__search{width:100%;background:rgba(252,166,127,0.56)}
.home_text{background:#f8f6f6;padding:0 0 50px}
.home_text h1{margin:0;padding:20px 0}
.sidebar .header__search{background:transparent;box-shadow:none;width:100%;padding:0;border-radius:0}
.sidebar .header__btn{margin-left:5px;color:#383530}
.sidebar .header__input{width:100%;border:1px rgba(56,53,48,0.2) solid;color:#383530;padding:10px}