
<title>letsrock</title>
.gray_color {
	/*color: #979393;*/
	cursor: default;
}
.gray_color .check__inp:checked ~ .check__box {
    background: url(gray_check.png);
}
.deact {
    opacity: 0.5;
}
.modal a {
    outline: none;
}
.section_lk>div>p {
    text-align: center;
}
.btn_back {
    background: #ffffff;
}
.btn_back:hover {
    background: #0fd1ff;
}
.money_field {
    margin-bottom: 30px;
}
.notetext {
    color: green;
}
#errreg {
    color: red;
}
.rad_start {
    display: table;
    width: inherit;
}
.text-page {
    padding-top: 25px;
    padding-bottom: 25px;
}
.text-page p, .text-page li {
    font-weight: 100;
}
.text-page li {
    display: block;
    margin: 0 0 10px;
    line-height: 20px;
}
.text-page ul {
    padding: 0;
    list-style-type: none;
}
.text-page li:before {
    background-image: url(/static/img/png-sprite/96dpi/sprite.png);
    background-position: -43px -174px;
    width: 23px;
    height: 23px;
    background-repeat: no-repeat;
    content: '';
    -webkit-transform: translate(-50%, -50%) scale(0.76);
    transform: translate(-50%, -50%) scale(0.76);
    display: block;
    border-radius: 4px;
    margin: 9px -6px -3px 18px;
    float: left;
}
label.for_textarea {
  height: initial;
}

#regform .form__lab {
    height: 40px;
}
#regform .form__field {
    height: 40px;
}

.form__capcha2 {
    margin-bottom: 15px;
}

.modal_reg {
    max-width: 440px;
}

.tarif {
    transition: all .5s;
    background-color: white;
}

.tarif:hover {
    transform: scale(1.1);
    box-shadow: 0 0 3px 1px rgba(0,0,0,.1);
    z-index: 1;
}

.pricing__tbl-r:last-child .pricing__tbl-c {
    padding-top: 30px;
    border: none;
}

.menu {
    box-shadow: 0 0 1px 1px rgba(0,0,0,.1);
}

.menu__link {
    position: relative;
    display: inline-block;
}

.menu__link::before {
    position: absolute;
    left: 0; bottom: -2px;
    content: '';
    width: 0;
    height: 1px;
    background-color: #0fd1ff;
    transition: all .4s;
}

.menu__link:hover::before {
    padding-right: 100%;
}

.to-top {
    position: fixed;
    left: 50px; bottom: -100%;
    padding: 0;
    width: 75px; height: 75px;
    border: 3px solid #0fd1ff;
    border-radius: 50%;
    opacity: .2;
    transition: all .4s;
    cursor: pointer;
    background: rgba(255,255,255,.3);
    z-index: 10;
}

.to-top::before {
    position: absolute;
    left: 50%; top: 50%;
    -webkit-transform: translate(-50%,-50%) rotate(-45deg);
    -moz-transform: translate(-50%,-50%) rotate(-45deg);
    -ms-transform: translate(-50%,-50%) rotate(-45deg);
    -o-transform: translate(-50%,-50%) rotate(-45deg);
    transform: translate(-50%,-50%) rotate(-45deg);
    border-top: 3px solid #0fd1ff;
    border-right: 3px solid #0fd1ff;
    content: '';
    width: 12px; height: 12px;
}

.to-top:hover {
    opacity: 1;
}

@media (max-width: 768px) {
    .to-top {
        width: 40px; height: 40px;
    }
}

.to-top_show {
    bottom: 50px;
}

.to-top:focus {
    outline: none;
}

.form__capcha2 {
    position: relative;
}

.form__capcha2 .form__field {
    width: calc(100% - 180px);
}

#captcha_img {
    position: absolute;
    right: 0; top: 0;
    margin: 0 !important;
}

.btn:disabled, .btn.disabled {
    pointer-events: none;
    opacity: .1;
    background: #dfdfdf;
    border-color: #dfdfdf;
}

.tarif__price::after {
    display: none;
}

.tarif__price ~ i {
    font-size: 24px;
}

.pricing__price ~ i {
    font-size: 20px;
}

.user {
    display: inline-block;
    vertical-align: top;
    width: 640px;
    max-width: 100%;
}
.user__info {
    position: relative;
    /* padding-right: 15px; */
}
.user__info .edit {
    position: absolute;
    right: 0;
}
.user__name {
    font-size: 44px;
    max-width: 580px;
    padding-right: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.user__link {
    text-transform: none;
}
.edit {
    position: relative;
    top: 16px;
    margin: 0 0 0 5px;
    padding: 0;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    background-color: #0fd1ff;
    border: none;
}
.edit_s {
    top: 0;
    width: 17px;
    height: 17px;
    margin: 0;
}
.edit_s::before {
    -webkit-transform: translate(-50%, -50%) scale(0.5);
    transform: translate(-50%, -50%) scale(0.5);
}

.user__pic::before {
    display: none;
}

.text-page li.pricing__legend-i {
    position: relative;
    display: inline-block;
    padding-left: 44px;
    max-width: 115px;
    line-height: 1.615;
    margin-left: 35px;
}

.text-page li.pricing__legend-i::before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    content: '';
    margin: 0;
}

.text-page li.pricing__legend-i_check::before {
    background-image: url(../../../static/img/png-sprite/96dpi/sprite.png);
    background-position: -38px -168px;
    width: 33px;
    height: 33px;
    background-size: 274px, 239px;
    background-repeat: no-repeat;
}

.text-page li.pricing__legend-i_x::before {
    background-image: url(../../../static/img/png-sprite/96dpi/sprite.png);
    background-position: -75px -168px;
    width: 32px;
    height: 32px;
    background-size: 274px, 239px;
    background-repeat: no-repeat;
}

.pricing__legend-i {
    max-width: 300px;
}

.pricing__legend {
    top: -20px;
}

.ads__link {
    display: inline-block !important;
}

@media (max-width: 840px) {
    .pricing {
        overflow-x: scroll;
        width: 100vw;
        margin-left: -20px;
        padding-left: 20px;
        box-sizing: border-box;
    }
}

@media (max-width: 768px) {
    .edit_s {
        display: inline-block;
    }

    #next {
        margin-top: -30px;
    }

    #next .section__lst-i {
        padding-left: 30px;
    }

    #next .section__lst-i::before {
        position: absolute;
        left: 0; top: 8px;
        width: 8px; height: 8px;
        content: '';
        background: black;
        border-radius: 50%;
    }

    #regform .form__field {
        font-size: 16px;
    }

    #captcha_img {
        position: static;
        width: 100%;
    }

    .form__capcha2 .form__field {
        width: 100%;
    }

    .banner::before {
        height: 495px;
    }

    .banner__video-wrap {
        height: 495px;
    }

    .tarif:hover {
        transform: none;
    }
    .user {
        min-width: initial;
        display: block;
        width: 100%;
    }
    .user__name {
        font-size: 25px;
        padding-right: 20px;
    }
    .user__contract {
        display: block;
        margin: 0;
    }
    .user__link {
        margin: 0;
    }
    .edit {
        display: block;
        margin: 0;
        top: 0;
    }
    .edit_s {
        display: inline-block;
    }

}

@media (max-height: 400px) {
    .banner__inner {
        padding-top: 40vh;
    }
}

body>p {
    text-align: center;
    max-width: 980px;
    margin: 25px auto 5px;
}



@media (max-width: 450px) {
    .pay_type {
        margin-bottom: 10px;
        width: 100%;
    }
}





// 30.11.2017
.wrapper {
    display: table;
    width: 100%; min-height: 100%;
}

.wrapper__inner {
    display: table-row;
    height: 100%;
}

@media (max-width: 768px) {
    input, textarea, select {
        font-size: 16px !important;
    }
}