@font-face {
    font-family: 'ProximaNova';
    src: url('../fonts/ProximaNova-Bold.eot');
    src: url('../fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ProximaNova-Bold.woff2') format('woff2'),
        url('../fonts/ProximaNova-Bold.woff') format('woff'),
        url('../fonts/ProximaNova-Bold.ttf') format('truetype'),
        url('../fonts/ProximaNova-Bold.svg#ProximaNova-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ProximaNova';
    src: url('../fonts/ProximaNova-Regular.eot');
    src: url('../fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ProximaNova-Regular.woff2') format('woff2'),
        url('../fonts/ProximaNova-Regular.woff') format('woff'),
        url('../fonts/ProximaNova-Regular.ttf') format('truetype'),
        url('../fonts/ProximaNova-Regular.svg#ProximaNova-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ProximaNovaCond';
    src: url('../fonts/ProximaNovaCond-Bold.eot');
    src: url('../fonts/ProximaNovaCond-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ProximaNovaCond-Bold.woff2') format('woff2'),
        url('../fonts/ProximaNovaCond-Bold.woff') format('woff'),
        url('../fonts/ProximaNovaCond-Bold.ttf') format('truetype'),
        url('../fonts/ProximaNovaCond-Bold.svg#ProximaNovaCond-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ProximaNovaCond';
    src: url('../fonts/1f870dc2e14b60c69c465e4274da3a1e.eot');
    src: url('../fonts/1f870dc2e14b60c69c465e4274da3a1e.eot?#iefix') format('embedded-opentype'),
        url('../fonts/1f870dc2e14b60c69c465e4274da3a1e.woff2') format('woff2'),
        url('../fonts/1f870dc2e14b60c69c465e4274da3a1e.woff') format('woff'),
        url('../fonts/1f870dc2e14b60c69c465e4274da3a1e.ttf') format('truetype'),
        url('../fonts/1f870dc2e14b60c69c465e4274da3a1e.svg#') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ProximaNova';
    src: url('../fonts/ProximaNova-Semibold.eot');
    src: url('../fonts/ProximaNova-Semibold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ProximaNova-Semibold.woff2') format('woff2'),
        url('../fonts/ProximaNova-Semibold.woff') format('woff'),
        url('../fonts/ProximaNova-Semibold.ttf') format('truetype'),
        url('../fonts/ProximaNova-Semibold.svg#ProximaNova-Semibold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

.leaderboard-flex-placeholder {
    width: 100%;
    height: 0;
    overflow: hidden
}

.life .leaderboard-flex-placeholder {
    background-color: #171d67
}

.nav-sticking .leaderboard-flex-placeholder {
    height: inherit
}

.newsletter {
    margin: auto
}

.newsletter__contents {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    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;
    position: relative
}

.newsletter__prompts {
    margin-bottom: 32px;
    z-index: 2
}

@media (min-width: 768px) {
    .newsletter__prompts {
        margin-bottom: 22px
    }
}

.newsletter__info {
    font-weight: 600;
    font-size: .9rem;
    line-height: 1.22;
    letter-spacing: .035rem;
    margin-bottom: 20px;
    display: none
}

.newsletter__cta, .newsletter__info {
    font-family: Montserrat, sans-serif;
    color: #171d67;
    text-align: center;
    text-transform: uppercase
}

.newsletter__cta {
    font-weight: 700;
    font-size: 1.75rem;
    line-height: 1.13;
    letter-spacing: .075rem;
    margin-bottom: 22px
}

@media (min-width: 768px) {
    .newsletter__cta {
        margin-bottom: 10px
    }
}

.newsletter__description {
    font-family: Montserrat, sans-serif;
    font-size: .9375rem;
    font-weight: 300;
    line-height: 1.33;
    color: #171d67;
    text-align: center;
    letter-spacing: .03125rem
}

.newsletter__input {
    width: 360px;
    max-width: 100%;
    margin: 0 auto;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #e7fcff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px solid #92dae4;
    z-index: 2;
    position: relative
}

.newsletter__input__text {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    background: none;
    outline: none;
    height: 100%;
    padding-left: 20px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    font-family: Montserrat, sans-serif;
    font-size: .6875rem;
    font-weight: 300;
    color: #171d67;
    letter-spacing: .03125rem
}

.newsletter__input__text::-webkit-input-placeholder {
    color: #171d67;
    font-family: Montserrat, sans-serif;
    font-size: .6875rem;
    font-weight: 300;
    letter-spacing: .03125rem
}

.newsletter__input__text::-moz-placeholder {
    color: #171d67;
    font-family: Montserrat, sans-serif;
    font-size: .6875rem;
    font-weight: 300;
    letter-spacing: .03125rem
}

.newsletter__input__text:-ms-input-placeholder {
    color: #171d67;
    font-family: Montserrat, sans-serif;
    font-size: .6875rem;
    font-weight: 300;
    letter-spacing: .03125rem
}

.newsletter__input__text:-moz-placeholder {
    color: #171d67;
    font-family: Montserrat, sans-serif;
    font-size: .6875rem;
    font-weight: 300;
    letter-spacing: .03125rem
}

.newsletter__input__submit {
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: none;
    border: none;
    outline: none;
    height: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    padding: 0 15px;
    color: #171d67;
    font-size: .8125rem;
    font-weight: 700;
    letter-spacing: .08125rem
}

.newsletter__error, .newsletter__input__submit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: Montserrat, sans-serif
}

.newsletter__error {
    position: absolute;
    top: 74px;
    left: 50%;
    -webkit-transition: -webkit-transform .2s ease;
    transition: -webkit-transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease, -webkit-transform .2s ease;
    -webkit-transform: translateX(-50%) scale(0);
    transform: translateX(-50%) scale(0);
    padding: 8px 10px;
    background-color: #f83371;
    color: #fff;
    font-size: .6875rem;
    font-weight: 600;
    letter-spacing: .025rem;
    white-space: nowrap
}

.newsletter__success {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    z-index: 1
}

.newsletter__success__1 {
    font-size: 1.375rem;
    font-weight: 700;
    line-height: 1.27;
    letter-spacing: .05rem
}

.newsletter__success__1, .newsletter__success__2 {
    font-family: Montserrat, sans-serif;
    color: #171d67;
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.newsletter__success__2 {
    font-size: .9375rem;
    font-weight: 300;
    line-height: 1.75;
    letter-spacing: .025rem;
    -webkit-transition-delay: .3s;
    transition-delay: .3s
}

.newsletter--initial .newsletter__input__submit:hover {
    font-weight: 800;
    color: #0d0eca
}

.entry__content-list .newsletter__contents {
    background-color: #d1f9ff;
    -webkit-box-shadow: 8px 8px 0 0 #50e3c2;
    box-shadow: 8px 8px 0 0 #50e3c2;
    padding: 20px 15px 25px;
    margin: 0 8px 8px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.entry__content-list .newsletter__prompts {
    margin: 0 0 13px
}

.entry__content-list .newsletter__cta {
    margin-bottom: 7px
}

.entry__content-list .newsletter__description {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.22;
    letter-spacing: .04375rem
}

.entry__content-list .newsletter__input {
    width: 500px;
    border: 1px solid #171d67;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    background-color: #fff
}

.entry__content-list .newsletter__input__text {
    padding-left: 15px
}

.entry__content-list .newsletter__input__submit {
    font-size: .75rem
}

.entry__content-list > .newsletter {
    padding: 8px 16px 16px 8px
}

@media (min-width: 1024px) {
    .entry__content-list > .newsletter {
        padding: 0 0 0 100px
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .entry__content-list > .newsletter {
        padding: 0 90px;
        max-width: 588px
    }
}

.entry__content-list .newsletter {
    margin: 60px auto
}

@media (max-width: 413px) {
    .entry__content-list .newsletter {
        padding: 8px 16px 16px 8px
    }
}

.hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.hamburger svg {
    width: 24px;
    height: 24px
}

.life .hamburger path {
    fill: #fff
}

.hamburger:hover path {
    fill: #0dbe98
}

.nav__content {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

.nav__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 5000005;
    top: 0;
    left: 0;
    right: 0;
    height: 40px;
    position: fixed
}

.life .nav__header {
    background-color: #171d67
}

@media (min-width: 1024px) {
    .nav__header {
        height: 50px
    }
}

.nav__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1
}

.nav__search {
    display: none
}

.nav__logo {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.nav__logo:focus {
    outline: 1px dotted #0dbe98
}

.nav__logo__svg {
    width: 136px;
    max-height: 28px
}

.nav__logo .st2 {
    fill: #fff
}

.nav__logo .st3 {
    fill: #0dbe98
}

@media (min-width: 768px) {
    .life .nav {
        border-color: #2d3876
    }

    .nav__search {
        display: block;
        margin-left: 15px;
        margin-top: 3px;
        position: relative
    }

    .life .nav__search path {
        fill: #fff
    }

    .nav__search:hover path {
        fill: #0dbe98
    }

    .nav__search__form {
        display: none
    }

    .nav__search .search-results {
        position: absolute;
        top: 30px;
        background-color: hsla(0, 0%, 100%, .9);
        width: 100%
    }
}

@media (min-width: 1024px) {
    .nav {
        border-bottom: 1px solid
    }

    .nav--entry .nav__header {
        position: relative
    }

    .nav--entry .nav__logo svg {
        width: 168px;
        max-height: 32px
    }
}

body {
    width: 100%;
    overflow-x: hidden;
    position: relative
}

.body-wrap {
    width: 100%;
    left: 0;
    position: relative;
    -webkit-transition: left .5s ease;
    transition: left .5s ease
}

.body-wrap:after {
    z-index: 5000006;
    pointer-events: none;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease
}

.life .body-wrap:after {
    background-color: rgba(106, 87, 255, .85)
}

html {
    font-family: sans-serif
}

body, html {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden
}

div, form, h1, h2, h3, li, p, ul {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

figure {
    margin: 0
}

button, input {
    font-family: inherit;
    font-size: 100%;
    margin: 0
}

button, input {
    line-height: normal
}

button {
    text-transform: none
}

button, input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

a:focus {
    outline: thin dotted
}

a:active, a:hover {
    outline: 0
}

button {
    border: 0;
    background: none;
    padding: 0;
    text-align: inherit;
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    color: inherit;
    -o-border-image: none;
    border-image: none
}

button:focus {
    outline: none
}

.img-sized__placeholder {
    display: block;
    height: auto;
    max-width: 100%
}

.img-sized {
    position: relative
}

.img-sized__img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    max-width: 100%;
    height: 100%
}

.img-sized--responsive .img-sized__img {
    width: 100%
}

.entry-head-container .share-bar--header {
    display: none;
    text-align: center;
    padding-top: 30px
}

@media (max-width: 1279px) {
    .entry-head-container .share-bar--header {
        display: block
    }
}

.entry-head-container .share-bar--header .social-buttons {
    cursor: pointer
}

.entry-head-container .share-bar--header .social-buttons__icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 150px
}

@media (min-width: 375px) {
    .entry-head-container .share-bar--header .social-buttons__icons {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        width: auto
    }

    .entry-head-container .share-bar--header .social-buttons__icons__item:nth-child(n) {
        margin-bottom: 0
    }

    .entry-head-container .share-bar--header .social-buttons__icons__item:not(:first-child) {
        margin-left: 10px
    }
}

.entry-head-container .share-bar--header .social-buttons__icons__item:first-child, .entry-head-container .share-bar--header .social-buttons__icons__item:nth-child(2), .entry-head-container .share-bar--header .social-buttons__icons__item:nth-child(3) {
    margin-bottom: 5px
}

@media (min-width: 375px) {
    .entry-head-container .share-bar--header .social-buttons__icons__item:first-child, .entry-head-container .share-bar--header .social-buttons__icons__item:nth-child(2), .entry-head-container .share-bar--header .social-buttons__icons__item:nth-child(3) {
        margin-bottom: 0
    }
}

.entry-head-container .share-bar--header .social-buttons__icons__item:not(:first-child), .entry-head-container .share-bar--header .social-buttons__icons__item:not(:nth-child(4)) {
    margin-left: 10px
}

.uk .entry-head-container .share-bar--header .social-buttons__icons__item {
    margin-bottom: 5px
}

.entry-head-container .share-bar--header .social-buttons__icons__item__svg-wrapper {
    border-radius: 50%;
    padding: 9px;
    border: 1px solid #fff;
    width: 40px;
    height: 40px
}

.entry-head-container .share-bar--header .social-buttons__icons__item__svg-wrapper svg {
    width: 20px;
    height: 20px
}

.entry-head-container .share-bar--header .social-buttons__icons__item__svg-wrapper svg g, .entry-head-container .share-bar--header .social-buttons__icons__item__svg-wrapper svg path {
    fill: #fff
}

.entry-head-container .share-bar--header .social-buttons__icons__item__svg-wrapper:hover {
    border-color: #f83371
}

.entry-head-container .share-bar--header .social-buttons__icons__item__svg-wrapper:hover svg g, .entry-head-container .share-bar--header .social-buttons__icons__item__svg-wrapper:hover svg path {
    fill: #f83371
}

.entry-head-container .share-bar--header .social-buttons__icons__item--email svg {
    height: 18px;
    width: 18px
}

.entry-head-container {
    background: #171d67;
    position: relative;
    padding: 0 30px
}

.entry-head-container:before {
    content: "";
    width: 100%;
    height: 600px;
    background-color: #171d67;
    display: block;
    position: absolute;
    bottom: 99%;
    z-index: -1;
    left: 0
}

.entry-head-container:after {
    content: "";
    background: #171d67;
    z-index: -1;
    position: relative;
    height: 31px;
    width: 100%;
    display: block
}

@media (min-width: 1024px) {
    .entry-head-container.shift-up {
        margin-bottom: -70px
    }
}

.entry__header {
    font-family: Montserrat, sans-serif;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    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
}

@media (min-width: 768px) {
    .entry__header {
        max-width: 710px
    }
}

@media (min-width: 1024px) {
    .entry__header {
        max-width: 969px
    }
}

@media (min-width: 1280px) {
    .entry__header {
        max-width: 1140px
    }
}

.entry__header .label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    text-transform: uppercase;
    color: #45c8fc;
    font-size: .8125rem;
    font-weight: 700;
    letter-spacing: .08125rem;
    padding-bottom: 15px
}

.uk .entry__header .label {
    padding-top: 15px
}

.entry__header .headline {
    font-family: Montserrat, sans-serif;
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.21;
    letter-spacing: .025rem;
    text-align: center;
    color: #fff;
    padding-bottom: 20px
}

.entry__header .dek {
    font-family: Georgia, serif;
    font-size: 1.125rem;
    font-style: italic;
    line-height: 1.33;
    letter-spacing: .0125rem;
    text-align: center;
    color: #fff;
    padding-bottom: 25px
}

.entry__header .timestamp {
    font-family: Montserrat, sans-serif;
    font-size: .6875rem;
    font-weight: 300;
    line-height: 1.91;
    letter-spacing: .06875rem;
    text-align: center;
    color: #fff
}

.entry__header .entry__byline {
    text-align: center;
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-size: .875rem;
    font-weight: 700;
    line-height: 1.57
}

@media (min-width: 768px) {
    .entry-head-container:after {
        height: 43px
    }

    .entry__header {
        padding-left: 100px;
        padding-right: 100px
    }

    .entry__header .headline {
        font-size: 3rem;
        line-height: 1.13
    }

    .entry__header .dek {
        font-size: 1.25rem;
        line-height: 1.3
    }
}

@media (min-width: 1024px) {
    .entry-head-container.shift-up:after {
        height: 100px
    }

    .entry__header .headline {
        font-size: 3.25rem;
        line-height: 1.12
    }

    .entry__header .dek {
        font-size: 1.375rem;
        line-height: 1.27
    }
}

.cli-text {
    margin: 16px 0;
}

.cli-text h3 {
    color: #171d67;
    font-family: Montserrat;
    font-weight: 700;
    margin: 16px 0;
    line-height: 1.3
}

.cli-text h3 {
    font-size: 1.375rem
}

.cli-text p {
    font-size: 1.125rem;
    line-height: 1.56
}

.cli-text ul {
    margin: 30px 30px 30px 40px;
    font-size: 1.125rem;
    line-height: 1.5
}

.cli-image__caption, .cli-image__credit {
    padding: 0 30px;
    margin-top: 7px;
    margin-bottom: 10px
}

@media (min-width: 768px) {
    .cli-image__caption, .cli-image__credit {
        padding: 0
    }

    .cli-image--header-media .cli-image__credit {
        padding: 0 30px
    }
}

@media (min-width: 1024px) {
    .cli-image--header-media .cli-image__credit {
        padding: 0 0 0 80px
    }
}

.cli-image {
    font-family: Montserrat;
    font-weight: 300;
    margin: 16px 0;
}

.standard .cli-image:not(.cli-image--header-media) {
    max-width: none !important
}

.cli-image img {
    background-color: #d4d4d4;
    max-width: 100%;
}

.cli-image__credit {
    font-size: .625rem;
    line-height: 1.4;
    color: #9b9b9b;
    text-transform: uppercase;
    text-align: center;
    margin-top: 15px
}

.cli-image__caption {
    font-size: .75rem;
    line-height: 1.5;
    color: #5c5c5c
}

@media (min-width: 768px) {
    .cli-image img {
        -webkit-box-shadow: 7px 7px 0 0 #fcff0d;
        box-shadow: 7px 7px 0 0 #fcff0d
    }

    .cli-image__spacer {
        height: 7px
    }

    .cli-image--header-media {
        padding-left: 0;
        padding-right: 0
    }

    .cli-image--header-media img {
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .cli-image--header-media .cli-image__spacer {
        height: 0
    }
}

@media (min-width: 1024px) {
    .cli-image--header-media {
        padding-left: 0
    }

    .cli-image--header-media img {
        -webkit-box-shadow: 7px 7px 0 0 #fcff0d;
        box-shadow: 7px 7px 0 0 #fcff0d
    }

    .cli-image--header-media .cli-image__spacer {
        height: 7px
    }
}

@media (min-width: 971px) and (max-width: 1023px) {
    .cli-image--header-media .img-sized__img, .cli-image--header-media .img-sized__placeholder {
        margin: 0 auto
    }
}

@media (min-width: 1280px) {
    .entry__content:not(.highline) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.entry__content-and-right-rail-container {
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: Georgia, serif
}

@media (min-width: 1024px) {
    .entry__content-and-right-rail-container {
        max-width: 969px
    }
}

@media (min-width: 1280px) {
    .entry__content-and-right-rail-container {
        max-width: 1140px
    }
}

@media (min-width: 1280px) {
    .entry__content-and-right-rail-container {
        padding-right: 40px
    }
}

.entry__content-list-container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%
}

.entry__content-list img {
    display: block;
    margin: 0 auto
}

@media (min-width: 1024px) {
    .entry__content-list-container {
        max-width: 100%
    }
}

@media (min-width: 1280px) {
    .entry__content-list-container {
        padding-left: 16px;
        padding-right: 16px
    }
}

.entry__content-list {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    position: relative
}

.entry .share-bar--side {
    position: relative;
    left: 30px;
    bottom: -100px;
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .4s linear;
    transition: opacity .4s linear
}

.entry .share-bar--side .social-buttons {
    cursor: pointer
}

.entry .share-bar--side .social-buttons__icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    cursor: pointer
}

.entry .share-bar--side .social-buttons__icons__item:not(:first-child) {
    margin-top: 5px
}

.entry .share-bar--side .social-buttons__icons__item__svg-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #171d67;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.entry .share-bar--side .social-buttons__icons__item__svg-wrapper:hover {
    background: #171d67
}

.entry .share-bar--side .social-buttons__icons__item__svg-wrapper:hover svg g, .entry .share-bar--side .social-buttons__icons__item__svg-wrapper:hover svg path {
    fill: #fff
}

.entry .share-bar--side .social-buttons__icons__item svg {
    width: 20px;
    height: 20px;
    fill: #171d67
}

.entry__left-rail {
    display: none
}

@media (min-width: 1280px) {
    .entry__left-rail {
        display: block;
        width: 40px;
        height: inherit
    }
}

.entry__right-rail {
    display: none;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 300px;
    flex: 0 1 300px;
    width: 300px
}

@media (min-width: 1024px) {
    .entry__right-rail {
        display: block;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        position: relative
    }
}

.entry .cli {
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.entry .cli:first-child {
    margin-top: 0
}

.entry .cli:last-child {
    margin-bottom: 0
}

.entry__corrections {
    display: block;
    text-decoration: none;
    font-family: Montserrat, sans-serif;
    font-size: .6875rem;
    font-weight: 300;
    line-height: 1.27;
    color: #9b9b9b;
    margin-bottom: 10px
}

.entry__corrections:before {
    content: "";
    display: block;
    width: 30px;
    height: 6px;
    margin-bottom: 22px;
    margin-top: 16px;
    background-color: #f83371
}

.entry__tag, .entry__tags__more {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-size: .6875rem;
    line-height: 3.09;
    letter-spacing: .09375rem;
    text-transform: uppercase
}

.entry__tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.entry__tags__more {
    color: #f83371;
    margin-right: 25px
}

.entry__tag {
    display: block;
    color: #171d67;
    text-decoration: none;
    margin-right: 25px
}

.author-card__headshot:after {
    content: "";
    display: none;
    position: absolute;
    left: -100vw;
    height: 1px;
    width: 200vw;
    background-color: #c0c;
    z-index: -1
}

.entry__author-cards {
    overflow: hidden
}

.entry__author-cards-content-wrapper {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px
}

@media (min-width: 768px) {
    .entry__author-cards-content-wrapper {
        max-width: 710px
    }
}

@media (min-width: 1024px) {
    .entry__author-cards-content-wrapper {
        max-width: 969px
    }
}

@media (min-width: 1280px) {
    .entry__author-cards-content-wrapper {
        max-width: 1140px
    }
}

@media (min-width: 700px) {
    .entry__author-cards-content-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.author-card {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    text-align: center;
    padding: 0 30px 20px
}

.author-card:after {
    bottom: 0
}

.author-card:first-child {
    padding-top: 60px
}

.author-card__headshot:after, .author-card:last-child:after {
    display: block
}

@media (min-width: 700px) {
    .author-card {
        width: 350px;
        padding-top: 60px
    }

    .author-card .author-card__headshot:after, .author-card:after {
        display: block
    }
}

.author-card--no-social {
    padding-bottom: 45px
}

.author-card__headshot {
    margin: 0 auto 15px;
    position: relative;
    width: 60px;
    height: 60px
}

.author-card__headshot:after {
    top: 30px
}

.author-card__headshot-img {
    border-radius: 50%;
    border: 1px solid #c0c;
    overflow: hidden;
    margin: auto
}

.author-card__name {
    color: #c0c;
    font-family: Montserrat, sans-serif;
    font-size: .875rem;
    font-weight: 700;
    line-height: 1.57
}

.author-card__name a {
    color: inherit;
    text-decoration: inherit
}

.author-card__mini-bio {
    font-family: Montserrat, sans-serif;
    font-size: .875rem;
    font-weight: 300;
    line-height: 1.57
}

.author-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.cli-text, .entry__corrections, .entry__tags {
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
    padding: 0 30px
}

@media (min-width: 768px) {
    .cli-text, .entry__corrections, .entry__tags, .standard .cli-image:not(.cli-image--header-media) {
        margin-left: auto;
        margin-right: auto;
        max-width: 588px;
        padding: 0 90px
    }
}

@media (min-width: 1024px) {
    .cli-text, .entry__corrections, .entry__tags, .standard .cli-image:not(.cli-image--header-media) {
        max-width: none;
        padding: 0
    }
}

.modal {
    display: none
}

.cli-text a {
    color: #0d0eca;
    text-decoration: underline;
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease
}

.cli-text a:hover {
    background-color: #d1f9ff;
    text-decoration: none
}

.cli-text strong {
    font-weight: 700
}

.cli-text em {
    font-style: italic
}

.trc_user_exclude_btn {
    background: url("libtrc/static/thumbnails/f539211219b796ffbb49949997c764f0.png") no-repeat scroll 0 0 transparent;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 2px;
    top: 2px;
    z-index: 9000;
    cursor: pointer;
    visibility: hidden;
}

html {
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

body {
    background: #fff;
    color: #1c1e21;
    direction: ltr;
    line-height: 1.34;
    margin: 0;
    padding: 0;
    unicode-bidi: embed
}

body, button, input {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px
}

h1, h2, h3 {
    color: #1c1e21;
    font-size: 13px;
    font-weight: 600;
    margin: 0;
    padding: 0
}

h1 {
    font-size: 14px
}

p {
    margin: 16px 0
}

strong {
    font-weight: 600
}

a {
    color: #385898;
    cursor: pointer;
    text-decoration: none
}

button {
    margin: 0
}

a:hover {
    text-decoration: underline
}

img {
    border: 0
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

body {
    position: relative
}

.site-footer.life {
    background-color: #171d67
}

.site-footer__wrapper {
    max-width: 1280px;
    padding: 0 20px;
    margin: auto
}

@media (min-width: 1280px) {
    .site-footer__wrapper {
        padding: 0 15px
    }
}

.site-footer__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 45px;
    border-bottom: 1px solid hsla(0, 0%, 100%, .1)
}

@media (min-width: 768px) {
    .site-footer__content {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        padding-bottom: 38px
    }
}

@media (max-width: 767px) {
    .site-footer__logo {
        -ms-flex-item-align: start;
        align-self: flex-start
    }
}

@media (min-width: 1280px) {
    .site-footer__logo {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 176px;
        flex: 0 0 176px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch
    }
}

.site-footer__logo__svg {
    max-width: 176px
}

.site-footer__logo__svg.large {
    width: 100%
}

.site-footer__logo__svg.small {
    display: none;
    height: 28px;
    margin: 18px 8px 8px 0
}

.site-footer__logo__svg.small .st0 {
    fill: #0dbe98
}

@media (min-width: 768px) and (max-width: 1280px) {
    .site-footer__logo__svg.large {
        display: none
    }

    .site-footer__logo__svg.small {
        display: unset
    }
}

.site-footer__logo .st2 {
    fill: #fff
}

.site-footer__logo .st3 {
    fill: #0dbe98
}

.site-footer__links {
    -webkit-box-flex: 3;
    -ms-flex-positive: 3;
    flex-grow: 3;
    margin: 15px 0 0 30px;
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 12px
}

@media (max-width: 767px) {
    .site-footer__links {
        border-bottom: 1px solid hsla(0, 0%, 100%, .1)
    }
}

.site-footer__links.sections {
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    height: 120px
}

@media (max-width: 767px) {
    .site-footer__links.sections {
        height: auto;
        display: -ms-grid;
        display: grid;
        gap: 0 8px;
        -ms-grid-columns: 50% 50%;
        grid-template-columns: 50% 50%
    }
}

.site-footer__links.corp-links {
    opacity: .8;
    height: 140px
}

@media (max-width: 767px) {
    .site-footer__links.corp-links {
        height: auto;
        display: -ms-grid;
        display: grid;
        gap: 0 8px;
        -ms-grid-columns: 50% 50%;
        grid-template-columns: 50% 50%
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .site-footer__links {
        font-size: 10px
    }
}

@media (max-width: 767px) {
    .site-footer__links {
        width: 100%;
        margin: 15px 0 0
    }
}

.site-footer__link {
    text-decoration: none;
    text-transform: uppercase;
    margin-bottom: 15px
}

@media (max-width: 767px) {
    .site-footer__link {
        word-break: break-word
    }
}

.site-footer__link:hover {
    color: #0dbe98
}

.site-footer__section {
    color: #fff;
    font-family: Montserrat, sans-serif;
    letter-spacing: .43px;
    font-weight: 700
}

.site-footer__corp-link {
    font-family: ProximaNova;
    color: #e5e5e5;
    letter-spacing: .38px;
    min-width: 140px;
    padding-right: 5px
}

.site-footer__branding {
    width: 100%;
    opacity: .8;
    font-family: ProximaNova;
    font-size: 13px;
    color: #e5e5e5;
    padding: 10px 0;
    border-top: 1px solid #e5e5e5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width: 1279px) {
    .site-footer__branding {
        padding-bottom: 15px
    }
}

.modal {
    z-index: 5000006;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(106, 87, 255, .85)
}

.modal__inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #fff;
    -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, .5);
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, .5);
    padding: 25px 15px;
    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;
    width: calc(100% - 30px)
}

@media (min-width: 768px) {
    .modal__inner {
        width: 736px;
        padding: 25px 50px
    }
}

.modal__close {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 25px;
    line-height: 15px;
    cursor: pointer
}

@media (min-width: 768px) {
    .modal__close {
        top: 15px;
        right: 15px
    }
}

.modal__title {
    font-size: 16px;
    color: #f83371;
    letter-spacing: 1.6px;
    margin-bottom: 25px
}

.modal__subtitle, .modal__title {
    font-family: Montserrat, sans-serif;
    font-weight: 700
}

.modal__subtitle {
    font-size: 18px;
    line-height: 1.33;
    margin-bottom: 15px;
    text-align: center
}

._51xa ._4jy1 + .uiPopover > ._4jy1:not(:focus):after {
    background-color: #f5f6f7;
    bottom: -1px;
    content: '';
    display: block;
    left: -1px;
    position: absolute;
    top: -1px;
    width: 1px
}

._1tp7:not(:focus) {
    border: 1px solid #fa3e3e
}

.btn {
    width: 100%;
    background-color: #171d67;
    color: #fff;
    text-align: center;
    padding: 15px;
    font-weight: 700;
    font-size: 24px;
    -webkit-transition: .3s;
    transition: .3s;
}

.btn:hover {
    background-color: #2c338c;
}

.comments {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 16px;
    max-width: 100%;
}

.media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.media + .media {
    margin-top: 20px;
}

.media-left {
    min-width: 50px;
    width: 50px;
    height: 50px;
    margin-right: 10px;
    overflow: hidden;
}

.media-list {
    padding-left: 0;
    margin-bottom: 40px;
}

.media-left img {
    max-width: 100%;
}

.panel-heading {
    background-color: #171d67;
    padding: 5px 10px;
}

.media-body {
    border: 1px solid #171d67;
}

.panel-body {
    padding: 5px 10px;
}

.media-body .author {
    display: block;
    font-size: 1rem;
    color: #fff;
    font-weight: 700;
    line-height: 1.2;
}

.media-body .metadata {
    display: block;
    color: #fff;
    font-size: .8125rem;
    line-height: 1.2;
}

.title-comments {
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.5rem;
    color: rgba(0, 0, 0, .87);
    margin-bottom: 1rem;
    padding-bottom: .25rem;
    border-bottom: 1px solid rgba(34, 36, 38, .15);
}

.media-left img {
    width: 50px;
}

.media {
    margin-top: 0px;
}

.media__img {
    margin-top: 10px;
    margin-bottom: 10px;
}

.media__img img {
    max-width: 100%;
}

.order-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -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;
}

.order-form h2 {
    text-align: center;
    display: block;
    max-width: 390px;
    width: 100%;
    font-size: 20px;
}

.order-form p {
    margin: 0;
    max-width: 390px;
    width: 100%;
    font-size: 15px;
    margin-bottom: 10px;
}

select, input, .order-formBtn {
    max-width: 390px;
    width: 100%;
    display: block;
    margin: 0px 0 20px;
    border: 1px solid #808080;
    border-radius: 40px;
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 15px;
}

.order-formBtn {
    background: -webkit-gradient(linear, left top, right top, from(#43c947), to(#1ddad1));
    background: linear-gradient(to right, #43c947, #1ddad1);
    color: #ffffff;
    text-transform: uppercase;
    border: none;
    text-align: center;
    display: block;
    margin: 40px auto 0
}

.counter-minutes,
.counter-seconds {
    color: #f83371;
    text-decoration: none;
}


@import "https://fonts.googleapis.com/css?family=Roboto:400,500,700&display=swap&subset=cyrillic,cyrillic-ext,latin-ext";
body {
    margin: 0
}

.ryle {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 830px;
    height: 100vh;
    background-color: #9dc979;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    font-family: 'Roboto', sans-serif;
    -webkit-transition: .6s ease-in;
    transition: .6s ease-in
}

.ryle_active {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.ryle__close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s
}

.ryle__close:hover {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.ryle__close:hover span {
    background-color: #000
}

.ryle__close span {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff
}

.ryle__close span:first-child {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.ryle__close span:last-child {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.ryle__box {
    position: relative;
    margin-left: -359px;
    width: 718px;
    height: 718px
}

.ryle__media {
    width: 100%;
    height: 100%;
    position: relative;
    background-image: url(2 ЕС Dietonus прелэнд (похудение Полина/index.html)/bg.png);
background-repeat: no-repeat;
-webkit-transition: 5s -webkit-transform;
transition: 5s -webkit-transform;
transition: 5s transform;
transition: 5s transform, 5s -webkit-transform
}

.ryle__media_active {
    -webkit-transform: rotate(1290deg) scale(1);
    transform: rotate(1290deg) scale(1)
}

.ryle__item {
    position: absolute;
    top: 50%;
    left: 50%;
    padding-left: 40px;
    width: 100%;
    max-width: 300px;
    color: #fff;
    font-weight: 700;
    max-width: 176px;
    text-align: center;
    font-size: 22px
}

.ryle__item:nth-of-type(1) {
    -webkit-transform: rotate(-60deg) translate(143px, -98px);
    transform: rotate(-60deg) translate(143px, -98px)
}

.ryle__item:nth-of-type(2) {
    -webkit-transform: rotate(-30deg) translate(100px, -60px);
    transform: rotate(-30deg) translate(100px, -60px)
}

.ryle__item:nth-of-type(3) {
    -webkit-transform: rotate(0deg) translate(80px, -10px);
    transform: rotate(0deg) translate(80px, -10px)
}

.ryle__item:nth-of-type(4) {
    -webkit-transform: rotate(30deg) translate(90px, 45px);
    transform: rotate(30deg) translate(90px, 45px)
}

.ryle__item:nth-of-type(5) {
    -webkit-transform: rotate(60deg) translate(117px, 85px);
    transform: rotate(60deg) translate(117px, 85px)
}

.ryle__item:nth-of-type(6) {
    -webkit-transform: rotate(90deg) translate(169px, 109px);
    transform: rotate(90deg) translate(169px, 109px)
}

.ryle__item:nth-of-type(7) {
    -webkit-transform: rotate(120deg) translate(234px, 100px);
    transform: rotate(120deg) translate(234px, 100px)
}

.ryle__item:nth-of-type(8) {
    -webkit-transform: rotate(150deg) translate(277px, 63px);
    transform: rotate(150deg) translate(277px, 63px)
}

.ryle__item:nth-of-type(9) {
    -webkit-transform: rotate(180deg) translate(297px, 20px);
    transform: rotate(180deg) translate(297px, 20px)
}

.ryle__item:nth-of-type(10) {
    -webkit-transform: rotate(210deg) translate(287px, -47px);
    transform: rotate(210deg) translate(287px, -47px)
}

.ryle__item:nth-of-type(11) {
    -webkit-transform: rotate(240deg) translate(259px, -85px);
    transform: rotate(240deg) translate(259px, -85px)
}

.ryle__item:nth-of-type(12) {
    -webkit-transform: rotate(270deg) translate(207px, -108px);
    transform: rotate(270deg) translate(207px, -108px)
}

.ryle__arrow {
    position: absolute;
    top: 50%;
    margin-top: -40px;
    right: -80px;
    width: 160px;
    height: 80px;
    background-image: url(2 ЕС Dietonus прелэнд (похудение Полина/index.html)/arrow.png);
background-repeat: no-repeat;
background-size: cover
}

.ryle__info {
    margin: auto 50px auto auto;
    text-align: center
}

.ryle__title {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 24px;
    text-align: center;
    color: #111
}

.ryle__look {
    display: inline-block;
    padding: 15px 30px;
    background-color: #111;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s
}

.ryle__look:hover {
    background-color: #272727
}

.ryle__discount {
    visibility: hidden;
    margin-top: 20px;
    font-size: 22px;
    color: #fff
}

.ryle__discount_active {
    visibility: visible
}

@media (max-width: 1280px) {
    .ryle {
        width: 768px
    }
}

@media (max-width: 768px) {
    .ryle {
        width: 100vw;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        overflow-y: auto
    }

    .ryle__box {
        margin-left: -239px;
        min-width: 460px;
        min-height: 460px;
        width: 460px;
        height: 460px
    }

    .ryle__media {
        background-size: cover
    }

    .ryle__info {
        margin-right: 15px
    }

    .ryle__arrow {
        right: -62px;
        width: 100px;
        height: 50px
    }

    .ryle__item {
        font-weight: 400;
        font-size: 11px;
        padding-left: 15px;
        max-width: 129px
    }

    .ryle__item:nth-of-type(1) {
        -webkit-transform: rotate(-60deg) translate(93px, -67px);
        transform: rotate(-60deg) translate(93px, -67px)
    }

    .ryle__item:nth-of-type(2) {
        -webkit-transform: rotate(-30deg) translate(65px, -43px);
        transform: rotate(-30deg) translate(65px, -43px)
    }

    .ryle__item:nth-of-type(3) {
        -webkit-transform: rotate(0deg) translate(52px, -13px);
        transform: rotate(0deg) translate(52px, -13px)
    }

    .ryle__item:nth-of-type(4) {
        -webkit-transform: rotate(30deg) translate(59px, 31px);
        transform: rotate(30deg) translate(59px, 31px)
    }

    .ryle__item:nth-of-type(5) {
        -webkit-transform: rotate(60deg) translate(77px, 57px);
        transform: rotate(60deg) translate(77px, 57px)
    }

    .ryle__item:nth-of-type(6) {
        -webkit-transform: rotate(90deg) translate(110px, 73px);
        transform: rotate(90deg) translate(110px, 73px)
    }

    .ryle__item:nth-of-type(7) {
        -webkit-transform: rotate(120deg) translate(154px, 67px);
        transform: rotate(120deg) translate(154px, 67px)
    }

    .ryle__item:nth-of-type(8) {
        -webkit-transform: rotate(150deg) translate(182px, 41px);
        transform: rotate(150deg) translate(182px, 41px)
    }

    .ryle__item:nth-of-type(9) {
        -webkit-transform: rotate(180deg) translate(195px, 14px);
        transform: rotate(180deg) translate(195px, 14px)
    }

    .ryle__item:nth-of-type(10) {
        -webkit-transform: rotate(210deg) translate(189px, -30px);
        transform: rotate(210deg) translate(189px, -30px)
    }

    .ryle__item:nth-of-type(11) {
        -webkit-transform: rotate(240deg) translate(171px, -56px);
        transform: rotate(240deg) translate(171px, -56px)
    }

    .ryle__item:nth-of-type(12) {
        -webkit-transform: rotate(270deg) translate(137px, -73px);
        transform: rotate(270deg) translate(137px, -73px)
    }
}

@media (max-width: 480px) {
    .ryle__box {
        margin-left: -270px;
        margin-top: -120px
    }

    .ryle__title {
        font-size: 18px;
        margin-bottom: 10px
    }
}

.cli-image img.product {
    display: block;
    margin: 0 auto;
    max-width: 250px;
    width: 100%;
}

.media__textarea textarea {
   width: 100%;
   resize: none;
}

.media__btn {
   display: inline-block;
   padding: 5px 15px;
   background-color: #171d67;
   border-radius: 3px;
   color: #fff;
   cursor: pointer;
}

.media__info {
   display: none;
   padding: 5px 15px;
   background-color: #e3ffe3;
   border-radius: 3px;
}

.media__info_active {
   display: inline-block;
}

.main-lnk, .main-lnk:hover {
    text-decoration: none;
    color: inherit;
}