@font-face {
    font-family: 'Graphik LCG';
    src: url('fonts/graphiklcg/GraphikLCG-Semibold.eot');
    src: local('Graphik LCG Semibold'), local('GraphikLCG-Semibold'),
        url('fonts/graphiklcg/GraphikLCG-Semibold.eot?#iefix') format('embedded-opentype'),
        url('fonts/graphiklcg/GraphikLCG-Semibold.woff2') format('woff2'),
        url('fonts/graphiklcg/GraphikLCG-Semibold.woff') format('woff'),
        url('fonts/graphiklcg/GraphikLCG-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;1,500&display=swap');


.hidedesk {
    display: none;
}
.hidemob {
    display: block;
}
.text-block.hidemob {
    padding-left: 55px;
}
.text-block.hidemob .photo {
    margin-top: -50px;
    float: left; /* Выравнивание по левому краю */
    margin: 7px 7px 7px 0; /* Отступы вокруг картинки */
    max-width: 290px;
    padding-left: 0;
}


/* для мобильных */
@media (max-width: 991px)  {
    .hidedesk{
            display: block;
    }
    .hidemob {
            display: none;
    }
}


.join .modal-content {
    padding: 0 20px 100px 20px;
    border: 2px solid #5AACF8;
    border-radius: unset;
}
.join .modal-header {
    border-bottom: none;
}
.join .modal-header-text .modal-title {
    text-align: center;
}
.join .modal-body {
    padding-top: 42px;
}

.join .modal-title {
    font-family: 'Graphik LCG';
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 103%;
    text-align: center;
    text-transform: uppercase;
    color: #5AACF8;
}
.join p {
    font-family: 'Graphik LCG';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 120%;
    color: #000000;
}

.join label {
    font-family: 'Graphik LCG';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0.15px;
    color: #000000;
}
.join .form-control {
    background: rgba(237, 237, 237, 0.89);
    border: none;
    border-radius: unset;
}
.join .form-control:active, .join .form-control:focus {
    background: #E8F5FD;
    border: 1px solid #5AACF8;
}
.join .modal-footer {
    border-top: none;
}
.join .modal-footer {
    justify-content: center;
}
.join .btn.btn-primary {
    background: #BFBFBF;
    border: 3px solid #BFBFBF;
    border-radius: unset;
    width: 100%;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
}
.join .btn.btn-primary:hover {
    background: white;
    border: 3px solid #5AACF8;
    color: #5AACF8;
}
.modal-footer [type=submit]:not(:disabled), .modal-footer button:not(:disabled) {
    cursor: pointer;
    background: #BFBFBF;
    border: 3px solid #BFBFBF;
    border-radius: unset;
    width: 100%;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 50px;
}
.modal-footer [type=submit]:not(:disabled):hover {
    background: white;
    border: 3px solid #5AACF8;
    color: #5AACF8;
}
.modal-footer [type=submit]:disabled, .modal-footer button:disabled {
    cursor: wait;
    background: #dddddd;
    border: 3px solid #dddddd;
    border-radius: unset;
    width: 100%;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 50px;
    color: #b0b0b0;
}
.join label.error {
    font-family: 'Graphik LCG';
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 120%;
    color: #D92737;
    margin-top: 5px;
    position: absolute;
}
.modal-body-thanks {
    text-align: center;
    padding-top: 30px;
}
.modal-body-thanks p {
    font-family: 'Graphik LCG';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 120%;
    color: #000000;
    margin-top: 30px;
}
.join .thanks{
    display: none;
}

.grecaptcha-badge { visibility: hidden; }