.reg-form {
    position: relative;
}
.reg-form-form {
    display: block;
    border: none;
    position: relative;
}



.reg-form-bg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}
.reg-form-bg-img {
        position: absolute;
    left: -10px;
    top: -10px;
    right: -10px;
    bottom: -10px;

    background: url('/site/rp/reg/img/cover/Ogise0JyXGk.1500.jpg') no-repeat center center;
    -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;     -webkit-filter: blur(5px);
-moz-filter: blur(5px);
-o-filter: blur(5px);
-ms-filter: blur(5px);
filter: blur(5px);}
.reg-form-w {
    display: table;
    position: relative;
    padding: 0 30px;
    margin: 40px auto 60px auto;
    -webkit-transition: padding .3s ease, margin .3s ease;
-moz-transition: padding .3s ease, margin .3s ease;
-ms-transition: padding .3s ease, margin .3s ease;
-o-transition: padding .3s ease, margin .3s ease;
transition: padding .3s ease, margin .3s ease;
}

.reg-form-h1 {
    font-size: 72px;
    line-height: 100%;
    font-weight: bold;
    text-transform: none;
    color: #ffffff;
    margin: 25px 0;
    text-align: center;
    -webkit-transition: font-size .3s ease, margin .3s ease;
-moz-transition: font-size .3s ease, margin .3s ease;
-ms-transition: font-size .3s ease, margin .3s ease;
-o-transition: font-size .3s ease, margin .3s ease;
transition: font-size .3s ease, margin .3s ease;
}

@media (max-width: 810px) {     .reg-form-h1 {
        /*72*/ font-size: 65px;
    }
}
@media (max-width: 480px) {     .reg-form-h1 {
        /*72*/ font-size: 58px;
    }
}



.reg-form-item {
    display: table;
    margin: 0 auto;
    -webkit-transition: padding .3s ease, margin .3s ease;
-moz-transition: padding .3s ease, margin .3s ease;
-ms-transition: padding .3s ease, margin .3s ease;
-o-transition: padding .3s ease, margin .3s ease;
transition: padding .3s ease, margin .3s ease;
}

.reg-form-select,
.reg-form-input {
    padding: 60px 0;
}

.reg-form-select.-multiple {
    width: 100%;
}

.reg-form-select .form-field-select {
    text-align: center;
}
.reg-form-select .form-select {}


.reg-form-select .form-select.-multiple {
    padding: 11px 0;
}
.reg-form-select .form-select.-multiple OPTION {
    padding: 3px;
}

.reg-form-number {
    padding: 10px 0;
}


.reg-form-checkbox,
.reg-form-button {
    padding: 30px 0;
}


.reg-form .form-select,
.reg-form .form-select-date,
.reg-form .form-label,
.reg-form .form-input {
    color: #393a3c;
    font-size: 30px;
    line-height: 37px;
    -webkit-transition: font-size .3s ease, line-height .3s ease;
-moz-transition: font-size .3s ease, line-height .3s ease;
-ms-transition: font-size .3s ease, line-height .3s ease;
-o-transition: font-size .3s ease, line-height .3s ease;
transition: font-size .3s ease, line-height .3s ease;
}
.reg-form .form-label {
    white-space: nowrap;
    }

.reg-form-button .button .button-text {
    font-size: 30px;
    line-height: 37px;
}


.reg-form .-labelAfter .form-label A,
.reg-form .-labelAfter .form-label,
.reg-form-label .form-label {
    font-size: 24px;
    color: #ffffff;
    -webkit-transition: font-size .3s ease;
-moz-transition: font-size .3s ease;
-ms-transition: font-size .3s ease;
-o-transition: font-size .3s ease;
transition: font-size .3s ease;
}
.reg-form .-labelAfter .form-label A {
    text-decoration: none;
}

.reg-form-label .form-label {
    display: table;
    margin: 0 auto;
    margin-bottom: 30px;
    -webkit-transition: margin .3s ease;
-moz-transition: margin .3s ease;
-ms-transition: margin .3s ease;
-o-transition: margin .3s ease;
transition: margin .3s ease;
}

.reg-form .form-select OPTION {
    font-size: 24px;
    -webkit-transition: font-size .3s ease;
-moz-transition: font-size .3s ease;
-ms-transition: font-size .3s ease;
-o-transition: font-size .3s ease;
transition: font-size .3s ease;
}

.reg-form .form-select option:disabled {
    font-weight: bold;
    color: #595959;
}

.reg-form-item.-warn .form-label {
    color: #b34e4d;
}

.reg-form .form-item {
    position: relative;
}

.reg-form .form-field {
    padding: 30px 70px;
    background-color: #ffffff;
    border: 3px solid #ffffff;
    -moz-border-radius: 52px;
-webkit-border-radius: 52px;
border-radius: 52px;    -webkit-transition: padding .3s ease, border-color .3s ease, border-width .3s ease, border-radius .3s ease;
-moz-transition: padding .3s ease, border-color .3s ease, border-width .3s ease, border-radius .3s ease;
-ms-transition: padding .3s ease, border-color .3s ease, border-width .3s ease, border-radius .3s ease;
-o-transition: padding .3s ease, border-color .3s ease, border-width .3s ease, border-radius .3s ease;
transition: padding .3s ease, border-color .3s ease, border-width .3s ease, border-radius .3s ease;
}

.reg-form .form-field {
    border-color: #e62d39;
}

.reg-form-item.-expanded {
    position: relative;
    z-index: 25;
}
.reg-form-item.-expanded .form-field {
    -moz-border-radius-topleft: 52px; -moz-border-radius-topright: 52px; -moz-border-radius-bottomright: 0; -moz-border-radius-bottomleft: 0;
-webkit-border-top-left-radius: 52px; -webkit-border-top-right-radius: 52px; -webkit-border-bottom-right-radius: 0; -webkit-border-bottom-left-radius: 0;
border-top-left-radius: 52px; border-top-right-radius: 52px; border-bottom-right-radius: 0; border-bottom-left-radius: 0;    -webkit-transition: padding .3s ease, border-color .3s ease, border-width .3s ease, border-radius 0s;
-moz-transition: padding .3s ease, border-color .3s ease, border-width .3s ease, border-radius 0s;
-ms-transition: padding .3s ease, border-color .3s ease, border-width .3s ease, border-radius 0s;
-o-transition: padding .3s ease, border-color .3s ease, border-width .3s ease, border-radius 0s;
transition: padding .3s ease, border-color .3s ease, border-width .3s ease, border-radius 0s;
}

.reg-form .form-item.-ok .form-field {
    border-color: #458746;
}


.reg-form .form-item.-busy .form-field {
    color: ;
-webkit-animation: stripes-move-1 750ms infinite linear; -moz-animation: stripes-move-1 750ms infinite linear; -o-animation: stripes-move-1 750ms infinite linear; animation: stripes-move-1 750ms infinite linear;

 background-image: -moz-linear-gradient(-45deg,rgba(57,58,60,0.2) 25%,rgba(255, 255, 255, 1) 25%,rgba(255, 255, 255, 1) 50%,rgba(57,58,60,0.2) 50%,rgba(57,58,60,0.2) 75%,rgba(255, 255, 255, 1) 75%,rgba(255, 255, 255, 1)); background-image: -webkit-linear-gradient(-45deg,rgba(57,58,60,0.2) 25%,rgba(255, 255, 255, 1) 25%,rgba(255, 255, 255, 1) 50%,rgba(57,58,60,0.2) 50%,rgba(57,58,60,0.2) 75%,rgba(255, 255, 255, 1) 75%,rgba(255, 255, 255, 1)); background-image: -o-linear-gradient(-45deg,rgba(57,58,60,0.2) 25%,rgba(255, 255, 255, 1) 25%,rgba(255, 255, 255, 1) 50%,rgba(57,58,60,0.2) 50%,rgba(57,58,60,0.2) 75%,rgba(255, 255, 255, 1) 75%,rgba(255, 255, 255, 1)); background-image: -ms-linear-gradient(-45deg,rgba(57,58,60,0.2) 25%,rgba(255, 255, 255, 1) 25%,rgba(255, 255, 255, 1) 50%,rgba(57,58,60,0.2) 50%,rgba(57,58,60,0.2) 75%,rgba(255, 255, 255, 1) 75%,rgba(255, 255, 255, 1)); background-image: linear-gradient(45deg,rgba(57,58,60,0.2) 25%,rgba(255,255,255,1) 25%,rgba(255,255,255,1) 50%,rgba(57,58,60,0.2) 50%,rgba(57,58,60,0.2) 75%,rgba(255,255,255,1) 75%,rgba(255,255,255,1));  
-webkit-background-size: 10px 10px; -moz-background-size: 10px 10px; -o-background-size: 10px 10px; background-size: 10px 10px; 
    -webkit-transition: background 500ms;
-moz-transition: background 500ms;
-ms-transition: background 500ms;
-o-transition: background 500ms;
transition: background 500ms;
}
@-webkit-keyframes stripes-move-1 { 0% { background-position: 0 0 }100% { background-position: 50px 0 } } @-moz-keyframes stripes-move-1 { 0% { background-position: 0 0 }100% { background-position: 50px 0 } } @-o-keyframes stripes-move-1 { 0% { background-position: 0 0 }100% { background-position: 50px 0 } } @keyframes stripes-move-1 { 0% { background-position: 0 0 }100% { background-position: 50px 0 } }

.reg-form .form-field-number {
    position: relative;
    display: table;
    margin: 0 auto;
}
.reg-form .form-field-number .form-input {
    width: 55px;
    text-align: center;
    position: relative;
    right: -8px;
    -webkit-transition: width .3s ease;
-moz-transition: width .3s ease;
-ms-transition: width .3s ease;
-o-transition: width .3s ease;
transition: width .3s ease;
}

    .-mobile .reg-form .form-field-number .form-input {
        right: 0;
    }


.reg-form .form-number-icon {
    position: absolute;
    top: 34px;
    -outline: 1px dashed red;
    cursor: pointer;
    -webkit-transition: top .3s ease;
-moz-transition: top .3s ease;
-ms-transition: top .3s ease;
-o-transition: top .3s ease;
transition: top .3s ease;
}
.reg-form .form-number-icon IMG {
    width: 27px;
    -webkit-transition: width .3s ease;
-moz-transition: width .3s ease;
-ms-transition: width .3s ease;
-o-transition: width .3s ease;
transition: width .3s ease;
}

.reg-form .form-number-icon:active {
    margin-top: 1px;
}

.reg-form .form-number-icon.icon-dec {
    right: 100%;
    margin-right: 10px; }
.reg-form .form-number-icon.icon-inc {
    left: 100%;
    margin-left: 10px;
}

.reg-form .form-field-checkbox {
    display: table;
    margin: 0 auto;
    text-align: center;
}
.reg-form .form-checkbox-icon {
    display: inline-block;
    border: 2px solid #ffffff;
    -moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;    padding: 1px 3px;
    cursor: pointer;
    margin-right: 35px;
    position: relative;
    top: 3px;
    -webkit-transition: border-color .3s ease, margin-right .3s ease, top .3s ease;
-moz-transition: border-color .3s ease, margin-right .3s ease, top .3s ease;
-ms-transition: border-color .3s ease, margin-right .3s ease, top .3s ease;
-o-transition: border-color .3s ease, margin-right .3s ease, top .3s ease;
transition: border-color .3s ease, margin-right .3s ease, top .3s ease;
}
.reg-form .form-item-checkbox .form-label {
    cursor: pointer;
    white-space: normal;
}
.reg-form .form-item-checkbox .form-input {
    display: none;
}

.reg-form .form-item-checkbox.-warn .form-checkbox-icon {
    border-color: #b34e4d;
}

.reg-form .form-checkbox-icon IMG {
    opacity: 0;
    width: 27px;
    -webkit-transition: opacity .3s ease, width .3s ease;
-moz-transition: opacity .3s ease, width .3s ease;
-ms-transition: opacity .3s ease, width .3s ease;
-o-transition: opacity .3s ease, width .3s ease;
transition: opacity .3s ease, width .3s ease;
}

.reg-form .-hasValue .form-checkbox-icon IMG {
    opacity: 1;
}


.reg-form .form-item.-labelInside .form-field {
    position: relative;
}

.reg-form .form-input-pos {
    -outline: 1px dashed lightseagreen;
}

.reg-form .form-item.-labelInside .form-input-pos {
    display: block;
    position: absolute;
    left: 50px;
    top: 30px;
    right: 50px;
    bottom: 30px;
}
.reg-form .form-item-select.-labelInside .form-input-pos  {
    left: 47px;
}


.reg-form .form-item.-labelInside .form-input-pos .form-input,
.reg-form .form-item.-labelInside .form-input-pos .form-select {
    width: 100%;
}

.reg-form .form-item.-labelInside .form-input-pos {

}
.reg-form-dlabel .form-label {
    display: block;
    position: relative;
    text-align: center;

    padding-right: 2px;
    -webkit-transition: transform .3s cubic-bezier(0.075,0.82,0.165,1);
-moz-transition: transform .3s cubic-bezier(0.075,0.82,0.165,1);
-ms-transition: transform .3s cubic-bezier(0.075,0.82,0.165,1);
-o-transition: transform .3s cubic-bezier(0.075,0.82,0.165,1);
transition: transform .3s cubic-bezier(0.075,0.82,0.165,1);

    -webkit-transform-origin: left; -moz-transform-origin: left; -o-transform-origin: left; -ms-transform-origin: left; transform-origin: left;    -webkit-transform: scale(1) translateX(0px) translateY(0px); -moz-transform: scale(1) translateX(0px) translateY(0px); -o-transform: scale(1) translateX(0px) translateY(0px); -ms-transform: scale(1) translateX(0px) translateY(0px); transform: scale(1) translateX(0px) translateY(0px);}

.reg-form-dlabel.-hasValue .form-label {
        -webkit-transform: scale(0.45) translateX(5px) translateY(-66px); -moz-transform: scale(0.45) translateX(5px) translateY(-66px); -o-transform: scale(0.45) translateX(5px) translateY(-66px); -ms-transform: scale(0.45) translateX(5px) translateY(-66px); transform: scale(0.45) translateX(5px) translateY(-66px);    font-weight: 600;
    text-align: left;
}
.reg-form .form-item .form-icons {
    position: absolute;
    right: 33px;
    top: 50%;
    margin-top: -11px;
    z-index: 100;
}
.reg-form .form-icon {
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: opacity .3s ease;
-moz-transition: opacity .3s ease;
-ms-transition: opacity .3s ease;
-o-transition: opacity .3s ease;
transition: opacity .3s ease;
}
.reg-form .form-icon IMG {
    width: 20px;
    position: relative;
    -webkit-transition: width .3s ease, opacity .3s ease;
-moz-transition: width .3s ease, opacity .3s ease;
-ms-transition: width .3s ease, opacity .3s ease;
-o-transition: width .3s ease, opacity .3s ease;
transition: width .3s ease, opacity .3s ease;
}


.reg-form .form-item .info-icons {
    position: absolute;
    left: 43px;
    right: auto;
    top: 50%;
    margin-top: -11px;
    z-index: 50;
    display: none;
}
.reg-form .form-item.-info .info-icons {
     display: block;
}

.reg-form .form-field-number .form-icons {
    right: 29px;
}

        .reg-form .form-item-checkbox .form-icons  {
        position: relative;
        left: -25px;
        top: -5px;
        right: auto;
    }
    .reg-form .form-item-checkbox .form-icon  {
        left: 0;
        top: 0;
        right: auto;
    }


.reg-form .form-icon.icon-warn IMG {
    top: 2px;
}
.reg-form .form-icon.icon-info IMG {
    top: 1px;
}

.reg-form .form-item .info-icons .form-icon,
.reg-form .form-item.-warn .form-icon.icon-warn,
.reg-form .form-item.-ok .form-icon.icon-ok {
    opacity: 1;
    z-index: 20;
}

.form-icon.hint--bottom-left:before {
    left: 3px
}
.form-icon.hint--bottom-left:after {
    left: 10px
}






.reg-form-item [class*="hint--"]:after {
    padding: 11px;
    font-size: 18px;
}


.reg-form .form-field-select .form-label {
    padding-right: 16px;
}

.reg-form-parentName .form-item {
    min-width: 690px;
}


.reg-form-tel .form-field {
    width: 257px;
}

.reg-form-tel .form-icon {
    margin-right: 7px;
}

.reg-form-cover {
    background-color: rgba(255,255,255,0.2);
    position: absolute;
    z-index: 400;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.reg-form-thanks-wo {
    position: fixed;
    z-index: 500;
    width: 100%;
    top: 40%;
    left: 0;
}


.reg-form-cover,
.reg-form-thanks-wo {
    display: none;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
-moz-transition: opacity .3s ease;
-ms-transition: opacity .3s ease;
-o-transition: opacity .3s ease;
transition: opacity .3s ease;
}
.reg-form.-overlayMsg .reg-form-cover,
.reg-form.-overlayMsg .reg-form-thanks-wo {
    display: block;
    opacity: 1;
}

.reg-form-thanks {
    position: relative;
    display: table;
    margin: 0 auto;
    background-color: rgba(77,118,153,0.95);
    -moz-box-shadow: 0px 9px 15.3px 2.7px rgba(57, 58, 60, 0.28); -webkit-box-shadow: 0px 9px 15.3px 2.7px rgba(57, 58, 60, 0.28); box-shadow: 0px 9px 15.3px 2.7px rgba(57, 58, 60, 0.28);     -moz-border-radius-topleft: 28px; -moz-border-radius-topright: 29px; -moz-border-radius-bottomright: 28px; -moz-border-radius-bottomleft: 29px;
-webkit-border-top-left-radius: 28px; -webkit-border-top-right-radius: 29px; -webkit-border-bottom-right-radius: 28px; -webkit-border-bottom-left-radius: 29px;
border-top-left-radius: 28px; border-top-right-radius: 29px; border-bottom-right-radius: 28px; border-bottom-left-radius: 29px;    max-width: 710px;
    min-height: 240px;
    padding: 36px;
    -webkit-transition: padding .3s ease, width .3s ease, height .3s ease, border-radius .3s ease;
-moz-transition: padding .3s ease, width .3s ease, height .3s ease, border-radius .3s ease;
-ms-transition: padding .3s ease, width .3s ease, height .3s ease, border-radius .3s ease;
-o-transition: padding .3s ease, width .3s ease, height .3s ease, border-radius .3s ease;
transition: padding .3s ease, width .3s ease, height .3s ease, border-radius .3s ease;
}
.reg-form-thanks-w {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.reg-form-thanks * {
    color: #ffffff;
    line-height: 110%;
}
.reg-form-thanks-title {
    padding-bottom: 20px;
}

.reg-form-thanks-title, .reg-form-thanks-title * {
    font-size: 48px;
    -webkit-transition: font-size .3s ease;
-moz-transition: font-size .3s ease;
-ms-transition: font-size .3s ease;
-o-transition: font-size .3s ease;
transition: font-size .3s ease;
}
.reg-form-thanks-text, .reg-form-thanks-text * {
    font-size: 36px;
    -webkit-transition: font-size .3s ease;
-moz-transition: font-size .3s ease;
-ms-transition: font-size .3s ease;
-o-transition: font-size .3s ease;
transition: font-size .3s ease;
}
.reg-form-thanks ._parentName {
    text-transform: capitalize;
    display: block;
}
.reg-form-thanks ._parentName:after {
    content: ',';
}

BUTTON.reg-form-thanks-close {
    background: none; border: none; outline: none;
    margin: 0; padding: 0;
}
A.reg-form-thanks-close {
    text-decoration: none;
}

.reg-form-thanks-close {
    position: absolute;
        top: 36px;
    right: 36px;
    cursor: pointer;
    -webkit-transition: top .3s ease, right .3s ease;
-moz-transition: top .3s ease, right .3s ease;
-ms-transition: top .3s ease, right .3s ease;
-o-transition: top .3s ease, right .3s ease;
transition: top .3s ease, right .3s ease;
}
.reg-form-thanks-close-ghost {
    display: inline-block;
    float: right;
    width: 22px;
    height: 22px;
    -outline: 1px solid saddlebrown;
}
/* MEDIA QUERIES */

@media (max-width: 810px) {
        /*dec(f: 20%, s: 40%)*/
        
.reg-form-w {
    
    /*0 30*/ padding: 0px 18px;
    /*40*/ margin-top: 24px;
    /*60*/ margin-bottom: 36px;
}
.reg-form-h1 {
    
    /*72*/ font-size: 58px;
    /*25 0*/ margin: 15px 0px;
}

.reg-form-select, .reg-form-input {
    
    /*60 0*/ padding: 36px 0px;
}
.reg-form-checkbox, .reg-form-button {
    
    /*30 0*/ padding: 18px 0px;
}

.reg-form .form-select, .reg-form .form-label, .reg-form .form-input, .reg-form-button .button .button-text {
    
    /*30*/ font-size: 24px;
    /*37*/ line-height: 30px;
}
.reg-form .-labelAfter .form-label A, .reg-form .-labelAfter .form-label, .reg-form-label .form-label, .reg-form .form-select-date OPTION, .reg-form .form-select OPTION {
    
    /*24*/ font-size: 19px;
}
.reg-form .-labelAfter .form-label A {
    background: url('data:image/gif;base64,R0lGODdhAQABAIAAAPz+/AAAACwAAAAAAQABAAACAkQBADs=') repeat-x 0px 19px;
}
.reg-form-label .form-label {
    
    /*30*/ margin-bottom: 18px;
}

.reg-form .form-field {
    padding: 18px 42px;
        border-width: 2px;
}

.reg-form .form-field {
    -moz-border-radius: 35px;
-webkit-border-radius: 35px;
border-radius: 35px;}
.reg-form-item.-expanded .form-field {
    -moz-border-radius-topleft: 35px; -moz-border-radius-topright: 35px; -moz-border-radius-bottomright: 0; -moz-border-radius-bottomleft: 0;
-webkit-border-top-left-radius: 35px; -webkit-border-top-right-radius: 35px; -webkit-border-bottom-right-radius: 0; -webkit-border-bottom-left-radius: 0;
border-top-left-radius: 35px; border-top-right-radius: 35px; border-bottom-right-radius: 0; border-bottom-left-radius: 0;}

.reg-form .form-checkbox-icon IMG,
.reg-form .form-number-icon IMG {
    width: 17px;
}
.reg-form .form-number-icon {
    top: 27px;
}

.reg-form .form-checkbox-icon {
    margin-right: 15px;
    top: 0px;
}

.reg-form .form-item.-labelInside .form-input-pos {
    left: 30px;
    top: 21px;
    right: 30px;
    bottom: 18px;
}
.reg-form .form-item-select.-labelInside .form-input-pos  {
    left: 27px;
}

.reg-form-dlabel.-hasValue .form-label {
    -webkit-transform: scale(0.6) translateX(3px) translateY(-32px); -moz-transform: scale(0.6) translateX(3px) translateY(-32px); -o-transform: scale(0.6) translateX(3px) translateY(-32px); -ms-transform: scale(0.6) translateX(3px) translateY(-32px); transform: scale(0.6) translateX(3px) translateY(-32px);}
.reg-form .form-icon IMG {
    width: 16px;
}
.reg-form .form-item .form-icons {
    right: 18px;
    margin-top: -9px;
}
.reg-form .form-item .info-icons {
    /*left: 34px; /* выставляется в ручную*/
    margin-top: -9px;
}
.reg-form .form-field-number .form-icons {
    right: 14px;
}
.reg-form .form-icon.icon-warn IMG {
    -top: 0px;
}
.reg-form .form-icon.icon-info IMG {
    -top: 0px;
}
.form-icon.hint--bottom-left:before {
    left: 1px
}

.form-icon.hint--bottom-left:after {
    left: 8px
}



.reg-form-parentName .form-item {
    
    /*690*/ min-width: 414px;
}
.reg-form-thanks {
    
    /*36*/ padding: 22px;
    /*710*/ max-width: 426px;
    /*240*/ min-height: 144px;
    /*28 29*/ -moz-border-radius-topleft: 25px; -moz-border-radius-topright: 26px; -moz-border-radius-bottomright: 25px; -moz-border-radius-bottomleft: 26px;
-webkit-border-top-left-radius: 25px; -webkit-border-top-right-radius: 26px; -webkit-border-bottom-right-radius: 25px; -webkit-border-bottom-left-radius: 26px;
border-top-left-radius: 25px; border-top-right-radius: 26px; border-bottom-right-radius: 25px; border-bottom-left-radius: 26px;
}
.reg-form-thanks-title, .reg-form-thanks-title * {
    
    /*48*/ font-size: 38px;
}
.reg-form-thanks-text, .reg-form-thanks-text * {
    
    /*36*/ font-size: 29px;
}
.reg-form-thanks-text {
    
    /*20*/ padding-bottom: 12px;
}
.reg-form-thanks-close {
        top: 22px;
    right: 22px;
}


    .reg-form .form-select-date {
        font-size: 20px;
        line-height: 24px;
    }
    .reg-form .form-select-date OPTION {
        font-size: 16px;
    }


    .reg-form-item [class*="hint--"]:after {
        font-size: 16px;
        padding: 10px;
    }


    .reg-form-tel .form-field {
        width: 206px;
    }

    .reg-form-tel .form-icon {
        margin-top: 2px;
    }
    .reg-form .form-item .info-icons {
        left: 30px;
    }
}

@media (max-width: 600px) {
        /*dec(f: 40%, s: 60%)*/
        
.reg-form-w {
    
    /*0 30*/ padding: 0px 12px;
    /*40*/ margin-top: 16px;
    /*60*/ margin-bottom: 24px;
}
.reg-form-h1 {
    
    /*72*/ font-size: 43px;
    /*25 0*/ margin: 10px 0px;
}

.reg-form-select, .reg-form-input {
    
    /*60 0*/ padding: 24px 0px;
}
.reg-form-checkbox, .reg-form-button {
    
    /*30 0*/ padding: 12px 0px;
}

.reg-form .form-select, .reg-form .form-label, .reg-form .form-input, .reg-form-button .button .button-text {
    
    /*30*/ font-size: 18px;
    /*37*/ line-height: 22px;
}
.reg-form .-labelAfter .form-label A, .reg-form .-labelAfter .form-label, .reg-form-label .form-label, .reg-form .form-select-date OPTION, .reg-form .form-select OPTION {
    
    /*24*/ font-size: 14px;
}
.reg-form .-labelAfter .form-label A {
    background: url('data:image/gif;base64,R0lGODdhAQABAIAAAPz+/AAAACwAAAAAAQABAAACAkQBADs=') repeat-x 0px 14px;
}
.reg-form-label .form-label {
    
    /*30*/ margin-bottom: 12px;
}

.reg-form .form-field {
    padding: 17px 28px;
        border-width: 2px;
}

.reg-form .form-field {
    -moz-border-radius: 30px;
-webkit-border-radius: 30px;
border-radius: 30px;}
.reg-form-item.-expanded .form-field {
    -moz-border-radius-topleft: 30px; -moz-border-radius-topright: 30px; -moz-border-radius-bottomright: 0; -moz-border-radius-bottomleft: 0;
-webkit-border-top-left-radius: 30px; -webkit-border-top-right-radius: 30px; -webkit-border-bottom-right-radius: 0; -webkit-border-bottom-left-radius: 0;
border-top-left-radius: 30px; border-top-right-radius: 30px; border-bottom-right-radius: 0; border-bottom-left-radius: 0;}

.reg-form .form-checkbox-icon IMG,
.reg-form .form-number-icon IMG {
    width: 17px;
}
.reg-form .form-number-icon {
    top: 22px;
}

.reg-form .form-checkbox-icon {
    margin-right: 5px;
    top: 0px;
}

.reg-form .form-item.-labelInside .form-input-pos {
    left: 20px;
    top: 20px;
    right: 20px;
    bottom: 17px;
}
.reg-form .form-item-select.-labelInside .form-input-pos  {
    left: 17px;
}

.reg-form-dlabel.-hasValue .form-label {
    -webkit-transform: scale(0.55) translateX(0px) translateY(-28px); -moz-transform: scale(0.55) translateX(0px) translateY(-28px); -o-transform: scale(0.55) translateX(0px) translateY(-28px); -ms-transform: scale(0.55) translateX(0px) translateY(-28px); transform: scale(0.55) translateX(0px) translateY(-28px);}
.reg-form .form-icon IMG {
    width: 12px;
}
.reg-form .form-item .form-icons {
    right: 13px;
    margin-top: -8px;
}
.reg-form .form-item .info-icons {
    /*left: 25px; /* выставляется в ручную*/
    margin-top: -8px;
}
.reg-form .form-field-number .form-icons {
    right: 9px;
}
.reg-form .form-icon.icon-warn IMG {
    -top: 0px;
}
.reg-form .form-icon.icon-info IMG {
    -top: 0px;
}
.form-icon.hint--bottom-left:before {
    left: 0px
}

.form-icon.hint--bottom-left:after {
    left: 5px
}



.reg-form-parentName .form-item {
    
    /*690*/ min-width: 276px;
}
.reg-form-thanks {
    
    /*36*/ padding: 14px;
    /*710*/ max-width: 284px;
    /*240*/ min-height: 96px;
    /*28 29*/ -moz-border-radius-topleft: 22px; -moz-border-radius-topright: 23px; -moz-border-radius-bottomright: 22px; -moz-border-radius-bottomleft: 23px;
-webkit-border-top-left-radius: 22px; -webkit-border-top-right-radius: 23px; -webkit-border-bottom-right-radius: 22px; -webkit-border-bottom-left-radius: 23px;
border-top-left-radius: 22px; border-top-right-radius: 23px; border-bottom-right-radius: 22px; border-bottom-left-radius: 23px;
}
.reg-form-thanks-title, .reg-form-thanks-title * {
    
    /*48*/ font-size: 29px;
}
.reg-form-thanks-text, .reg-form-thanks-text * {
    
    /*36*/ font-size: 22px;
}
.reg-form-thanks-text {
    
    /*20*/ padding-bottom: 8px;
}
.reg-form-thanks-close {
        top: 14px;
    right: 14px;
}
    .reg-form-w {
        padding-top: 16px;
    }

    .reg-form .form-select-date {
        font-size: 14px;
        line-height: 17px;
    }
    .reg-form .form-select-date OPTION {
        font-size: 11px;
    }


    .reg-form-item [class*="hint--"]:after {
        font-size: 14px;
        padding: 8px 10px;
    }

    .reg-form-tel .form-field {
        width: 155px;
    }
    .reg-form .form-item .info-icons {
        left: 21px;
    }
}

@media (max-width: 480px) {
    .reg-form .site-w, .reg-form-w {
        display: block;     }
    .reg-form-item {
        display: block;
    }
    .reg-form-button {
        text-align: center;
    }
    .reg-form-item [class*="hint--"]:after {
        font-size: 12px;
    }

    .reg-form-dlabel .form-select,
    .reg-form-dlabel .form-label,
    .reg-form-dlabel .form-input {
        font-size: 14px;
    }
    .reg-form-dlabel.-hasValue .form-label {
        font-size: 18px;
    }
    
    .reg-form .form-checkbox-icon.hint--bottom-right:after {
        -webkit-transform: translateX(-44%) translateY(8px); -moz-transform: translateX(-44%) translateY(8px); -o-transform: translateX(-44%) translateY(8px); -ms-transform: translateX(-44%) translateY(8px); transform: translateX(-44%) translateY(8px);    }

    .reg-form-tel .form-field {
        width: auto;
    }

}
