﻿body {
    min-width: 320px;
}
.logo_head.img-fluid{
    margin: 20px;
}

button.register{
    background: #20588A;
    border-radius: 6px;
    padding: 10px 30px;
    font-size: 20px;
    margin-left: 100px;
}

.col.reg{
    display: flex;
    align-items: center;
}
/*
.footer .container{
    margin-top: 50px;
    margin-left: 60px;
    max-width: none;
}

.footer .container .contact{
    padding-left: 15px;
}

.footer .container .row{
    gap: 80px;
}
 */

.pre_entry {
    background: linear-gradient(0deg, #C15DC5, #C15DC5), #20588A;
    border-radius: 6px;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    color: #ffffff !important;
    height: 41px;
    width: 429px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pre_entry-title {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    color: #FFFFFF;
    letter-spacing: 0.5px;
}

.pre_entry-form {
    display: flex;
    flex-direction: column;
    margin-bottom: 32px;
}

.pre_entry-input {
    padding-left: 16px;
    background: #F5F5F5;
    border-radius: 8px;
    height: 40px;
    font-family: 'Jost';
    font-style: normal;
    font-size: 16px;
    line-height: 40px;
    color: rgba(0, 0, 0, 0.75);
    border: none;
    margin-bottom: 29px;
    letter-spacing: 0.5px;
}

.prereg__form-title {
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 20px;
}

.prereg__form-text {
    font-size: 23px;
    font-weight: 500;
    margin-bottom: 36px;
}

.prereg__form .pre_entry-input,
.prereg__form .pre_entry-textarea {
    width: 100%;
    outline: none;
    border: 1px solid #F5F5F5;
    transition: all .2s ease;
}

.prereg__form-label {
    font-size: 24px;
    margin-bottom: 10px;
}

.prereg__form-buttons {
    text-align: center;
}


.prereg__form .pre_entry-input:focus,
.prereg__form .pre_entry-textarea:focus {
    border: 1px solid #56c3e8;
}

.pre_entry-textarea {
    padding-left: 16px;
    padding-top: 8px;
    background: #F5F5F5;
    border-radius: 8px;
    height: 120px;
    font-family: 'Jost';
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.75);
    border: none;
    margin-bottom: 29px;
    letter-spacing: 0.5px;
}

.pre_entry-textarea::placeholder {
    color: rgba(103, 103, 103, 0.52);
}

.pre_entry-input::placeholder {
    font-family: 'Jost';
    font-style: normal;
    font-size: 16px;
    line-height: 40px;
    color: rgba(103, 103, 103, 0.52);
}

.pre_entry-input[type=date]::-webkit-calendar-picker-indicator {
    display: none;
}

.pre_entry-input:disabled {
    filter: brightness(0.5);
}

.pre_entry-checkbox {
    width: 35px;
    height: 35px;
    border-radius: 8px;
    margin-right: 24px;
    -webkit-appearance: none;
    background: #F5F5F5;
    flex-shrink: 0;
    margin-top: 0 !important;
}

.pre_entry-checkbox:checked {
    background: #F5F5F5;
}

.pre_entry-checkbox:checked + label:after {
    content: "✓";
    color: rgba(0, 0, 0, 0.52);
    font-size: 26px;
    font-weight: 900;
    position: absolute;
    left: 7px;
    top: -2px;
    opacity: 1;
}

.pre_entry-agreement {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    color: var(--main-text-color);
    height: auto;
    align-self: center;
    letter-spacing: 0.5px;
}

.pre_entry-agreement a {
    color: #56c3e8 !important;
}

.pre_entry-button {
    width: 320px;
    height: 72px;
    align-self: center;
    border: 2px solid #56c3e8;
    border-radius: 74px;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
    color: #56c3e8;
    background: #FFF;
    transition: all .2s ease;
}

.pre_entry-button:hover {
    border: 2px solid #56c3e8;
    color: #FFF;
    background: #56c3e8;
}

.pre_entry-button:disabled {
    border: 2px solid #888;
    background: #eee;
    color: #888;
}

.pre_entry-button:disabled:hover {
    background: #eee;
    color: #555;
}

.radiobuttons_div {
    display: flex;
    align-items: center;
    height: 30px;
    font-size: 16px;
    margin-bottom: 8px;
    letter-spacing: 0.5px;
}

#other_smi, #other_post {
    margin-bottom: 0;
}

.radiobuttons_div input {
    width: 20px;
    height: 20px;
    margin-right: 16px;
    align-self: center;
    margin-top: 0 !important;
}

.radiobuttons_div input:checked {
    background: none;
}

.radiobuttons_div label {
    margin-bottom: 0;
}

.prereg {
    margin-bottom: 0;
}

.user_list li {
    font-size: 20px;
    padding-bottom: 8px;
}

.user_list p {
    padding-left: 24px;
    padding-bottom: 16px;
    font-size: 16px;
}

/*.tel_select {
    text-align: center;
    margin-right: 8px;
    background: rgba(222, 222, 222, 0.33);
    border-radius: 8px;
    height: 40px;
    font-family: 'Jost';
    font-style: normal;
    font-size: 16px;
    line-height: 40px;
    color: rgba(0, 0, 0, 0.75);
    border: none;
    letter-spacing: 0.5px;
}

.tel_select option {
    background-color: #47668c;
    padding-left: 0;
}
*/
.partners_text {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: -0.03em;
    color: rgba(0, 0, 0, 0.77);
    margin-bottom: 19px;
}

.mobile_partners_text {
    display: none;
    font-family: 'Jost';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: -0.03em;
    color: rgba(0, 0, 0, 0.77);
    margin-bottom: 19px;
}

.mobile_partners_text a {
    color: #B65ABE !important;
}

.--pre-reg-name {
    visibility: hidden!important;
    height: 0px!important;
    opacity: 0!important;
}

@media (max-width: 1200px) {
    .footer .row .col:nth-child(2) {
        
    }
    .exb_text {
        
    }
    .pre_entry-title, .radiobuttons_div label {
        
    }
    .pre_entry-input {
    }
    .select2-selection {
    }
    .select2-selection__rendered {
    }
    .pre_entry-input::placeholder {
    }
    .pre_entry-checkbox {
        width: 32px;
        height: 32px;
    }
    .pre_entry-agreement {
    }
    .pre_entry-button {
        margin-bottom: 24px;
    }
    .pre_entry-checkbox:checked + label:after {
        top:-4px;
        left: 6px;
    }
    .radiobuttons_div input {
        width: 16px;
        height: 16px;
    }
}

@media (max-width: 1023px) {
    .ri_text {
        padding: 0 20px;
    }
    .ri_text::before {
        display: none;
    }
}

@media (max-width: 768px) {
    .footer>.container>.row>.col:nth-child(2) a {
        
    }
    #phone_number, 
    #phone_number1, 
    #partner_phone_number, 
    #yarmarka_phone_number, 
    #business_phone_number {
        margin-right: 10px;
    }
    .pre_entry-textarea {
        max-width: 89%;
    }
    .yarmarka_dz {
        margin-right: 10px;
    }
    .row.content>p {
        font-size: 24px !important;
    }
    .footer>.container>.row>.col:nth-child(3) {
        
    }
    .footer .container {
       
    }
    .exb_text {
        font-size: 20px !important;
    }
    .pre_entry-title, .radiobuttons_div label {
        font-size: 16px;
        line-height: 30px;
    }
    .pre_entry-input::placeholder {
        font-size: 16px;
    }
    .pre_entry-input {
        width: 98%;
    }
    .select2-selection__rendered {
       
    }
    .pre_entry-checkbox {
        width: 24px;
        height: 24px;
        margin-right: 8px !important;
    }
    .pre_entry-checkbox:checked + label:after {
        font-size: 22px;
        left: 4px;
    }
    .request_info_block {
        width: 100%;
        margin-bottom: 30px;
    }
    .ri_img {
        margin-bottom: 20px;
    }
    
    .pre_entry-agreement {
        font-size: 16px;
    }
    .radiobuttons_div:last-of-type {
        margin-bottom: 0;
    }
    .radiobuttons_div:first-of-type {
    }
    .prereg .col:nth-child(2) {
        display: none;
    }
    .partners_text {
        display: none;
    }
    .mobile_partners_text {
        display: block;
    }
    .select2-container {
        padding-right: 1.4vw;
    }
}

@media (max-width: 576px) {
    .pre_entry {
        width: 300px;
        font-size: 14px;
        margin-left: auto;
        margin-right: auto;
    }
    .container:last-of-type {
        max-width: none;
        width: 94%;
    }
}

@media (max-width: 520px) {
    .pre_entry-textarea {
        max-width: 87%;
    }
}

@media (max-width: 476px) {
    .prereg {
        padding: 0 !important;
    }

    .prereg__form-title {
        font-size: 24px;
    }

    .prereg__form-text {
        font-size: 18px;
    }

    .prereg__form-label {
        font-size: 20px;
        margin-bottom: 4px;
    }


    .prereg__form #phone_number {
        margin: 0 0 29px!important;
    }

    .pre_entry {
        width: 200px;
        font-size: 10px;
    }
    .pre_entry-input {
        width: 96%;
    }
    .pre_entry-textarea {
        max-width: 84%;
    }
    .tooltip1 .tooltiptext1 {
        width: 250px !important;
    }
    .yarmarka_dz label {
        padding-left: 5px !important;
    }
    #phone_number, #phone_number1 {
        margin-right: 15px;
    }
    .select2-selection__rendered {
    }
    .pre_entry-button {
        width: 100%;
        height: 44px;
        font-size: 18px;
    }
    .pre_entry-agreement {
    }
    .pre_entry-checkbox {
        width: 20px;
        height: 20px;
        margin-right: 8px !important;
    }
    .pre_entry-checkbox:checked + label:after {
        font-size: 16px;
        left: 4px;
        top: -1px;
    }
    .row.content>p {
        font-size: 20px !important;
    }
    .radiobuttons_div input {
        width: 12px;
        height: 12px;
    }
    .select2-container {
        padding-right: 3.5vw;
    }
    .select2-container--default .select2-selection--single .select2-selection__arrow {
        right: 19px;
        transform: scale(0.7);
    }
    #partner_phone_number, #phone_number, #phone_number1, #yarmarka_phone_number, #business_phone_number {
        margin-left: 0 !important;
        margin-right: 3.6vw;
    }
}

@media (max-width: 400px) {
    .pre_entry-textarea {
        max-width: 82%;
    }
}
@media (max-width: 346px) {
    .logo_head .img-fluid{
        right: 0;
        margin-right: 0;
    }
}