@charset "utf-8";
/* CSS Document */

.page.registration {
    margin-top: 16px;
}

.block-login-text {
    background: #f2f2f2;
    padding: 21px 37px 23px 25px;
    margin-bottom: -6px;
    line-height: 20px;
}

    .block-login-text .block-login-title {
        font: 20px 'Inter-SemiBold',Sans-Serif;
        padding-bottom: 8px;
    }

.create-account,
.log-in {
    width: 100%;
    margin-top: 10px;
}

.create-account__agreement-zone {
    width: 100%;
    max-width: 559px; 
    margin-left: auto;
}

.create-account__input {
    position: relative;
    margin: 0 0 21px;

    display: flex;
    max-width: 426px;
}

.create-account__input-wrapper {
    margin-left: auto;
    max-width: 281px;
    width: 100%;
}

.create-account__input-wrapper .tooltip-field,
.create-account__input-wrapper .field-validation-error, 
.create-account__input-wrapper .field-validation-warning {
    box-sizing: border-box;
    top: 11px;
}

.create-account__input:first-of-type {
    margin-top: 23px;
}

.create-account__input label {
    display: inline-block;
    font-size: 18px;
    font-weight: normal;
    width: 96px;
    min-width: 96px;
    margin-right: 13px;
}

    .log-in th {
        font-size: 18px;
        font-weight: normal;
        width: 130px;
        padding: 13px 11px 13px 0;
    }

    .log-in td {
        padding: 13px 0 13px 0;
        font-size: 16px;
        width: 275px;
    }
    
.create-account__input .data-block {
    width: 100%;
    max-width: 283px;

    margin-left: auto;
}

.create-account__input .radio-list {
    width: 100%;
    max-width: 283px;

    margin-left: auto;
}

.create-account__input .radio-list label {
    font-size: 16px;
    margin-right: 0;
}

.create-account__input input[type="text"],
.create-account__input input[type="password"],
.create-account__input input[type="number"] {
    max-width: 281px;
    margin-left: auto;
}
    
.create-account__input input[type="text"],
.create-account__input input[type="password"],
.create-account__input input[type="number"],
.log-in td input[type="text"],
.log-in td input[type="number"],
.log-in td input[type="password"] {
    width: 100%;
    height: 33px;
    font-size: 16px;
    margin-top: -6px;
}

    .create-account .button-orange {
        margin: 4px 0 16px 0;
        padding: 10px 20px;
    }

    .log-in .button-orange {
        margin: 2px 0 5px 0;
    }

    .create-account p,
    .log-in p {
        font-size: 14px;
        line-height: 17px;
        padding-top: 5px;
    }

.table.log-in tr td:first-child {
    width: 130px;
}

.table.log-in tr td:last-child {
    width: 275px;
}

.create-account .radio-list input[type="radio"] + label {
    padding-right: 20px;
}

.table-text {
    color: #4c4c4c;
}

.social {
    float: right;
    width: 180px;
    font-size: 16px;
    line-height: 19px;
    margin: 13px 20px -114px 0;
}

    .social .facebook,
    .social .twitter,
    .social .vkontakte {
        display: block;
        float: left;
        width: 48px;
        height: 48px;
        margin: 8px 10px 0 0;
        background-image: url('../Images/social-ico.png?v=2');
        background-repeat: no-repeat;
    }

    .social .facebook {
        background-position: 0px 0px;
    }

    .social .twitter {
        background-position: -51px 0px;
    }

    .social .vkontakte {
        background-position: -102px 0px;
    }

.question-form {
    font-size: 16px;
    padding-top: 6px;
    display: block;
    width: 460px;
}

    .question-form label {
        font-family: 'Inter-SemiBold',Sans-Serif;
        display: block;
        padding: 21px 0 8px 0;
    }

    .question-form select {
        font-size: 16px;
        width: 455px;
    }

    .question-form input {
        font-size: 16px;
    }

    .question-form textarea {
        font-size: 16px;
        width: 440px;
        height: 100px;
        padding: 5px 5px 5px 10px;
        margin-bottom: 4px;
    }
/*.question-form textarea.default-text {background:#fafafa;}
.question-form textarea.default-text:focus {background:#fff; color:#000;}*/

.upload-photo {
    width: 132px;
    text-align: center;
    float: right;
    color: #666;
    line-height: 17px;
    background: #fafafa;
    margin-top: 10px;
    padding: 10px 10px 16px 10px;
    box-shadow: #cfcfcf 0 2px 3px;
    -moz-box-shadow: #cfcfcf 0 2px 3px;
    -webkit-box-shadow: #cfcfcf 0 2px 3px;
    -o-box-shadow: #cfcfcf 0 2px 3px;
    cursor: pointer;
}

    .upload-photo img {
        display: block;
        margin: 0 auto 13px auto;
    }

.check-list li, .radio-list li {
    padding: 7px 0 6px 0px;
}

/*footer nav {float:right; padding-right:12px;}*/

.agreement {
    font-size: 15px;
    padding: 0px 0 28px 0;
}

/*--- authorization ---*/
.page.authorization {
    margin-top: 102px;
}

.authorization .page-title {
    position: relative;
    padding: 29px 0 19px 0;
}

.forgot-password {
    display: inline-block;
    margin-top: 6px;
}

.remember-me {
    display: inline-block;
    padding-left: 13px;
}
/*--- /authorization ---*/

@media only screen and (-Webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
    .social .facebook,
    .social .twitter,
    .social .vkontakte {
        background-image: url('../Images/retina/social-ico2x.png?v=2');
        background-size: 150px 48px;
        -moz-background-size: 150px 48px;
        -o-background-size: 150px 48px;
        -webkit-background-size: 150px 48px;
    }

    .radio-list input[type="radio"] + label {
        background: url('../Images/retina/radio2x.png?v=2') 0px 2px no-repeat;
        background-size: 16px 16px;
        -moz-background-size: 16px 16px;
        -o-background-size: 16px 16px;
        -webkit-background-size: 16px 16px;
    }

    .radio-list input[type="radio"]:checked + label {
        background: url('../Images/retina/radio22x.png?v=2') 0px 2px no-repeat;
        background-size: 16px 16px;
        -moz-background-size: 16px 16px;
        -o-background-size: 16px 16px;
        -webkit-background-size: 16px 16px;
    }

    .check-list input[type="checkbox"] + label {
        background: url('../Images/retina/checkbox2x.png?v=2') 0px 2px no-repeat;
        background-size: 14px 14px;
        -moz-background-size: 14px 14px;
        -o-background-size: 14px 14px;
        -webkit-background-size: 14px 14px;
    }

    .check-list input[type="checkbox"]:checked + label {
        background: url('../Images/retina/checkbox22x.png?v=2') 0px 2px no-repeat;
        background-size: 15px 14px;
        -moz-background-size: 15px 14px;
        -o-background-size: 15px 14px;
        -webkit-background-size: 15px 14px;
    }

    .select_fake {
        background: #fff url('../Images/retina/select2x.png?v=2') right 14px no-repeat;
        background-size: 21px 5px;
        -moz-background-size: 21px 5px;
        -o-background-size: 21px 5px;
        -webkit-background-size: 21px 5px;
    }

    .tooltip-field:before {
        background: url('../Images/retina/tooltip-field2x.gif?v=2') center bottom no-repeat;
        background-size: 11px 8px;
        -moz-background-size: 11px 8px;
        -o-background-size: 11px 8px;
        -webkit-background-size: 11px 8px;
    }
}
.register-invite-msg{background: #ffd83c;padding: 10px 15px;display: inline-block;}

.register-wrapper {
    margin-top: 16px;
}

.question-form [type="submit"]{ display: block;margin-top: 2em;}
.question-form [type="number"]{ height: 31px;}

.question-form .row input,  .question-form .row select, .question-form .row textarea {
    display: block;

}

.dpDate.input-validation-error {
    border-color: #ff000085;
}


.page {
    flex:  0;
}
.footer-wrapper {
    margin: 0 auto;
}

.validation-summary-errors ul {
    list-style-position: inside;
}

@media screen and (max-width: 1280px) {
    .create-account__input input[type="text"],
    .create-account__input input[type="password"],
    .create-account__input input[type="number"],
    .log-in td input[type="text"],
    .log-in td input[type="number"],
    .log-in td input[type="password"] {
        height: 40px;
        font-size: 16px;
    }

    .create-account__input .password-visibility {
        top: 8px;
    }

    .create-account__input .password-visibility.hide {
        top: 9px;
    }

    .authorization #loginForm .change-password-logo {
        width: 100%;

        margin-bottom: 32px;
    }

    .authorization .page-title {
        display: inline-block;
    }

    .main {
        margin: 32px 0;
        padding: 0;
    }

    .page.authorization {
        margin-top: 36px;
        margin-bottom: 0;
    }

    .change-password tr {
        display: flex;
        flex-direction: column;
    }

    .change-password th {
        padding: 0;
        width: auto;
        margin-bottom: 12px;
    }

    .change-password td {
        width: 100%;
        padding: 0;
    }

    .authorization .change-password .button-orange {
        width: 100%;
    }

    .authorization .logo img {
        margin-top: -10px;
    }
}

@media screen and (max-width: 430px) {
    .create-account__input-wrapper .tooltip-field,
    .create-account__input-wrapper .field-validation-error,
    .create-account__input-wrapper .field-validation-warning{
        min-width: auto;
        max-width: none;
        
        width: 100%;
    }
}
/*--- tooltip ---*/
.tooltip {
    position: absolute;
    display: none;
    z-index: 200;
    background: #fff;
    border: 1px solid #d9d9d9;
    box-shadow: 0px 0px 15px rgba(0,0,0, 0.2);
    -moz-box-shadow: 0px 0px 15px rgba(0,0,0, 0.2);
    -webkit-box-shadow: 0px 0px 15px rgba(0,0,0, 0.2);
    -o-box-shadow: 0px 0px 15px rgba(0,0,0, 0.2);
}
	.tooltip .tooltip-title {
		font:18px 'Inter-SemiBold';
	}

    .tooltip:before {
        content: '';
        display: block;
        width: 31px;
        height: 20px;
        position: absolute;
        top: -20px;
        left: 50%;
        margin-left: -16px;
        background: url('../Images/tooltip-tail.png?v=2') center bottom no-repeat;
    }

    .tooltip:not(.moderator-comments):not(.m-a-i):not(.i-s-q-c) .user-photo {
        position: static;
        width:30px;
		height:30px;
    }
		.tooltip .user-photo span {
			width:30px;
			height:30px;
		}
/*--- /tooltip ---*/

#notifyscroll .overview {
    width: 418px;
}

.tooltip-field, .field-validation-error, .field-validation-warning  {
    position: relative;
    top: -1px;
    left: 0px;
    max-width: 450px;
    min-width: 240px;
    display: inline-block;
    padding: 10px 10px 8px 10px;
    margin-bottom: 6px;
    font-size: 12px;
    line-height: 15px;
    color: #00685E;
    background: #C2F5F6;
    border-radius: 12px;
}

.tooltip-field:before, .field-validation-error:before, .field-validation-warning:before {
 width: 11px;
    height: 8px;
    content: '';
    display: block;
    position: absolute;
    top: -8px;
    left: 23px;
    background: #C2F5F6;
	clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
	z-index: 99;
}
