.summary, .summary-social {
    display: grid;
    grid-template-columns: auto 1fr 1fr;
    align-items: center;
    column-gap: 10px;
    position: fixed;
    z-index: 99999;
    width: 350px;
    top:25px;
    left:25px;
    font-size: 11px;
    line-height: 13px;
    background: #3A3A3A;
    padding: 15px;
     display: none; 
}
.summary input {
    text-align: right;
}
.summary-social {
    top: unset;
    bottom: 15px;
    grid-template-columns: auto 1fr;
     display: none; 
}
.end {
    width: 75%;
    padding: 125px 0;
}
    .end h2 {
        text-align: left;
        position: relative;
        font-size: 61px;
        line-height: 65px;
    }
    .end h2::before {
        content: "";
        position: absolute;
        left: -125px;
        width: 84px;
        height: 74px;
        background-repeat: no-repeat ;
    }
        .end h2.title-elements::before {
            background-image: url(../images/price/elements.svg);
        }
        .end h2.title-features::before {
            background-image: url(../images/price/features.svg);
        }
    .title-features {
        margin-top: 75px;
    }
.result {
    display: grid;
    grid-template-columns: 1fr auto;
    padding: 25px 0;
    text-align: left;
}
    .result p {
        margin-left: 5px;
    }
    .result .s_2_1 p, .result .s_8_1 p {
        display: none;
    }
    .result .logo-needed, .result .branding {
        margin-left: 0;
        display: none;
    }
    .result div {
        width: 100%;
        padding: 11px 0;
        font-size: 15px;
    }
    .result div:nth-child(even) {
        text-align: right;
    }
.s_3_1, .s_3_2,
.s_5_1, .s_5_2,
.s_6_1, .s_6_2,
.s_7_1, .s_7_2,
.s_10_1, .s_10_2,
.s_11_1, .s_11_2 {
    display: none;
}
.s_12_1, .s_12_2, .s_13_1, .s_13_2 {
    margin-top: 10px;
    font-weight: bold;
}
.end-total {
    font-size: 25px !important;
    color: white;
    font-weight: bold;
    margin-top: 15px;
}
.offer {
    grid-column: 1/3;
}
input[type=submit] {
    margin-top: 45px;
}
input[type=text],
.captcha-wrapp {
    max-width: 650px;
}
.captcha-wrapp {
    margin-left: 0;
}
.not-show {
    display: none;
}
.do-show {
    display: inline-block !important;
}
.inner.price {
    height: 100%;
}
.inner.price .content {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}
.inner.price .mask {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(13, 100%);
    position: relative;
}
.mask div:not(.options):not(.options div):not(.end):not(.end div):not(.scale):not(.scale div) {
    width: 90%;
    padding-top: 154px;
    text-align: center;
    padding-bottom: 145px;
}
.mask .options {
    width: fit-content;
    width: -moz-fit-content;
    display: grid;
    column-gap: 50px;
    margin: 25px auto 75px auto;
}
.mask .options.o_1,
.mask .options.o_3,
.mask .options.o_5,
.mask .options.o_6,
.mask .options.o_7,
.mask .options.o_10 {
    grid-template-columns: repeat(2, 15vw);
}
.mask .options.o_2,
.mask .options.o_4,
.mask .options.o_8  {
    grid-template-columns: repeat(4, 15vw);
}
.mask .options.o_11  {
    grid-template-columns: repeat(3, 15vw);
}
.mask .options div {
    width: 100%;
    height: 288px;
    padding: 0;
    margin-left: auto;
    margin-bottom: 15px;
    cursor: pointer;
    transition: 250ms;
    position: relative;
}
.mask .options div:hover, .mask .options div.active {
    background: #3A3A3A;
    box-shadow: 1px 1px 20px 10px rgba(0, 0, 0, 0.1);
}
.mask button {
    margin: 0 7px;
}
.mask h1:not(.start h1) {
    padding-left: 185px;
    font-size: 61px;
    line-height: 65px;
    position: relative;
    min-height: 200px;
    text-align: left;
}
.mask .start h1::after,
.mask .start h1::before {
    display: none;
}
.mask .start p {
    font-size: 19px;
    margin: 75px auto 110px auto;
    max-width: 725px;
}
.mask div h1::after {
    content: "/11";
    font-family: 'Merriweather', serif;
    font-weight: 900;
    font-size: 61px;
    line-height: 65px;
    color: rgba(255,255,255,.7);
    position: absolute;
    top: 0;
    left: 70px;
}
.mask div h1::before {
    font-family: 'Merriweather', serif;
    font-weight: 900;
    font-size: 61px;
    line-height: 65px;
    color: white;
    position: absolute;
    top: 0;
    left: 35px;
}
.mask div:nth-child(2) h1::before {
    content: "1";
}
.mask div:nth-child(3) h1::before {
    content: "2";
}
.mask div:nth-child(4) h1::before {
    content: "3";
}
.mask div:nth-child(5) h1::before {
    content: "4";
}
.mask div:nth-child(6) h1::before {
    content: "5";
}
.mask div:nth-child(7) h1::before {
    content: "6";
}
.mask div:nth-child(8) h1::before {
    content: "7";
}
.mask div:nth-child(9) h1::before {
    content: "8";
}
.mask div:nth-child(10) h1::before {
    content: "9";
}
.mask div:nth-child(11) h1::before {
    content: "10";
    left: 5px;
}
.mask div:nth-child(12) h1::before {
    content: "11";
    left: 5px;
}
.mask._1 {
    transform: translateX(-100%);
}
.mask._2 {
    transform: translateX(-200%);
}
.mask._3 {
    transform: translateX(-300%);
}
.mask._4 {
    transform: translateX(-400%);
}
.mask._5 {
    transform: translateX(-500%);
}
.mask._6 {
    transform: translateX(-600%);
}
.mask._7 {
    transform: translateX(-700%);
}
.mask._8 {
    transform: translateX(-800%);
}
.mask._9 {
    transform: translateX(-900%);
}
.mask._10 {
    transform: translateX(-1000%);
}
.mask._11 {
    transform: translateX(-1100%);
}
.mask._12 {
    transform: translateX(-1200%);
}
/* buttons */
.options div::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 288px;
    background-repeat: no-repeat;
    background-position-y: 55px;
    background-position-x: center;
}
.options div::after {
    position: absolute;
    top: 185px;
    left: 50%;
    transform: translate(-50%);
    width: 200px;
}
.o_1_1::before {
    background-image: url(../images/price/1_1.svg);
}
.o_1_1::after {
    content: "Existing";
}
.o_1_2::before {
    background: url(../images/price/1_2.svg);
}
.o_1_2::after {
    content: "New";
}
.o_2_1::before {
    background-image: url(../images/price/2_1.svg);
}
.o_2_1::after {
    content: "Mobile";
}
.o_2_2::before {
    background: url(../images/price/2_2.svg);
}
.o_2_2::after {
    content: "Web";
}
.o_2_3::before {
    background-image: url(../images/price/2_3.svg);
}
.o_2_3::after {
    content: "Desktop";
}
.o_2_4::before {
    background: url(../images/price/2_4.svg);
}
.o_2_4::after {
    content: "Not sure";
}
.o_3_1::before {
    background-image: url(../images/price/3_1.svg);
}
.o_3_1::after {
    content: "Only software";
}
.o_3_2::before {
    background: url(../images/price/3_2.svg);
}
.o_3_2::after {
    content: "Connected to hardware";
}
.options.o_4 div::before {
    background-size: 106px;
}
.options.o_9 {
    width: 75vw;
    height: 303px;
    align-items: center;
    position: relative;
}
.options.o_9 div::before, .options.o_9 div::after {
    display: none;
}
.o_4_1::before {
    background-image: url(../images/price/apps/generis.png);
}
.o_4_1::after {
    content: "Generis";
}
.o_4_2::before {
    background-image: url(../images/price/apps/teladoc.png);
}
.o_4_2::after {
    content: "Teladoc";
}
.o_4_3::before {
    background-image: url(../images/price/apps/betterhelp.png);
}
.o_4_3::after {
    content: "Better Help";
}
.o_4_4::before {
    background-image: url(../images/price/apps/mdacne.png);
}
.o_4_4::after {
    content: "MDacne";
}
.o_4_5::before {
    background-image: url(../images/price/apps/leafly.png);
}
.o_4_5::after {
    content: "Leafly";
}
.o_4_6::before {
    background-image: url(../images/price/apps/mysugr.png);
}
.o_4_6::after {
    content: "MySugr";
}
.o_4_7::before {
    background-image: url(../images/price/apps/eyecare.png);
}
.o_4_7::after {
    content: "EyeCare";
}
.o_4_8::before {
    background-image: url(../images/price/apps/heal.png);
}
.o_4_8::after {
    content: "Heal";
}
.o_5_1::before, .o_6_1::before, .o_7_1::before, .o_10_1::before {
    background-image: url(../images/price/yes.svg);
}
.o_5_1::after, .o_6_1::after, .o_7_1::after, .o_10_1::after {
    content: "Yes";
}
.o_5_2::before, .o_6_2::before, .o_7_2::before, .o_10_2::before {
    background: url(../images/price/no.svg);
}
.o_5_2::after, .o_6_2::after, .o_7_2::after, .o_10_2::after {
    content: "No";
}
.o_8_1::before {
    background-image: url(../images/price/8_1.svg);
}
.o_8_1::after {
    content: "Images";
}
.o_8_2::before {
    background: url(../images/price/8_2.svg);
}
.o_8_2::after {
    content: "Video";
}
.o_8_3::before {
    background: url(../images/price/8_3.svg);
}
.o_8_3::after {
    content: "Audio";
}
.o_8_4::before {
    background: url(../images/price/8_4.svg);
}
.o_8_4::after {
    content: "Documents";
}
.o_11_1::before {
    background-image: url(../images/price/11_1.svg);
}
.o_11_1::after {
    content: "I need logo";
}
.o_11_2::before {
    background: url(../images/price/11_2.svg);
}
.o_11_2::after {
    content: "I need \A full branding";
    white-space: pre;
}
.o_11_3::before {
    background: url(../images/price/11_3.svg);
}
.o_11_3::after {
    content: "No";
}
.mask .options .scale {
    height: 22px;
    margin-bottom: 0;
}
.mask .options .scale div {
    height: 22px;
    margin-bottom: 0;
    margin-left: -4vw;
}
.mask .options .scale:hover, .mask .options .scale div:hover {
    background: none;
    box-shadow: none;
}
.starrr {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    align-items: center;
}
    .starrr a {
      cursor: pointer;
      width: 100%;
      height: 100%;
      position: relative;
    }
.options.o_9::after, .options.o_9::before {
    content: "Ready components";
    position: absolute;
    font-size: 17px;
    line-height: 21px;
    text-align: center;
    top: 50%;
    left: 0;
    transform: translate(0, 25px);
    color: white;
    max-width: 125px;
}
.options.o_9::before {
    content: "Totaly custom UI";
    left: unset;
    right: -62px;
    transform: translate(-4vw, 25px);
}
.scale input {
    display: none;
}
.r-empty::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #ABABAB;
}
.r-empty::after {
    content: "";
    position: absolute;
    top: 6px;
    right: 0;
    width: 10px;
    height: 10px;
    background: #ABABAB;
    border-radius: 100%;
}
.r-full::before {
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    width: 100%;
    height: 4px;
    background: white;
}
.r-full::after {
    content: "";
    position: absolute;
    top: 0;
    right: -7px;
    width: 22px;
    height: 22px;
    background: white;
    border-radius: 100%;
    z-index: 99;
}
.starrr a:first-child::before {
    display: none;
}
@media only screen and (max-width: 1111px) {
    .mask h1:not(.start h1) {
        padding-top: 0;
        font-size: 41px;
        line-height: 45px;
        padding-left: 135px;
        min-height: 150px;
    }
    .start h1, .end h2 {
        padding-top: 0;
        font-size: 41px;
        line-height: 45px;
    }
    .end h2::before {
        background-size: 40%;
        margin: 0;
        left: -50px;
        top: 5px;
    }
    .result {
        padding: 25px 0 0 0 !important;
    }
    .result div {
        padding: 7px 0 !important;
    }
    input[type=submit] {
        margin-bottom: 45px;
    }
    .mask div h1::before, .mask div h1::after {
        font-size: 41px;
        line-height: 45px;
    }
    .mask div h1::after {
        left: 55px;
    }
    .mask .options div {
        height: 200px;
    }
    .options div::before {
        background-size: 45%;
        height: 200px;
        background-position-y: 30px;
    }
    .options div::after {
        font-size: 15px;
        line-height: 19px;
        top: 135px;
        width: 100%;
    }
    .options.o_4 div::before {
        background-size: 50%;
    }
    button, input[type=submit] {
        min-width: 213px;
        height: 45px;
        font-size: 13px;
    }
    button.negative {
        border: 2px solid #007aff;
    }
    .options.o_9 {
        height: 203px;
    }
    .mask div:not(.options) {
        padding: 75px 0;
    }
}
@media only screen and (max-width: 800px) {
    .start img {
        width: 125px;
    }
    .end-total {
        font-size: 17px !important;
    }
    .mask .start p {
        font-size: 15px;
        line-height: 23px;
        margin: 50px auto 80px auto;
    }
    .mask h1:not(.start h1) {
        padding-top: 50px;
        font-size: 31px;
        line-height: 35px;
        padding-left: 0;
        text-align: center;
        min-height: unset;
        padding-bottom: 25px;
    }
    .mask .options {
        margin: 25px auto;
    }
    .mask div h1::before, .mask div h1::after {
        font-size: 31px;
        line-height: 35px;
    }
    .mask div h1::after {
        left: 50%;
    }
    .mask div h1::before {
        left: 50%;
        transform: translate(-20px);
    }
    .mask div:not(.options) {
        padding-top: 125px;
    }
    .options div::before, .mask .options div {
        height: 150px;
    }
    .mask div:not(.options) {
        padding-bottom: 0;
    }
    .options div::after {
        top: 105px;
    }
    .scale, .starrr {
        padding: 0 !important;
    }
    .options.o_9::after {
        left: -25px;
    }
    .options.o_9::after, .options.o_9::before {
        font-size: 13px;
        max-width: 75px;
        right: -40px;
    }
    .mask div:nth-child(11) h1::before, .mask div:nth-child(12) h1::before {
        left: 50%;
        transform: translate(-35px);
    }
    .mask .options.o_1, .mask .options.o_3, .mask .options.o_5, .mask .options.o_6, .mask .options.o_7, .mask .options.o_10,
    .mask .options.o_2, .mask .options.o_8, .mask .options.o_4 {
        grid-template-columns: 100px 100px;
        column-gap: 25px;
    }
    .options div::before, .options.o_4 div::before {
        background-size: 55px;
    }
    button, input[type=submit] {
        min-width: unset;
        width: 125px;
    }
    .options div::after {
        font-size: 13px;
    }
    .o_11_2::after {
        content: "I need full branding";
        white-space: unset;
    }
    .mask h1:not(.start h1) {
        padding-bottom: 0;
    }
}