/*Reset Table*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, textarea {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Ubuntu', sans-serif;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
    background: #fff;
    max-height: 100vh;
    overflow-x: hidden;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
/*Reset Table END*/

/*Some rules*/
*{
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
b, strong{
    font-weight: bold;
}
.wrapper{
    /*max-width: 1480px;*/
    /*margin: auto;*/
    /*padding-left: 20px;*/
    /*padding-right: 20px;*/
    max-width: 1200px;
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
}
a{
    text-decoration: none;
}
/*Some rules END*/

/*Header*/
main{
    padding: 60px 0 0 0;
}
@media(max-width: 767px){
    main{
        padding: 0;
    }
}
header{
    position: fixed;
    width: 100%;
    z-index: 10;
}
@media(max-width: 767px){
    header{
        position: static;
        width: auto;
    }
}
.header{
    height: 60px;
    background: #5A73D9;
}
.header__menu{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: inherit;
}
.header__menu-logo a img{
    width: 48px;
    height: 29px;
    margin-right: 8px;
}
.header__menu-logo a{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 300;
    font-size: 20px;
    line-height: 28px;
    color: #FFFFFF;
}
.header__menu nav.header__menu-nav ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.header__menu nav.header__menu-nav ul li{
    margin-right: 70px;
}
.header__menu nav.header__menu-nav ul li:last-child{
    margin-right: 40px;
}
.header__menu nav.header__menu-nav ul li a{
    font-size: 16px;
    line-height: 21px;
    color: #FFFFFF;
}
.header__menu nav.header__menu-nav ul li a:hover{
    text-decoration: underline;
}
/*Header END*/

/*Home-lead*/
.first-section{
    /*padding: 8px 0px 50px 240px;*/
    padding-top: 8px;
    padding-bottom: 50px;
}
.home__lead{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /*background: url(../images/img_top5best.png) right center/ contain no-repeat;*/
}
.home__lead-left{
    width: 50%;
}
.home__lead-right{
    width: 50%;
    height: 465px;
    background: url(../images/img_top5best.png) right center/ contain no-repeat;
}
.home__lead-right img{
    width: 100%;
}
.home__lead-right-imgmob{
    display: none;
}
.home__lead-left-title{
    font-weight: bold;
    font-size: 84px;
    line-height: 121px;
    letter-spacing: 0.005em;
    text-transform: uppercase;
    color: #5A73D9;
}
.home__lead-left-text{
    line-height: 28px;
    font-size: 24px;
    margin-bottom: 48px;
    color: #3A3A3A;
    opacity: 0.9;
}
.home__lead-left a{
    display: block;
    width: 173px;
    height: 51px;
    text-align: center;
    line-height: 51px;
    font-size: 24px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #5A73D9;
    -webkit-box-shadow: 0px 4px 15px rgba(90, 115, 217, 0.3);
    box-shadow: 0px 4px 15px rgba(90, 115, 217, 0.3);
}
.home__lead-left a:hover{
    background: #6684FF;
}
.home__lead-left a:active{
    background: #4A60BB;
}

/*Home-lead END*/

/*Home-reviews*/
.second-section{
    margin-bottom: 100px;
}
.home__reviews{
    /*width: 1227px;*/
    margin: 0 auto;
}
.main-title{
    font-weight: bold;
    font-size: 42px;
    line-height: 61px;
    text-align: center;
    color: #5A73D9;
}
.home__reviews-header{
    margin-bottom: 40px;
}
.home__reviews-title{
    margin-bottom: 10px;
}
.home__reviews-title ul.item-block{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 49px;
}
.home__reviews-title ul.item-block li{
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    color: #5A73D9;
}
.home__reviews-title ul.item-block li.rank{
    width: 70px;
}
.home__reviews-title ul.item-block li.service{
    width: 200px;
}
.home__reviews-title ul.item-block li.prising{
    width: 125px;
}
.home__reviews-title ul.item-block li.total{
    width: 221px;
}
.home__reviews-title ul.item-block li.details{
    width: 200px;
}
.home__reviews-item{
    margin-bottom: 12px;
}
.home__reviews-item ul.item-block{
    background: #FFFFFF;
    -webkit-box-shadow: 0px 4px 15px rgba(90, 115, 217, 0.3);
    box-shadow: 0px 4px 15px rgba(90, 115, 217, 0.3);
    padding: 8px 49px 16px 49px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.home__reviews-item ul.item-block li.rank{
    width: 70px;
    height: 70px;
    font-weight: 500;
    font-size: 32px;
    line-height: 70px;
    color: #FFFFFF;
    border-radius: 50%;
    text-align: center;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}
.gold{
    background: url(../images/gold.png);
}
.bronze{
    background: url(../images/bronze.png);
}
.silver{
    background: url(../images/silver.png);
}
.rank-other{
    background-color: #5A73D9;
}
.home__reviews-item ul.item-block li.service{
    width: 200px;
    height: 70px;
    text-align: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}
.bec{
    background-image: url(../images/buyessay-logo.png);
}
.fe{
    background-image: url(../images/familyessay-logo.png);
}
.sb{
    background-image: url(../images/studybay-logo.png);
}
.ew{
    background-image: url(../images/essaywriter-logo.png);
}
.etyper{
    background-image: url('../images/essay-typer.png');
}
.okayess{
    background-image: url('../images/okayessay_logo.png.png');
}
.acd{
    background-image: url(../images/academized-logo.png);
}
.home__reviews-item ul.item-block li.pricing{
    width: 125px;
    font-size: 22px;
    line-height: 30px;
    color: #3A3A3A;
    opacity: 0.6;
}
.home__reviews-item ul.item-block li.total{
    width: 221px;
}
.home__reviews-item ul.item-block li.total ul li.total-title{
    border-bottom: 1px solid rgba(58, 58, 58, 0.25);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 9px;
}
.home__reviews-item ul.item-block li.total ul li:first-child span:first-child{
    color: #3A3A3A;
    opacity: 0.6;
    font-size: 22px;
    line-height: 30px;
}
.home__reviews-item ul.item-block li.total ul li:first-child span:last-child{
    color: #5A73D9;
    font-weight: 500;
    font-size: 22px;
    line-height: 30px;
}
.home__reviews-item ul.item-block li.total ul li.total-rank{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.home__reviews-item ul.item-block li.total ul li.total-rank span:first-child{
    color: #3A3A3A;
    display: block;
    opacity: 0.6;
    font-size: 14px;
    line-height: 18px;
    width: 63px;
    margin-right: 17px;
}
.home__reviews-item ul.item-block li.total ul li.total-rank span:last-child figure{
    width: 12px;
    height: 12px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-right: 8px;
}
figure.full-star{
    background-image: url(../images/full-star.svg);
}
figure.empty-star{
    background-image: url(../images/empty-star.svg);
}
.home__reviews-item ul.item-block li.total ul li.total-rank span:last-child figure:last-child{
    margin-right: 8px;
}
.home__reviews-item ul.item-block li.total ul li.total-rank span:last-child{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.home__reviews-item ul.item-block li.details a:first-child{
    border: 1px solid #5A73D9;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 4px 15px rgba(90, 115, 217, 0.3);
    box-shadow: 0px 4px 15px rgba(90, 115, 217, 0.3);
    width: 200px;
    height: 46px;
    display: block;
    font-size: 22px;
    line-height: 46px;
    letter-spacing: 0.04em;
    color: #5A73D9;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 21px;
}
.home__reviews-item ul.item-block li.details a:first-child:hover{
    border: 1px solid #6684FF;
    color: #6684FF;
}
.home__reviews-item ul.item-block li.details a:first-child:active{
    border: 1px solid #4A60BB;
    color: #4A60BB;
}
.home__reviews-item ul.item-block li.details a:last-child{
    background: #5A73D9;
    -webkit-box-shadow: 0px 4px 15px rgba(90, 115, 217, 0.3);
    box-shadow: 0px 4px 15px rgba(90, 115, 217, 0.3);
    width: 200px;
    height: 46px;
    display: block;
    font-size: 22px;
    line-height: 46px;
    letter-spacing: 0.04em;
    color: #FFFFFF;
    text-transform: uppercase;
    text-align: center;
}
.home__reviews-item ul.item-block li.details a:last-child:hover{
    background: #6684FF;
}
.home__reviews-item ul.item-block li.details a:last-child:active{
    background: #4A60BB;
}

/*Home-text*/
.third-section{
    /*margin-bottom: 30px;*/
}
.home__text-block h1{
    /*margin-bottom: 38px;*/
}
.home__text-block p{
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 126.4%;
    color: #3A3A3A;
    opacity: 0.9;
}
.text-with-image{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.text-with-image .text{
    width: 50%;
    /*margin-right: 90px;*/
}
p.special{
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    color: #5A73D9;
    margin-bottom: 29px;
}
.services{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.services-item{
    width: 30%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    color: #5A73D9;
    margin-bottom: 37px;
}
.services-item img{
    width: 120px;
    height: 120px;
}
.quality-text, .pricing-text, .deadlines-text, .usability-text, .support-text{
    display: none;
}
.services-new{
    width: 561px;
    height: 522px;
    position: relative;
}
.services-item-circle{
    border: 3px solid #5A73D9;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    width: 414px;
    height: 414px;
    border-radius: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 13%;
}

/*footer*/
.footer{
    height: 200px;
    background: url(../images/footer-bg.png) top center/cover no-repeat;
    -ms-background-position-y: 5px!important;
    background-position-y: 5px!important;
}
.footer .wrapper{
    height: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.footer-copy{
    font-size: 20px;
    line-height: 30px;
    color: #FFFFFF;
    opacity: 0.9;
    text-align: right;
    padding-bottom: 10px;
}
.show-in-mob {
    display: none;
}

/*tablet*/
@media(max-width: 1560px){
    .first-section {
        /*padding: 8px 100px 50px 100px;*/
    }
}
@media(max-width: 1199px){
    .wrapper{
        /*padding-left: 80px;*/
        /*padding-right: 80px;*/
    }
    .header__menu-logo a img {
        width: 48px;
        height: 29px;
        margin-right: 12px;
    }
    .header__menu-logo a{
        font-size: 18px;
        line-height: 21px;
        color: #FFFFFF;
    }
    .header__menu nav.header__menu-nav ul li a{
        line-height: 21px;
        color: #FFFFFF;
    }
    .header__menu nav.header__menu-nav ul li:last-child{
        margin-right: 0;
    }
    .header__menu nav.header__menu-nav ul li{
        margin-right: 70px;
    }
    .first-section {
        /*padding: 20px 10px 56px 80px;*/
    }
    .home__lead-left {
        width: 40%;
    }
    .home__lead-left-title{
        font-size: 48px;
        line-height: 61px;
        margin-bottom: 18px;
    }
    .home__lead-left-text{
        font-size: 18px;
        line-height: 21px;
        margin-bottom: 23px;
    }
    .home__lead{
        display: block;
        background: url(../images/img_top5best2.png) right center/contain no-repeat;
        height: 419px;
        padding-top: 36px;
    }
    .home__lead-right{
        display: none;
    }
    .home__reviews-item ul.item-block li.service{
        width: 135px;
        height: 52px;
    }
    .home__reviews-item ul.item-block li.service img{
        width: 100%;
        height: 100%;
    }
    .home__reviews{
        width: 100%;
    }
    .home__reviews-title ul.item-block{
        padding: 0px 21px;
    }
    .home__reviews-item ul.item-block{
        padding: 8px 22px 16px 11px;
    }
    .home__reviews-item ul.item-block li.pricing{
        font-size: 18px;
        line-height: 23px;
        width: 100px;
    }
    .home__reviews-item ul.item-block li.rank{
        width: 48px;
        height: 48px;
        line-height: 48px;
    }
    .home__reviews-item ul.item-block li.total {
        width: 172px;
    }
    .home__reviews-item ul.item-block li.total ul li.total-rank span:first-child{
        margin-right: 9px;
    }
    .second-section {
        margin-bottom: 84px;
    }
    .home__text-block h1 {
        margin-bottom: 20px;
    }
    .text-with-image{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .text-with-image .text {
        width: 100%;
        margin-right: 0;
        margin-bottom: 12px;
    }
    .third-section{
        margin-bottom: 0;
    }
    .footer{
        background-position: 65% center;
    }
    .footer-copy{
        width: 260px;
        margin-right: 50px;
        font-size: 18px;
        line-height: 23px;
        text-align: left;
    }
}

@media(min-width: 768px){
    .swiper-container.reviews-slider{
        overflow: unset;
    }
    .reviews-slider .swiper-wrapper{
        display: block;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    .reviews-slider .swiper-button-prev, .reviews-slider .swiper-button-next{
        display: none;
    }
}

/*mobile*/
@media(max-width: 767px){

    .wrapper{
        padding-left: 20px;
        padding-right: 20px;
    }
    .second-section.wrapper {
        padding-left: 0;
        padding-right: 0;
    }
    .nav-toggler {
        position: relative;
        cursor: pointer;
        width: 40px;
        height: 24px;
        overflow: hidden;
        top: 3px;
    }
    .nav-toggler:before {
        content: '';
        position: absolute;
        top: 0px;
        left: 0;
        height: 1px;
        width: 40px;
        background-color: #fff;
        -webkit-transition: -webkit-transform .2s;
        transition: -webkit-transform .2s;
        -o-transition: transform .2s;
        transition: transform .2s;
        transition: transform .2s, -webkit-transform .2s;
    }
    .nav-toggler:after {
        content: '';
        position: absolute;
        top: 16px;
        left: 0;
        height: 1px;
        width: 40px;
        background-color: #fff;
        -webkit-transition: -webkit-transform .2s;
        transition: -webkit-transform .2s;
        -o-transition: transform .2s;
        transition: transform .2s;
        transition: transform .2s, -webkit-transform .2s;
    }
    .nav-lines {
        display: block;
        position: relative;
        top: 8px;
        width: 40px;
        height: 1px;
        background-color: #fff;
        -webkit-transition: -webkit-transform .2s;
        transition: -webkit-transform .2s;
        -o-transition: transform .2s;
        transition: transform .2s;
        transition: transform .2s, -webkit-transform .2s;
    }
    .show-in-mob {
        display: block;
    }
    .header__menu-nav {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        height: 100vh;
        -webkit-transform: translateX(-200%);
        -ms-transform: translateX(-200%);
        transform: translateX(-200%);
        -webkit-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        transition: 0.3s ease;
        background-color: #fff;
    }
    .header__menu-nav.main-nav--open {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
        z-index: 2;
    }
    .header .header__menu nav.header__menu-nav ul{
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        overflow-y: auto;
        overflow-x: hidden;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        margin-top: 35px;
        margin-left: 20px;
    }
    .header .header__menu nav.header__menu-nav ul li{
        margin-bottom: 15px;
    }
    .main-nav__closer {
        position: absolute;
        top: 14px;
        right: 10px;
    }
    .first-section{
        padding: 7px 0 59px;
    }
    .home__lead{
        background: none;
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        height: 474px;
    }
    .home__lead-left{
        width: 100%;
        text-align: center;
    }
    .home__lead-left a{
        margin: 0 auto;
    }
    .home__lead-right{
        display: block;
        width: 100%;
        margin-bottom: 31px;
        background: none;
    }
    .home__lead-right img{
        display: none;
    }
    .home__lead-right img.home__lead-right-imgmob{
        display: block;
        width: 318px;
        height: 304px;
        margin: 0 auto;
    }
    .home__lead-left-title{
        font-size: 36px;
        line-height: 46px;
        margin-bottom: 6px;
    }
    .home__lead-left-text{
        margin-bottom: 15px;
    }
    .main-title{
        font-size: 24px;
    }
    .home__reviews-header{
        margin-bottom: 0;
        line-height: 24px;
    }
    .home__reviews-title{
        display: none;
    }
    .home__reviews-item ul.item-block{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .home__reviews{
        width: 310px;
    }
    .home__reviews-item{
        margin: 20px 0;
    }
    .home__reviews-item ul.item-block{
        padding: 14px 12px;
        margin: 0 40px;
    }
    .home__reviews-item ul.item-block li.rank{
        margin-bottom: 20px;
    }
    .home__reviews-item ul.item-block li.service{
        margin-bottom: 20px;
    }
    .home__reviews-item ul.item-block li.pricing{
        margin-bottom: 20px;
    }
    .home__reviews-item ul.item-block li.total{
        margin-bottom: 16px;
    }
    .home__reviews-item ul.item-block li.details a:first-child{
        margin-bottom: 12px;
    }
    .home__text-block h1{
        line-height: 30px;
    }
    .home__text-block p{
        font-size: 18px;
    }
    p.special{
        text-align: center;
        margin-bottom: 12px;
        font-size: 24px;
    }
    .footer{
        height: 100px;
        background-position: 80% center;
    }
    .footer-copy{
        font-size: 14px;
        line-height: 18px;
        padding: 0;
        margin: 0;
        /*margin-right: 20px;*/
        /*padding-bottom: 5px;*/
        width: 200px;
    }
    .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
        left: 0;
        cursor: pointer;
    }
    .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
        right: 0;
        cursor: pointer;
    }
    .header__menu nav.header__menu-nav ul li a{
        color: #000;
    }
    .second-section{
        margin-bottom: 50px;
    }
}

/*Blog*/
/*Main page*/
.blog-main{
    background: #fff;
    padding-top: 72px;
}
.blog h1{
    margin-bottom: 31px;
}
.blog__items .item{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin-bottom: 35px;
    min-height: 329px;
}
.blog__items .item .item__thumbnail{
    width: 49%;
    height: 250px;
    background-repeat: no-repeat;
    background-position: center center;
    /*background-size: contain;*/
    background-size: 100% 100%;
    align-self: flex-start;
    position: relative;
}
.blog__items .item .item__text-block{
    width: 49%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.blog__items .item h2{
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    color: #5A73D9;
    margin-bottom: 8px;
    text-transform: capitalize;
}
.blog__items .item .item__line{
    width: 104px;
    height: 1px;
    background: #5A73D9;
    margin-bottom: 8px;
}
.blog__items .item .item__description{
    font-size: 22px;
    line-height: 30px;
    color: #3A3A3A;
    opacity: 0.9;
    margin-bottom: 14px;
}
.blog__items .item .item__info .item__info-date{
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    color: #3A3A3A;
    opacity: 0.9;
    margin-bottom: 17px;
}
.blog__items .item .item__info .item__info-date span{
    color: #5A73D9;
}
.item__links-site{
    border: 1px solid #5A73D9;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 4px 15px rgba(90, 115, 217, 0.3);
    box-shadow: 0px 4px 15px rgba(90, 115, 217, 0.3);
    width: 200px;
    height: 46px;
    display: block;
    font-size: 22px;
    line-height: 46px;
    letter-spacing: 0.04em;
    color: #5A73D9;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 21px;
}
.item__links-site:hover{
    border: 1px solid #6684FF;
    color: #6684FF;
}
.item__links-site:active{
    border: 1px solid #4A60BB;
    color: #4A60BB;
}
.item__links-more{
    background: #5A73D9;
    -webkit-box-shadow: 0px 4px 15px rgba(90, 115, 217, 0.3);
    box-shadow: 0px 4px 15px rgba(90, 115, 217, 0.3);
    width: 200px;
    height: 46px;
    display: block;
    font-size: 22px;
    line-height: 46px;
    letter-spacing: 0.04em;
    color: #FFFFFF;
    text-transform: uppercase;
    text-align: center;
}
.item__links-more:hover{
    background: #6684FF;
}
.item__links-more:active{
    background: #4A60BB;
}
.dots{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.current.page-numbers{
    background: #5A73D9;
    color: #fff;
    margin-right: 4px;
    font-size: 24px;
    line-height: 51px;
    height: 51px;
    width: 51px;
    display: block;
    -webkit-box-shadow: 0px 4px 15px rgba(90, 115, 217, 0.3);
    box-shadow: 0px 4px 15px rgba(90, 115, 217, 0.3);
    text-align: center;
}
.inactive.page-numbers{
    border: 1px solid #5A73D9;
    background: #fff;
    color: #5A73D9;
    margin-right: 4px;
    font-size: 24px;
    line-height: 51px;
    height: 51px;
    width: 51px;
    display: block;
    text-align: center;
    -webkit-box-shadow: 0px 4px 15px rgba(90, 115, 217, 0.3);
    box-shadow: 0px 4px 15px rgba(90, 115, 217, 0.3);
}
.next.page-numbers{
    background: #fff;
    display: block;
    height: 51px;
    width: 28px;
    background: url(../images/pagi-next.svg) center center no-repeat;
}
.prev.page-numbers{
    background: #fff;
    display: block;
    height: 51px;
    width: 28px;
    background: url(../images/pagi-prev.svg) center center no-repeat;
}
.blog-footer{
    background-color: #fff;
}

@media(max-width: 1199px){
    .blog h1{
        margin-bottom: 27px;
    }
    .blog__items .item{
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-bottom: 34px;
    }
    .blog__items .item .item__thumbnail{
        background-size: cover;
        height: 220px;
    }
    .blog__items .item .item__text-block{
        height: auto;
    }
    .text-cont__text.blog{
        padding: 0 50px;
    }
}
@media(max-width: 767px){
    .blog-main{
        padding-top: 30px;
    }
    .blog h1{
        display: none;
    }
    .blog__items .item{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 46px;
    }
    .blog__items .item .item__thumbnail{
        width: 100%;
        height: 184px;
        margin-bottom: 48px;
    }
    .blog__items .item .item__text-block{
        width: 100%;
    }
    .blog__items .item h2{
        font-size: 18px;
        line-height: 23px;
        margin-bottom: 15px;
    }
    .blog__items .item .item__description{
        font-size: 18px;
        line-height: 23px;
        margin-bottom: 30px;
    }
    .item__links-site{
        margin: 0 auto;
        margin-bottom: 21px;
    }
    .item__links-more{
        margin: 0 auto;
    }
    .text-cont__text.blog{
        padding: 0;
    }
}

/*post page*/
.post-header{
    margin-bottom: 54px;
    position: relative;
}
.post-header h1{
    margin-bottom: 27px;
}
.post-header img{
    width: 100%;
    height: auto;
    box-shadow: 0px 4px 15px rgba(90, 115, 217, 0.3);
}
.post-link{
    border: 1px solid #5A73D9;
    box-sizing: border-box;
    box-shadow: 0px 4px 15px rgba(90, 115, 217, 0.3);
    width: 160px;
    height: 46px;
    display: block;
    font-size: 22px;
    line-height: 46px;
    letter-spacing: 0.04em;
    color: #5A73D9;
    text-transform: uppercase;
    text-align: center;
    background: #ffffff;
    position: absolute;
    bottom: 20px;
    left: calc(50% - 83px);
}
.post-link:hover {
    border: 1px solid #6684FF;
    color: #6684FF;
}
@media(max-width: 767px){
    .post-link{
        position: static;
        margin: 10px auto 0;
    }
}
.post-box{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.post-text{
    margin-right: 25px;
}
.post-text h2{
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    color: #5A73D9;
    margin-bottom: 16px;
}
.post-text h3{
    font-weight: 500;
    font-size: 22px;
    line-height: 30px;
    color: #5A73D9;
    margin-bottom: 16px;
}
.post-text p{
    font-size: 20px;
    line-height: 30px;
    color: #3A3A3A;
    opacity: 0.9;
    margin-bottom: 20px;
}
.post-text ul{
    list-style: disc;
    list-style-position: inside;
    font-weight: normal;
    font-size: 20px;
    line-height: 30px;
    color: #3A3A3A;
    opacity: 0.9;
    margin-bottom: 20px;
}
.post-text ol{
    list-style: decimal;
    list-style-position: inside;
    font-weight: normal;
    font-size: 20px;
    line-height: 30px;
    color: #3A3A3A;
    opacity: 0.9;
    margin-bottom: 20px;
}
.post-content{
    margin-bottom: 118px;
}
.post-comment-slider{
    box-shadow: 0px 4px 15px rgba(90, 115, 217, 0.3);
    margin: 0 auto 50px;
}
.commentlist {
    padding: 10px;
    display: flex;
    flex-direction: column-reverse;
}
.commentlist .comment {
    margin: 0 0 25px 0;
}
.commentlist .comment:first-child {
    margin: 0;
}
.comment-body {
    display: flex;
    justify-content: space-between;
}
@media (max-width: 767px) {
    .comment-body {
        flex-direction: column;
    }
}
.post-comment-slider .swiper-slide{
    padding: 30px;
}
.comment-slider-nav .swiper-pagination-bullets{
    left: 0;
    right: 0;
    margin: 0 auto;
}
.swiper-pagination-bullet{
    border: 1px solid #5A73D9;
    background: #fff;
    color: #5A73D9;
    margin-right: 4px;
    font-size: 24px;
    line-height: 51px;
    height: 51px;
    width: 51px;
    border-radius: initial;
    text-align: center;
    -webkit-box-shadow: 0px 4px 15px rgba(90, 115, 217, 0.3);
    box-shadow: 0px 4px 15px rgba(90, 115, 217, 0.3);
    opacity: 1;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #5A73D9;
    color: #fff;
}
.post-comments h2{
    font-weight: bold;
    font-size: 48px;
    line-height: 61px;
    margin-bottom: 30px;
    text-align: center;
    color: #5A73D9;
}
.post-comments-item{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 40px;
}
.person .avatar{
    min-width: 56px;
    height: 56px;
    border-radius: 50%;
    margin-right: 15px;
}
.person{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 250px;
    flex-shrink: 0;
}
.person .name{
    font-weight: 500;
    display: block;
    font-size: 24px;
    line-height: 30px;
    color: #5A73D9;
}
.person span{
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    color: #3A3A3A;
    opacity: 0.9;
}
.comment-text{
    width: 800px;
    overflow: hidden;
    word-break: break-word;
}
.comment p{
    font-weight: normal;
    font-size: 20px;
    line-height: 30px;
    color: #3A3A3A;
    opacity: 0.9;
}
.post-comments .post-comments-block .post-comments-item:last-child{
    margin-bottom: 0;
}
ol.commentlist li.comment:last-child .comment-body{
    margin-bottom: 0;
}
.comment-respond{
    width: 912px;
    margin: 0 auto;
    -webkit-box-shadow: 0px 4px 15px rgba(90, 115, 217, 0.3);
    box-shadow: 0px 4px 15px rgba(90, 115, 217, 0.3);
    padding: 40px 70px;
    margin-bottom: 45px;
}
.comment-blocks{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.left-form-block{
    width: 40%;
}
.left-form-block span.title{
    display: block;
    font-weight: bold;
    font-size: 32px;
    line-height: 44px;
    color: #000110;
}
.left-form-block span.text{
    display: block;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: #798693;
    margin-bottom: 40px;
}
.left-form-block input{
    display: block;
    width: 294px;
    outline: none;
    background: #FFFFFF;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 50px;
    margin-bottom: 10px;
    font-weight: normal;
    font-size: 18px;
    line-height: 50px;
    color: #3A3A3A;
    padding-left: 13px;
    border: 1px solid rgba(58, 58, 58, 0.35);
}
.left-form-block input:focus{
    border: 1px solid rgba(1, 197, 150, 0.5);
}
.left-form-block input::placeholder{
    font-weight: normal;
    font-size: 18px;
    line-height: 23px;
    color: #3A3A3A;
    opacity: 0.5;
}
.left-form-block textarea{
    width: 294px;
    outline: none;
    height: 90px;
    background: #FFFFFF;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: normal;
    font-size: 18px;
    padding-top: 13px;
    color: #3A3A3A;
    padding-left: 13px;
    resize: none;
    margin-bottom: 10px;
    border: 1px solid rgba(58, 58, 58, 0.35);
}
.left-form-block textarea:focus{
    border: 1px solid rgba(1, 197, 150, 0.5);
}
.left-form-block textarea::placeholder{
    font-weight: normal;
    font-size: 18px;
    line-height: 23px;
    color: #3A3A3A;
    opacity: 0.5;
}
.right-form-block{
    width: 58%;
}
.right-form-block span.title{
    display: block;
    font-weight: normal;
    font-size: 22px;
    line-height: 30px;
    color: #5A73D9;
    opacity: 0.9;
    margin-bottom: 48px;
}
.right-form-block .comment-rating{
    margin-bottom: 50px;
}
.right-form-block .comment-rating ul li{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
.right-form-block .comment-rating ul li span.comment-rating-box-name{
    line-height: 23px;
    font-weight: 500;
    font-size: 18px;
    color: rgba(58, 58, 58, 0.6);
}

.rating-area {
    overflow: hidden;
}
.rating-area:not(:checked) > input {
    display: none;
}
.rating-area:not(:checked) > label {
    float: right;
    width: 25px;
    padding: 0;
    cursor: pointer;
    font-size: 17px;
    line-height: 35px;
    color: lightgrey;
    text-shadow: 1px 1px #5A73D9;
}
.rating-area:not(:checked) > label:before {
    content: '★';
}
.rating-area > input:checked ~ label {
    color: #5A73D9;
    text-shadow: 1px 1px #5A73D9;
}
.rating-area:not(:checked) > label:hover,
.rating-area:not(:checked) > label:hover ~ label {
    color: #5A73D9;
}
.rating-area > input:checked + label:hover,
.rating-area > input:checked + label:hover ~ label,
.rating-area > input:checked ~ label:hover,
.rating-area > input:checked ~ label:hover ~ label,
.rating-area > label:hover ~ input:checked ~ label {
    color: #5A73D9;
    text-shadow: 1px 1px #5A73D9;
}
.rate-area > label:active {
    position: relative;
}
.comment-form-button{
    border: none;
    outline: none;
    width: 270px;
    height: 75px;
    background: #FDD02D;
    border-radius: 100px;
    font-weight: bold;
    font-size: 24px;
    line-height: 75px;
    text-align: center;
    color: #000110;
}
.comment-reply-title{
    font-weight: bold;
    font-size: 42px;
    line-height: 50px;
    color: #5A73D9;
    text-align: center;
    margin-bottom: 12px;
}
p.form-submit{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
a.comment-form-cancel{
    display: block;
    border: none;
    outline: none;
    width: 175px;
    height: 46px;
    background: #5A73D9;
    font-weight: normal;
    font-size: 22px;
    line-height: 46px;
    text-align: center;
    color: #fff;
    letter-spacing: 0.04em;
    cursor: pointer;
    text-transform: uppercase;
    -webkit-box-shadow: 0px 4px 15px rgba(90, 115, 217, 0.3);
    box-shadow: 0px 4px 15px rgba(90, 115, 217, 0.3);
    margin-right: 14px;
}
a.comment-form-cancel:hover{
    background: #6684FF;
}
a.comment-form-cancel:active{
    background: #4A60BB;
}
p.form-submit input.submit{
    border: none;
    outline: none;
    width: 175px;
    height: 46px;
    background: #5A73D9;
    font-weight: normal;
    font-size: 22px;
    line-height: 46px;
    text-align: center;
    color: #fff;
    letter-spacing: 0.04em;
    cursor: pointer;
    text-transform: uppercase;
    -webkit-box-shadow: 0px 4px 15px rgba(90, 115, 217, 0.3);
    box-shadow: 0px 4px 15px rgba(90, 115, 217, 0.3);
    padding: 0;
}
p.form-submit input.submit:hover{
    background: #6684FF;
}
p.form-submit input.submit:active{
    background: #4A60BB;
}
.comment-notes #email-notes{
    display: block;
    font-weight: normal;
    font-size: 22px;
    line-height: 30px;
    text-align: center;
    color: #3A3A3A;
    opacity: 0.9;
    margin-bottom: 30px;
}
.comment-form-url, .comment-form-cookies-consent{
    display: none;
}
.comment-rating-res {
    position: absolute;
    opacity: 0;
}
.comment-rating-res + .error {
    position: absolute;
    top: 8px;
    left: 100px;
    font-size: 10px;
}
.logged-in-as{
    margin-bottom: 30px;
    text-align: center;
}
.logged-in-as a{
    font-weight: normal;
    font-size: 22px;
    line-height: 30px;
    text-align: center;
    color: #3A3A3A;
    opacity: 0.9;
}
.comment-awaiting-moderation{
    padding-top: 10px;
}
.left-form-block label{
    display: block;
    font-size: 22px;
    line-height: 30px;
    color: #5A73D9;
    opacity: 0.9;
    margin-bottom: 8px;
}

@media(max-width: 1480px){
    .post-header img{
        width: 100%;
        height: 100%;
    }
}

@media(max-width: 1199px){
    .post-content .post-header{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .post-header-block{
        margin-bottom: 20px;
    }
    .post-content .post-header .post-adv a.adv-button{
        margin: 0 auto;
    }
    .comment-slider-nav{
        width: 608px;
    }
    .comment-respond{
        width: 608px;
        padding: 40px;
    }
    .right-form-block span.title{
        margin-bottom: 20px;
    }
    .right-form-block .comment-rating{
        margin-bottom: 20px;
    }
    .left-form-block textarea{
        width: 272px;
    }
    .left-form-block input{
        width: 272px;
    }
    .comment-notes #email-notes{
        margin-bottom: 47px;
    }
    .left-form-block{
        width: 54%;
    }
    .right-form-block{
        width: 42%;
    }
    .right-form-block .comment-rating ul li{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-bottom: 7px;
    }
    .comment-blocks{
        position: relative;
        padding-bottom: 47px;
    }
    p.form-submit{
        position: absolute;
        bottom: 0;
        left: 15%;
    }
    .comment-text{
        width: 100%;
    }
}

@media(max-width: 767px){
    .post-box.with-sidebar{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .post-content .post-header{
        margin-bottom: 30px;
    }
    .post-header h1{
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 16px;
    }
    .post-text p{
        margin-bottom: 30px;
    }
    .post-text{
        margin: 0;
        margin-bottom: 10px;
    }
    .post-content{
        margin-bottom: 54px;
    }
    .post-comments h2{
        display: none;
    }
    .comment-slider-nav{
        display: none;
    }
    .comment-respond{
        width: 279px;
        padding: 14px 0 22px;
    }
    .comment-notes #email-notes{
        margin-bottom: 20px;
    }
    .comment-blocks{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .left-form-block{
        width: 88%;
        margin: 0 auto;
    }
    .comment-form-comment textarea{
        width: 246px;
    }
    .left-form-block input{
        width: 246px;
    }
    .right-form-block{
        width: 88%;
        margin: 0 auto;
    }
    .right-form-block span.title{
        margin-bottom: 12px;
        text-align: center;
    }
    .right-form-block .comment-rating ul li{
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .comment-rating-box{
        margin-right: 0;
    }
    .right-form-block .comment-rating{
        margin-bottom: 35px;
    }
    p.form-submit{
        position: static;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    a.comment-form-cancel{
        margin: 0 auto;
        margin-bottom: 17px;
    }
    p.form-submit input.submit{
        margin: 0 auto;
        /*width: 246px;*/
    }
}

/*Sidebar*/
.sidebar__item.post{
    width: 400px;
    -webkit-box-shadow: 0px 4px 15px rgba(90, 115, 217, 0.3);
    box-shadow: 0px 4px 15px rgba(90, 115, 217, 0.3);
}
.sidebar__item-box{
    padding: 30px;
}
.box-item{
    margin-bottom: 30px;
}
.box-item-info{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.box-item-info .item-img{
    width: 180px;
    height: 70px;
    background-repeat: no-repeat;
    margin-bottom: 20px;
    background-position: center center;
    background-size: contain;
}
.sidebar-box-ratings{
    text-align: center;
    margin: 0 auto;
}
.post-rating{
    /*margin-right: 10px;*/
    display: inline-block;
    color: #0094FF;
    font-size: 24px;
}
.sidebar-box-ratings .ratee{
    font-weight: 500;
    font-size: 24px;
    color: #5A73D9;
    line-height: 30px;
    text-align: center;
}
.box-item-links{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.box-item-links-site{
    border: 1px solid #5A73D9;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 4px 15px rgba(90, 115, 217, 0.3);
    box-shadow: 0px 4px 15px rgba(90, 115, 217, 0.3);
    width: 160px;
    height: 46px;
    display: block;
    font-size: 22px;
    line-height: 46px;
    letter-spacing: 0.04em;
    color: #5A73D9;
    text-transform: uppercase;
    text-align: center;
}
.box-item-links-site:hover{
    border: 1px solid #6684FF;
    color: #6684FF;
}
.box-item-links-site:active{
    border: 1px solid #4A60BB;
    color: #4A60BB;
}
.box-item-links-more{
    background: #5A73D9;
    -webkit-box-shadow: 0px 4px 15px rgba(90, 115, 217, 0.3);
    box-shadow: 0px 4px 15px rgba(90, 115, 217, 0.3);
    width: 160px;
    height: 46px;
    display: block;
    font-size: 22px;
    line-height: 46px;
    letter-spacing: 0.04em;
    color: #FFFFFF;
    text-transform: uppercase;
    text-align: center;
}
.box-item-links-more:hover{
    background: #6684FF;
}
.box-item-links-more:active{
    background: #4A60BB;
}
@media(max-width: 1199px){
    .sidebar__item.post{
        width: 294px;
        margin: 0 auto;
    }
    .box-item-info{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .box-item-links{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .sidebar-box-ratings{
        text-align: center;
        margin-bottom: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .post-rating{
        margin-right: 10px;
    }
    .box-item-links{
        padding-bottom: 28px;
    }
    .box-item-links-site{
        margin: 0 auto;
        margin-bottom: 22px;
    }
    .box-item-links-more{
        margin: 0 auto;
    }
    .box-item-info .item-img{
        margin: 0 auto;
        margin-bottom: 20px;
    }
}
@media(max-width: 767px){
    .sidebar__item.post{
        width: 278px;
    }
    .box-item-info .item-img{
        width: 220px;
    }
    .sidebar__item-box{
        padding: 24px 24px 0;
    }
    .box-item{
        margin-bottom: 5px;
    }
}

.comment-success-post{
    padding-top: 40px;
    position: fixed;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 11;
}
.comment-success-block{
    background: #fff;
    width: 480px;
    padding: 30px;
}
.comment-success-block p{
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 20px;
    text-align: center;
    color: #3A3A3A;
    opacity: 0.9;
}
.comment-success-button{
    display: block;
    width: 110px;
    margin: 0 auto;
    border: none;
    outline: none;
    height: 51px;
    background: #5A73D9;
    font-weight: normal;
    font-size: 24px;
    line-height: 51px;
    text-align: center;
    color: #fff;
    letter-spacing: 0.04em;
    cursor: pointer;
    text-transform: uppercase;
    -webkit-box-shadow: 0px 4px 15px rgba(90, 115, 217, 0.3);
    box-shadow: 0px 4px 15px rgba(90, 115, 217, 0.3);
}

@media only screen and (max-width: 300px){
    .value-controller__content{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
}

@media only screen and (min-width: 300px) {
    .value-controller__content{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .value-controller__content[data-active="0"] {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 561px;
        height: 522px;
        padding: 0;
        border-radius: 50%;
        list-style: none;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
    }

    .value-controller__content[data-active="0"] > :not(.value-controller__item_main) {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 146px;
        height: 146px;
        margin: -73px;
        background: #fff;
    }

    .value-controller__content[data-active="0"] > :first-of-type {
        -webkit-transform: rotate(-90deg) translate(174px) rotate(90deg) scale(1);
        -ms-transform: rotate(-90deg) translate(174px) rotate(90deg) scale(1);
        transform: rotate(-90deg) translate(174px) rotate(90deg) scale(1);
    }

    .value-controller__content[data-active="0"] > :first-of-type.active {
        -webkit-transform: rotate(-90deg) translate(174px) rotate(90deg) scale(1.2);
        -ms-transform: rotate(-90deg) translate(174px) rotate(90deg) scale(1.2);
        transform: rotate(-90deg) translate(174px) rotate(90deg) scale(1.2);
    }

    .value-controller__content[data-active="0"] > :nth-of-type(2) {
        -webkit-transform: rotate(-20deg) translate(174px) rotate(20deg) scale(1);
        -ms-transform: rotate(-20deg) translate(174px) rotate(20deg) scale(1);
        transform: rotate(-20deg) translate(174px) rotate(20deg) scale(1);
    }

    .value-controller__content[data-active="0"] > :nth-of-type(2).active {
        -webkit-transform: rotate(-20deg) translate(174px) rotate(20deg) scale(1.2);
        -ms-transform: rotate(-20deg) translate(174px) rotate(20deg) scale(1.2);
        transform: rotate(-20deg) translate(174px) rotate(20deg) scale(1.2);
    }

    .value-controller__content[data-active="0"] > :nth-of-type(3) {
        -webkit-transform: rotate(50deg) translate(174px) rotate(-50deg) scale(1);
        -ms-transform: rotate(50deg) translate(174px) rotate(-50deg) scale(1);
        transform: rotate(50deg) translate(174px) rotate(-50deg) scale(1);
    }

    .value-controller__content[data-active="0"] > :nth-of-type(3).active {
        -webkit-transform: rotate(50deg) translate(174px) rotate(-50deg) scale(1.2);
        -ms-transform: rotate(50deg) translate(174px) rotate(-50deg) scale(1.2);
        transform: rotate(50deg) translate(174px) rotate(-50deg) scale(1.2);
    }

    .value-controller__content[data-active="0"] > :nth-of-type(4) {
        -webkit-transform: rotate(128deg) translate(174px) rotate(-128deg) scale(1);
        -ms-transform: rotate(128deg) translate(174px) rotate(-128deg) scale(1);
        transform: rotate(128deg) translate(174px) rotate(-128deg) scale(1);
    }

    .value-controller__content[data-active="0"] > :nth-of-type(4).active {
        -webkit-transform: rotate(128deg) translate(174px) rotate(-128deg) scale(1.2);
        -ms-transform: rotate(128deg) translate(174px) rotate(-128deg) scale(1.2);
        transform: rotate(128deg) translate(174px) rotate(-128deg) scale(1.2);
    }

    .value-controller__content[data-active="0"] > :nth-of-type(5) {
        -webkit-transform: rotate(200deg) translate(174px) rotate(-200deg) scale(1);
        -ms-transform: rotate(200deg) translate(174px) rotate(-200deg) scale(1);
        transform: rotate(200deg) translate(174px) rotate(-200deg) scale(1);
    }

    .value-controller__content[data-active="0"] > :nth-of-type(5).active {
        -webkit-transform: rotate(200deg) translate(174px) rotate(-200deg) scale(1.2);
        -ms-transform: rotate(200deg) translate(174px) rotate(-200deg) scale(1.2);
        transform: rotate(200deg) translate(174px) rotate(-200deg) scale(1.2);
    }

    .value-controller__content[data-active="0"] > :nth-of-type(6) {
        -webkit-transform: rotate(210deg) translate(174px) rotate(-210deg) scale(1);
        -ms-transform: rotate(210deg) translate(174px) rotate(-210deg) scale(1);
        transform: rotate(210deg) translate(174px) rotate(-210deg) scale(1);
    }

    .value-controller__content[data-active="0"] > :nth-of-type(6).active {
        -webkit-transform: rotate(210deg) translate(174px) rotate(-210deg) scale(1.2);
        -ms-transform: rotate(210deg) translate(174px) rotate(-210deg) scale(1.2);
        transform: rotate(210deg) translate(174px) rotate(-210deg) scale(1.2);
    }

    .value-controller__content[data-active="1"] {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 561px;
        height: 522px;
        padding: 0;
        border-radius: 50%;
        list-style: none;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
    }

    .value-controller__content[data-active="1"] > :not(.value-controller__item_main) {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 146px;
        height: 146px;
        margin: -73px;
        background: #fff;
    }

    .value-controller__content[data-active="1"] > :first-of-type {
        -webkit-transform: rotate(-160deg) translate(174px) rotate(160deg) scale(1);
        -ms-transform: rotate(-160deg) translate(174px) rotate(160deg) scale(1);
        transform: rotate(-160deg) translate(174px) rotate(160deg) scale(1);
    }

    .value-controller__content[data-active="1"] > :first-of-type.active {
        -webkit-transform: rotate(-160deg) translate(174px) rotate(160deg) scale(1.2);
        -ms-transform: rotate(-160deg) translate(174px) rotate(160deg) scale(1.2);
        transform: rotate(-160deg) translate(174px) rotate(160deg) scale(1.2);
    }

    .value-controller__content[data-active="1"] > :nth-of-type(2) {
        -webkit-transform: rotate(-90deg) translate(174px) rotate(90deg) scale(1);
        -ms-transform: rotate(-90deg) translate(174px) rotate(90deg) scale(1);
        transform: rotate(-90deg) translate(174px) rotate(90deg) scale(1);
    }

    .value-controller__content[data-active="1"] > :nth-of-type(2).active {
        -webkit-transform: rotate(-90deg) translate(174px) rotate(90deg) scale(1.2);
        -ms-transform: rotate(-90deg) translate(174px) rotate(90deg) scale(1.2);
        transform: rotate(-90deg) translate(174px) rotate(90deg) scale(1.2);
    }

    .value-controller__content[data-active="1"] > :nth-of-type(3) {
        -webkit-transform: rotate(-20deg) translate(174px) rotate(20deg) scale(1);
        -ms-transform: rotate(-20deg) translate(174px) rotate(20deg) scale(1);
        transform: rotate(-20deg) translate(174px) rotate(20deg) scale(1);
    }

    .value-controller__content[data-active="1"] > :nth-of-type(3).active {
        -webkit-transform: rotate(-20deg) translate(174px) rotate(20deg) scale(1.2);
        -ms-transform: rotate(-20deg) translate(174px) rotate(20deg) scale(1.2);
        transform: rotate(-20deg) translate(174px) rotate(20deg) scale(1.2);
    }

    .value-controller__content[data-active="1"] > :nth-of-type(4) {
        -webkit-transform: rotate(50deg) translate(174px) rotate(-50deg) scale(1);
        -ms-transform: rotate(50deg) translate(174px) rotate(-50deg) scale(1);
        transform: rotate(50deg) translate(174px) rotate(-50deg) scale(1);
    }

    .value-controller__content[data-active="1"] > :nth-of-type(4).active {
        -webkit-transform: rotate(50deg) translate(174px) rotate(-50deg) scale(1.2);
        -ms-transform: rotate(50deg) translate(174px) rotate(-50deg) scale(1.2);
        transform: rotate(50deg) translate(174px) rotate(-50deg) scale(1.2);
    }

    .value-controller__content[data-active="1"] > :nth-of-type(5) {
        -webkit-transform: rotate(128deg) translate(174px) rotate(-128deg) scale(1);
        -ms-transform: rotate(128deg) translate(174px) rotate(-128deg) scale(1);
        transform: rotate(128deg) translate(174px) rotate(-128deg) scale(1);
    }

    .value-controller__content[data-active="1"] > :nth-of-type(5).active {
        -webkit-transform: rotate(128deg) translate(174px) rotate(-128deg) scale(1.2);
        -ms-transform: rotate(128deg) translate(174px) rotate(-128deg) scale(1.2);
        transform: rotate(128deg) translate(174px) rotate(-128deg) scale(1.2);
    }

    .value-controller__content[data-active="1"] > :nth-of-type(6) {
        -webkit-transform: rotate(150deg) translate(174px) rotate(-150deg) scale(1);
        -ms-transform: rotate(150deg) translate(174px) rotate(-150deg) scale(1);
        transform: rotate(150deg) translate(174px) rotate(-150deg) scale(1);
    }

    .value-controller__content[data-active="1"] > :nth-of-type(6).active {
        -webkit-transform: rotate(150deg) translate(174px) rotate(-150deg) scale(1.2);
        -ms-transform: rotate(150deg) translate(174px) rotate(-150deg) scale(1.2);
        transform: rotate(150deg) translate(174px) rotate(-150deg) scale(1.2);
    }

    .value-controller__content[data-active="2"] {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 561px;
        height: 522px;
        padding: 0;
        border-radius: 50%;
        list-style: none;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
    }

    .value-controller__content[data-active="2"] > :not(.value-controller__item_main) {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 146px;
        height: 146px;
        margin: -73px;
        background: #fff;
    }

    .value-controller__content[data-active="2"] > :first-of-type {
        -webkit-transform: rotate(-232deg) translate(174px) rotate(232deg) scale(1);
        -ms-transform: rotate(-232deg) translate(174px) rotate(232deg) scale(1);
        transform: rotate(-232deg) translate(174px) rotate(232deg) scale(1);
    }

    .value-controller__content[data-active="2"] > :first-of-type.active {
        -webkit-transform: rotate(-232deg) translate(174px) rotate(232deg) scale(1.2);
        -ms-transform: rotate(-232deg) translate(174px) rotate(232deg) scale(1.2);
        transform: rotate(-232deg) translate(174px) rotate(232deg) scale(1.2)
    }

    .value-controller__content[data-active="2"] > :nth-of-type(2) {
        -webkit-transform: rotate(-160deg) translate(174px) rotate(160deg) scale(1);
        -ms-transform: rotate(-160deg) translate(174px) rotate(160deg) scale(1);
        transform: rotate(-160deg) translate(174px) rotate(160deg) scale(1);
    }

    .value-controller__content[data-active="2"] > :nth-of-type(2).active {
        -webkit-transform: rotate(-160deg) translate(174px) rotate(160deg) scale(1.2);
        -ms-transform: rotate(-160deg) translate(174px) rotate(160deg) scale(1.2);
        transform: rotate(-160deg) translate(174px) rotate(160deg) scale(1.2);
    }

    .value-controller__content[data-active="2"] > :nth-of-type(3) {
        -webkit-transform: rotate(-90deg) translate(174px) rotate(90deg) scale(1);
        -ms-transform: rotate(-90deg) translate(174px) rotate(90deg) scale(1);
        transform: rotate(-90deg) translate(174px) rotate(90deg) scale(1);
    }

    .value-controller__content[data-active="2"] > :nth-of-type(3).active {
        -webkit-transform: rotate(-90deg) translate(174px) rotate(90deg) scale(1.2);
        -ms-transform: rotate(-90deg) translate(174px) rotate(90deg) scale(1.2);
        transform: rotate(-90deg) translate(174px) rotate(90deg) scale(1.2);
    }

    .value-controller__content[data-active="2"] > :nth-of-type(4) {
        -webkit-transform: rotate(-20deg) translate(174px) rotate(20deg) scale(1);
        -ms-transform: rotate(-20deg) translate(174px) rotate(20deg) scale(1);
        transform: rotate(-20deg) translate(174px) rotate(20deg) scale(1);
    }

    .value-controller__content[data-active="2"] > :nth-of-type(4).active {
        -webkit-transform: rotate(-20deg) translate(174px) rotate(20deg) scale(1.2);
        -ms-transform: rotate(-20deg) translate(174px) rotate(20deg) scale(1.2);
        transform: rotate(-20deg) translate(174px) rotate(20deg) scale(1.2);
    }

    .value-controller__content[data-active="2"] > :nth-of-type(5) {
        -webkit-transform: rotate(50deg) translate(174px) rotate(-50deg) scale(1);
        -ms-transform: rotate(50deg) translate(174px) rotate(-50deg) scale(1);
        transform: rotate(50deg) translate(174px) rotate(-50deg) scale(1);
    }

    .value-controller__content[data-active="2"] > :nth-of-type(5).active {
        -webkit-transform: rotate(50deg) translate(174px) rotate(-50deg) scale(1.2);
        -ms-transform: rotate(50deg) translate(174px) rotate(-50deg) scale(1.2);
        transform: rotate(50deg) translate(174px) rotate(-50deg) scale(1.2);
    }

    .value-controller__content[data-active="2"] > :nth-of-type(6) {
        -webkit-transform: rotate(90deg) translate(174px) rotate(-90deg) scale(1);
        -ms-transform: rotate(90deg) translate(174px) rotate(-90deg) scale(1);
        transform: rotate(90deg) translate(174px) rotate(-90deg) scale(1);
    }

    .value-controller__content[data-active="2"] > :nth-of-type(6).active {
        -webkit-transform: rotate(90deg) translate(174px) rotate(-90deg) scale(1.2);
        -ms-transform: rotate(90deg) translate(174px) rotate(-90deg) scale(1.2);
        transform: rotate(90deg) translate(174px) rotate(-90deg) scale(1.2);
    }

    .value-controller__content[data-active="3"] {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 561px;
        height: 522px;
        padding: 0;
        border-radius: 50%;
        list-style: none;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
    }

    .value-controller__content[data-active="3"] > :not(.value-controller__item_main) {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 146px;
        height: 146px;
        margin: -73px;
        background: #fff;
    }

    .value-controller__content[data-active="3"] > :first-of-type {
        -webkit-transform: rotate(-310deg) translate(174px) rotate(310deg) scale(1);
        -ms-transform: rotate(-310deg) translate(174px) rotate(310deg) scale(1);
        transform: rotate(-310deg) translate(174px) rotate(310deg) scale(1);
    }

    .value-controller__content[data-active="3"] > :first-of-type.active {
        -webkit-transform: rotate(-310deg) translate(174px) rotate(310deg) scale(1.2);
        -ms-transform: rotate(-310deg) translate(174px) rotate(310deg) scale(1.2);
        transform: rotate(-310deg) translate(174px) rotate(310deg) scale(1.2);
    }

    .value-controller__content[data-active="3"] > :nth-of-type(2) {
        -webkit-transform: rotate(-232deg) translate(174px) rotate(232deg) scale(1);
        -ms-transform: rotate(-232deg) translate(174px) rotate(232deg) scale(1);
        transform: rotate(-232deg) translate(174px) rotate(232deg) scale(1);
    }

    .value-controller__content[data-active="3"] > :nth-of-type(2).active {
        -webkit-transform: rotate(-232deg) translate(174px) rotate(232deg) scale(1.2);
        -ms-transform: rotate(-232deg) translate(174px) rotate(232deg) scale(1.2);
        transform: rotate(-232deg) translate(174px) rotate(232deg) scale(1.2);
    }

    .value-controller__content[data-active="3"] > :nth-of-type(3) {
        -webkit-transform: rotate(-160deg) translate(174px) rotate(160deg) scale(1);
        -ms-transform: rotate(-160deg) translate(174px) rotate(160deg) scale(1);
        transform: rotate(-160deg) translate(174px) rotate(160deg) scale(1);
    }

    .value-controller__content[data-active="3"] > :nth-of-type(3).active {
        -webkit-transform: rotate(-160deg) translate(174px) rotate(160deg) scale(1.2);
        -ms-transform: rotate(-160deg) translate(174px) rotate(160deg) scale(1.2);
        transform: rotate(-160deg) translate(174px) rotate(160deg) scale(1.2);
    }

    .value-controller__content[data-active="3"] > :nth-of-type(4) {
        -webkit-transform: rotate(-90deg) translate(174px) rotate(90deg) scale(1);
        -ms-transform: rotate(-90deg) translate(174px) rotate(90deg) scale(1);
        transform: rotate(-90deg) translate(174px) rotate(90deg) scale(1);
    }

    .value-controller__content[data-active="3"] > :nth-of-type(4).active {
        -webkit-transform: rotate(-90deg) translate(174px) rotate(90deg) scale(1.2);
        -ms-transform: rotate(-90deg) translate(174px) rotate(90deg) scale(1.2);
        transform: rotate(-90deg) translate(174px) rotate(90deg) scale(1.2);
    }

    .value-controller__content[data-active="3"] > :nth-of-type(5) {
        -webkit-transform: rotate(-20deg) translate(174px) rotate(20deg) scale(1);
        -ms-transform: rotate(-20deg) translate(174px) rotate(20deg) scale(1);
        transform: rotate(-20deg) translate(174px) rotate(20deg) scale(1);
    }

    .value-controller__content[data-active="3"] > :nth-of-type(5).active {
        -webkit-transform: rotate(-20deg) translate(174px) rotate(20deg) scale(1.2);
        -ms-transform: rotate(-20deg) translate(174px) rotate(20deg) scale(1.2);
        transform: rotate(-20deg) translate(174px) rotate(20deg) scale(1.2);
    }

    .value-controller__content[data-active="3"] > :nth-of-type(6) {
        -webkit-transform: rotate(30deg) translate(174px) rotate(-30deg) scale(1);
        -ms-transform: rotate(30deg) translate(174px) rotate(-30deg) scale(1);
        transform: rotate(30deg) translate(174px) rotate(-30deg) scale(1);
    }

    .value-controller__content[data-active="3"] > :nth-of-type(6).active {
        -webkit-transform: rotate(30deg) translate(174px) rotate(-30deg) scale(1.2);
        -ms-transform: rotate(30deg) translate(174px) rotate(-30deg) scale(1.2);
        transform: rotate(30deg) translate(174px) rotate(-30deg) scale(1.2);
    }

    .value-controller__content[data-active="4"] {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 561px;
        height: 522px;
        padding: 0;
        border-radius: 50%;
        list-style: none;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
    }

    .value-controller__content[data-active="4"] > :not(.value-controller__item_main) {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 146px;
        height: 146px;
        margin: -73px;
        background: #fff;
    }

    .value-controller__content[data-active="4"] > :first-of-type {
        -webkit-transform: rotate(-380deg) translate(174px) rotate(380deg) scale(1);
        -ms-transform: rotate(-380deg) translate(174px) rotate(380deg) scale(1);
        transform: rotate(-380deg) translate(174px) rotate(380deg) scale(1);
    }

    .value-controller__content[data-active="4"] > :first-of-type.active {
        -webkit-transform: rotate(-380deg) translate(174px) rotate(380deg) scale(1.2);
        -ms-transform: rotate(-380deg) translate(174px) rotate(380deg) scale(1.2);
        transform: rotate(-380deg) translate(174px) rotate(380deg) scale(1.2);
    }

    .value-controller__content[data-active="4"] > :nth-of-type(2) {
        -webkit-transform: rotate(-310deg) translate(174px) rotate(310deg) scale(1);
        -ms-transform: rotate(-310deg) translate(174px) rotate(310deg) scale(1);
        transform: rotate(-310deg) translate(174px) rotate(310deg) scale(1);
    }

    .value-controller__content[data-active="4"] > :nth-of-type(2).active {
        -webkit-transform: rotate(-310deg) translate(174px) rotate(310deg) scale(1.2);
        -ms-transform: rotate(-310deg) translate(174px) rotate(310deg) scale(1.2);
        transform: rotate(-310deg) translate(174px) rotate(310deg) scale(1.2);
    }

    .value-controller__content[data-active="4"] > :nth-of-type(3) {
        -webkit-transform: rotate(-232deg) translate(174px) rotate(232deg) scale(1);
        -ms-transform: rotate(-232deg) translate(174px) rotate(232deg) scale(1);
        transform: rotate(-232deg) translate(174px) rotate(232deg) scale(1);
    }

    .value-controller__content[data-active="4"] > :nth-of-type(3).active {
        -webkit-transform: rotate(-232deg) translate(174px) rotate(232deg) scale(1.2);
        -ms-transform: rotate(-232deg) translate(174px) rotate(232deg) scale(1.2);
        transform: rotate(-232deg) translate(174px) rotate(232deg) scale(1.2);
    }

    .value-controller__content[data-active="4"] > :nth-of-type(4) {
        -webkit-transform: rotate(-160deg) translate(174px) rotate(160deg) scale(1);
        -ms-transform: rotate(-160deg) translate(174px) rotate(160deg) scale(1);
        transform: rotate(-160deg) translate(174px) rotate(160deg) scale(1);
    }

    .value-controller__content[data-active="4"] > :nth-of-type(4).active {
        -webkit-transform: rotate(-160deg) translate(174px) rotate(160deg) scale(1.2);
        -ms-transform: rotate(-160deg) translate(174px) rotate(160deg) scale(1.2);
        transform: rotate(-160deg) translate(174px) rotate(160deg) scale(1.2);
    }

    .value-controller__content[data-active="4"] > :nth-of-type(5) {
        -webkit-transform: rotate(-90deg) translate(174px) rotate(90deg) scale(1);
        -ms-transform: rotate(-90deg) translate(174px) rotate(90deg) scale(1);
        transform: rotate(-90deg) translate(174px) rotate(90deg) scale(1);
    }

    .value-controller__content[data-active="4"] > :nth-of-type(5).active {
        -webkit-transform: rotate(-90deg) translate(174px) rotate(90deg) scale(1.2);
        -ms-transform: rotate(-90deg) translate(174px) rotate(90deg) scale(1.2);
        transform: rotate(-90deg) translate(174px) rotate(90deg) scale(1.2);
    }

    .value-controller__content[data-active="4"] > :nth-of-type(6) {
        -webkit-transform: rotate(-30deg) translate(174px) rotate(30deg) scale(1);
        -ms-transform: rotate(-30deg) translate(174px) rotate(30deg) scale(1);
        transform: rotate(-30deg) translate(174px) rotate(30deg) scale(1);
    }

    .value-controller__content[data-active="4"] > :nth-of-type(6).active {
        -webkit-transform: rotate(-30deg) translate(174px) rotate(30deg) scale(1.2);
        -ms-transform: rotate(-30deg) translate(174px) rotate(30deg) scale(1.2);
        transform: rotate(-30deg) translate(174px) rotate(30deg) scale(1.2);
    }

    .value-controller__content[data-active="5"] {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 561px;
        height: 522px;
        padding: 0;
        border-radius: 50%;
        list-style: none;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
    }

    .value-controller__content[data-active="5"] > :not(.value-controller__item_main) {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 146px;
        height: 146px;
        margin: -73px;
        background: #fff;
    }

    .value-controller__content[data-active="5"] > :first-of-type {
        -webkit-transform: rotate(-390deg) translate(174px) rotate(390deg) scale(1);
        -ms-transform: rotate(-390deg) translate(174px) rotate(390deg) scale(1);
        transform: rotate(-390deg) translate(174px) rotate(390deg) scale(1);
    }

    .value-controller__content[data-active="5"] > :first-of-type.active {
        -webkit-transform: rotate(-390deg) translate(174px) rotate(390deg) scale(1.2);
        -ms-transform: rotate(-390deg) translate(174px) rotate(390deg) scale(1.2);
        transform: rotate(-390deg) translate(174px) rotate(390deg) scale(1.2);
    }

    .value-controller__content[data-active="5"] > :nth-of-type(2) {
        -webkit-transform: rotate(-330deg) translate(174px) rotate(330deg) scale(1);
        -ms-transform: rotate(-330deg) translate(174px) rotate(330deg) scale(1);
        transform: rotate(-330deg) translate(174px) rotate(330deg) scale(1);
    }

    .value-controller__content[data-active="5"] > :nth-of-type(2).active {
        -webkit-transform: rotate(-330deg) translate(174px) rotate(330deg) scale(1.2);
        -ms-transform: rotate(-330deg) translate(174px) rotate(330deg) scale(1.2);
        transform: rotate(-330deg) translate(174px) rotate(330deg) scale(1.2);
    }

    .value-controller__content[data-active="5"] > :nth-of-type(3) {
        -webkit-transform: rotate(-270deg) translate(174px) rotate(270deg) scale(1);
        -ms-transform: rotate(-270deg) translate(174px) rotate(270deg) scale(1);
        transform: rotate(-270deg) translate(174px) rotate(270deg) scale(1);
    }

    .value-controller__content[data-active="5"] > :nth-of-type(3).active {
        -webkit-transform: rotate(-270deg) translate(174px) rotate(270deg) scale(1.2);
        -ms-transform: rotate(-270deg) translate(174px) rotate(270deg) scale(1.2);
        transform: rotate(-270deg) translate(174px) rotate(270deg) scale(1.2);
    }

    .value-controller__content[data-active="5"] > :nth-of-type(4) {
        -webkit-transform: rotate(-210deg) translate(174px) rotate(210deg) scale(1);
        -ms-transform: rotate(-210deg) translate(174px) rotate(210deg) scale(1);
        transform: rotate(-210deg) translate(174px) rotate(210deg) scale(1);
    }

    .value-controller__content[data-active="5"] > :nth-of-type(4).active {
        -webkit-transform: rotate(-210deg) translate(174px) rotate(210deg) scale(1.2);
        -ms-transform: rotate(-210deg) translate(174px) rotate(210deg) scale(1.2);
        transform: rotate(-210deg) translate(174px) rotate(210deg) scale(1.2);
    }

    .value-controller__content[data-active="5"] > :nth-of-type(5) {
        -webkit-transform: rotate(-150deg) translate(174px) rotate(150deg) scale(1);
        -ms-transform: rotate(-150deg) translate(174px) rotate(150deg) scale(1);
        transform: rotate(-150deg) translate(174px) rotate(150deg) scale(1);
    }

    .value-controller__content[data-active="5"] > :nth-of-type(5).active {
        -webkit-transform: rotate(-150deg) translate(174px) rotate(150deg) scale(1.2);
        -ms-transform: rotate(-150deg) translate(174px) rotate(150deg) scale(1.2);
        transform: rotate(-150deg) translate(174px) rotate(150deg) scale(1.2);
    }

    .value-controller__content[data-active="5"] > :nth-of-type(6) {
        -webkit-transform: rotate(-90deg) translate(174px) rotate(90deg) scale(1);
        -ms-transform: rotate(-90deg) translate(174px) rotate(90deg) scale(1);
        transform: rotate(-90deg) translate(174px) rotate(90deg) scale(1);
    }

    .value-controller__content[data-active="5"] > :nth-of-type(6).active {
        -webkit-transform: rotate(-90deg) translate(174px) rotate(90deg) scale(1.2);
        -ms-transform: rotate(-90deg) translate(174px) rotate(90deg) scale(1.2);
        transform: rotate(-90deg) translate(174px) rotate(90deg) scale(1.2);
    }

    .value-controller__content[data-active="6"] {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 561px;
        height: 522px;
        padding: 0;
        border-radius: 50%;
        list-style: none;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
    }

    .value-controller__content[data-active="6"] > :not(.value-controller__item_main) {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 146px;
        height: 146px;
        margin: -73px;
        background: #fff;
    }

    .value-controller__content[data-active="6"] > :first-of-type {
        -webkit-transform: rotate(-450deg) translate(174px) rotate(450deg) scale(1);
        -ms-transform: rotate(-450deg) translate(174px) rotate(450deg) scale(1);
        transform: rotate(-450deg) translate(174px) rotate(450deg) scale(1);
    }

    .value-controller__content[data-active="6"] > :first-of-type.active {
        -webkit-transform: rotate(-450deg) translate(174px) rotate(450deg) scale(1.2);
        -ms-transform: rotate(-450deg) translate(174px) rotate(450deg) scale(1.2);
        transform: rotate(-450deg) translate(174px) rotate(450deg) scale(1.2);
    }

    .value-controller__content[data-active="6"] > :nth-of-type(2) {
        -webkit-transform: rotate(-390deg) translate(174px) rotate(390deg) scale(1);
        -ms-transform: rotate(-390deg) translate(174px) rotate(390deg) scale(1);
        transform: rotate(-390deg) translate(174px) rotate(390deg) scale(1);
    }

    .value-controller__content[data-active="6"] > :nth-of-type(2).active {
        -webkit-transform: rotate(-390deg) translate(174px) rotate(390deg) scale(1.2);
        -ms-transform: rotate(-390deg) translate(174px) rotate(390deg) scale(1.2);
        transform: rotate(-390deg) translate(174px) rotate(390deg) scale(1.2);
    }

    .value-controller__content[data-active="6"] > :nth-of-type(3) {
        -webkit-transform: rotate(-330deg) translate(174px) rotate(330deg) scale(1);
        -ms-transform: rotate(-330deg) translate(174px) rotate(330deg) scale(1);
        transform: rotate(-330deg) translate(174px) rotate(330deg) scale(1);
    }

    .value-controller__content[data-active="6"] > :nth-of-type(3).active {
        -webkit-transform: rotate(-330deg) translate(174px) rotate(330deg) scale(1.2);
        -ms-transform: rotate(-330deg) translate(174px) rotate(330deg) scale(1.2);
        transform: rotate(-330deg) translate(174px) rotate(330deg) scale(1.2);
    }

    .value-controller__content[data-active="6"] > :nth-of-type(4) {
        -webkit-transform: rotate(-270deg) translate(174px) rotate(270deg) scale(1);
        -ms-transform: rotate(-270deg) translate(174px) rotate(270deg) scale(1);
        transform: rotate(-270deg) translate(174px) rotate(270deg) scale(1);
    }

    .value-controller__content[data-active="6"] > :nth-of-type(4).active {
        -webkit-transform: rotate(-270deg) translate(174px) rotate(270deg) scale(1.2);
        -ms-transform: rotate(-270deg) translate(174px) rotate(270deg) scale(1.2);
        transform: rotate(-270deg) translate(174px) rotate(270deg) scale(1.2);
    }

    .value-controller__content[data-active="6"] > :nth-of-type(5) {
        -webkit-transform: rotate(-210deg) translate(174px) rotate(210deg) scale(1);
        -ms-transform: rotate(-210deg) translate(174px) rotate(210deg) scale(1);
        transform: rotate(-210deg) translate(174px) rotate(210deg) scale(1);
    }

    .value-controller__content[data-active="6"] > :nth-of-type(5).active {
        -webkit-transform: rotate(-210deg) translate(174px) rotate(210deg) scale(1.2);
        -ms-transform: rotate(-210deg) translate(174px) rotate(210deg) scale(1.2);
        transform: rotate(-210deg) translate(174px) rotate(210deg) scale(1.2);
    }

    .value-controller__content[data-active="6"] > :nth-of-type(6) {
        -webkit-transform: rotate(-150deg) translate(174px) rotate(150deg) scale(1);
        -ms-transform: rotate(-150deg) translate(174px) rotate(150deg) scale(1);
        transform: rotate(-150deg) translate(174px) rotate(150deg) scale(1);
    }

    .value-controller__content[data-active="6"] > :nth-of-type(6).active {
        -webkit-transform: rotate(-150deg) translate(174px) rotate(150deg) scale(1.2);
        -ms-transform: rotate(-150deg) translate(174px) rotate(150deg) scale(1.2);
        transform: rotate(-150deg) translate(174px) rotate(150deg) scale(1.2);
    }
}

.value-controller__item {
    display: block;
    width: 146px;
    height: 146px;
    border-radius: 50%;
    opacity: 1;
    transition: opacity .3s, -webkit-transform 1s;
    -webkit-transition: opacity .3s, -webkit-transform 1s;
    -o-transition: opacity .3s, transform 1s;
    transition: opacity .3s, transform 1s;
    transition: opacity .3s, transform 1s, -webkit-transform 1s;
    cursor: pointer;
}

.value-controller__item.active {
    cursor: pointer;
}

.value-controller__item_main {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #FFFFFF;
    -webkit-box-shadow: 0px 4px 15px rgba(90, 115, 217, 0.3);
    box-shadow: 0px 4px 15px rgba(90, 115, 217, 0.3);
    border-radius: 50%;
    text-align: center;
    font-weight: 500;
    font-size: 36px;
    line-height: 37px;
    color: #5A73D9;
    opacity: 0.9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 184px;
    height: 184px;
    z-index: 1;
    cursor: pointer;
}

.value-controller__item_main:hover {
    opacity: 1
}

.value-controller__image {
    display: block;
    text-align: center
}

.value-controller__image img {
    max-width: 100%
}

@media only screen and (max-width:300px) {
    .value-controller__item {
        display: inline-block;
        width: 82px;
        height: 82px;
        margin-right: 5px;
        margin-left: 5px;
        margin-bottom: 15px;
        border-radius: 50%;
        opacity: 1;
        -webkit-transition: opacity .3s;
        -o-transition: opacity .3s;
        transition: opacity .3s
    }
    .value-controller__item_main {
        display: none
    }
}
.services-item-circle{
    width: 380px;
    height: 380px;
    top: 12%;
}

@media(max-width: 767px){
    .services-new{
        width: 300px;
        height: 300px;
    }
    .services-item-circle{
        width: 254px;
        height: 254px;
        top: 7%;
    }
    .value-controller__content[data-active="0"],
    .value-controller__content[data-active="1"],
    .value-controller__content[data-active="2"],
    .value-controller__content[data-active="3"],
    .value-controller__content[data-active="4"],
    .value-controller__content[data-active="5"],
    .value-controller__content[data-active="6"]{
        width: 300px;
        height: 300px;
    }
    .value-controller__item_main{
        width: 140px;
        height: 140px;
        font-size: 25px;
        line-height: 24px;
    }

    .value-controller__content[data-active="0"] > :first-of-type {
        -webkit-transform: rotate(-90deg) translate(125px) rotate(90deg) scale(.6);
        -ms-transform: rotate(-90deg) translate(125px) rotate(90deg) scale(.6);
        transform: rotate(-90deg) translate(125px) rotate(90deg) scale(.6);
    }

    .value-controller__content[data-active="0"] > :first-of-type.active {
        -webkit-transform: rotate(-90deg) translate(125px) rotate(90deg) scale(.7);
        -ms-transform: rotate(-90deg) translate(125px) rotate(90deg) scale(.7);
        transform: rotate(-90deg) translate(125px) rotate(90deg) scale(.7);
    }

    .value-controller__content[data-active="0"] > :nth-of-type(2) {
        -webkit-transform: rotate(-20deg) translate(125px) rotate(20deg) scale(.6);
        -ms-transform: rotate(-20deg) translate(125px) rotate(20deg) scale(.6);
        transform: rotate(-20deg) translate(125px) rotate(20deg) scale(.6);
    }

    .value-controller__content[data-active="0"] > :nth-of-type(2).active {
        -webkit-transform: rotate(-20deg) translate(125px) rotate(20deg) scale(.7);
        -ms-transform: rotate(-20deg) translate(125px) rotate(20deg) scale(.7);
        transform: rotate(-20deg) translate(125px) rotate(20deg) scale(.7);
    }

    .value-controller__content[data-active="0"] > :nth-of-type(3) {
        -webkit-transform: rotate(50deg) translate(125px) rotate(-50deg) scale(.6);
        -ms-transform: rotate(50deg) translate(125px) rotate(-50deg) scale(.6);
        transform: rotate(50deg) translate(125px) rotate(-50deg) scale(.6);
    }

    .value-controller__content[data-active="0"] > :nth-of-type(3).active {
        -webkit-transform: rotate(50deg) translate(125px) rotate(-50deg) scale(.7);
        -ms-transform: rotate(50deg) translate(125px) rotate(-50deg) scale(.7);
        transform: rotate(50deg) translate(125px) rotate(-50deg) scale(.7);
    }

    .value-controller__content[data-active="0"] > :nth-of-type(4) {
        -webkit-transform: rotate(128deg) translate(125px) rotate(-128deg) scale(.6);
        -ms-transform: rotate(128deg) translate(125px) rotate(-128deg) scale(.6);
        transform: rotate(128deg) translate(125px) rotate(-128deg) scale(.6);
    }

    .value-controller__content[data-active="0"] > :nth-of-type(4).active {
        -webkit-transform: rotate(128deg) translate(125px) rotate(-128deg) scale(.7);
        -ms-transform: rotate(128deg) translate(125px) rotate(-128deg) scale(.7);
        transform: rotate(128deg) translate(125px) rotate(-128deg) scale(.7);
    }

    .value-controller__content[data-active="0"] > :nth-of-type(5) {
        -webkit-transform: rotate(200deg) translate(125px) rotate(-200deg) scale(.6);
        -ms-transform: rotate(200deg) translate(125px) rotate(-200deg) scale(.6);
        transform: rotate(200deg) translate(125px) rotate(-200deg) scale(.6);
    }

    .value-controller__content[data-active="0"] > :nth-of-type(5).active {
        -webkit-transform: rotate(200deg) translate(125px) rotate(-200deg) scale(.7);
        -ms-transform: rotate(200deg) translate(125px) rotate(-200deg) scale(.7);
        transform: rotate(200deg) translate(125px) rotate(-200deg) scale(.7);
    }

    .value-controller__content[data-active="0"] > :nth-of-type(6) {
        -webkit-transform: rotate(210deg) translate(125px) rotate(-210deg) scale(.6);
        -ms-transform: rotate(210deg) translate(125px) rotate(-210deg) scale(.6);
        transform: rotate(210deg) translate(125px) rotate(-210deg) scale(.6);
    }

    .value-controller__content[data-active="0"] > :nth-of-type(6).active {
        -webkit-transform: rotate(210deg) translate(125px) rotate(-210deg) scale(.7);
        -ms-transform: rotate(210deg) translate(125px) rotate(-210deg) scale(.7);
        transform: rotate(210deg) translate(125px) rotate(-210deg) scale(.7);
    }






    .value-controller__content[data-active="1"] > :first-of-type {
        -webkit-transform: rotate(-160deg) translate(125px) rotate(160deg) scale(.6);
        -ms-transform: rotate(-160deg) translate(125px) rotate(160deg) scale(.6);
        transform: rotate(-160deg) translate(125px) rotate(160deg) scale(.6);
    }

    .value-controller__content[data-active="1"] > :first-of-type.active {
        -webkit-transform: rotate(-160deg) translate(125px) rotate(160deg) scale(.7);
        -ms-transform: rotate(-160deg) translate(125px) rotate(160deg) scale(.7);
        transform: rotate(-160deg) translate(125px) rotate(160deg) scale(.7);
    }

    .value-controller__content[data-active="1"] > :nth-of-type(2) {
        -webkit-transform: rotate(-90deg) translate(125px) rotate(90deg) scale(.6);
        -ms-transform: rotate(-90deg) translate(125px) rotate(90deg) scale(.6);
        transform: rotate(-90deg) translate(125px) rotate(90deg) scale(.6);
    }

    .value-controller__content[data-active="1"] > :nth-of-type(2).active {
        -webkit-transform: rotate(-90deg) translate(125px) rotate(90deg) scale(.7);
        -ms-transform: rotate(-90deg) translate(125px) rotate(90deg) scale(.7);
        transform: rotate(-90deg) translate(125px) rotate(90deg) scale(.7);
    }

    .value-controller__content[data-active="1"] > :nth-of-type(3) {
        -webkit-transform: rotate(-20deg) translate(125px) rotate(20deg) scale(.6);
        -ms-transform: rotate(-20deg) translate(125px) rotate(20deg) scale(.6);
        transform: rotate(-20deg) translate(125px) rotate(20deg) scale(.6);
    }

    .value-controller__content[data-active="1"] > :nth-of-type(3).active {
        -webkit-transform: rotate(-20deg) translate(125px) rotate(20deg) scale(.7);
        -ms-transform: rotate(-20deg) translate(125px) rotate(20deg) scale(.7);
        transform: rotate(-20deg) translate(125px) rotate(20deg) scale(.7);
    }

    .value-controller__content[data-active="1"] > :nth-of-type(4) {
        -webkit-transform: rotate(50deg) translate(125px) rotate(-50deg) scale(.6);
        -ms-transform: rotate(50deg) translate(125px) rotate(-50deg) scale(.6);
        transform: rotate(50deg) translate(125px) rotate(-50deg) scale(.6);
    }

    .value-controller__content[data-active="1"] > :nth-of-type(4).active {
        -webkit-transform: rotate(50deg) translate(125px) rotate(-50deg) scale(.7);
        -ms-transform: rotate(50deg) translate(125px) rotate(-50deg) scale(.7);
        transform: rotate(50deg) translate(125px) rotate(-50deg) scale(.7);
    }

    .value-controller__content[data-active="1"] > :nth-of-type(5) {
        -webkit-transform: rotate(128deg) translate(125px) rotate(-128deg) scale(.6);
        -ms-transform: rotate(128deg) translate(125px) rotate(-128deg) scale(.6);
        transform: rotate(128deg) translate(125px) rotate(-128deg) scale(.6);
    }

    .value-controller__content[data-active="1"] > :nth-of-type(5).active {
        -webkit-transform: rotate(128deg) translate(125px) rotate(-128deg) scale(.7);
        -ms-transform: rotate(128deg) translate(125px) rotate(-128deg) scale(.7);
        transform: rotate(128deg) translate(125px) rotate(-128deg) scale(.7);
    }

    .value-controller__content[data-active="1"] > :nth-of-type(6) {
        -webkit-transform: rotate(150deg) translate(125px) rotate(-150deg) scale(.6);
        -ms-transform: rotate(150deg) translate(125px) rotate(-150deg) scale(.6);
        transform: rotate(150deg) translate(125px) rotate(-150deg) scale(.6);
    }

    .value-controller__content[data-active="1"] > :nth-of-type(6).active {
        -webkit-transform: rotate(150deg) translate(125px) rotate(-150deg) scale(.7);
        -ms-transform: rotate(150deg) translate(125px) rotate(-150deg) scale(.7);
        transform: rotate(150deg) translate(125px) rotate(-150deg) scale(.7);
    }





    .value-controller__content[data-active="2"] > :first-of-type {
        -webkit-transform: rotate(-232deg) translate(125px) rotate(232deg) scale(.6);
        -ms-transform: rotate(-232deg) translate(125px) rotate(232deg) scale(.6);
        transform: rotate(-232deg) translate(125px) rotate(232deg) scale(.6);
    }

    .value-controller__content[data-active="2"] > :first-of-type.active {
        -webkit-transform: rotate(-232deg) translate(125px) rotate(232deg) scale(.7);
        -ms-transform: rotate(-232deg) translate(125px) rotate(232deg) scale(.7);
        transform: rotate(-232deg) translate(125px) rotate(232deg) scale(.7);
    }

    .value-controller__content[data-active="2"] > :nth-of-type(2) {
        -webkit-transform: rotate(-160deg) translate(125px) rotate(160deg) scale(.6);
        -ms-transform: rotate(-160deg) translate(125px) rotate(160deg) scale(.6);
        transform: rotate(-160deg) translate(125px) rotate(160deg) scale(.6);
    }

    .value-controller__content[data-active="2"] > :nth-of-type(2).active {
        -webkit-transform: rotate(-160deg) translate(125px) rotate(160deg) scale(.7);
        -ms-transform: rotate(-160deg) translate(125px) rotate(160deg) scale(.7);
        transform: rotate(-160deg) translate(125px) rotate(160deg) scale(.7);
    }

    .value-controller__content[data-active="2"] > :nth-of-type(3) {
        -webkit-transform: rotate(-90deg) translate(125px) rotate(90deg) scale(.6);
        -ms-transform: rotate(-90deg) translate(125px) rotate(90deg) scale(.6);
        transform: rotate(-90deg) translate(125px) rotate(90deg) scale(.6);
    }

    .value-controller__content[data-active="2"] > :nth-of-type(3).active {
        -webkit-transform: rotate(-90deg) translate(125px) rotate(90deg) scale(.7);
        -ms-transform: rotate(-90deg) translate(125px) rotate(90deg) scale(.7);
        transform: rotate(-90deg) translate(125px) rotate(90deg) scale(.7);
    }

    .value-controller__content[data-active="2"] > :nth-of-type(4) {
        -webkit-transform: rotate(-20deg) translate(125px) rotate(20deg) scale(.6);
        -ms-transform: rotate(-20deg) translate(125px) rotate(20deg) scale(.6);
        transform: rotate(-20deg) translate(125px) rotate(20deg) scale(.6);
    }

    .value-controller__content[data-active="2"] > :nth-of-type(4).active {
        -webkit-transform: rotate(-20deg) translate(125px) rotate(20deg) scale(.7);
        -ms-transform: rotate(-20deg) translate(125px) rotate(20deg) scale(.7);
        transform: rotate(-20deg) translate(125px) rotate(20deg) scale(.7);
    }

    .value-controller__content[data-active="2"] > :nth-of-type(5) {
        -webkit-transform: rotate(50deg) translate(125px) rotate(-50deg) scale(.6);
        -ms-transform: rotate(50deg) translate(125px) rotate(-50deg) scale(.6);
        transform: rotate(50deg) translate(125px) rotate(-50deg) scale(.6);
    }

    .value-controller__content[data-active="2"] > :nth-of-type(5).active {
        -webkit-transform: rotate(50deg) translate(125px) rotate(-50deg) scale(.7);
        -ms-transform: rotate(50deg) translate(125px) rotate(-50deg) scale(.7);
        transform: rotate(50deg) translate(125px) rotate(-50deg) scale(.7);
    }

    .value-controller__content[data-active="2"] > :nth-of-type(6) {
        -webkit-transform: rotate(90deg) translate(125px) rotate(-90deg) scale(.6);
        -ms-transform: rotate(90deg) translate(125px) rotate(-90deg) scale(.6);
        transform: rotate(90deg) translate(125px) rotate(-90deg) scale(.6);
    }

    .value-controller__content[data-active="2"] > :nth-of-type(6).active {
        -webkit-transform: rotate(90deg) translate(125px) rotate(-90deg) scale(.7);
        -ms-transform: rotate(90deg) translate(125px) rotate(-90deg) scale(.7);
        transform: rotate(90deg) translate(125px) rotate(-90deg) scale(.7);
    }







    .value-controller__content[data-active="3"] > :first-of-type {
        -webkit-transform: rotate(-310deg) translate(125px) rotate(310deg) scale(.6);
        -ms-transform: rotate(-310deg) translate(125px) rotate(310deg) scale(.6);
        transform: rotate(-310deg) translate(125px) rotate(310deg) scale(.6);
    }

    .value-controller__content[data-active="3"] > :first-of-type.active {
        -webkit-transform: rotate(-310deg) translate(125px) rotate(310deg) scale(.7);
        -ms-transform: rotate(-310deg) translate(125px) rotate(310deg) scale(.7);
        transform: rotate(-310deg) translate(125px) rotate(310deg) scale(.7);
    }

    .value-controller__content[data-active="3"] > :nth-of-type(2) {
        -webkit-transform: rotate(-232deg) translate(125px) rotate(232deg) scale(.6);
        -ms-transform: rotate(-232deg) translate(125px) rotate(232deg) scale(.6);
        transform: rotate(-232deg) translate(125px) rotate(232deg) scale(.6);
    }

    .value-controller__content[data-active="3"] > :nth-of-type(2).active {
        -webkit-transform: rotate(-232deg) translate(125px) rotate(232deg) scale(.7);
        -ms-transform: rotate(-232deg) translate(125px) rotate(232deg) scale(.7);
        transform: rotate(-232deg) translate(125px) rotate(232deg) scale(.7);
    }

    .value-controller__content[data-active="3"] > :nth-of-type(3) {
        -webkit-transform: rotate(-160deg) translate(125px) rotate(160deg) scale(.6);
        -ms-transform: rotate(-160deg) translate(125px) rotate(160deg) scale(.6);
        transform: rotate(-160deg) translate(125px) rotate(160deg) scale(.6);
    }

    .value-controller__content[data-active="3"] > :nth-of-type(3).active {
        -webkit-transform: rotate(-160deg) translate(125px) rotate(160deg) scale(.7);
        -ms-transform: rotate(-160deg) translate(125px) rotate(160deg) scale(.7);
        transform: rotate(-160deg) translate(125px) rotate(160deg) scale(.7);
    }

    .value-controller__content[data-active="3"] > :nth-of-type(4) {
        -webkit-transform: rotate(-90deg) translate(125px) rotate(90deg) scale(.6);
        -ms-transform: rotate(-90deg) translate(125px) rotate(90deg) scale(.6);
        transform: rotate(-90deg) translate(125px) rotate(90deg) scale(.6);
    }

    .value-controller__content[data-active="3"] > :nth-of-type(4).active {
        -webkit-transform: rotate(-90deg) translate(125px) rotate(90deg) scale(.7);
        -ms-transform: rotate(-90deg) translate(125px) rotate(90deg) scale(.7);
        transform: rotate(-90deg) translate(125px) rotate(90deg) scale(.7);
    }

    .value-controller__content[data-active="3"] > :nth-of-type(5) {
        -webkit-transform: rotate(-20deg) translate(125px) rotate(20deg) scale(.6);
        -ms-transform: rotate(-20deg) translate(125px) rotate(20deg) scale(.6);
        transform: rotate(-20deg) translate(125px) rotate(20deg) scale(.6);
    }

    .value-controller__content[data-active="3"] > :nth-of-type(5).active {
        -webkit-transform: rotate(-20deg) translate(125px) rotate(20deg) scale(.7);
        -ms-transform: rotate(-20deg) translate(125px) rotate(20deg) scale(.7);
        transform: rotate(-20deg) translate(125px) rotate(20deg) scale(.7);
    }

    .value-controller__content[data-active="3"] > :nth-of-type(6) {
        -webkit-transform: rotate(30deg) translate(125px) rotate(-30deg) scale(.6);
        -ms-transform: rotate(30deg) translate(125px) rotate(-30deg) scale(.6);
        transform: rotate(30deg) translate(125px) rotate(-30deg) scale(.6);
    }

    .value-controller__content[data-active="3"] > :nth-of-type(6).active {
        -webkit-transform: rotate(30deg) translate(125px) rotate(-30deg) scale(.7);
        -ms-transform: rotate(30deg) translate(125px) rotate(-30deg) scale(.7);
        transform: rotate(30deg) translate(125px) rotate(-30deg) scale(.7);
    }








    .value-controller__content[data-active="4"] > :first-of-type {
        -webkit-transform: rotate(-380deg) translate(125px) rotate(380deg) scale(.6);
        -ms-transform: rotate(-380deg) translate(125px) rotate(380deg) scale(.6);
        transform: rotate(-380deg) translate(125px) rotate(380deg) scale(.6);
    }

    .value-controller__content[data-active="4"] > :first-of-type.active {
        -webkit-transform: rotate(-380deg) translate(125px) rotate(380deg) scale(.7);
        -ms-transform: rotate(-380deg) translate(125px) rotate(380deg) scale(.7);
        transform: rotate(-380deg) translate(125px) rotate(380deg) scale(.7);
    }

    .value-controller__content[data-active="4"] > :nth-of-type(2) {
        -webkit-transform: rotate(-310deg) translate(125px) rotate(310deg) scale(.6);
        -ms-transform: rotate(-310deg) translate(125px) rotate(310deg) scale(.6);
        transform: rotate(-310deg) translate(125px) rotate(310deg) scale(.6);
    }

    .value-controller__content[data-active="4"] > :nth-of-type(2).active {
        -webkit-transform: rotate(-310deg) translate(125px) rotate(310deg) scale(.7);
        -ms-transform: rotate(-310deg) translate(125px) rotate(310deg) scale(.7);
        transform: rotate(-310deg) translate(125px) rotate(310deg) scale(.7);
    }

    .value-controller__content[data-active="4"] > :nth-of-type(3) {
        -webkit-transform: rotate(-232deg) translate(125px) rotate(232deg) scale(.6);
        -ms-transform: rotate(-232deg) translate(125px) rotate(232deg) scale(.6);
        transform: rotate(-232deg) translate(125px) rotate(232deg) scale(.6);
    }

    .value-controller__content[data-active="4"] > :nth-of-type(3).active {
        -webkit-transform: rotate(-232deg) translate(125px) rotate(232deg) scale(.7);
        -ms-transform: rotate(-232deg) translate(125px) rotate(232deg) scale(.7);
        transform: rotate(-232deg) translate(125px) rotate(232deg) scale(.7);
    }

    .value-controller__content[data-active="4"] > :nth-of-type(4) {
        -webkit-transform: rotate(-160deg) translate(125px) rotate(160deg) scale(.6);
        -ms-transform: rotate(-160deg) translate(125px) rotate(160deg) scale(.6);
        transform: rotate(-160deg) translate(125px) rotate(160deg) scale(.6);
    }

    .value-controller__content[data-active="4"] > :nth-of-type(4).active {
        -webkit-transform: rotate(-160deg) translate(125px) rotate(160deg) scale(.7);
        -ms-transform: rotate(-160deg) translate(125px) rotate(160deg) scale(.7);
        transform: rotate(-160deg) translate(125px) rotate(160deg) scale(.7);
    }

    .value-controller__content[data-active="4"] > :nth-of-type(5) {
        -webkit-transform: rotate(-90deg) translate(125px) rotate(90deg) scale(.6);
        -ms-transform: rotate(-90deg) translate(125px) rotate(90deg) scale(.6);
        transform: rotate(-90deg) translate(125px) rotate(90deg) scale(.6);
    }

    .value-controller__content[data-active="4"] > :nth-of-type(5).active {
        -webkit-transform: rotate(-90deg) translate(125px) rotate(90deg) scale(.7);
        -ms-transform: rotate(-90deg) translate(125px) rotate(90deg) scale(.7);
        transform: rotate(-90deg) translate(125px) rotate(90deg) scale(.7);
    }

    .value-controller__content[data-active="4"] > :nth-of-type(6) {
        -webkit-transform: rotate(-30deg) translate(125px) rotate(30deg) scale(.6);
        -ms-transform: rotate(-30deg) translate(125px) rotate(30deg) scale(.6);
        transform: rotate(-30deg) translate(125px) rotate(30deg) scale(.6);
    }

    .value-controller__content[data-active="4"] > :nth-of-type(6).active {
        -webkit-transform: rotate(-30deg) translate(125px) rotate(30deg) scale(.7);
        -ms-transform: rotate(-30deg) translate(125px) rotate(30deg) scale(.7);
        transform: rotate(-30deg) translate(125px) rotate(30deg) scale(.7);
    }









    .value-controller__content[data-active="5"] > :first-of-type {
        -webkit-transform: rotate(-390deg) translate(125px) rotate(390deg) scale(.6);
        -ms-transform: rotate(-390deg) translate(125px) rotate(390deg) scale(.6);
        transform: rotate(-390deg) translate(125px) rotate(390deg) scale(.6);
    }

    .value-controller__content[data-active="5"] > :first-of-type.active {
        -webkit-transform: rotate(-390deg) translate(125px) rotate(390deg) scale(.7);
        -ms-transform: rotate(-390deg) translate(125px) rotate(390deg) scale(.7);
        transform: rotate(-390deg) translate(125px) rotate(390deg) scale(.7);
    }

    .value-controller__content[data-active="5"] > :nth-of-type(2) {
        -webkit-transform: rotate(-330deg) translate(125px) rotate(330deg) scale(.6);
        -ms-transform: rotate(-330deg) translate(125px) rotate(330deg) scale(.6);
        transform: rotate(-330deg) translate(125px) rotate(330deg) scale(.6);
    }

    .value-controller__content[data-active="5"] > :nth-of-type(2).active {
        -webkit-transform: rotate(-330deg) translate(125px) rotate(330deg) scale(.7);
        -ms-transform: rotate(-330deg) translate(125px) rotate(330deg) scale(.7);
        transform: rotate(-330deg) translate(125px) rotate(330deg) scale(.7);
    }

    .value-controller__content[data-active="5"] > :nth-of-type(3) {
        -webkit-transform: rotate(-270deg) translate(125px) rotate(270deg) scale(.6);
        -ms-transform: rotate(-270deg) translate(125px) rotate(270deg) scale(.6);
        transform: rotate(-270deg) translate(125px) rotate(270deg) scale(.6);
    }

    .value-controller__content[data-active="5"] > :nth-of-type(3).active {
        -webkit-transform: rotate(-270deg) translate(125px) rotate(270deg) scale(.7);
        -ms-transform: rotate(-270deg) translate(125px) rotate(270deg) scale(.7);
        transform: rotate(-270deg) translate(125px) rotate(270deg) scale(.7);
    }

    .value-controller__content[data-active="5"] > :nth-of-type(4) {
        -webkit-transform: rotate(-210deg) translate(125px) rotate(210deg) scale(.6);
        -ms-transform: rotate(-210deg) translate(125px) rotate(210deg) scale(.6);
        transform: rotate(-210deg) translate(125px) rotate(210deg) scale(.6);
    }

    .value-controller__content[data-active="5"] > :nth-of-type(4).active {
        -webkit-transform: rotate(-210deg) translate(125px) rotate(210deg) scale(.7);
        -ms-transform: rotate(-210deg) translate(125px) rotate(210deg) scale(.7);
        transform: rotate(-210deg) translate(125px) rotate(210deg) scale(.7);
    }

    .value-controller__content[data-active="5"] > :nth-of-type(5) {
        -webkit-transform: rotate(-150deg) translate(125px) rotate(150deg) scale(.6);
        -ms-transform: rotate(-150deg) translate(125px) rotate(150deg) scale(.6);
        transform: rotate(-150deg) translate(125px) rotate(150deg) scale(.6);
    }

    .value-controller__content[data-active="5"] > :nth-of-type(5).active {
        -webkit-transform: rotate(-150deg) translate(125px) rotate(150deg) scale(.7);
        -ms-transform: rotate(-150deg) translate(125px) rotate(150deg) scale(.7);
        transform: rotate(-150deg) translate(125px) rotate(150deg) scale(.7);
    }

    .value-controller__content[data-active="5"] > :nth-of-type(6) {
        -webkit-transform: rotate(-90deg) translate(125px) rotate(90deg) scale(.6);
        -ms-transform: rotate(-90deg) translate(125px) rotate(90deg) scale(.6);
        transform: rotate(-90deg) translate(125px) rotate(90deg) scale(.6);
    }

    .value-controller__content[data-active="5"] > :nth-of-type(6).active {
        -webkit-transform: rotate(-90deg) translate(125px) rotate(90deg) scale(.7);
        -ms-transform: rotate(-90deg) translate(125px) rotate(90deg) scale(.7);
        transform: rotate(-90deg) translate(125px) rotate(90deg) scale(.7);
    }








    .value-controller__content[data-active="6"] > :first-of-type {
        -webkit-transform: rotate(-450deg) translate(125px) rotate(450deg) scale(.6);
        -ms-transform: rotate(-450deg) translate(125px) rotate(450deg) scale(.6);
        transform: rotate(-450deg) translate(125px) rotate(450deg) scale(.6);
    }

    .value-controller__content[data-active="6"] > :first-of-type.active {
        -webkit-transform: rotate(-450deg) translate(125px) rotate(450deg) scale(.7);
        -ms-transform: rotate(-450deg) translate(125px) rotate(450deg) scale(.7);
        transform: rotate(-450deg) translate(125px) rotate(450deg) scale(.7);
    }

    .value-controller__content[data-active="6"] > :nth-of-type(2) {
        -webkit-transform: rotate(-390deg) translate(125px) rotate(390deg) scale(.6);
        -ms-transform: rotate(-390deg) translate(125px) rotate(390deg) scale(.6);
        transform: rotate(-390deg) translate(125px) rotate(390deg) scale(.6);
    }

    .value-controller__content[data-active="6"] > :nth-of-type(2).active {
        -webkit-transform: rotate(-390deg) translate(125px) rotate(390deg) scale(.7);
        -ms-transform: rotate(-390deg) translate(125px) rotate(390deg) scale(.7);
        transform: rotate(-390deg) translate(125px) rotate(390deg) scale(.7);
    }

    .value-controller__content[data-active="6"] > :nth-of-type(3) {
        -webkit-transform: rotate(-330deg) translate(125px) rotate(330deg) scale(.6);
        -ms-transform: rotate(-330deg) translate(125px) rotate(330deg) scale(.6);
        transform: rotate(-330deg) translate(125px) rotate(330deg) scale(.6);
    }

    .value-controller__content[data-active="6"] > :nth-of-type(3).active {
        -webkit-transform: rotate(-330deg) translate(125px) rotate(330deg) scale(.7);
        -ms-transform: rotate(-330deg) translate(125px) rotate(330deg) scale(.7);
        transform: rotate(-330deg) translate(125px) rotate(330deg) scale(.7);
    }

    .value-controller__content[data-active="6"] > :nth-of-type(4) {
        -webkit-transform: rotate(-270deg) translate(125px) rotate(270deg) scale(.6);
        -ms-transform: rotate(-270deg) translate(125px) rotate(270deg) scale(.6);
        transform: rotate(-270deg) translate(125px) rotate(270deg) scale(.6);
    }

    .value-controller__content[data-active="6"] > :nth-of-type(4).active {
        -webkit-transform: rotate(-270deg) translate(125px) rotate(270deg) scale(.7);
        -ms-transform: rotate(-270deg) translate(125px) rotate(270deg) scale(.7);
        transform: rotate(-270deg) translate(125px) rotate(270deg) scale(.7);
    }

    .value-controller__content[data-active="6"] > :nth-of-type(5) {
        -webkit-transform: rotate(-210deg) translate(125px) rotate(210deg) scale(.6);
        -ms-transform: rotate(-210deg) translate(125px) rotate(210deg) scale(.6);
        transform: rotate(-210deg) translate(125px) rotate(210deg) scale(.6);
    }

    .value-controller__content[data-active="6"] > :nth-of-type(5).active {
        -webkit-transform: rotate(-210deg) translate(125px) rotate(210deg) scale(.7);
        -ms-transform: rotate(-210deg) translate(125px) rotate(210deg) scale(.7);
        transform: rotate(-210deg) translate(125px) rotate(210deg) scale(.7);
    }

    .value-controller__content[data-active="6"] > :nth-of-type(6) {
        -webkit-transform: rotate(-150deg) translate(125px) rotate(150deg) scale(.6);
        -ms-transform: rotate(-150deg) translate(125px) rotate(150deg) scale(.6);
        transform: rotate(-150deg) translate(125px) rotate(150deg) scale(.6);
    }

    .value-controller__content[data-active="6"] > :nth-of-type(6).active {
        -webkit-transform: rotate(-150deg) translate(125px) rotate(150deg) scale(.7);
        -ms-transform: rotate(-150deg) translate(125px) rotate(150deg) scale(.7);
        transform: rotate(-150deg) translate(125px) rotate(150deg) scale(.7);
    }
}

.sort{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 62px;
}
.sort__heads{
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #5A73D9;
    padding: 0px 10px 10px;
    margin-right: 14px;
    width: 200px;
}
.by-rating{
    margin-bottom: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.by-price{
    margin-bottom: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.by-deadline{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.sort-bullet{
    background: rgba(58, 58, 58, 0.2);
    border-radius: 20px;
    min-width: 40px;
    height: 20px;
    display: block;
    margin-right: 22px;
    position: relative;
    cursor: pointer;
}
.sort-bullet:before{
    content: '';
    position: absolute;
    left: 2px;
    top: 2px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.3);
    width: 16px;
    height: 16px;
}
.sort-bullet.active:before{
    background: #5A73D9;
    left: unset;
    right: 2px;
}
.sort__block{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.sort__block .item{
    margin-right: 14px;
}
.sort__block .item:last-child{
    margin-right: 0;
}
.sort__block .item-img{
    display: block;
    width: 180px;
    height: 80px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    margin-bottom: 10px;
}
.item-info{
    background: #FFFFFF;
    -webkit-box-shadow: 0px 4px 15px rgba(90, 115, 217, 0.3);
    box-shadow: 0px 4px 15px rgba(90, 115, 217, 0.3);
    padding: 15px;
}
.item-info ul>li.price, .item-info ul>li.ddl{
    font-size: 22px;
    line-height: 30px;
    color: #3A3A3A;
    opacity: 0.6;
    text-align: center;
}
.item-info ul>li.price{
    margin-bottom: 48px;
}
.item-info ul>li.ratings{
    font-weight: 500;
    font-size: 23px;
    color: #5A73D9;
    line-height: 30px;
    text-align: center;
    margin-bottom: 48px;
}
.item-info ul>li.ratings .rating{
    display: inline-block;
    color: #0094FF;
}
li.ratings span.score{
    display: block;
}
@media(max-width: 1199px){
    .sort{
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 49px;
    }
    .sort__heads{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0;
        padding: 0;
        margin-bottom: 42px;
        width: auto;
    }
    .by-rating, .by-price{
        margin: 0;
        margin-right: 50px;
    }
    .sort__block{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
    }
    .sort__block .item{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .item-info ul{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .item-info ul>li.ratings, .item-info ul>li.price{
        margin: 0;
    }
    .sort__block .item-img{
        margin-right: 10px;
        background-size: contain;
        min-width: 140px;
        width: 140px;
    }
    .item-info{
        width: 100%;
        padding: 30px;
    }
    .sort__block .item{
        margin-right: 0;
        margin-bottom: 20px;
    }
    .item-info ul>li.ratings .rating{
        margin-right: 10px;
    }
    li.ratings span.score{
        display: initial;
    }

}
@media(max-width: 767px){
    .by-rating, .by-price{
        margin-right: 24px;
    }
    .by-rating, .by-price, .by-deadline{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .sort__heads{
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 29px;
    }
    .sort__block{
        -webkit-box-shadow: 0px 4px 15px rgba(90, 115, 217, 0.3);
        box-shadow: 0px 4px 15px rgba(90, 115, 217, 0.3);
        padding: 30px 10px;
    }
    .sort-bullet{
        margin: 0;
        margin-bottom: 5px;
    }
    .item-info{
        box-shadow: none;
        padding: 0;
    }
    .item-info ul>li.price, .item-info ul>li.ddl{
        display: none;
    }
    .sort{
        margin-bottom: 30px;
    }
}

.anr_captcha_field {
    transform: scale(.9);
    transform-origin: 0 0;
    clear: both;
}

@media(max-width: 767px){
    .anr_captcha_field {
        transform: scale(.8);
        transform-origin: 0 0;
        clear: both;
    }
    .error {
        position: static!important;
    }
}
div.error  { padding: 0 0 20px 0; color: rgba(197, 1, 1, 0.5); }
input.error, textarea.error { border-color: rgba(197, 1, 1, 0.5); }
.post-date{
    color: #aaa;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 10px;
}
/* Error page */
.main.error{
    height: 76vh;
    display: flex;
}
.error-wrap{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    max-width: 350px;
    width: 100%;
    margin: auto;
}
.error-title{
    font-weight: 900;
    font-size: 74px;
    line-height: 85px;
    text-align: center;
    color: #5A73D9;}

.visit-site, .read-more{
    width: 150px;
}

.error-desc{
    font-weight: normal;
    font-size: 36px;
    line-height: 42px;
    text-align: center;
    margin-bottom: 20px;

    /* black */

    color: #343434;
}

.error-btns{
    display: flex;
    justify-content: space-between;
}
/* Error page END */

/* our command page*/
.command-block{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 50px;
}
.command-block img{
    flex: 0 0 auto;
    max-width: 30%;
    margin-right: 50px;
    object-fit: scale-down;
}
.our-command-page{
    padding-top: 40px;
}

@media (max-width: 767px){
    .command-block{
        flex-direction: column;
        margin-bottom: 20px;
    }
    .command-block img{
        max-width: 50%;
        margin-right: 0;
        margin-bottom: 20px;

    }
}

/* our command page END*/

.item__thumbnail:after{
    content: attr(data-url);
    position: absolute;
    bottom: -30px;
    color: #A7B7CA;
    font-size: 14px;
    left: 25%;
}
.post-header:after{
    content: attr(data-url);
    position: absolute;
    bottom: 27px;
    left: 20px;
    color: #A7B7CA;
    font-size: 14px;
}
@media(max-width: 767px){
    .post-header:after{
        bottom: 70px;
        font-size: 12px;
    }
}
@media(max-width: 550px){
    .post-header:after{
        bottom: 62px;
        font-size: 8px;
    }
}


/* POST HEADER */
.post-content{
    background: rgb(247 247 247);
    border-radius: 10px;
    padding: 80px 45px 80px 70px;
    margin-bottom: 80px;
    position: relative;
}
.post-content .post-header{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    /*-webkit-box-align: center;*/
    /*-ms-flex-align: center;*/
    /*align-items: center;*/
    margin-bottom: 24px;
}
.post-header-block{
    width: 58%;
    position: relative;
}
.post-header-block:after{
    content: attr(data-url);
    position: absolute;
    bottom: -20px;
    font-size: 14px;
    color: #A7B7CA;
    left: 0;
}
.post-content .post-adv h1{
    font-weight: bold;
    font-size: 32px;
    line-height: 44px;
    color: #3b7af2;
    margin-bottom: 30px;
}
.post-content .post-header img{
    /*width: 600px;*/
    height: 322px;
    -webkit-box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
}
.post-adv{
    display: flex;
    justify-content: space-between;
}
.post-header .post-adv {
    width: 465px;
    margin-left: 30px;
    flex-direction: column;
    justify-content: center;
}
.post-adv .adv-first{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
}
.post-adv .adv-first .word-score{
    font-style: italic;
    font-weight: bold;
    font-size: 32px;
    line-height: 44px;
    color: #798693;
}
.post-adv .adv-first .number-score{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.post-adv .adv-first .number-score .star-big{
    width: 24px;
    height: 24px;
    background: url(/images/star_big.svg);
    margin-right: 7px;
}
.post-adv .adv-first .number-score p{
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: #3B7AF2;
}
.post-adv .adv-first .number-score p span{
    font-weight: bold;
    font-size: 32px;
    line-height: 44px;
    color: #3B7AF2;
}
.post-adv .adv-second{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 48px;
}
.post-adv .adv-second ul{
    width: 50%;
}
.post-adv .pros, .post-content .post-header .post-adv .cons{
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    color: #798693;
    margin-bottom: 30px;
}
.post-adv .pros span, .post-content .post-header .post-adv .cons span{
    font-weight: bold;
    font-size: 24px;
    line-height: 33px;
    color: #000110;
}
.post-adv .pros {
    color: #5A73D9;
}
.post-adv .adv-second ul li:first-child{
    font-weight: bold;
    font-size: 24px;
    line-height: 33px;
    color: #000110;
}
.post-adv .adv-second ul li span{
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #000110;
    margin-right: 8px;
}
.post-adv a.adv-button{
    display: block;
    background: #5A73D9;
    border-radius: 100px;
    width: 270px;
    height: 59px;
    font-weight: 600;
    font-size: 24px;
    line-height: 59px;
    text-align: center;
    color: #FFFFFF;
    margin-left: 48px;
}
.post-adv a.adv-button:hover{
    -webkit-box-shadow: 0px 0px 27px 9px rgba(59,122,242,0.44);
    box-shadow: 0px 0px 27px 9px rgba(59,122,242,0.44);
    transition: .5s;
}
.post-content .item-date{
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: #A7B7CA;
    margin-bottom: 40px;
}
@media(max-width: 767px) {
    .post-content .post-header img {
        width: 100%;
        height: auto;
    }
    .post-content {
        margin-bottom: 40px;
        padding: 40px 5px 40px 5px;
    }
    .post-adv {
        width: 100%;
    }
    .post-header-block {
        width: 100%;
    }
    .post-adv a.adv-button {
        margin-left: 0;
    }
}