/* Seminar title */

@media only screen and (max-width: 480px) {
    .t225__title {font-size:24px !important;}
}

@media only screen and (min-width: 481px) and (max-device-width: 959px) {
    .t225__title {font-size:32px !important;}
}
	
@media only screen and (min-width: 481px) {
    .t225__title {
    margin-left: 20px;
    margin-right:20px;
    }
}


/* Bitrix Form */
.t-popup_show .t-popup__container {min-width: 340px !important;}
.b24-form-wrapper {background-color:transparent !important;}
.b24-form-border-bottom {border-bottom: 0 !important;}
.b24-form-control-alert-message {color: red !important; font-size: 12px !important;}

.b24-form-field {
    margin-bottom: 10px !important;
}

.b24-form-header {
    text-align: center;
    border-bottom: 0 !important;
}

.b24-form-header-title {margin-bottom:15px !important; opacity: 1 !important; font-weight:600 !important;}

.b24-form-header-description {color:#000 !important; opacity: 1 !important; font-weight:600 !important;}


.b24-form-control { border-radius: 10px !important; }



@media only screen and (max-width: 479px) {
.b24-form-header-title { font-size: 30px !important; }
.b24-form-header-description  { font-size: 30px !important; }
}

@media only screen and (min-width: 480px) {
.b24-form-header-title, .b24-form-header-description { font-size: 35px !important;}

}


.b24-form-btn {
    border-radius: 15px !important;
    font-weight:500 !important;
    background-color: #050038 !important;
}

.b24-form-state-container, .b24-form-success {
    background-color: #f3f3f3 !important;
    border-radius: 20px !important;
}

.b24-form-success-icon {
background-image:url(https://static.tildacdn.com/tild6361-3032-4061-b932-356666623366/Tilda_Icons_27bu_1-g.svg) !important;
}

.b24-form-state-text {
font-size:1.4rem !important;  
line-height: 1.6 !important;
}

.b24-form-sign {display:none !important;}