/* Minification failed. Returning unminified contents.
(642,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found ':'
(776,16): run-time error CSS1036: Expected expression, found ';'
(4642,9): run-time error CSS1062: Expected semicolon or closing curly-brace, found ':'
(4731,9): run-time error CSS1062: Expected semicolon or closing curly-brace, found ']'
 */
html, body, div, header, nav {
    margin: 0;
    padding: 0;
    font-family:  Open Sans, Helvetica Neue, Arial, "Noto Sans SC", sans-serif;
}

.NotWindows .WindowsOnly {
    display: none !important;
}

body.WindowsOnly .NotWindows {
    display: none;
}

body.NotWindows .WindowsOnly {
    display: none;
}

* {
    box-sizing: border-box;
}

img {
    padding: 0;
    margin: 0;
    outline: 0;
}

html {
    min-height: 100%;
    height: 100%;
    line-height: normal;
}

body {
    min-height: 100%;
    height: 100%;
    background: none !important;
}

.Blog__Post .Blog__Link, .Blog__Post a, a {
    font-size: 16px;
    font-weight: 400;
    color: #04679b;
    text-decoration: underline;
}

    .Blog__Post .Blog__Link:hover, .Blog__Post a:hover {
        opacity: 0.8;
    }

    a:hover {
        text-decoration: none;
    }

    .Blog__Post .Blog__Link:visited, .Blog__Post a:visited, /*a:visited, */ .BlogList a.title:visited {
        color: #7C369A;
    }

.Container {
    background-color: white;
    min-height: 100%;
    min-width: 1200px;
    height: 100%;
}

.Centerizer {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.Header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 73px;
    z-index: 1000;
    background: white;
    box-shadow: 0px 1px 0px 0.00px rgba(0, 0, 0, 0.33);
}

@media screen and (max-width: 1200px) {
    .Header {
        position: relative;
    }

    .Blog__TableOfContents {
        position: absolute !important;
    }
}

.Header__Container {
    padding: 0 5px;
}

.Header__Logo {
    margin-top: 24px;
    float: left;
}

.Header__LogoLink, .Footer__LogoLink {
    display: block;
    float: left;
}

.Header__LogoImage, .Footer__LogoImage {
    display: block;
}


.Header__Navigation {
    float: right;
}


.Navigation {
    margin-top: 41px;
}

.Navigation__Header {
    font-weight: 400;
    font-size: 13px;
    line-height: 13px;
    color: rgba(0, 0, 0, 0.55);
    padding: 0;
    margin: 0;
    margin-bottom: 4px;
    position: absolute;
    top: -18px;
}

.Navigation__Links {
}

.Navigation__Group {
    display: block;
    position: relative;
    float: left;
}

.clearfix:after {
    content: '';
    display: block;
    clear: both;
}

.UserActions__Language {
}

.Navigation__Group + .Navigation__Group {
    margin-left: 30px;
}

.Navigation__Group + .Navigation__Group_lessMargin {
    margin-left: 20px;
}

.Navigation__Link, .Navigation__Link:visited {
    color: #000000;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
    display: block;
    float: left;
    margin-top: 5px;
}

    .Navigation__Link:hover {
        color: #8ca9e8;
    }

    .Navigation__Link:active {
        color: #3c5b9b;
    }

    .Navigation__Link + .Navigation__Link {
        margin-left: 13px;
    }

.Centerizer_fullHeight {
    height: 100%;
}

.Content__Container {
    height: 100%;
    background-color: white;
    max-width: 1920px;
    margin: 0 auto;
    /*    padding: 0 5px;*/
    min-height: 100%;
}

.PromoBackground_productIcmizer, .PromoBackground_productIcmizer:after, .PromoBackground_productIcmizer:before {
    background-image: url(/awesome-images/promo/icmizer-background.png), url(/awesome-images/promo/promo-icmizer-background-2.png);
}

.Header__Actions {
    width: 250px;
    margin-left: 20px;
}

.UserActions {
    position: absolute;
    top: 8px;
    right: 5px;
}

.UserActions__Link, .UserActions__Link:visited {
    font-weight: 700;
    font-size: 12px;
    text-decoration: none;
    color: #000000;
    display: block;
    float: left;
}

.UserActions__UserLogin {
    margin-right: 15px;
}

.UserActions__UserLoginButton {
    margin-right: 8px;
}

.UserActions__Language + .UserActions__Language {
    margin-left: 5px;
}

.UserActions__Language_active, .UserActions__Language_active:visited {
    color: #3c5b9b;
}

.UserActions__SearchBox {
    position: relative;
    width: 117px;
    height: 22px;
    margin-left: 5px;
}

.UserActions__Search {
    width: 100%;
    height: 100%;
    border-radius: 3px;
    background-color: #fbfbfb;
    border: 1px solid #ccc;
}

.UserActions__SearchIcon {
    background: url(/awesome-images/search-icon.png);
    width: 15px;
    height: 15px;
    position: absolute;
    top: 4px;
    right: 3px;
}

.Navigation__ButtonLink, .Navigation__ButtonLink:visited {
    min-width: 117px;
    display: block;
    line-height: 26px;
    height: 26px;
    font-weight: 700;
    font-size: 13px;
    text-decoration: none;
    text-align: center;
    border-radius: 2px;
    margin-top: -2px;
    padding: 0px 10px;
    color: rgba(255, 255, 255, 0.85);
}

.Navigation__ButtonLink_green {
    background: #8ecf38;
    background: -webkit-linear-gradient(90deg, #6cad16 0%, #82c42a 100%);
    background: linear-gradient(0deg, #6cad16 0%, #82c42a 100%);
    box-shadow: 1px 2px 2px 0.00px rgba(0, 0, 0, 0.36);
}

    .Navigation__ButtonLink_green:hover {
        background: #a4e64c;
        background: -webkit-linear-gradient(90deg, #8ecf38 0%, #a4e64c 100%);
        background: linear-gradient(0deg, #8ecf38 0%, #a4e64c 100%);
    }

    .Navigation__ButtonLink_green:active {
        background: #6cad16;
        background: -webkit-linear-gradient(90deg, #6cad16 0%, #82c42a 100%);
        background: linear-gradient(0deg, #6cad16 0%, #82c42a 100%);
    }

.Navigation__ButtonLink_orange {
    background: rgb(240, 115, 17);
    background: -webkit-linear-gradient(0deg, rgb(234, 109, 11) 0%, rgb(227, 170, 42) 100%);
    background: linear-gradient(0deg, rgb(234, 109, 11) 0%, rgb(227, 170, 42) 100%);
    box-shadow: 1px 2px 2px 0.00px rgba(0, 0, 0, 0.36);
}

    .Navigation__ButtonLink_orange:hover {
        opacity: 0.7;
    }

    .Navigation__ButtonLink_orange:active {
        opacity: 0.9;
    }


.VideoPreview {
    max-width: 1920px;
    height: 563px;
    margin: 0 auto;
    -moz-transition: opacity 200ms ease-in;
    -ms-transition: opacity 200ms ease-in;
    -webkit-transition: opacity 200ms ease-in;
    transition: opacity 200ms ease-in;
    z-index: 1;
    position: relative;
    opacity: 1;
}

.VideoPreview_hide {
    position: absolute;
    opacity: 0;
    z-index: 0;
}

.VideoPreview_block {
    display: none;
    background: black;
    text-align: center;
}

.VideoPreview__VideoBlock {
    margin: 0 auto;
}

.VideoPreview_flex {
    background: url(/awesome-images/video-preview.png) center no-repeat;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: white;
    text-align: center;
    padding-top: 130px;
}

.VideoPreview__Play {
    background: url(/awesome-images/play-button.png) no-repeat;
    width: 90px;
    height: 90px;
    cursor: pointer;
    -webkit-transition: opacity 100ms ease-in;
    transition: opacity 100ms ease-in;
    display: inline-block;
}

    .VideoPreview__Play:hover {
        opacity: 0.7;
    }



.VideoPreview__Product {
    background: url(/awesome-images/ProductLogo.png) no-repeat;
    width: 351px;
    height: 92px;
    margin-top: 28px;
    margin: 0 auto;
}

.VideoPreview__Text {
    font-size: 24px;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 65px;
    color: white;
    color: rgba(255, 255, 255, 0.85);
    max-width: 894px;
    text-align: center;
}

.CallToActionPan {
    max-width: 1920px;
    background: url(/awesome-images/plan-action.png) top center no-repeat;
    height: 120px;
    margin: 0 auto;
    margin-top: -1px;
    margin-bottom: 25px;
}

.CallToActionPan__Text {
    color: #000000;
    font-weight: 600;
    font-size: 22px;
    text-align: center;
    line-height: 50px;
    letter-spacing: 1px;
}

.CallToActionPan__Button {
    display: block;
    margin: 0 auto;
    width: 275px;
    height: 53px;
    margin-top: 13px;
    -webkit-transform: translateX(-3.5px);
    -ms-transform: translateX(-3.5px);
    transform: translateX(-3.5px);
    background: url(/awesome-images/calltoactionbutton.png) no-repeat;
    line-height: 200%;
    text-decoration: none;
    color: #412a06 !important;
    font-size: 24px;
    text-align: center;
    font-weight: 700;
}

    .CallToActionPan__Button:after {
        background: url(/awesome-images/calltoactionbutton_hover.png);
        content: '';
        display: block;
        position: absolute;
        top: -1000000px;
        width: 0;
        height: 0;
    }

    .CallToActionPan__Button:before {
        background: url(/awesome-images/calltoactionbutton_active.png);
        content: '';
        display: block;
        position: absolute;
        top: -1000000px;
        width: 0;
        height: 0;
    }


    .CallToActionPan__Button:focus:not(:active) {
        outline: 1px solid lightblue;
    }

    .CallToActionPan__Button:hover {
        background-image: url(/awesome-images/calltoactionbutton_hover.png);
    }

    .CallToActionPan__Button:active {
        background-image: url(/awesome-images/calltoactionbutton_active.png);
    }

.SubscribeWidget {
    max-width: 1200px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    background-color: #A0D9DF;
    padding: 17px 34px;
    margin-bottom: 25px;
    display: none;
}

.SubscribeWidget__Text {
    width: 531px;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    padding-right: 50px;
}

.SubscribeWidget__Input {
    width: 360px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 52px;
    line-height: 52px;
}

.SubscribeWidget__Submit {
    width: 275px;
    height: 52px;
    line-height: 48px;
    margin-left: 12px;
    font-size: 24px;
    font-weight: 700;
}

.SubscribeWidget__TextTitle {
    color: #000000;
    font-weight: 600;
    font-size: 26px;
}

.SubscribeWidget__TextSimple {
    color: #000000;
    font-weight: 600;
    font-size: 18px;
}

.Products__Title {
    background: rgb(34, 34, 35);
    max-width: 1920px;
    margin: 0 auto;
    line-height: 85px;
    height: 85px;
    vertical-align: middle;
}

.Products__TitleCenterizer {
    color: #ffffff;
    font-size: 46px;
    text-transform: uppercase;
    max-width: 1120px;
    margin: 0 auto;
}

.Product {
    border-bottom: 1px solid rgb(208, 208, 208);
}

    .Product:last-of-type {
        border-bottom: 0;
    }

    .Product .Product__Image > img {
        display: block;
    }

.Product__Logo_Icmizer {
    background-image: url(/awesome-images/icmizer2logo.png);
    width: 274px;
    height: 61px;
}

.Product__Logo {
    background-repeat: no-repeat;
}

.Product__Description {
    color: #010102;
    font-size: 18px;
    padding: 15px 0;
    width: 300px;
}

.Product__KnowMoreButton, .Product__KnowMoreButton:visited {
    display: block;
    width: 275px;
    height: 53px;
    line-height: 53px;
    text-align: center;
    color: white;
    font-weight: 600;
    font-size: 22px;
    background-color: rgb(39, 39, 39);
    background: -webkit-linear-gradient(90deg, rgb(39, 39, 39) 0%, rgb(58, 58, 58) 100%);
    background: linear-gradient(0deg, rgb(39, 39, 39) 0%, rgb(58, 58, 58) 100%);
    text-decoration: none;
}

    .Product__KnowMoreButton:hover {
        background: rgb(58, 58, 58);
    }

    .Product__KnowMoreButton:active {
        background: rgb(39, 39, 39);
    }

.Product__Wrapper {
    max-width: 980px;
    margin: 0 auto;
    padding: 25px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.Product__Logo_SNG {
    background: url(/awesome-images/sngcoachlogo.png);
    width: 307px;
    height: 81px;
}

.Products {
    max-width: 1920px;
    margin: 0 auto;
}

.Product__Logo_Replayer {
    background: url(/awesome-images/replayerproductlogo.png) no-repeat;
    width: 262px;
    height: 75px;
}

.ICMCalculator {
    background: rgb(241, 241, 241);
    padding-bottom: 29px;
    position: relative;
}

.ICMCalculator__Delimiter {
    background: white;
    background-image: url(/awesome-images/plus.png);
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 100%;
    width: 52px;
    height: 52px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    box-shadow: 0px -2px 2px white, -2px -2px 2px white, 2px -2px 2px white, 0px 2px 2px rgba(0, 0, 0, 0.2);
}

.ICMCalculator__Content {
    padding-top: 80px;
    :;
    text-align: center;
}

    .ICMCalculator__Content img {
        display: inline-block;
        margin: 0 auto;
        float: inherit;
    }


.ICMCalculator__Platforms {
    margin-top: 23px;
    width: 334px;
    margin: 0 auto;
    position: relative;
}

.ICMCalculator__goTo, .ICMCalculator__goTo:visited {
    display: inline-block;
    text-decoration: none;
    color: white;
    width: 275px;
    height: 53px;
    line-height: 52px;
    background: -webkit-linear-gradient(90deg, rgb(39, 39, 39) 0%, rgb(58, 58, 58) 100%);
    background: linear-gradient(0deg, rgb(39, 39, 39) 0%, rgb(58, 58, 58) 100%);
    text-align: center;
    margin-top: 43px;
    font-weight: 700;
    font-size: 22px;
}

    .ICMCalculator__goTo:hover {
        background: rgb(58, 58, 58);
    }

    .ICMCalculator__goTo:active {
        background: rgb(39, 39, 39);
    }

.Products__Title_blog {
    background: rgb(0, 154, 198);
}


.BlogPreview__Posts {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 1165px;
    padding: 21px 0;
}

.BlogPreview__PostParagraph {
    text-indent: 10px;
}

.BlogPreview__PostHeading a, .BlogPreview__PostHeading a:visited {
    color: black;
    text-decoration: none;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
}

    .BlogPreview__PostHeading a:hover {
        opacity: 0.8;
    }

.BlogPreview__TextContent {
    padding: 0 10px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.BlogPreview__PostLink {
    margin: 0 auto;
    width: 275px;
    height: 53px;
    line-height: 52px;
    display: block;
    text-align: center;
    text-decoration: none;
    background-color: rgb(11, 138, 179);
    background-image: url(/awesome-images/blog-arrows.png);
    background-image: url(/awesome-images/blog-arrows.png), -webkit-linear-gradient(90deg, rgb(11, 138, 179) 0%, rgb(16, 153, 198) 100%);
    background-image: url(/awesome-images/blog-arrows.png), linear-gradient(0deg, rgb(11, 138, 179) 0%, rgb(16, 153, 198) 100%);
    background-position: calc(100% - 27px) center, 0 0;
    background-repeat: no-repeat;
    color: #ffffff !important;
    box-shadow: 1px 2px 2px 0.00px rgba(0, 0, 0, 0.36);
    font-size: 24px;
    font-weight: 600;
    padding-right: 25px;
    vertical-align: middle;
}

.Product__Wrapper:after {
    content: '';
    clear: both;
    display: block;
}

.Product__DescriptionBlock {
    float: left;
}

.Product__Image {
    float: left;
}

.BlogPreview__PostLink:hover {
    background-image: url(/awesome-images/blog-arrows.png);
    background-color: rgb(16, 153, 198);
}

.BlogPreview__PostLink:active {
    background-image: url(/awesome-images/blog-arrows.png);
    background-color: rgb(11, 138, 179);
}

.BlogPreview__PostLink:after {
    background:;
    content: "";
    display: inline-block;
    width: 23px;
    height: 27px;
    margin-top: -5px;
    vertical-align: middle;
}

.SignUpFirstStep {
    height: 578px;
    max-width: 1920px;
    margin: 0 auto;
    background: url(/awesome-images/SignUpBackground.png) no-repeat center top;
}

.SignUpFirstStep__Monitor {
    background-repeat: no-repeat;
    background-image: url(/awesome-images/tele-logo.png), url(/awesome-images/monitor.png);
    width: 457px;
    height: 348px;
    position: absolute;
    bottom: -20px;
    right: 0;
    z-index: 10;
    background-position: 19px 20px, 0, 0;
}

.SignUpFirstStep__Form {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    height: 157px;
    bottom: 82px;
    background: rgba(0, 0, 0, 0.5);
}

.SignUpFirstStep__FormContainer {
    width: 663px;
    margin-left: 48px;
    margin-top: 19px;
}

.SignUpFirstStep__Label {
    color: white;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 600;
    font-size: 18px;
    display: block;
}



.SignUpFirstStep__EmailInput {
    width: 403px;
    height: 42px;
    line-height: 42px;
    font-size: 18px;
    margin-right: 27px;
    border-radius: 3px;
    padding: 0px 10px;
    border: 0;
    outline: 0;
    box-shadow: 0px 0px 3px 0px black inset;
}

.SignUpFirstStep__Submit {
    width: 205px;
    height: 42px;
    margin: 0;
    vertical-align: top;
    background: rgb(111, 175, 25);
    background: -webkit-linear-gradient(90deg, rgb(111, 175, 25) 0%, rgb(128, 194, 41) 100%);
    background: linear-gradient(0deg, rgb(111, 175, 25) 0%, rgb(128, 194, 41) 100%);
    border: 0;
    color: white;
    font-size: 20px;
    border-left: 1px solid rgb(143, 212, 74);
    border-top: 1px solid rgb(143, 212, 74);
    border-radius: 2px;
    box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.25);
}

    .SignUpFirstStep__Submit:focus {
        outline: 0;
    }

    .SignUpFirstStep__Submit:hover {
        box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.25);
        background: rgb(144, 223, 39);
        background: -webkit-linear-gradient(90deg, rgb(144, 223, 39) 0%, rgb(137, 221, 23) 100%);
        background: linear-gradient(0deg, rgb(144, 223, 39) 0%, rgb(137, 221, 23) 100%);
    }

    .SignUpFirstStep__Submit:active {
        box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.25);
        background: rgb(88, 140, 18);
        background: -webkit-linear-gradient(90deg, rgb(88, 140, 18) 0%, rgb(93, 147, 22) 100%);
        background: linear-gradient(0deg, rgb(88, 140, 18) 0%, rgb(93, 147, 22) 100%);
        box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.25) inset, 2px 2px 2px 0px rgba(0, 0, 0, 0.25);
        border-left: 0;
        border-top: 0;
        outline: 0;
    }

.SignUpFirstStep__Inputs {
    vertical-align: top;
    margin-top: 6px;
    margin-bottom: 6px;
}

.SignUpFirstStep__Conditions {
    color: white;
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
}

.SignUpFirstStep__ConditionsLink {
    color: #7bbefc;
    text-decoration: none;
}

.SignUpFirstStep__AgendaHeader {
    color: #ffffff;
    font-weight: 400;
    margin: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: reforma_groteskdemi, "Noto Sans SC", sans-serif;
    font-size: 45px;
    margin-top: 35px;
}

.SignUpFirstStep__Agenda {
    padding-left: 49px;
}

.SignUpFirstStep__AgendaList {
    margin: 0;
    padding: 0;
    list-style-position: inside;
}

    .SignUpFirstStep__AgendaList > li {
        list-style: none;
        background: url(/awesome-images/agenda-list-image.png) no-repeat;
        background-position: 3px 6px;
        padding-left: 33px;
        font-size: 22px;
        font-weight: 600;
        color: #ffffff;
        margin-bottom: 15px;
    }



.Promo {
    height: 100%;
    width: 1141px;
    padding-top: 23px;
    margin: 0 auto;
}

.Promo__Logo {
    margin-top: 12px;
}

    .Promo__Logo > img {
        display: block;
    }



.Promo__DescriptionBlock {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 53px;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

    .Promo__DescriptionBlock:last-of-type {
        margin-bottom: 100px;
    }

.Promo__TitleDescriptionText {
    width: 340px;
    float: left;
}

.Promo__DescriptionText {
    width: 340px;
    padding: 20px;
    background: white;
    float: left;
}

.Promo__Screenshot {
    padding: 10px 12px;
    background: white;
    float: right;
}

.Promo__Description {
    color: #ffffff;
    font-weight: 400;
    font-size: 23px;
    padding: 0;
    margin-top: 15px;
    margin-bottom: 19px;
}

.Promo__ButtonWrapper {
    width: 281px;
    background: white;
    padding: 3px 4px 3px 3px;
    border-radius: 4px;
    margin: 0 auto;
}


.Promo__Button, .Promo__Button:visited {
    background: rgb(227, 124, 11);
    background: -webkit-linear-gradient(90deg, rgb(247, 144, 11) 0%, rgb(228, 174, 46) 100%);
    background: linear-gradient(0deg, rgb(247, 144, 11) 0%, rgb(228, 174, 46) 100%);
    color: #412a06 !important;
    font-weight: 700;
    font-size: 23px;
    text-decoration: none;
    height: 47px;
    line-height: 42px;
    text-align: center;
    display: block;
    box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.16);
    border-top: 1px solid rgb(239, 198, 89);
    border-left: 1px solid rgb(239, 198, 89);
    border-radius: 2px;
}

    .Promo__Button:hover {
        background: -webkit-linear-gradient(90deg, rgba(255, 205, 4, 1) 0%, rgba(228, 192, 46, 1) 100%);
        background: linear-gradient(0deg, rgba(255, 205, 4, 1) 0%, rgba(228, 192, 46, 1) 100%);
        box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.36);
    }

    .Promo__Button:active {
        background: -webkit-linear-gradient(90deg, rgba(213, 125, 8, 1) 0%, rgba(245, 147, 14, 1) 100%);
        background: linear-gradient(0deg, rgba(213, 125, 8, 1) 0%, rgba(245, 147, 14, 1) 100%);
        box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.36);
    }

.Promo__Description_dark {
    color: #33363f;
    font-size: 15px;
}

.Promo__Heading {
    margin-top: 12px;
    padding: 0;
    color: #1799b6;
    font-weight: 700;
    font-size: 21px;
    text-transform: uppercase;
    background: white;
    padding: 0 5px 0 0;
}

.PromoBackground_productReplayer, .PromoBackground_productReplayer:after, .PromoBackground_productReplayer:before {
    background-image: url(/awesome-images/promo/replayer-background.png), url(/awesome-images/promo/promo-replayer-background-2.png);
}

.PromoBackground {
    background-repeat: no-repeat, repeat-y;
    background-position: top center, center 547px;
    position: relative;
}

/**
.PromoBackground:after, .PromoBackground:before {
    display: block;
    content: "";
    top: 0;
    width: 1920px;
    height: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    position: absolute;
    -webkit-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
            transform: scaleX(-1);
}

.PromoBackground:after {
    right: -1917px;
}

.PromoBackground:before {
    left: -1920px;
}
    */

.Promo__Heading_colorGreen {
    color: #008700;
}

.PromoBackground_productCoach {
    background-image: url(/awesome-images/promo/coach-background.png), url(/awesome-images/promo/promo-coach-background-2.png);
}

    .PromoBackground_productCoach:after, .PromoBackground_productCoach:before {
        background-image: url(/awesome-images/promo/coach-background.png);
    }



.Promo__Heading_colorPurple {
    color: rgb(152, 68, 213);
}

.Blog {
    padding: 23px 90px 23px 10px;
    position: relative;
}

.Blog__Links {
    width: 325px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.Blog__TableOfContents {
    border-left: 4px solid rgb(0, 97, 170);
    padding: 10px 23px;
    position: absolute;
    width: 325px;
    display: none;
}

.Blog__TableOfContentsList {
    padding: 0;
    padding-left: 20px;
    margin: 0;
}

.Blog__TableOfContentsHeading {
    font-size: 18px;
    padding: 0;
    margin: 0;
    margin-bottom: 15px;
}

.Blog__TableOfContentsListItem, .Blog__TableOfContentsListItemLink {
    color: #8d8d8d;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
}

    .Blog__TableOfContentsListItemLink:hover, .Blog__TableOfContentsListItemLink_active {
        color: #4865a1;
    }

    .Blog__TableOfContentsListItem + .Blog__TableOfContentsListItem {
        margin-top: 10px;
    }



.Blog__LinksHeader {
    font-size: 18px;
    padding: 0;
    margin: 0;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.Blog__Popular {
    margin-top: 28px;
}

.Blog__LinkWrapper + .Blog__LinkWrapper {
    margin-top: 17px;
}

.Blog__Link {
    color: #04679b;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
}

    .Blog__Link:hover {
        opacity: 0.8;
    }

    .Blog__Link:visited {
        color: #3c5b9b;
    }

.Breadcrumbs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin: 0;
    padding-top: 5px;
}

.Breadcrumbs__Breadcrumb {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .Breadcrumbs__Breadcrumb + .Breadcrumbs__Breadcrumb {
        padding-left: 20px;
        position: relative;
    }

        .Breadcrumbs__Breadcrumb + .Breadcrumbs__Breadcrumb:before {
            content: ">";
            color: #919090;
            display: block;
            position: absolute;
            left: 7px;
            font-weight: 700;
            top: 4px;
            font-size: 12px;
        }

.Blog__Post {
    padding-left: 385px;
}

.Breadcrumbs__Link {
    color: #919090;
    font-weight: 600;
    font-size: 13px;
    text-decoration: none;
}

.Blog__Header {
    margin: 20px 0;
    font-size: 24px;
}

.Blog__PostMeta {
    color: #919090;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 21px;
}

.Blog__PostParagraph {
    color: #000000;
    font-weight: 400;
    font-size: 16px;
}

.Blog__AlertPanel {
    padding: 28px 28px;
    min-height: 115px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-left: 8px solid;
    margin-bottom: 24px;
    background: rgb(247, 249, 253);
    background-repeat: no-repeat;
    background-position: 18px center;
}

.Blog__AlertPanel_purple {
    border-left-color: rgb(54, 117, 216);
}

.Blog__AlertPanelText {
    color: #090909;
    font-weight: 600;
    font-size: 16px;
}

.Blog__AlertPanel_orange {
    border-left-color: rgb(255, 175, 84);
}

.Blog__AlertPanel__iconLamp {
    padding-left: 68px;
    background-image: url(/awesome-images/lamp.png);
}

.MobileMenuToggle {
    display: none;
}

.UserActions__CloseMenu {
    display: none;
}

.UserActions__LanguageLong {
    display: none;
}

.Content_PricingPage {
    background: #ecf0f5;
    width: 100% !important;
    padding: 20px 0 !important;
    margin: -20px auto -40px !important;
}

.PricingPage {
    max-width: 976px;
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    background: #ecf0f5;
}

.PricingPage__SpecialOfferBody {
    display: flex;
    align-items: center;
    background-color: #fff;
    min-height: 100px;
}

.PricingPage__SpecialOfferBody > div {
    width: 33%;
    text-align: center;
}

.PricingPage__SpecialOfferBody > div:last-child {
    width: 34%;
    margin-top: 5px;
}

.PricingPage__SpecialOffer {
    border: 1px #ffa800 solid;
}

.PricingPage__SpecialOfferHeader {
    background-color: #ffa800;
    color: #fff;
    font-family:  "Open Sans", "Noto Sans SC", sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-align: right;
    padding: 4px 10px 4px;
}

.PricingPage__Hr {
    width: 100%;
    height: 2px;
    box-sizing: border-box;
    border-top: 1px #b6bbc1 solid;
    border-bottom: 1px #ffffff solid;
    margin: 20px 0;
}

.PricingPage__ProductDesc_CoachPromo {
}

.PricingPage__BuyCoachHeader {
    font-family:  "Open Sans", "Noto Sans SC", sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

    .PricingPage__BuyCoachHeader div:first-child {
        letter-spacing: 0.43px;
        display: inline-block;
    }

    .PricingPage__BuyCoachHeader div:last-child {
        display: inline-block;
        color: #d000fc;
        text-transform: uppercase;
    }

.PricingPage__BuyCoachText {
    color: #000000;
    font-family:  "Open Sans", "Noto Sans SC", sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.35px;
}

.PricingPage__BuyCoachFooter {
    display: flex;
    margin-top: 10px;
    margin-bottom: 10px;
    justify-content: space-around;
    width: 240px;
}

    .PricingPage__BuyCoachFooter > a {
        max-width: 50%;
    }

    .PricingPage__BuyCoachFooter img {
        width: 130px;
        height: 53px;
        margin: -8px;
    }

.PricingPage__BuyNitroHeader {
    font-family:  "Open Sans", "Noto Sans SC", sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.PricingPage__BuyNitroHeader div:first-child {
    letter-spacing: 0.43px;
    display: inline-block;
}

.PricingPage__BuyNitroHeader div:last-child {
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    font-family: reforma_groteskdemi, "Noto Sans SC", sans-serif;
    font-size: 24px;
    font-weight: 400;
    width: 55px;
    height: 25px;
    border-radius: 2px;
    background-color: #ffa800;
    padding: 4px;
    margin-left: 5px;
    text-align: center;
    position: relative;
    bottom: -2px;
}

.PricingPage__RatePrice_Notice {
    color: #f40000;
    font-family:  "Open Sans", "Noto Sans SC", sans-serif;
    font-size: 16px;
    font-weight: 700;
}

.PricingPage__LogoText {
    text-transform: uppercase;
    font-family: reforma_groteskdemi, "Noto Sans SC", sans-serif;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 0.5px;
}

.PricingPage__LogoText > b {
    color: #9e43b1;
    font-weight: 400;
}

.PricingPage__Header {
    color: #000000;
    font-size: 17pt;
    font-weight: 400;
}

.PricingPage__BuyFree {
    border: 1px solid #35a000;
    background-color: #ffffff;
    margin-top: 25px;
    padding: 6px 16px 0;
}

.PricingPage__BuyFreeHeader {
    font-family: reforma_groteskdemi, "Noto Sans SC", sans-serif;
    background-color: #fff;
    height: 58px;
    color: #000;
    text-transform: uppercase;
    font-size: 50px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.PricingPage__Logo_Free {
    font-family: reforma_groteskdemi, "Noto Sans SC", sans-serif;
    color: #fff;
}

.PricingPage__Logo {
    display: inline;
    background-color: #75b61e;
    border-radius: 4px;
    font-size: 25px;
    line-height: 31px;
    font-weight: 400;
    padding: 0 6px;
    height: 31px;
    margin-left: 17px;
}

.PricingPage__BuyFreeBody {
    color: #039111;
    font-size: 16px;
    font-weight: 700;
}

.PricingPage__BuyFreeTeaser {
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: baseline;
    flex-grow: 1;
}

.PricingPage__BuyFreeTeaser_condensed {
    display: block;
}

.PricingPage__BuyFreeTeaser ul {
    display: flex;
    padding: 0;
    margin: 15px;
    margin-bottom: 0;
    white-space: nowrap;
    list-style-type: none;
}

.PricingPage__BuyFreeTeaser li {
    /*    display: inline;*/
    color: #000000;
    font-size: 17px;
    letter-spacing: 0.36px;
    font-weight: 400;
    position: relative;
    padding: 0;
    padding-right: 30px;
    margin: 0;
    white-space: nowrap;
    text-transform: none;
    margin-bottom: 20px;
}

.PricingPage__BuyFreeTeaser li:before {
    content: '';
    display: block;
    border-radius: 100%;
    background-color: #039111;
    position: absolute;
    top: 8px;
    left: -15px;
    width: 8px;
    height: 8px;
}

.PricingPage__CreateAccount {
    background-image: url(/awesome-images/pricing/createaccount.png);
    background-position: center;
    background-repeat: no-repeat;
    min-width: 252px;
    width: 252px;
    height: 55px;
    color: #ffffff !important;
    font-size: 22px;
    font-weight: 700;
    line-height: 50px;
    display: block;
    text-decoration: none;
    text-align: center;
    position: relative;
    top: -15px;
    white-space: nowrap
}

.PricingPage__CreateAccount:hover {
    background-image: url(/awesome-images/pricing/createaccount_hover.png);
}

.PricingPage__CreateAccount:active {
    background-image: url(/awesome-images/pricing/createaccount_active.png);
}

.PricingPage__Main {
    margin: 18px 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.PricingPage__ProductDescHeader {
    display: block;
    padding: 6px 0;
    background-repeat: no-repeat;
    background-position: center;
}

.PricingPage__ProductDescHeader img {
    border: 0;
    padding: 0;
    margin: 0;
}

.PricingPage__ProductsDesc {
    width: 275px;
    font-weight: 400;
    color: #000000;
    font-size: 14px;
    line-height: 18px;
    position: relative;
}

.PricingPage__ProductDescBody {
    margin: 17px 0;
}

.PricingPage__ProductDescFooter {
    text-align: right;
    margin-bottom: 20px;
}

.PricingPage__ProductDescFooter a {
    color: #0036ff;
    font-size: 14px;
    line-height: 18px;
    text-decoration: underline;
}

.PricingPage__Rates {
    width: 656px;
}

.PricingPage__RatesTableHeader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-left: -2px;
    margin-right: 2px;
}

.PricingPage__PeriodSelector {
    background-image: url(/awesome-images/pricing/tab.png);
    width: 202px;
    height: 56px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #5d5d5d !important;
    font-weight: 400;
    font-size: 16px;
    text-decoration: none;
}


.PricingPage__PeriodSelector_active {
    background-image: url(/awesome-images/pricing/tab-active.png);
    width: 257px;
    height: 73px;
    font-size: 24px;
    color: #000000 !important;
    padding-right: 3px;
}

.PricingPage__Economy {
    color: #ff9600;
    font-size: 14px;
    font-weight: 700;
}

.PricingPage__RatesTableSplitter {
    background-color: #fff;
    width: 100%;
    height: 10px;
}

.PricingPage__RatesTableContent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: center;
    align-content: center;
}

.PricingPage__RatesTableColumn {
    width: 324px;
    text-align: center;
    font-size: 19px;
}

.PricingPage__RatesTableColumnHeader {
    text-align: center;
    height: 47px;
    font-family: reforma_groteskdemi, "Noto Sans SC", sans-serif;
    font-size: 36px;
    line-height: 50px;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
}

.PricingPage__RatesTableColumnHeader_Pro {
    background-color: #9e43b1;
}

.PricingPage__RatesTableColumnHeader_Basic {
    background-color: #68697a;
}

.PricingPage__RatesTableColumnBody {
    height: 90px;
    padding: 12px 0 25px;
}

.PricingPage__RatesTableColumnContent {
    box-shadow: 0 0 5px rgba(11, 11, 11, 0.11);
    background-color: #fafbfc;
    padding-bottom: 10px;
}

.PricingPage__RateName {
    text-transform: uppercase;
}

.PricingPage__RatePrice {
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 22px;
    line-height: 33px;
}

.PricingPage__RatePrice_Old {
    font-weight: 400;
    color: #808080;
    padding: 0 5px;
    position: relative;
}

    .PricingPage__RatePrice_Old:before {
        content: '';
        position: absolute;
        left: 4px;
        right: 4px;
        top: 60%;
        border-bottom: 2px #808080 solid;
    }

.PricingPage__RatePrice_New {
    color: #f40000;
}

.PricingPage__RatePriceDesc {
    color: #808080;
    font-size: 18px;
    line-height: 35px;
    font-weight: 300;
    margin-top: -5px;
}

.PricingPage__VatNotice {
    font-size: 15px;
    display: block;
    margin-top: -10px;
}

.PricingPage__RateFeatures {
    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-pack: distribute;
    justify-content: space-around;
    height: 210px;
    text-align: left;
    background-color: #fff;
    box-shadow: inset 0 0 5px rgba(51, 48, 48, 0.21);
    padding-top: 12px;
    padding-bottom: 12px;
    margin-top: 40px;
    margin-left: -2px;
    margin-right: -2px;
    margin-bottom: 0;
}

.PricingPage__RateFeature {
    display: block;
    position: relative;
    margin-left: 26px;
}

.PricingPage__RateFeature ul {
    font-size: 13px;
    padding-inline-start: 17px;
    list-style: disc;
    max-width: 200px;
}

.PricingPage__RateFeature_Checked:before {
    position: absolute;
    content: '';
    display: block;
    background-image: url(/awesome-images/pricing/feature-checked.png);
    width: 16px;
    height: 11px;
    top: 8px;
    left: -32px;
}

.PricingPage__RateFeature_Unchecked:before {
    position: absolute;
    content: '';
    display: block;
    background-image: url(/awesome-images/pricing/feature-unchecked.png);
    width: 15px;
    height: 16px;
    top: 6px;
    left: -32px;
}

.PricingPage__PlanSubscribeButton {
    width: 300px;
    height: 62px;
    margin-bottom: 12px;
    font-size: 22px;
    line-height: 62px;
    font-weight: 700;
}

/*
.PricingPage__PlanSubscribeButton {
    background-image: url(/awesome-images/pricing/purchase-btn.png);
    background-position: center top;
    background-repeat: no-repeat;
    display: block;
    width: 315px;
    height: 77px;
    min-height: 77px;
    text-decoration: none;
    text-shadow: 1px 1px 0 #ffec4f;
    color: #3d1e0d !important;
    font-size: 22px;
    line-height: 65px;
    font-weight: 700;
    text-transform: uppercase;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.PricingPage__PlanSubscribeButton:hover {
    background-image: url(/awesome-images/pricing/purchase-btn-hover.png);
}

.PricingPage__PlanSubscribeButton:active {
    background-image: url(/awesome-images/pricing/purchase-btn-active.png);
}
*/

.PricingPage__Guarantee {
    margin: 9px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.PricingPage__GuaranteeText {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
    background-color: #dee1e6;
    border: 1px solid rgba(46, 46, 49, 0.15);
    border-right: 0;
    color: #000000;
    font-family: "Open Sans Condensed";
    font-size: 17px;
    font-weight: 300;
    line-height: 30px;
    height: 34px;
    width: 173px;
    position: relative;
}

    .PricingPage__GuaranteeText:before {
        content: '';
        position: absolute;
        background: #ecf0f5;
        top: 0;
        bottom: 0;
        right: 0;
        height: 31px;
        width: 15px;
        border: 1px solid rgba(46, 46, 49, 0.15);
        border-right-color: #ecf0f5;
        border-bottom-left-radius: 17px;
        border-top-left-radius: 17px;
        border-right: 0;
    }

.PricingPage__GuaranteeInfo {
    position: relative;
    height: 24px;
    width: 24px;
    margin-left: -10px;
    border: 1px solid rgba(46, 46, 49, 0.21);
    border-radius: 100%;
    background-color: #dee1e6;
    color: #545454;
    font-family:  Arial, "Noto Sans SC", sans-serif;
    font-size: 21px;
    font-weight: 700;
    text-transform: uppercase;
    margin-right: 5px;
    cursor: pointer;
}

.PricingPage__Note {
    color: #808080;
    font-family: "Open Sans Condensed";
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    padding-top: 9px;
}

.PricingPage__CoachQuestions {
    width: 976px;
    height: 114px;
    border: 1px solid #b120d0;
    background-color: #ffffff;
    margin: 8px 0;
    padding: 16px;
    padding-right: 26px;
    box-sizing: border-box;
    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;
}

.PricingPage__CoachQuestionsHeader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: reforma_groteskdemi, "Noto Sans SC", sans-serif;
    font-size: 35px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 350px;
    color: #a01dbc;
}

    .PricingPage__CoachQuestionsHeader img {
        margin-right: 10px;
        margin-left: -45px
    }

.PricingPage__CoachQuestionsPromo {
    padding-left: 45px;
}

.PricingPage__QuestionsButton {
    background-image: url(/awesome-images/pricing/questions-btn.png);
    background-repeat: no-repeat;
    width: 252px;
    height: 55px;
    display: block;
    text-shadow: 1px 1px 0 #ffec4f;
    color: #3d1e0d !important;
    font-size: 22px;
    line-height: 50px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center
}

.PricingPage__QuestionsButton:hover {
    background-image: url(/awesome-images/pricing/questions-btn-hover.png);
}

.PricingPage__QuestionsButton:active {
    background-image: url(/awesome-images/pricing/questions-btn-active.png);
}

.PricingPage__CoachQuestionsComment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 50px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.PricingPage__CoachQuestionsComment div:first-child {
    width: 449px;
}

.PricingPage__CoachQuestionsComment div:last-child {
    width: 422px;
}

.PricingPage__Warning {
    color: #ea2929;
    font-weight: 700;
}

.Purchase sup {
    display: inline-block;
    position: relative;
    top: 10%;
}

.PricingPage__GuaranteeInfoTooltip {
    display: none;
    color: #ffffff;
    text-align: left;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    border-radius: 6px;
    background-color: #000000;
    opacity: 0.8;
    position: absolute;
    z-index: 2;
    text-transform: none;
    width: 378px;
    padding: 18px 17px;
    top: 44px;
    right: -30px;
    -webkit-transition: .5s;
    transition: .5s;
}

.PricingPage__GuaranteeInfoTooltip:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    border-bottom: 14px solid black;
    border-right: 14px solid transparent;
    border-left: 14px solid transparent;
    right: 28px;
    top: -13px;
}

.PricingPage__GuaranteeInfo:hover .PricingPage__GuaranteeInfoTooltip {
    display: block;
}

.CoursePage__Heading {
    background: url(/awesome-images/course-heading-background.png);
    margin: 20px 0;
    padding: 0 34px;
    height: 79px;
    line-height: 76px;
    color: #ff8bff;
    text-shadow: 0px 0px 10px rgb(219, 101, 224);
}

.CoursePage__Videos {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.CoursePage__PlayVideo {
    background: url(/awesome-images/play-button.png) no-repeat;
    width: 90px;
    height: 90px;
    -webkit-transition: opacity 100ms ease-in;
    transition: opacity 100ms ease-in;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

    .CoursePage__PlayVideo:hover {
        opacity: 0.8;
    }

.CoursePage__MainVideo {
    position: relative;
    width: 853px;
    height: 479px;
}

.CoursePage__VideoList {
    margin-left: 6px;
    padding: 11px;
    height: 479px;
    background: rgb(229, 229, 229);
    overflow: hidden;
}

.CoursePage__VideoThumbnailHeading {
    background: url(/awesome-images/course-heading-background.png);
    margin: 0;
    padding: 0 34px;
    height: 40px;
    color: #ff8bff;
    text-shadow: 0px 0px 10px rgb(219, 101, 224);
    font-size: 11px;
    text-align: center;
    line-height: 14px;
    padding-top: 5px;
    background-size: contain;
}

.CoursePage__VideoThumbnail + .CoursePage__VideoThumbnail {
    margin-top: 6px;
}

.CoursePage__VideoThumbnailPreview img {
    display: block;
}

.CoursePage__Social {
    margin: 18px 0;
    height: 23px;
    background: black;
}

.CoursePage__SubscribeHeading {
    margin: 0;
    margin-bottom: 30px;
    color: #471e62;
    font-weight: 700;
    font-size: 28px;
}

.CoursePage__Subscribe {
    padding: 19px;
    background: rgb(233, 233, 233);
    margin-bottom: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 20px 0;
}

.CoursePage__SubscribeDescription {
    margin: 0;
    margin-top: 7px;
    color: #5e5e5e;
    font-size: 22px;
}

.CoursePage__SubscribeRight {
    text-align: center;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-top: 15px;
}

.CoursePage__SubscribeEmail {
    display: block;
}

.CoursePage__SubscribeInput {
    width: 402px;
    height: 33px;
    line-height: 33px;
    box-shadow: 0px 1px 0px 0.00px rgba(255, 255, 255, 0.86);
    border-radius: 3px;
    border: 1px solid lightgray;
    padding: 0 5px;
}

.CoursePage__SubscribeSubmit {
    margin-top: 23px;
    box-shadow: 2px 4px 5px 0.00px rgba(0, 0, 0, 0.24);
    height: 53px;
    width: 273px;
    background: -webkit-linear-gradient(90deg, #e3a52a 0%, #ead23e 100%);
    background: linear-gradient(0deg, #e3a52a 0%, #ead23e 100%);
    color: #2b2207;
    font-weight: 600;
    font-size: 20px;
    border-radius: 4px;
    border: 0;
}

.CoursePage__SubscribeSubmit:hover {
    background: -webkit-linear-gradient(90deg, #fbc733 0%, #fedf46 100%);
    background: linear-gradient(0deg, #fbc733 0%, #fedf46 100%);
}

.CoursePage__SubscribeSubmit:active {
    background: #eca220;
}

.PricingPage__PlanPriceLabelMonthly, .PricingPage__PlanPriceLabelMonthly * {
    font-family: reforma_groteskdemi, "Noto Sans SC", sans-serif;
}

.PricingPage__PlanTypeHeader_typeBasic {
}





#article-signup .SignUpFirstStep__Form {
    position: fixed;
    bottom: 0;
}


#article-signup .SignUpFirstStep__FormContainer {
    margin-left: auto;
    margin-right: auto;
}

.Footer {
    z-index: 10;
    position: relative;
}

.Blog__Header, .Blog__Post h1 {
    margin: 20px 0;
    font-size: 24px;
}

.Blog__Header_level2, .Blog__Post h2 {
    margin: 20px 0;
    font-size: 20px;
}

.Blog__Header_level3, .Blog__Post h3 {
    margin: 20px 0;
    font-size: 16px;
}

.Blog__PostMeta, .Blog__Post header .individual-article-header-h2 {
    color: #919090;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 21px;
}

.Blog__Post header .fb-like {
    margin-left: 10px;
}

.Blog__Post img {
    max-width: 100%;
    height: auto;
}

.Blog__SocialTop, .Blog__SocialBottom {
    margin-bottom: 14px;
    overflow: hidden;
}

.Blog__SocialTopItem {
    float: left;
    margin-right: 10px;
}

    .Blog__SocialTopItem:nth-of-type(1) {
        margin-top: 2px;
    }

.Blog__SocialRight .Blog__SocialTopItem {
    float: none;
}

    .Blog__SocialRight .Blog__SocialTopItem:nth-of-type(4) {
        margin-top: 6px;
    }

.Blog__SocialRight {
    position: fixed;
    opacity: 0;
    -webkit-transition: opacity 150ms;
    transition: opacity 150ms;
    top: 100px;
    left: 50%;
    margin-left: 520px;
}

@media (max-width: 1300px) {
    .Blog__SocialRight {
        display: none;
    }
}

.Blog__SocialRight_statusActive {
    opacity: 1;
}

.Blog__PostParagraph, .Blog__Post p {
    color: #000000;
    font-weight: 400;
    font-size: 16px;
}

.Blog__Post h2[id], .Blog__Post h3[id], .Blog__Post h1[id], .Blog__Post h4[id], .Blog__Post h5[id], .Blog__Post h6[id] {
    border-top: 70px solid white;
    margin-top: -70px;
    line-height: 1.5;
}

.BlogList header h1, .BlogList #article-breadcrumb {
    display: none;
}

.BlogList a.title {
    color: rgb(98, 132, 207);
    font-weight: 700;
    font-size: 24px;
    text-decoration: none;
}

    .BlogList a.title:visited {
        color: #7C369A;
    }

    .BlogList a.title:hover {
        opacity: 0.8;
    }

.BlogList .date {
    color: #919090;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 21px;
    margin-top: 21px;
    display: block;
}

.BlogList .article-div dd {
    margin: 0;
}

.BlogList .article-div-outer {
    padding: 31px 15px;
    border-bottom: 1px solid rgb(219, 219, 219);
}

    .BlogList .article-div-outer:first-of-type {
        padding-top: 0;
    }

.Blog_index {
    display: block;
    padding: 23px 10px;
}

.Blog iframe[src^="https://www.youtube"] {
    max-width: 100%;
}

.Breadcrumbs, #article-breadcrumb {
    display: flex;
    padding: 0;
    margin: 0;
    padding-top: 5px;
}

.Breadcrumbs__Breadcrumb, #article-breadcrumb > a {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
}

.Breadcrumbs__Breadcrumb .Breadcrumbs__Breadcrumb, #article-breadcrumb > a ~ a {
    padding-left: 20px;
    position: relative;
}

#article-breadcrumb {
    font-size: 0px;
}

.Breadcrumbs__Breadcrumb .Breadcrumbs__Breadcrumb:before, #article-breadcrumb > a ~ a:before {
    content: ">";
    color: #919090;
    display: block;
    position: absolute;
    left: 7px;
    font-weight: 700;
    top: 1px;
    font-size: 12px;
}

.Breadcrumbs__Link, #article-breadcrumb > a {
    color: #919090;
    font-weight: 600;
    font-size: 13px;
    text-decoration: none;
    display: block;
}

.BlogPreview__Post {
    width: 370px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 20px;
    float: left;
}

.BlogPreview__Post .BlogPreview__Post .BlogPreview__Post .BlogPreview__Post {
    display: none;
}

.BlogPreview__Posts {
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 1165px;
    padding: 21px 0;
}

.ICMCalculatorPage {
    padding-bottom: 20px;
}

.ICMCalculatorPage input.textbox {
    width: 100%;
    height: 100%;
    border: 0;
}

.BlogList hr.implied {
    display: none;
}


.PricingPage__Free {
    margin-top: 24px;
    margin-bottom: 60px;
    width: 1200px;
    height: 286px;
    background: url(/awesome-images/free-pricing-background.png);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
}

.PricingPage__PlanHeader {
    padding: 15px 0 12px;
    font-family: reforma_groteskdemi, "Noto Sans SC", sans-serif;
    font-size: 55px;
    color: #000000;
    white-space: nowrap;
}

.PricingPage__FreeLeft {
    width: 390px;
    float: left;
}

.PricingPage__FreeHeading {
    margin: 0;
    padding: 0;
    height: 94px;
    line-height: 96px;
    text-align: center;
    color: white;
    font-family: reforma_groteskdemi, "Noto Sans SC", sans-serif;
    color: #ffffff;
    font-size: 36px;
    font-weight: 400;
}

.PricingPage__FreeRight {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    float: right;
    /* width: 800px; */
    overflow: hidden;
}

.PricingPage__PlanTypeHeader_typeFree {
    background: rgb(38, 191, 31);
    transform: translateY(2px);
}

.PricingPage__FreeHeadingLogo {
    color: #ffffff;
    font-size: 50px;
    line-height: 70px;
    vertical-align: middle;
}

.PricingPage__FreeTrial {
    padding-left: 15px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Open Sans', Arial, Helvetica Neue, "Noto Sans SC", sans-serif;
}

.PricinPage__FreeList {
    margin: 0;
    padding: 0;
    list-style-position: inside;
    margin-left: 30px;
    margin-top: 20px;
    float: left;
    width: 500px;
}

.PricinPage__FreeListItem {
    list-style: none;
    background: url(/awesome-images/agenda-list-image.png) no-repeat;
    background-position: 0px center;
    padding-left: 33px;
    font-size: 22px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 15px;
    font-size: 25px;
}

.PricinPage__FreeListItem_colorBlack {
    color: #151212;
    background-image: url(/awesome-images/agenda-list-image-black.png);
}

.PricinPage__FreeLink {
    color: #7216ad;
    font-size: 21px;
    text-align: right;
    display: block;
    margin-right: 34px;
    font-weight: 700;
}

    .PricinPage__FreeLink:hover {
        opacity: 0.8;
    }

.PricingPage__FreeSignUpText {
    color: #ffffff;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
}

.PricingPage__FreeRightBottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.PricingPage__FreeSignUpButton {
    margin-top: 15px;
    display: block;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #bcc1c6;
    background: -webkit-linear-gradient(90deg, #bcc1c6 0%, #e6eaf2 100%);
    background: linear-gradient(0deg, #bcc1c6 0%, #e6eaf2 100%);
    color: #262626 !important;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 1px 2px 2px 0.00px rgba(0, 0, 0, 0.16);
}

.PricingPage__FreeSignUpButton:hover {
    opacity: 0.8;
}

.PricingPage__FreeSignUpButton:active {
    opacity: 0.7;
}

.PricingPage__BuyCoachQuestions {
    background-image: url(/awesome-images/coach-questions.png);
    background-repeat: no-repeat;
    max-width: 1203px;
    height: 208px;
    font-family: reforma_groteskdemi, "Noto Sans SC", sans-serif;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
}

.PricingPage__BuyCoachQuestions * {
    font-family: reforma_groteskdemi, "Noto Sans SC", sans-serif;
}

.PricingPage__CoachWarnings {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 15px;
}

.PricingPage__CoachWarning {
    width: 46%;
    color: #000000;
    font-size: 18px;
    font-weight: 400;
}

.PricingPage__CoachWarningLabel {
    color: #f75b31;
    font-weight: 700;
}

.PricingPage__BuyCoachQuestionsLeft {
    width: 900px;
    float: left;
}

.PricingPage__BuyCoachQuestionsPrice {
    color: #ffffff;
    font-size: 120px;
    line-height: 110px;
    font-weight: 400;
    letter-spacing: 5px;
    text-align: center;
    padding-top: 25px;
}

.PricingPage__BuyCoachQuestionsRight {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    float: left;
}

.PricingPage__BuyCoachQuestionButton {
    background: rgb(242, 167, 41);
    background: -webkit-linear-gradient(90deg, rgb(242, 167, 41) 0%, rgb(254, 202, 61) 100%);
    background: linear-gradient(0deg, rgb(242, 167, 41) 0%, rgb(254, 202, 61) 100%);
    display: block;
    margin-right: 28px;
    height: 48px;
    box-shadow: 1px 2px 2px 0.00px rgba(0, 0, 0, 0.16);
    text-align: center;
    font-family: "Open Sans", Arial, Helvetica Neue, "Noto Sans SC", sans-serif;
    line-height: 42px;
    color: #412a06;
    font-weight: 700;
    font-size: 22px;
    text-decoration: none;
    margin-top: 5px;
}

.PricingPage__BuyCoachQuestionButton:hover {
    background: rgb(254, 202, 61);
}

.PricingPage__BuyCoachQuestionButton:active {
    background: rgb(242, 167, 41);
}

.PricingPage__BuyCoachQuestionsHeading {
    color: #45085c;
    font-size: 96px;
    line-height: 96px;
    font-weight: 400;
}

.PricingPage__BuyCoachQuestionsLeftTop {
    padding: 26px 0 0 361px;
    height: 149px;
}

.PricingPage__BuyCoachQuestionsLeftBottom {
    color: #45085c;
    font-weight: 400;
    font-size: 40px;
    line-height: 60px;
    text-align: center;
}

.PricingPage__CoachText {
    padding-left: 15px;
}

.PricingPage__CoachHeader {
    padding-left: 15px;
}

.PricingPage__CoachSection {
    padding-bottom: 50px;
}

.UserActions__UserLogin {
}

.SignUpFirstStep {
}

.SignUpFirstStep__AgendaHeader {
}

.SignUpFirstStep__Agenda {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
}

.SignUpFirstStep__AgendaRight {
    min-width: 340px;
    float: left;
}

.SignUpFirstStep__AgendaLeft {
    width: 700px;
    float: left;
}

.SignUpFirstStep__AgendaList > li {
    list-style: none;
    background: url(/awesome-images/agenda-list-image.png) no-repeat;
    background-position: 0px 7px;
    padding-left: 33px;
    font-size: 22px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 10px;
}

.TrialWidget {
    background: url(/awesome-images/trial-background.png);
    width: 1202px;
    height: 198px;
    margin: 0 auto;
    margin-bottom: 25px;
    margin-top: 25px;
    position: relative;
    display: block;
}

.TrialWidget_langEnglish {
    background: url(/awesome-images/trial-background-english2.png);
}

    .TrialWidget_langEnglish .TrialWidget__FreeHeading, .TrialWidget_langEnglish .TrialWidget__TrialHeading,
    .TrialWidget_langEnglish .TrialWidget__OnlyHeading {
        display: none;
    }

    .TrialWidget_langEnglish .TrialWidget__DateHeading {
        font-size: 38px;
    }

.TrialWidget__FreeHeading {
    color: #ffffff;
    font-size: 65px;
    font-family: reforma_groteskdemi, "Noto Sans SC", sans-serif;
    text-transform: uppercase;
    top: 16px;
    left: 25px;
    position: absolute;
    margin: 0;
}

.TrialWidget__TrialHeading {
    color: #ffffff;
    font-size: 55px;
    font-family: reforma_groteskdemi, "Noto Sans SC", sans-serif;
    bottom: 5px;
    left: 25px;
    position: absolute;
    margin: 0;
    text-transform: uppercase;
}

.TrialWidget__OnlyHeading {
    color: #ffffff;
    font-size: 76px;
    font-family: reforma_groteskdemi, "Noto Sans SC", sans-serif;
    text-transform: uppercase;
    top: 10px;
    right: 20px;
    position: absolute;
    margin: 0;
}

.TrialWidget__DateHeading {
    color: #000000;
    font-size: 42px;
    line-height: 1;
    position: absolute;
    right: 20px;
    top: 55px;
    font-family: reforma_groteskdemi, "Noto Sans SC", sans-serif;
}

.TrialWidget__Button {
    background: #c208c4;
    background: -webkit-linear-gradient(90deg, #c208c4 0%, #ff3df4 100%);
    background: linear-gradient(0deg, #c208c4 0%, #ff3df4 100%);
    position: absolute;
    display: block;
    height: 43px;
    width: 185px;
    text-align: center;
    color: #ffffff !important;
    font-size: 13px;
    font-weight: 700;
    line-height: 42px;
    text-decoration: none;
    text-transform: uppercase;
    bottom: 15px;
    right: 18px;
    box-shadow: 1px 2px 2px 0.00px rgba(0, 0, 0, 0.16);
}

    .TrialWidget__Button:hover {
        background: #f130e8;
        background: -webkit-linear-gradient(0deg, #f130e8 0%, #ff00d8 100%);
        background: linear-gradient(0deg, #f130e8 0%, #ff00d8 100%);
    }

    .TrialWidget__Button:active {
        background: #b113af;
    }

.TrialWidget__Text {
    color: #000000;
    font-size: 19px;
    font-weight: 700;
    width: 206px;
    text-align: center;
    position: absolute;
    top: 112px;
}

.TrialWidget__PreflopText {
    left: 318px;
}

.TrialWidget__CoachText {
    left: 556px;
}

.TrialWidget__ReplayerText {
    left: 776px;
}


.LoginPage {
    height: 650px;
    padding-top: 50px;
}

.LoginWidget {
    width: 464px;
    height: 450px;
    margin: 0 auto;
    background: rgb(236, 236, 236);
    border: 1px solid rgb(165, 165, 165);
    padding: 24px 31px;
}

.LoginWidget__Top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.LoginWidget__Register {
}

.LoginWidget__Error {
    position: absolute;
    color: red;
    margin-top: -49px;
    width: 270px;
}

.LoginWidget__Heading {
    color: #000000;
    font-size: 45px;
    margin: 0;
    white-space: nowrap;
    padding: 0;
    line-height: 45px;
    vertical-align: top;
}

.LoginWidget__Form {
    margin: 30px 0;
}

.LoginWidget__Label {
    display: block;
}

    .LoginWidget__Label + .LoginWidget__Label {
        margin-top: 30px;
    }

.LoginWidget__Input {
    display: block;
    width: 100%;
    border-radius: 2px;
    border: 1px solid rgb(204, 204, 204);
    height: 42px;
    line-height: 40px;
    padding: 0px 5px;
}

.LoginWidget__LabelText {
    color: #000000;
    font-size: 26px;
    font-weight: 600;
    line-height: 2;
}

.LoginWidget__Link {
    text-decoration: underline;
    color: #3c5b9b;
    font-size: 14px;
    font-weight: 600;
    display: block;
    text-align: right;
    margin-top: 10px;
}

.LoginWidget__RememberMe {
    color: #121212;
    font-weight: 600;
    font-size: 16px;
    display: block;
    float: left;
}

.LoginWidget__RememberMeCheckbox {
}

.LoginWidget__Bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
}

.LoginWidget__Button {
    display: block;
    width: 139px;
    height: 40px;
    line-height: 32px;
    background-image: -webkit-linear-gradient(90deg, #d3d3d3 0%, #e7e7e7 100%);
    background-image: linear-gradient(0deg, #d3d3d3 0%, #e7e7e7 100%);
    border: 0;
    border-radius: 2px;
    font-size: 24px;
    font-weight: 700;
    box-shadow: 1px 2px 2px 0.00px rgba(0, 0, 0, 0.36);
    float: right;
}

    .LoginWidget__Button:hover {
        background-color: #dddddd;
        background-image: none;
        box-shadow: 1px 2px 2px 0.00px rgba(0, 0, 0, 0.36);
    }

    .LoginWidget__Button:active {
        background-color: #bdbdbd;
        background-image: none;
        box-shadow: 1px 2px 2px 0.00px rgba(0, 0, 0, 0.36) inset;
    }




@media screen and (max-width: 1024px) {
    .logo-fb-like {
        visibility: hidden;
        display: none !important;
    }

    .hidden-if-media-width-lt-1024 {
        display: none;
    }

    .shown-inline-block-if-media-width-lt-1024 {
        display: inline-block;
    }

    .user-container {
        margin: 0px;
    }



    #screen > header nav {
        width: 397px;
    }

    #screen > header h1 {
        width: 163px;
    }

    #headerOne {
        width: 300px;
        display: inline-block;
    }

    #headerTwo {
        position: static;
        float: none;
        margin-left: 40px;
        width: 52px;
        display: inline-block;
        height: 87px;
        vertical-align: top;
        margin-top: 0px;
    }

        #headerTwo li li {
            margin-left: 0px;
            display: block;
        }

        #headerTwo > li li.language-li a, #headerTwo > li li.language-li span, #headerTwo > li li.language-li strong {
            line-height: 13px !important;
            padding-top: 1px;
        }

        #headerTwo > li li.language-li strong {
            padding: 0;
            display: block;
        }

        #headerTwo .language-li {
            display: inline-block;
        }

    .user-avatar {
        display: none;
    }

    #headerOne .nav-column-1 {
        width: 120px;
    }

    #headerOne .nav-column-2 {
        width: 100px;
    }

    #headerOne .nav-column-3 {
        width: 75px;
    }

    #screen {
        margin-top: 16px;
    }

    #icmizer-header-link {
        margin: 0;
    }

    .user-button {
        vertical-align: top;
    }

    #language1 {
        margin-top: 4px;
    }

    #language2 {
        margin-top: 7px;
    }

    .menu-login-button {
        width: 70px;
        margin-left: -21px;
    }

    .user-button {
        max-width: 89px;
    }

    .wistia-container {
        margin-left: 0;
    }

    #slider-main {
        margin-left: 0;
    }

    #logo-container {
        width: 163px;
        float: left;
    }

    img.main-article-likes-icon {
        margin-right: 4px !important;
    }
}

@media screen and (min-width: 1440px) {
    .menu-login-button {
        margin-bottom: 19px;
    }

    #headerTwo {
        margin-left: 112px;
    }

    .shown-inline-block-if-media-width-lt-1024 {
        display: none;
    }

    .user-container {
        margin-bottom: 11px;
    }

    #Header1 {
        height: 98px;
    }

    #screen .signup-button a {
        font-size: 15px;
    }

    .user-button {
        max-width: 129px;
    }

    #slider-main {
        margin-left: -400px;
    }
}


.PricingPage__ProductTextLabel {
    font-family: reforma_groteskdemi, "Noto Sans SC", sans-serif;
    font-weight: 600;
    font-size: 18px;
    vertical-align: middle;
}

.PricingPage__ProductTextLabelType {
    font-size: 12px;
    border-radius: 3px;
    padding: 3px 3px 2px 4px;
    line-height: 12px;
    vertical-align: middle;
    background: rgb(104, 105, 122);
    color: #fcfcfc;
}

.PricingPage__ProductHeading {
    font-family: reforma_groteskdemi, "Noto Sans SC", sans-serif;
    font-size: 26px;
}

.Review {
    margin: 5px 10px 10px;
    position: relative;
}

.Review__Text {
    font-size: 12px;
    padding: 10px;
    background: white;
    border-radius: 10px;
    border: 1px solid rgb(162, 191, 196);
    color: #33363f;
    font-weight: 600;
}

.Review__ImageBox {
    margin-left: 20px;
    margin-top: 5px;
    border-radius: 100%;
}

.Review__Image {
    display: block;
    border-radius: 100%;
    width: 70px;
    height: 70px;
}

.Review__ReviewerName {
    position: absolute;
    bottom: 29px;
    left: 110px;
    font-weight: 600;
}

.video-list-container:after {
    display: block;
    clear: both;
    content: '';
}

.video-list-item-div {
    width: 290px;
    border: 1px solid rgb(206, 206, 206);
    border-radius: 3px;
    margin-bottom: 20px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 10px 15px;
    position: relative;
    float: left;
    height: 420px;
    margin-right: 10px;
}

.video-list-item-thumbnail-img {
    display: block;
    width: 100%;
}

.video-list-item-thumbnail-a {
    display: block;
    border: 1px solid rgb(206, 206, 206);
}

.video-list-item-header {
    line-height: 20px;
    margin: 10px 0;
}

.video-list-item-header-link {
    color: rgb(55, 153, 202);
    font-weight: 600;
    font-size: 18px;
}

.video-list-item-date {
    font-size: 12px;
    margin-top: 6px;
    color: rgb(206, 206, 206);
    margin-bottom: -8px;
}

.video-category {
    font-size: 24px;
    font-weight: 600;
    margin: 10px 0 20px;
}

.video-list-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    overflow: hidden;
}

.PricinPage__FreeCreateAccount {
    float: left;
    width: 350px;
    margin-left: 30px;
}

.video-list-item-new {
    display: none;
}

.unread .video-list-item-new {
    background: orange;
    position: absolute;
    top: -15px;
    left: -9px;
    font-size: 12px;
    padding: 2px 4px 3px;
    border-radius: 5px;
    color: white;
    text-transform: uppercase;
}

.CoursePreview {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 25px 0;
    background-color: rgb(246, 246, 246);
}

.CoursePreview__Image {
    width: 615px;
    height: 346px;
    display: block;
    outline: 0;
    border: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 30px;
    background: url(/awesome-images/video-preview-ru.png);
    background-repeat: no-repeat;
}

.CoursePreview__Description {
    width: 550px;
    text-align: center;
}

.CoursePreview__Heading {
    font-size: 24px;
    color: rgb(191, 32, 218);
    text-align: left;
}

.CoursePreview__Text {
    font-size: 14px;
    padding: 5px 0;
    color: rgb(20, 20, 20);
    text-align: left;
}

.CoursePreview__Button {
    min-width: 365px;
    display: inline-block;
    margin: 0 auto;
    line-height: 65px;
    height: 70px;
    padding: 0 20px;
    font-weight: 700;
    font-size: 31px;
    text-decoration: none;
    text-align: center;
    border-radius: 2px;
    margin-top: -2px;
    color: white !important;
    background: rgba(207, 18, 233, 0.7);
    background: linear-gradient(0deg, rgb(159, 31, 183) 0%, rgb(207, 18, 233) 100%);
    box-shadow: 1px 2px 2px 0.00px rgba(0, 0, 0, 0.36);
}

.Products__Title_videoCourse {
    background: rgb(159, 31, 182);
}

.CoursePreview__Button:hover {
    background: rgb(207, 18, 233);
}

.CoursePreview__Button:active {
    background: rgb(159, 31, 183);
}

.LaunchArticle__PromoScreenshot {
    max-width: 100%;
    display: block;
}

.LaunchArticle__UpgradeTable {
    margin: 10px auto;
    width: 100%;
    max-width: 715px;
}

.LaunchArticle__UpgradeTableUpgradeName {
    height: 45px;
    font-size: 21px;
    text-align: center;
    color: white;
}

.LaunchArticle__UpgradeTableUpgradeName_typeSimple {
    background-color: rgb(61, 61, 61);
}

.LaunchArticle__UpgradeTableUpgradeName_typeSmart {
    background-color: rgb(37, 103, 29);
}

.LaunchArticle__UpgradeTableUpgradeName_typeElite {
    background-color: rgb(1, 109, 132);
}

.LaunchArticle__UpgradeTableTitle {
    text-align: center;
    font-size: 21px;
    height: 41px;
    color: #000;
    background-color: rgb(237, 247, 248);
}

.LaunchArticle__UpgradeTablePrice {
    font-family: reforma_groteskdemi, "Noto Sans SC", sans-serif;
    font-size: 54px;
    font-weight: 400;
    text-align: center;
    color: white;
    padding: 10px 0px 8px;
}

.Promo__ButtonHolder {
    text-align: center;
}

.LaunchArticle__UpgradeTableUpgradeDescription {
    font-weight: 700;
    text-align: center;
    font-size: 14px;
    color: white;
    vertical-align: middle;
    padding: 10px 15px;
}

.LaunchArticle__UpgradeTableUpgradeDescription_typeSimple {
    background-color: rgb(81, 81, 81);
}

.LaunchArticle__UpgradeTableUpgradeDescription_typeSmart {
    background-color: rgb(50, 138, 39);
}

.LaunchArticle__UpgradeTableUpgradeDescription_typeElite {
    background-color: rgb(1, 146, 177);
}

.LaunchArticle__UpgradeTablePrice_typeSimple {
    background-color: rgb(81, 81, 81);
}

.LaunchArticle__UpgradeTablePrice_typeSmart {
    background-color: rgb(50, 138, 39);
}

.LaunchArticle__UpgradeTablePrice_typeElite {
    background-color: rgb(1, 146, 177);
}

.LaunchArticle__UpgradeTableWhitespace {
    width: 13px;
    background: white;
}

.LaunchArticle {
}

.LaunchArticle__ItalicParagraph {
    padding-left: 57px;
}

.LaunchArticle__Heading {
    color: white;
    line-height: 48px;
    font-size: 24px;
    font-weight: 700;
    padding: 0px 10px;
}

.LaunchArticle__Heading_typeRelease {
    background: rgb(238, 151, 0);
}

.LaunchArticle__Heading_typeFreePro {
    background: rgb(0, 180, 72);
}

.LaunchArticle__Heading_typeDescription {
    background: rgb(0, 173, 238);
}

.LaunchArticle__Heading_typePushFold {
    background: rgb(167, 0, 242);
}

.UserActions__UserLoginButton, .UserActions__UserLoginButton:visited {
    padding: 4px 6px;
    background: white;
    border: 1px solid rgb(60, 90, 154);
    border-radius: 5px;
    font-size: 9px !important;
    color: #3c5b9b !important;
    font-weight: 700 !important;
}

    .UserActions__UserLoginButton:hover {
        border: 1px solid rgb(139, 168, 230);
        background: rgb(139, 168, 230);
        color: white !important;
    }

    .UserActions__UserLoginButton:active {
        border: 1px solid rgb(92, 126, 199);
        background: rgb(92, 126, 199);
        color: white !important;
    }

.LaunchArticle__List {
    margin-left: 20px;
}

.LaunchArticle__ListItem {
    font-size: 36px;
    line-height: 20px;
    color: rgb(0, 180, 71);
    margin-bottom: 10px;
}

.LaunchArticle__ListItem_orange {
    color: rgb(238, 152, 0);
}

.LaunchArticle__ListItemContent {
    font-size: 16px;
    vertical-align: top;
    color: black;
}

.LaunchArticle__LogoListItem {
    list-style: none;
    padding: 40px 0px 0px 46px;
    background-repeat: no-repeat;
}

.LaunchArticle__LogoListItem_typeIcmizer {
    background-image: url(/awesome-images/icmizer2logo.png);
    background-size: auto 35px;
    ;
}

.LaunchArticle__LogoListItem_typeCoach {
    background-image: url(/awesome-images/sngcoachlogo.png);
    background-size: 170px;
    margin-top: 20px;
}

.LaunchArticle__LogoListItem_typeReplayer {
    background-size: 150px;
    background-image: url(/awesome-images/replayerproductlogo.png);
    background-position-x: 7px;
    margin-top: 20px;
}

.LaunchArticle__LogoList {
    padding-left: 0;
    margin: 25px 0;
}


.LaunchArticle__Triptih {
    max-width: 800px;
    margin: 20px auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 800px;
    margin: 20px auto;
}

.LaunchArticle__TriptihItem {
    font-size: 20px;
    font-weight: 700;
    padding-top: 49px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: top center;
}

.LaunchArticle__TriptihItem_typeIcmizer {
    background-image: url(/awesome-images/icmizer2logo.png);
    background-size: 168px;
    width: 168px;
}

.LaunchArticle__TriptihItem_typeCoach {
    background-image: url(/awesome-images/sngcoachlogo.png);
    background-size: 190px;
    width: 190px;
    padding-top: 55px;
    margin-top: -8px;
}

.LaunchArticle__TriptihItem_typeReplayer {
    background-image: url(/awesome-images/replayerproductlogo.png);
    background-size: 162px;
    width: 162px;
    padding-top: 55px;
    margin-top: -7px;
}

.LoginOnSignUp {
    height: 70px;
    background: white;
    padding-top: 12px;
    font-size: 20px;
    text-align: center;
    font-weight: 700;
    max-width: 900px;
    margin: 0 auto;
}

.UserActions__UserLoginButton_onSignUp {
    display: inline-block;
    font-size: 19px !important;
    float: none !important;
}

.LoginOnSignUp__Logo {
    display: inline-block;
    transform: translateY(5px);
    margin: 0 5px;
}

#postOnFacebookButtonOverlay {
    position: absolute;
    top: 448px;
    left: 612px;
    width: 243px;
    height: 39px;
    background: white;
    opacity: 0;
    z-index: 100;
    cursor: pointer;
}

@media screen and (max-width: 1279px) {
    #silverlightObject {
        width: 1020px;
        height: 697px;
    }

    #postOnFacebookButtonOverlay {
        top: 383px;
        left: 520px;
        width: 207px;
        height: 34px;
    }
}

#signupInsteadOfIcmizer {
    width: 1200px;
    height: 820px;
    position: relative;
}

    #signupInsteadOfIcmizer .SignUpFirstStep {
        max-width: 900px;
    }

.IcmizerOverlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.IcmizerOverlay__Popup {
    max-width: 900px;
    position: relative;
    margin: 0 auto;
}

.IcmizerOverlay .SignUpFirstStep__FormContainer {
    width: 380px;
    margin-top: 9px;
    margin-left: 35px;
}

.IcmizerOverlay .SignUpFirstStep__EmailInput {
    width: 100%;
}

.IcmizerOverlay .SignUpFirstStep__Submit {
    width: 135px;
    float: right;
    margin-top: 15px;
    margin-right: 550px;
}

.IcmizerPage {
    padding-top: 20px;
}

.IcmizerOverlay__NoSilverlightBodyNew {
    width: 710px;
}

.IcmizerOverlay__NoSilverlightBody {
    width: 550px;
    text-align: left;
}

.IcmizerOverlay__NoSilverlight {
    background-color: #fff;
    border: 4px #eeedf8 solid;
    box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.33);
    padding: 10px 25px;
    text-align: center;
    font-family: "Open Sans", "Noto Sans SC", sans-serif;
}

    .IcmizerOverlay__NoSilverlight p {
        margin: 4px 0 12px;
    }

.IcmizerOverlay__Header {
    color: #5c60ab;
    font-size: 24px;
    font-weight: 700;
}

.IcmizerOverlay__OnlyLaunchOption {
    width: 400px;
    display: inline-block;
    margin: auto 0;
}

    .IcmizerOverlay__OnlyLaunchOption img {
        padding-top: 12px;
    }

.IcmizerOverlay__OurPromise {
    color: #010101;
    font-size: 14px;
    font-weight: 400;
}

.IcmizerOverlay__RequirementsToRun {
    color: #318916;
    font-size: 20px;
    font-weight: 700;
}

.IcmizerOverlay__RequirementsLinks {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.IcmizerOverlay__RequirementLink {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url(/images/icmizer_browser/silverlight-btn.png);
    background-position: 0 0;
    width: 309px;
    height: 73px;
    color: #000000 !important;
    font-family: "Open Sans", "Noto Sans SC", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 23px;
}

    .IcmizerOverlay__RequirementLink:hover {
        background-position: 0px 138px;
        height: 68px;
    }

    .IcmizerOverlay__RequirementLink:active {
        background-position: 0px 63px;
        height: 63px;
    }

.IcmizerOverlay__NoSilverlightInstall {
    margin: 15px auto 0;
    min-height: 74px;
    line-height: 64px;
    padding: 19px 0px 20px 30px;
    position: relative;
    width: 430px;
    display: block;
    background-repeat: no-repeat;
    font-size: 23px !important;
    text-decoration: none !important;
    background-position: 95% center, 0 0;
    color: #071a2a !important;
    font-weight: 700;
}

.IcmizerOverlay__NoSilverlightInstallText {
    text-align: center;
    font-size: 14px;
    margin-top: 0px;
    color: #417eb2;
}

.brauzeru-ne-udalos-zapust {
    text-align: center;
}

    .brauzeru-ne-udalos-zapust img {
        transform: translateY(7px);
        margin: 0 5px;
    }

.Navigation__Link_typeSpecial, .Navigation__Link_typeSpecial:visited {
    color: rgb(166, 82, 166);
}

    .Navigation__Link_typeSpecial:hover {
        opacity: 0.8;
    }

    .Navigation__Link_typeSpecial:active {
        opacity: 0.9;
    }

body > form {
    /* height: 100%; */
    min-height: 100%;
}

.CoachMPromoPage {
    background-color: #f9f9f9;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    max-width: 100%;
}

.CoachMPromoPageHeader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    padding-top: 30px;
    position: relative;
}

    .CoachMPromoPageHeader:after {
        content: '';
        bottom: -30px;
        position: absolute;
        display: block;
        background-image: url(/images/sngcoachmpromo/hr.png);
        background-position: center;
        background-repeat: no-repeat;
        height: 1px;
        left: 0;
        right: 0;
    }

.CoachMPromoPageHeader__Strings {
    text-transform: uppercase;
    color: #ae00bd;
    text-align: left;
    padding: 0;
    margin: 0;
}

    .CoachMPromoPageHeader__Strings p {
        padding: 0;
        margin: 0;
    }

        .CoachMPromoPageHeader__Strings p:first-child {
            font-family: reforma_groteskdemi, sans-serif;
            font-size: 90px;
            font-weight: 400;
            line-height: 90px;
        }

        .CoachMPromoPageHeader__Strings p:last-child {
            color: #ae00bd;
            font-family:  "Open Sans", "Noto Sans SC", sans-serif;
            font-size: 52px;
            line-height: 50px;
            font-weight: 400;
            text-transform: uppercase;
        }

.CoachMPromoPageHeader__Logo {
    width: 88px;
    height: 87px;
    margin: auto 28px;
}

.CoachMPromoPageHeader__Slogan {
    color: #fe7e00;
    font-family:  "Open Sans", "Noto Sans SC", sans-serif;
    font-size: 21px;
    font-weight: 400;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 20px;
}

.CoachMPromoPage__SignupButton {
    display: block;
    margin: auto;
    width: 487px;
    height: 68px;
    background-image: url(/images/sngcoachmpromo/beta-signup-button.png);
    background-repeat: no-repeat;
    text-align: center;
    line-height: 60px;
    text-decoration: none;
    color: #ffffff !important;
    font-family:  "Open Sans", "Noto Sans SC", sans-serif;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
}

.CoachMPromoPage__SignupButton_Bottom {
    margin-top: 50px;
    margin-bottom: 450px;
}

.CoachMPromoPage__SignupButton:hover {
    background-position: 0 -136px;
}

.CoachMPromoPage__SignupButton:active {
    background-position: 0 -68px;
}

.CoachMPromoPageBadges {
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.CoachMPromoPageBadge {
    width: 150px;
    height: 45px;
    margin-top: 15px;
}

    .CoachMPromoPageBadge + .CoachMPromoPageBadge {
        margin-left: 20px;
    }

.CoachMPromoPageBlock {
    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;
    color: #53769c;
    font-family:  "Open Sans", "Noto Sans SC", sans-serif;
    font-size: 22px;
}

    .CoachMPromoPageBlock div {
        width: 465px;
    }

.CoachMPromoPageBlockHeader {
    padding: 0;
    margin: 0;
    padding-left: 80px;
    font-size: 22px;
    min-height: 120px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px
}

.CoachMPromoPageBlock .CoachMPromoPageBlockHeader:before {
    content: '';
    display: block;
    position: relative;
    top: 57px;
    left: -80px;
    height: 57px;
    width: 55px;
    background-position: center;
    background-repeat: no-repeat;
}

.CoachMPromoPageBlock {
    position: relative;
}

    .CoachMPromoPageBlock img {
        z-index: 2;
    }

.CoachMPromoPageBlock__First {
}


    .CoachMPromoPageBlock__First:before {
        position: absolute;
        content: '';
        background-image: url(/images/sngcoachmpromo/beam-1.png);
        top: -425px;
        left: 61%;
        width: 808px;
        height: 643px;
    }

    .CoachMPromoPageBlock__First .CoachMPromoPageBlockHeader:before {
        background-image: url(/images/sngcoachmpromo/block-header-icon-1.png);
    }

.CoachMPromoPageBlock__Second {
    padding-top: 120px;
}

    .CoachMPromoPageBlock__Second:before {
        position: absolute;
        content: '';
        background-image: url(/images/sngcoachmpromo/beam-2.png);
        background-repeat: no-repeat;
        top: -50%;
        left: 25%;
        width: 808px;
        height: 643px;
    }

    .CoachMPromoPageBlock__Second > img {
        margin-left: -100px;
        margin-right: 50px;
    }

    .CoachMPromoPageBlock__Second .CoachMPromoPageBlockHeader:before {
        width: 70px;
        height: 70px;
        background-image: url(/images/sngcoachmpromo/block-header-icon-2.png);
    }

.CoachMPromoPageBlock__Third {
    padding-top: 120px;
}

    .CoachMPromoPageBlock__Third:before {
        position: absolute;
        content: '';
        background-image: url(/images/sngcoachmpromo/beam-3.png);
        background-repeat: no-repeat;
        top: -50%;
        left: 25%;
        width: 808px;
        height: 643px;
    }

    .CoachMPromoPageBlock__Third .CoachMPromoPageBlockHeader:before {
        width: 52px;
        height: 52px;
        background-image: url(/images/sngcoachmpromo/block-header-icon-3.png);
    }

.CoachMPromoPageList {
    margin-left: -15px;
}

    .CoachMPromoPageList li {
        padding-bottom: 25px;
    }

.CoachMPromoPageBlock__Fourth {
    padding-top: 150px;
}

    .CoachMPromoPageBlock__Fourth:before {
        position: absolute;
        content: '';
        background-image: url(/images/sngcoachmpromo/beam-2.png);
        background-repeat: no-repeat;
        top: -50%;
        left: 25%;
        width: 808px;
        height: 643px;
    }

    .CoachMPromoPageBlock__Fourth > img {
        margin-left: -150px;
        margin-right: 50px;
    }

    .CoachMPromoPageBlock__Fourth .CoachMPromoPageBlockHeader:before {
        width: 58px;
        height: 78px;
        background-image: url(/images/sngcoachmpromo/block-header-icon-4.png);
    }

.CoachMPromoPageBlock__Fifth {
    padding-top: 60px;
}

    .CoachMPromoPageBlock__Fifth:before {
        position: absolute;
        content: '';
        background-image: url(/images/sngcoachmpromo/beam-3.png);
        background-repeat: no-repeat;
        top: -30%;
        left: 25%;
        width: 808px;
        height: 643px;
    }

    .CoachMPromoPageBlock__Fifth .CoachMPromoPageBlockHeader:before {
        width: 58px;
        height: 78px;
        background-image: url(/images/sngcoachmpromo/block-header-icon-5.png);
    }

.PricingPage__PromoLabel {
    font-size: 14px;
    font-weight: 700;
    color: #7e0bbc;
    margin-bottom: 14px;
    margin-left: -15px;
    margin-right: -15px;
    display: none;
    text-align: center;
}

.PricingPage__PromoNonSalePrice {
    position: absolute;
    text-align: center;
    left: 50%;
    font-family: reforma_groteskdemi, "Noto Sans SC", sans-serif;
    top: 6px;
    font-size: 36px;
    line-height: 36px;
    color: white;
    transform: translateX(-50%);
    white-space: nowrap;
    vertical-align: top;
}

    .PricingPage__PromoNonSalePrice:after {
        content: "";
        display: block;
        position: absolute;
        background-color: red;
    }

.PricingPage__PromoSavings {
    position: absolute;
    font-family: reforma_groteskdemi, "Noto Sans SC", sans-serif;
    color: #ffea00;
    font-size: 28px;
    left: 0;
    right: 0;
    text-align: center;
    top: 216px;
}

.PricingPage__PromoBlock {
    display: none;
}

.PricingPage__Plan_typeSpecial .PricingPage__PromoBlock {
    display: block;
}

.PricingPage__PeriodSaving_langRussian {
    font-size: 20px;
}

.PricingPage__Plan {
    position: relative;
    margin-bottom: 50px;
}

.PlanMoneyBackGurantee {
    position: absolute;
    bottom: -40px;
    left: -1px;
    right: -1px;
    text-align: center;
    font-size: 12px;
    height: 32px;
    line-height: 30px;
    border: 1px solid rgb(210, 212, 218);
    border-radius: 5px;
    background-color: rgb(230, 232, 238);
    font-weight: 600;
    color: #6a6a6a;
    display: none;
}

.MoneyBackGuranteeText {
    font-size: 12px;
    color: #a9a9a9;
    max-width: 700px;
}

.PricingPage__PlanPriceLabelMonthlyPeriod {
    margin-bottom: 8px;
    margin-top: -18px;
}

.PricingPage__PromoNonSalePrice:after {
    height: 3px;
    left: -5px;
    right: -5px;
    top: 22px;
}

.PricingPage__PromoSavings { /* bottom: 64px; */
}

.Blog__Post .SiteButton, .SiteButton {
    display: block;
    line-height: 26px;
    height: 26px;
    font-weight: 700;
    font-size: 13px;
    text-decoration: none;
    text-align: center;
    border-radius: 2px;
    margin-top: -2px;
    color: rgba(255, 255, 255, 0.85) !important;
    position: relative;
    z-index: 1;
}

.Blog__Post .SiteButton_sizeBig, .SiteButton_sizeBig {
    width: 280px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
}

.Blog__Post .SiteButton_inTheMiddle, .SiteButton_inTheMiddle {
    margin: 25px auto;
}

.SiteButton_sizeSuperBig {
    min-width: 550px;
    height: 60px;
    line-height: 60px;
    font-size: 28px;
    padding: 0 20px;
    display: inline-block;
}

.SiteButton_colorGreen {
    background: #8ecf38;
    background: -webkit-linear-gradient(90deg, #6cad16 0%, #82c42a 100%) !important;
    background: linear-gradient(0deg, #6cad16 0%, #82c42a 100%) !important;
    box-shadow: 1px 2px 2px 0.00px rgba(0, 0, 0, 0.36);
}

    .SiteButton_colorGreen:hover {
        background: #82c42a !important;
    }

    .SiteButton_colorGreen:active {
        background: #6cad16 !important;
    }

.CoursePage__Conditions {
    margin: 20px 0;
}

.CoursePage__ConditionsText {
}

.CoursePage__ConditionsSubscribe {
}

.SignupFirstStep__Errors {
    color: red;
}

.LikesBlock {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.LikesBlock__Item {
}

    .LikesBlock__Item + .LikesBlock__Item {
        margin-left: 20px;
    }


.PricingPage__Plan_typeSpecial .PricingPage__PlanPriceLabelYearly {
    position: absolute;
    top: 181px;
    left: 0;
    right: 0;
}

.PricingPage__Plan_typeSpecial .PricingPage__PlanPriceLabelMonthlyPrice {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 46px;
}

.PricingPage__Plan_typeSpecial .PricingPage__PlanPriceLabelMonthlyPeriod {
    position: absolute;
    top: 135px;
    left: 0;
    right: 0;
    text-align: center;
}

.IcmizerOverlay .SignUpFirstStep__AgendaRight {
    width: 340px;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
}

.IcmizerOverlay .SignUpFirstStep__Form {
    height: 185px;
}

.IcmizerOverlay .SignUpFirstStep__AgendaLeft {
}

.LaunchArticle__CoachVideo {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 5px;
}

.LaunchArticle__CoachVideoLabel {
    font-size: 16px;
    text-align: center;
    color: #444444;
    margin-top: 5px;
}

.SubscriptionLabel {
    font-family: reforma_groteskdemi, "Noto Sans SC", sans-serif;
    font-weight: 600;
    white-space: nowrap;
    text-transform: uppercase;
    font-size: 160%;
}

.SubscriptionLabel__Name {
    display: inline-block;
    position: relative;
    vertical-align: baseline;
    padding: 3px 3px 1px;
    border-radius: 2px;
    line-height: 0.9;
    color: white;
    font-size: 90%;
}

.SubscriptionLabel__Name_typePro {
    background-color: rgb(160, 48, 249);
}

.SubscriptionLabel__Name_typeBasic {
    background-color: rgb(104, 105, 122);
    text-transform: lowercase;
}

    .SubscriptionLabel__Name_typeBasic:first-letter {
        text-transform: uppercase;
    }

.LaunchArticle__ListSimpleItem {
    list-style: none;
    margin-bottom: 10px;
}

.UserActions__Account {
    float: left;
    margin-right: 6px;
    position: relative;
}

.UserActions__AccountName {
    font-weight: 700;
    font-size: 12px;
    text-decoration: none;
    color: #000000;
    display: block;
    cursor: pointer;
}

    .UserActions__AccountName:hover {
        opacity: 0.9;
    }

.UserActions__AccountLink, .UserActions__AccountLink:visited {
    font-weight: 700;
    font-size: 12px;
    text-decoration: none;
    color: #000000;
    display: block;
    text-align: center;
}

    .UserActions__AccountLink + .UserActions__AccountLink {
        margin-top: 2px;
    }

    .UserActions__AccountLink:hover {
        color: #3c5b9b;
    }

    .UserActions__AccountLink:active {
        opacity: 0.9;
    }

.UserActions__AccountActions {
    display: none;
    position: absolute;
    padding: 2px 5px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background: white;
    left: 0;
    right: 0;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}

.UserActions__AccountActions_stateVisible {
    display: block;
    min-width: 80px;
    white-space: nowrap;
    margin-left: -20px;
}

.social-likes {
    overflow: hidden;
    margin: 20px 0;
}

.social-likes__widget {
    float: left;
    margin-right: 16px;
    cursor: pointer;
    -webkit-user-select: none;
}

    .social-likes__widget:hover {
        opacity: 0.7;
    }

    .social-likes__widget:active {
        opacity: 0.85;
    }

.social-likes__button {
    background-color: #f0f0f0;
    min-width: 85px;
    display: inline-block;
    height: 23px;
    padding-left: 24px;
    line-height: 21px;
    text-align: right;
    padding-right: 7px;
    font-size: 12px;
    font-weight: 600;
    border-bottom: 1px solid rgb(167, 167, 167);
    border-top: 1px solid rgb(230, 230, 230);
    border-left: 1px solid rgb(201, 201, 201);
    border-right: 1px solid rgb(201, 201, 201);
    background-position: 3px center, 0 0;
}

.social-likes__button_facebook {
    background-repeat: no-repeat;
    background-image: url(/awesome-images/facebook-icon.png);
    background-image: url(/awesome-images/facebook-icon.png), linear-gradient(0deg, #d3d3d3 0%, #ffffff 100%);
}

.social-likes__button_plusone {
    background-repeat: no-repeat;
    background-image: url(/awesome-images/google-plus-icon.png);
    background-image: url(/awesome-images/google-plus-icon.png), linear-gradient(0deg, #d3d3d3 0%, #ffffff 100%);
}

.social-likes__button_vkontakte {
    background-repeat: no-repeat;
    background-image: url(/awesome-images/vkontakte-icon.png);
    background-image: url(/awesome-images/vkontakte-icon.png), linear-gradient(0deg, #d3d3d3 0%, #ffffff 100%);
}

.social-likes__button_twitter {
    background-repeat: no-repeat;
    background-image: url(/awesome-images/twitter-icon.png);
    background-image: url(/awesome-images/twitter-icon.png), linear-gradient(0deg, #d3d3d3 0%, #ffffff 100%);
}

.social-likes__counter {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    line-height: 21px;
    height: 23px;
    margin-left: 8px;
    position: relative;
    min-width: 25px;
    text-align: center;
    border-bottom: 1px solid rgb(201, 201, 201);
    border-top: 1px solid rgb(201, 201, 201);
    border-left: 1px solid rgb(201, 201, 201);
    border-right: 1px solid rgb(201, 201, 201);
    background: white;
    padding: 0 3px;
}

    .social-likes__counter:after, .social-likes__counter:before {
        content: '';
        display: block;
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
        :;
    }

    .social-likes__counter:after {
        border-width: 3.5px 4px 3.5px 0;
        border-color: transparent white transparent transparent;
        top: 50%;
        margin-top: -3.5px;
        left: 0;
        margin-left: -3.5px;
    }

    .social-likes__counter:before {
        border-width: 4.5px 5px 4.5px 0;
        border-color: transparent rgb(201, 201, 201) transparent transparent;
        top: 50%;
        margin-top: -4.5px;
        left: 0;
        margin-left: -5px;
    }

.social-likes_typeVertical {
    overflow: initial;
    margin: 0;
    margin-left: 520px;
}

    .social-likes_typeVertical .social-likes__button {
        min-width: 0px;
        padding-right: 0px;
        background-position: center, 0 0;
        display: block;
        float: left;
    }

    .social-likes_typeVertical .social-likes__widget {
        float: none;
        height: 24px;
        overflow: hidden;
        margin-bottom: 5px;
    }

    .social-likes_typeVertical .social-likes__counter {
        float: left;
        display: block;
    }


.VideoWidget__Promo {
    max-width: 980px;
    margin: 0 auto;
    margin-bottom: 25px;
}

    .VideoWidget__Promo .CoursePreview__Heading {
        font-size: 35px;
        color: rgb(159, 31, 182);
    }

.VideoWidget__PromoContainer {
}

    .VideoWidget__PromoContainer:after {
        content: '';
        display: block;
        clear: both;
    }


.VideoWidget__PromoLeft {
    float: left;
    color: #010102;
    font-size: 20px;
    width: 300px;
}

    .VideoWidget__PromoLeft .CoursePreview__Text {
        font-size: 17px;
        padding: 0;
        margin: 0;
        margin-bottom: 1em;
    }

.VideoWidget__PromoRight {
    float: right;
    text-align: right;
}

    .VideoWidget__PromoRight .CoursePreview__Image {
        ] : right;
        width: 600px;
        background-size: contain;
        height: 339px;
    }

    .VideoWidget__PromoRight .CoursePreview__Button {
        height: 90px;
        line-height: 85px;
        margin-right: 30px;
        margin-top: 25px;
    }

.RestorePassword {
    width: 500px;
    margin: 0 auto;
    transform: translateY(-50%);
}

    .RestorePassword fieldset {
        border: 0;
        padding: 0;
    }

.RestorePassword__Heading {
}


.RestorePassword__Input {
    width: 100%;
    display: block;
    height: 40px;
    line-height: 30px;
    vertical-align: middle;
    padding: 0 5px;
    font-size: 18px;
}


.RestorePassword__Button {
    border: 1px solid lightgray;
    outline: 0;
    margin-top: 10px;
    width: 100%;
    display: block;
    height: 40px;
    line-height: 30px;
    vertical-align: middle;
    padding: 0 5px;
    font-size: 18px;
    background-color: #ddd;
}

    .RestorePassword__Button:active {
        background-color: #aaa;
    }

.ReviewPage {
    background-color: rgb(230, 232, 238);
}

.ReviewPage__Heading {
    margin: 20px 0;
    padding: 0;
    color: #000000;
    font-size: 31px;
    font-weight: 400;
    margin-left: 15px;
    margin-top: 0px;
    padding-top: 30px;
}

.ReviewPage__Paragraph {
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    margin-left: 15px;
}

.VideoReviews {
    overflow: hidden;
}

    .VideoReviews:after {
    }

.VideoReviews__Item {
    float: left;
    width: 389px;
    margin-right: 15px;
}

    .VideoReviews__Item:last-of-type {
        margin-right: 0;
    }

.VideoReviews__Image img {
    width: 80px;
    height: 80px;
    vertical-align: middle;
    display: block;
    border: 0;
    border-radius: 100%;
}

.VideoReviews__Video {
    height: 280px;
    background-color: #fafafa;
}

    .VideoReviews__Video:after {
    }


.VideoReviews__Review {
    background-color: white;
    border: 1px solid rgb(163, 191, 196);
    border-top: 0;
    height: 100px;
    text-align: left;
    line-height: 96px;
    padding: 0 20px;
}

.VideoReviews__Image {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    border-radius: 100%;
    background-color: #fafafa;
}


.VideoReviews__Text {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    font-weight: 600;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 245px;
    overflow: hidden;
}


.TextReviews {
    -webkit-column-count: 3;
    -webkit-column-gap: 35px;
    -webkit-column-fill: auto;
    -moz-column-count: 3;
    -moz-column-gap: 10px;
    -moz-column-fill: auto;
    column-count: 3;
    column-gap: 40px;
    column-fill: auto;
    padding: 0 15px;
}

.TextReviews__Item {
    display: inline-block;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    column-break-inside: avoid;
    position: relative;
    margin-bottom: 30px;
}

.TextReviews__Text {
    border: 1px solid rgb(163, 191, 196);
    border-radius: 10px;
    padding: 10px;
    font-size: 14px;
    color: #222;
    line-height: 1.5;
    margin-bottom: 105px;
    position: relative;
    background-color: white;
}

    .TextReviews__Text:after {
        display: block;
        top: 100%;
        left: 50px;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(255, 255, 255, 0);
        border-top-color: #ffffff;
        border-width: 15px;
        margin-left: -20px;
    }

    .TextReviews__Text:before {
        display: block;
        top: 100%;
        left: 50px;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(194, 225, 245, 0);
        border-top-color: rgb(163, 191, 196);
        border-width: 17px;
        margin-left: -22px;
    }

.TextReviews__Image img {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    display: block;
}

.TextReviews__Image {
    position: absolute;
    border-radius: 100%;
    background-color: #fafafa;
    bottom: 0;
    left: 25px;
    width: 80px;
    height: 80px;
    padding: 0;
}

.TextReviews__Name {
    position: absolute;
    bottom: 30px;
    left: 125px;
    font-weight: 600;
}

.Promo__ButtonHolder_positionTop {
    margin-top: -40px;
    margin-bottom: 20px;
}

.ReviewListWrapper {
    width: 10000px;
    transition: margin-left 100ms ease-out;
}

.ReviewList {
    float: left;
    width: 292px;
}

.ReviewRadio {
    position: absolute;
    bottom: 5px;
    text-align: center;
    left: 0;
    right: 0;
}

.ReviewRadio__Item {
    position: relative;
    margin-right: 2px;
    display: inline-block;
    cursor: pointer;
}

    .ReviewRadio__Item:before {
        content: '';
        background-color: rgb(130, 130, 130);
        width: 13px;
        height: 13px;
        display: block;
        border-radius: 100%;
        transition: all 100ms ease-in;
    }

    .ReviewRadio__Item:after {
        content: '';
        background-color: white;
        width: 7px;
        height: 7px;
        display: block;
        position: absolute;
        border-radius: 100%;
        top: 3px;
        left: 3px;
        transition: all 100ms ease-in;
    }

.ReviewRadio__Item_active {
    margin-bottom: -1px;
}

    .ReviewRadio__Item_active:before {
        content: '';
        width: 16px;
        height: 16px;
        background-color: black;
    }

    .ReviewRadio__Item_active:after {
        content: '';
        width: 10px;
        height: 10px;
        left: 3px;
    }

.GoToReviewButton {
    bottom: 9px;
    position: absolute;
    right: 6px;
    width: 282px;
    height: 34px;
    display: block;
    font-size: 17px;
    color: #ffffff !important;
    line-height: 30px;
    text-decoration: none;
    outline: none;
    background-position: top left;
    text-align: center;
    background-repeat: no-repeat;
    background-image: url(/awesome-images/go-to-review-button-normal-background.png);
}

    .GoToReviewButton:hover {
        background-image: url(/awesome-images/go-to-review-button-hover-background.png)
    }

    .GoToReviewButton:active {
        background-image: url(/awesome-images/go-to-review-button-active-background.png)
    }



.leaderboards-banner-container {
    width: 1182px;
    height: 130px;
    background: url('/images/leaderboards-banner/background.png');
    margin: auto;
    margin-bottom: 30px;
    line-height: 130px;
    text-align: right;
}

.leaderboards-button-container {
    width: 352px;
    height: 64px;
    background: url('/images/leaderboards-banner/button-white-background.png');
    display: inline-block;
    vertical-align: middle;
    margin-right: 19px;
    line-height: normal;
}

    .leaderboards-button-container a {
        text-decoration: none;
    }

.leaderboards-button {
    width: 350px;
    height: 62px;
    background: url('/images/leaderboards-banner/button-normal.png');
    margin: 3px;
    color: #412a06;
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    padding-top: 10px;
    text-align: center;
}

    .leaderboards-button.en {
        font-size: 27px;
        padding-top: 8px;
    }

    .leaderboards-button:hover {
        background: url('/images/leaderboards-banner/button-hover.png');
    }

    .leaderboards-button:active {
        background: url('/images/leaderboards-banner/button-pressed.png');
    }

.leaderboards-banner-text-container {
    width: 677px;
    display: inline-block;
    vertical-align: middle;
}

.leaderboards-banner-text-1 {
    color: #ffa100;
    font-size: 40px;
    font-weight: 700;
    text-align: left;
    line-height: normal;
    height: 47px;
    margin-left: 45px;
    margin-top: -5px;
}

    .leaderboards-banner-text-1.en {
        font-size: 45.26px;
    }

.leaderboards-banner-text-2 {
    color: #ffffff;
    font-size: 32px;
    font-weight: 700;
    text-align: left;
    line-height: normal;
    margin-left: 45px;
}

    .leaderboards-banner-text-2.en {
        font-size: 36px;
    }

.quiz-cup-link {
    margin-top: 4px;
}


.PricingPage__AddonsHeader {
    font-family:  "Open Sans", "Noto Sans SC", sans-serif;
    background-color: rgb(221, 222, 226);
    margin-bottom: 20px;
    padding: 0 36px;
    text-align: left;
    font-size: 12px;
    height: 62px;
    max-height: 62px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .PricingPage__AddonsHeader h4 {
        margin: 0;
        margin-bottom: 2px;
        font-size: 19px;
        line-height: 20px;
        letter-spacing: 0.43px;
        text-transform: uppercase;
        font-weight: 400;
    }

.PricingPage__AddonsHeader_Disabled {
    background-color: rgba(221, 222, 226, .33);
}

    .PricingPage__AddonsHeader_Disabled h4 {
        font-size: 14px;
        color: #b5b7c1;
    }

.PricingPage__PurchaseAndOptions {
    height: 350px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end
}

.PricingPage__OptionsContainer {
    flex-grow: 1;
    width: 277px;
    margin: auto;
    text-align: left;
    padding-left: 12px;
}

.PricingPage__PurchaseOption {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
}

.PricingPage__PurchaseOption:last-child {
    margin-bottom: 0;
}

.PricingPage__PurchaseOption label {
    margin-right: 29px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
}

.PricingPage__PurchaseOption label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.PricingPage__PurchaseOptionCheckmark {
    position: absolute;
    top: 3px;
    left: -2px;
    height: 16px;
    width: 16px;
    box-shadow: inset 2px 3px 4px rgba(0, 0, 0, 0.11), inset 0 0 13px 1px rgba(250, 240, 255, 0.35);
    border-radius: 2px;
    border: 1px solid #bcbfcd;
    background-color: #ededf5;
}

.PricingPage__PurchaseOption label input:checked ~ .PricingPage__PurchaseOptionCheckmark:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    /*    right: -2px;*/
    bottom: 0;
    background-image: url(/awesome-images/pricing/feature-checked.png);
    background-repeat: no-repeat;
    /*    background-position: -1px 3px;*/
    background-position: center;
    background-size: contain;
}

.PurchasePage__OptionHeader_Coach span:last-child {
    color: #f300ff;
    text-transform: uppercase
}

.PurchasePage__OptionHeader {
    color: #000000;
    font-family:  "Open Sans", "Noto Sans SC", sans-serif;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.43px;
}

.PurchasePage__OptionHeader_Nitro span:last-child {
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    font-family: reforma_groteskdemi, "Noto Sans SC", sans-serif;
    font-size: 18px;
    font-weight: 400;
    width: 41px;
    height: 19px;
    line-height: 20px;
    border-radius: 2px;
    background-color: #ffa800;
    padding: 0;
    margin-left: 1px;
    text-align: center;
}

.PurchasePage__OptionPrice em {
    font-style: normal;
    color: #ffa800;
}

.PurchasePage__OptionPrice {
    font-size: 16px;
    margin: 7px 0;
}

.PurchasePage__OptionPrice pre + em {
    color: #f40000;
}
    
.PurchasePage__OptionPrice pre {
    font-family: inherit;
    font-size: inherit;
    display: inline-block;
    margin: 0;
    margin-right: 7px;
    position: relative;
    color: #808080;
}

.PurchasePage__OptionPrice pre:after {
    content: '';
    right: -205px;
    width: 67px;
    height: 67px;
    background-image: url(/awesome-images/next/off58.png);
    display: block;
    position: absolute;
    top: -20px;
}

.PurchasePage__OptionPrice pre:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 60%;
    border-bottom: 2px #808080 solid;
}

.PurchasePage__OptionPrice pre {
    color: #808080;
    font-family:  "Open Sans", "Noto Sans SC", sans-serif;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.43px;
}
.PurchasePage__OptionDescription {
    color: gray;
    font-family: open sans;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: .43px;
}
.PricingPage__OptionMisc img {
    margin: 10px 5px;
    border: 0;
}

.PricingPage__OptionMisc  a {
    text-decoration: none;
    border: 0;
}

.PricingPage__Hr_Bottom {
    margin: 5px 0 15px;
}


.PricingPage__PromoBanner {
    width: 967px;
    height: 132px;    
    font-family: Open Sans, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 17px;
    line-height: 23px;
    text-transform: uppercase;    
    position: relative;
}

.PricingPage__PurchaseButton {
    margin: 0 auto;
    height: 44px;
    min-height: 0;
    border: 0;
    display: inline-block;
    background-image: radial-gradient(ellipse at bottom, transparent 12%, rgba(255, 255, 255, .15) 15%), linear-gradient(180deg, #F0CD19 0%, #E7A904 100%);
    background-repeat: no-repeat;
    background-position: center top, center;
    background-size: 450% 50%, auto;
    background-blend-mode: overlay, normal;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    font-weight: bold;
    font-size: 17px;
    line-height: 44px;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    text-shadow: 0 1px 0 #FFEC45;
    outline: none;
    position: relative;
    padding: 0 10px;
    white-space: nowrap;
    text-decoration: none
}

.PricingPage__PurchaseButton:hover {
    background-image: radial-gradient(ellipse at bottom, transparent 12%, rgba(255, 255, 255, .3) 15%), linear-gradient(180deg, #F0CD19 0%, #FCC125 100%);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.35);
}

.PricingPage__PurchaseButton:active {
    background-image: radial-gradient(ellipse at bottom, transparent 12%, rgba(255, 255, 255, .08) 15%), linear-gradient(180deg, #F0CD19 0%, #E19502 100%);
    ;
    box-shadow: none;
}

.PricingPage__TrialButton {
    background: linear-gradient(180deg, #5BBE04 0%, #47A603 100%);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 5px;

    text-shadow: 0 1px 0 #5BBE04;

    font-style: normal;
    font-weight: bold;

    color: #FFFFFF;
}

.PricingPage__Russian .PricingPage__TrialButton {
    font-size: 13px;
}

.PricingPage__TrialButton:hover {
    background: linear-gradient(180deg, #66CF0A 0%, #50B806 100%);
    
    text-shadow: 0 1px 0 #66CF0A;
}

.PricingPage__TrialButton:active {
    background: linear-gradient(180deg, #4C9D05 0%, #47A603 100%);

    text-shadow: 0 1px 0 #4C9D05;
}

