

/* Start:/local/components/ramsay/documents/templates/.default/index.css?175256479813564*/
.documents {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    justify-content: center;
    align-items: center;
    padding: 25px;
}

.documents_cont {
    width: 100%;
    max-width: 910px;
    background-color: #efefef;
    box-shadow: 0 0 10px 0px #a9a9a9;
    border-radius: 15px;
    padding: 50px;
}

.toplogo {
    position: absolute;
    top: 25px;
    left: 25px;
}

.wrapper {
    height: 0;
    overflow: hidden;
}

.wrapper + .buttons {
    display: none;
}

.checkLabel:checked + label {
    position: relative;
    background-color: #40a2d4;
    outline: 3px solid rgb(0 144 255 / 30%);
}

/*.checkLabel:checked + label:before {
    content: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjQgMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTIgMjJDNy4yODU5NSAyMiA0LjkyODkzIDIyIDMuNDY0NDcgMjAuNTM1NUMyIDE5LjA3MTEgMiAxNi43MTQgMiAxMkMyIDcuMjg1OTUgMiA0LjkyODkzIDMuNDY0NDcgMy40NjQ0N0M0LjkyODkzIDIgNy4yODU5NSAyIDEyIDJDMTYuNzE0IDIgMTkuMDcxMSAyIDIwLjUzNTUgMy40NjQ0N0MyMiA0LjkyODkzIDIyIDcuMjg1OTUgMjIgMTJDMjIgMTYuNzE0IDIyIDE5LjA3MTEgMjAuNTM1NSAyMC41MzU1QzE5LjA3MTEgMjIgMTYuNzE0IDIyIDEyIDIyWk0xNi4wMzAzIDguOTY5NjdDMTYuMzIzMiA5LjI2MjU2IDE2LjMyMzIgOS43Mzc0NCAxNi4wMzAzIDEwLjAzMDNMMTEuMDMwMyAxNS4wMzAzQzEwLjczNzQgMTUuMzIzMiAxMC4yNjI2IDE1LjMyMzIgOS45Njk2NyAxNS4wMzAzTDcuOTY5NjcgMTMuMDMwM0M3LjY3Njc4IDEyLjczNzQgNy42NzY3OCAxMi4yNjI2IDcuOTY5NjcgMTEuOTY5N0M4LjI2MjU2IDExLjY3NjggOC43Mzc0NCAxMS42NzY4IDkuMDMwMzMgMTEuOTY5N0wxMC41IDEzLjQzOTNMMTQuOTY5NyA4Ljk2OTY3QzE1LjI2MjYgOC42NzY3OCAxNS43Mzc0IDguNjc2NzggMTYuMDMwMyA4Ljk2OTY3WiIgZmlsbD0iIzA3NTk4NSIvPgo8L3N2Zz4=);
    width: 26px;
    height: 26px;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -13px;
}*/

.service_line {
    display: none;
}

.service_line:first-child,
.service_line.checked + .service_line {
    display: block;
}

.select2-container .select2-selection--single {
    height: 35px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 35px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 34px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
}

.anketa {
    position: relative;
    padding: 35px 25px;
    border: 1px solid #eee;
    font-size: 16px;
    background-color: #feffff;
    color: #365b6d;
}

.anketa.big {
    padding-bottom: 120px;
}

.anketa.final {
    background-color: transparent;
    border: none;
}

.anketa_header {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    background-color: #289dd2;
    height: 35px;
}

.anketa_header:before {
    content: "";
    position: absolute;
    z-index: 11;
    top: 0;
    left: 50%;
    right: -20px;
    background-color: #1c799b;
    height: 35px;
    transform: skewX(-30deg);
    border-left: 15px solid #feffff;
}

.anketa_footer {
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #289dd2;
    height: 50px;
}

.anketa_footer:before,
.anketa_footer:after {
    content: "";
    position: absolute;
    z-index: 11;
    bottom: 0;
    display: inline-block;
	border-bottom: 100px solid #3aacdf;
}

.anketa_footer:before {
    left: 0;
	border-right: 100px solid transparent;
}

.anketa_footer:after {
    right: 0;
	border-left: 100px solid transparent;
}

.big .anketa_footer {
    height: 105px;
}

.big .anketa_footer:before {
    border-bottom: 140px solid #3aacdf;
    border-right: 140px solid transparent;
}

.big .anketa_footer:after {
    border-bottom: 140px solid #3aacdf;
    border-left: 140px solid transparent;
}

.anketa_logo {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.anketa_title {
    text-align: center;
    font-weight: bold;
    font-size: 32px;
    margin: 15px 0;
}

.anketa_text {
    font-weight: bold;
    font-style: italic;
    font-size: 18px;
    margin: 25px 0;
}

.anketa_question {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.anketa_question.haserror {
    border-color: #f44336;
}

.anketa_question.haserror > p {
    color: #f44336;
}

.anketa_question.flex-wrap > p {
    max-width: 90%;
    max-width: calc(100% - 130px);
}

.anketa_question.final.flex-wrap > p {
    max-width: 80%;
    max-width: calc(100% - 80px);
}

.anketa.final .anketa_question {
    border-color: #d5d5d5;
}

.anketa.final .anketa_question:first-child {
    border-top: 1px solid #d5d5d5;
    padding-top: 10px;
}

.anketa_radio {
    display: flex;
    align-items: center;
    gap: 5px;
}

.anketa input[type=radio] {
    visibility: hidden;
    width: 0;
    height: 0;
}

.anketa input[type=radio] + label {
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
}

.anketa input[type=radio] + label:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #365b6d;
    margin-right: 5px;
}

.anketa input[type=radio]:checked + label:after {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    left: 2px;
    top: 50%;
    margin-top: -8px;
    background-color: #365b6d;
    border-radius: 50%;
}

.anketa input[type=checkbox] {
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.anketa_label {
    display: inline-block;
    margin-right: 15px;
    line-height: 1rem;
}

.anketa_label > input {
    margin-right: 5px;
    vertical-align: middle;
}

.anketa_label > label {
    vertical-align: middle;
}

.anketa_icons {
    display: flex;
    gap: 10px;
}

.anketa_icons > a {
    font-size: 1.6em;
}

.anketa_radio + input,
.check_write + input {
    display: none;
}

.anketa_radio.checked + input,
.check_write.checked + input,
.check_write:checked + input {
    display: block;
}

.half {
    display: grid;
    gap: 5px;
    grid-template-columns: 1fr 3fr;
}

.half > span {
    display: flex;
    align-items: center;
    gap: 10px;
}

.moles {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    justify-items: center;
}

.moles > div {
    width: 200px;
    height: 200px;
    border: 2px solid #000;
    position: relative;
    border-radius: 50%;
}

.moles > div:before,
.moles > div:after {
    content: '';
    position: absolute;
    background-color: #000;
}

.moles > div:before {
    width: 2px;
    height: 100%;
    display: block;
    left: 50%;
    margin-left: -1px;
}

.moles > div:after {
    width: 100%;
    height: 2px;
    display: block;
    top: 50%;
    margin-top: -1px;
}

.moles b {
    position: absolute;
    font-weight: bold;
    top: 0;
    left: 0;
}

.moles i {
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #000;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    margin: -5px;
}

.moles i:before {
    content: '';
    border: 2px solid #000;
    position: absolute;
    border-radius: 50%;
    top: -5px;
    bottom: -5px;
    left: -5px;
    right: -5px;
}

.moles input {
    display: none;
}

.moles input:checked + label {
    font-weight: bold;
    color: red;
}

.moles label {
    width: 95px;
    position: absolute;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    text-align: center;
}

.moles > div > label:nth-of-type(1) {
    top: 50px;
    left: 0;
}

.moles > div > label:nth-of-type(2) {
    top: 50px;
    right: 0;
}

.moles > div > label:nth-of-type(3) {
    left: 0;
    bottom: 50px;
}

.moles > div > label:nth-of-type(4) {
    right: 0;
    bottom: 50px;
}

.note {
    display: flex;
    align-items: center;
    text-align: center;
    height: 105px;
    color: #fff;
    position: absolute;
    z-index: 11;
    bottom: 0;
    left: 140px;
    right: 140px;
    font-weight: bold;
}

.error {
    position: relative;
    color: #ff2424;
    font-style: italic;
    font-weight: bold;
    margin-top: 30px;
    padding-left: 30px;
}

.error:before {
    content: '!';
    font-size: 48px;
    font-style: normal;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -36px;
}

.privacy {
    background-color: #f6f6f6;
    margin: 65px -25px 80px;
    padding: 30px;
    font-size: 22px;
}

.privacy_line {
    margin-top: 15px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.privacy_line.haserror {
    color: #f44336;
}

.privacy_line > div {
    display: flex;
    align-items: center;
    gap: 10px;
}

.privacy_line a {
    text-decoration: underline;
}

.privacy_line label {
    cursor: pointer;
}

.empty_line {
    height: 100px;
}

.grecaptcha-badge {
    visibility: hidden;
}

.authform {
    min-width: 450px;
}

.authform_input {
    position: relative;
    margin-bottom: 20px;
    padding: 10px 20px;
    border: 1px solid #e2e7ed;
    border-radius: 25px;
}

.authform_input.icon {
    padding-left: 50px;
}

.authform_input .svg-icon {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 20px;
    color: #ccc;
}

.authform_input textarea,
.authform_input select,
.authform_input input {
    width: 100%;
    font-size: 18px;
    outline: none;
    background: transparent;
    border: none;
    padding: 0;
    color: inherit;
}

.authform_input textarea {
    height: 80px;
}

.authform_btn {
    width: 100%;
    height: 50px;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #fff;
    background-color: #007bff !important;
}

.select2-search--dropdown {
    position: relative;
}

.select2-search--dropdown:before {
    content: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjNTU1NTU1IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxwYXRoIGQ9Ik0yODEuMSwwYy0xMjcuMzE4LDAtMjMwLjksMTAzLjU4Mi0yMzAuOSwyMzAuOWMwLDQ1LjEyLDEzLjAxOSw4Ny4yNSwzNS40ODMsMTIyLjg1M2wtNzAuNjU0LDcwLjY1NCBjLTIwLjAzOSwyMC4wMzktMjAuMDM5LDUyLjUyNywwLDcyLjU2NGMyMC4wMzksMjAuMDM5LDUyLjUyNywyMC4wMzksNzIuNTY0LDBsNzAuNjU0LTcwLjY1NCBjMzUuNjA1LDIyLjQ2NCw3Ny43MzUsMzUuNDgzLDEyMi44NTMsMzUuNDgzYzEyNy4zMTgsMCwyMzAuOS0xMDMuNTgyLDIzMC45LTIzMC45UzQwOC40MiwwLDI4MS4xLDB6IE0yODEuMSw0MTAuNDg5IGMtOTkuMDI1LDAtMTc5LjU4OS04MC41NjQtMTc5LjU4OS0xNzkuNTg5UzE4Mi4wNzQsNTEuMzExLDI4MS4xLDUxLjMxMVM0NjAuNjg5LDEzMS44NzUsNDYwLjY4OSwyMzAuOSBTMzgwLjEyNyw0MTAuNDg5LDI4MS4xLDQxMC40ODl6Ii8+Cjwvc3ZnPg==");
    position: absolute;
    left: 10px;
    top: 10px;
    width: 20px;
    height: 20px;
}

.select2-search--dropdown .select2-search__field {
    padding-left: 30px;
}

#drag_area {
    display: none;
}

#drag_area.show {
    display: block;
}

.drag_area {
    padding: 15px 30px;
    margin: 15px 0;
    text-align: left;
    border: 1px dashed #d8d8d8;
    color: #909090;
    font-size: 16px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.drag_area.is-dragover {
    -moz-opacity: .5;
    -khtml-opacity: .5;
    opacity: .5;
}

.drag_area .d-flex {
    display: flex;
    align-items: center;
}

.drag_area .drag_line {
    cursor: pointer;
    position: absolute;
    top: 0; bottom: 0;
    left: 0; right: 0;
    z-index: 10;
}

.drag_area i {
    font-size: 30px;
    margin-right: 25px;
}

.drag_area .user_file,
.drag_area .drag_on {
    display: none;
}

.drag_area.drag_enabled .drag_on {
    display: inline;
}

@media only screen and (max-width: 992px) {
    
    .toplogo {
        top: 30px;
        left: 30px;
    }
    
    .documents {
        padding: 15px;
    }
    
    .documents_cont {
        width: 100%;
        padding: 75px 20px 20px;
    }
    
    .anketa {
        font-size: 12px;
        padding: 35px 15px;
    }
}

@media only screen and (max-width: 767px) {
    
    .anketa_title {
        font-size: 26px;
        margin: 20px 0;
    }
    
    .anketa_text {
        font-size: 16px;
        margin: 20px 0;
    }
    
    .anketa_question:not(.check) {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .anketa_question.flex-wrap > p {
        max-width: unset;
        width: 100%;
    }
    
    .note {
        left: 15px;
        right: 15px;
    }
    
    .privacy {
        font-size: 16px;
        margin: 40px -15px 80px;
    }
    
    .privacy_line {
        flex-direction: column;
        align-items: flex-start;
        margin-top: 25px;
    }
    
    .privacy_line > div {
        
    }
}

@media only screen and (max-width: 600px) {
    
    .authform {
        min-width: unset;
    }
    
    .anketa_question.final {
        justify-content: center;
    }
    
    .anketa_question.final.flex-wrap > p {
        max-width: unset;
        text-align: center;
    }
    
    .anketa_label {
        width: 100%;
        margin: 0 0 5px;
    }
    
    .anketa_icons {
        width: 100%;
        justify-content: center;
    }
    
    .moles {
        grid-template-columns: 1fr;
    }
}
/* End */
/* /local/components/ramsay/documents/templates/.default/index.css?175256479813564 */
