.sendForm {
    background: #f4f9ff;
    padding: 0;
}

.formSafety .sendForm {
	padding: 3.2rem 3.2rem 2.4rem;
	border-radius: 3.2rem;
}

.sendForm .type {
    display: flex;
    gap: .8rem;
	margin-bottom: 2.6rem;
}

@media only screen and (max-width: 1023px) {
    .sendForm .type {
		flex-direction: column;
	}
}

.sendForm .type label {
    flex: 1 1 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 5.6rem;
    padding: 0 1.4rem;
    border-radius: 10em;
    border: 1px solid #203a8f;
    background: transparent;
    cursor: pointer;
    user-select: none;
    transition: all .3s;
    color: #203a8f;
}

.sendForm .type label>input[type="radio"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.sendForm .type .ico {
    margin-right: .8rem;
    flex-shrink: 0;
}

.sendForm .type label .in {
    font-size: 1.6rem;
    line-height: 1;
    white-space: nowrap;
}

.sendForm .type label:has(input[type="radio"]:checked) {
    background: #203a8f;
    color: #fff;
}

@media (hover: hover) {
    .sendForm .type label:hover {
        background: #203a8f;
        color: #fff;
    }
}

.sendForm .type label.is-checked {
    background: #203a8f;
    color: #fff;
}

.sendForm .body .item {
    margin-top: 0;
    margin-bottom: 2.6rem;
}

@media (max-width: 1023px) {
    .formSafety .sendForm {
		padding: 3.2rem 2.2rem 2.4rem;
		border-radius: 3.2rem;
	}
	
	.formSafetyWrapMob {
		border-radius: 0;
		margin-bottom: 0;
	}
}

.sendForm .field {
    border: 0;
    padding: 0;
    margin-bottom: 2.6rem;
	user-select: none;
}

.sendForm .field:last-child {
    margin-bottom: 1rem;
}

.sendForm .field-input input,
.sendForm .field-input textarea {
    display: block;
    width: 100%;
    font-size: 1.6rem;
    background: #fff;
    outline: 0;
    border: 1px solid transparent;
    transition: all .3s;
    color: #0e1c48;
}

.sendForm .field-input input {
    height: 5.6rem;
    padding: 0 2rem;
    border-radius: 1.8rem;
}

.sendForm .field-input textarea {
    resize: none;
    min-height: 20rem;
    padding: 2rem 2rem;
    border-radius: 1.8rem;
}

.sendForm .formSubjectInputWrap:hover #subject {
	background-color: #e8f0fe;
}

.sendForm .field-input input::placeholder,
.sendForm .field-input textarea::placeholder {
    font-size: 1.4rem;
    line-height: 1;
    color: #0e1c48;
    opacity: .6;
}

@media (min-width: 768px) {
    .sendForm .field-input input::placeholder,
    .sendForm .field-input textarea::placeholder {
        font-size: 1.6rem;
    }
}

.sendForm .field-input input.js-error,
.sendForm .field-input textarea.js-error {
    border-color: #e7031c;
    color: #e7031c;
}

.sendForm .field-input input.js-error+.formError,
.sendForm .field-input textarea.js-error+.formError {
    display: block;
}

.sendForm .formError {
    display: none;
    color: #e7031c;
    font-size: 1.2rem;
    margin-top: 0.2rem;
    margin-left: 2.0rem;
}

@media (max-width: 767px) {
    .sendForm .formError {
        font-size: 1.2rem;
    }
}

#captcha-container {
	height: 102px;
	background-color: #fff;
	border-radius: 2.4rem;
	user-select: none;
}

.sendForm .pwdFormSubmitButton {
	background: #203a8f url(/images/form/arrow.svg) no-repeat calc(100% - 1.0rem) 50%;
	color: #fff;
	font-size: 1.8rem;
	height: 5.2rem;
	padding: 0 2.4rem;
	border: none;
	cursor: pointer;
	transition: all .3s;
	font-weight: 400;
	background-size: 30px 30px;
	padding-right: 5rem;
}

.sendForm .pwdFormSubmitButton:active {
	background: #0051ed url(/images/form/arrow.svg) no-repeat calc(100% - 1.0rem) 50%;
	background-size: 30px 30px;
}

.sendForm .pwdFormSubmitButton:hover {
	color: #fff;
    background-color: #0051ed;
}

.sendForm .formSubjectInputWrap {
    position: relative;
}

.sendForm .formSubjectInput {
    cursor: pointer;
	user-select: none;
}

.sendForm .formSubjectSelect {
    position: absolute;
    right: 2rem;
    top: 50%;
    transform: translateY(-50%);
    width: 2.4rem;
    height: 2.4rem;
    pointer-events: none;
    opacity: .6;
    background-color: #203a8f;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMS44MjA2IDEzLjgzNDFMMTguOTM1NiA4LjEyMjA3TDIwLjA2MjUgOS41MjU3MUwxMS43OTExIDE2LjE2NjFMMy45MTgwOCA5LjUxMTIzTDUuMDgwMDcgOC4xMzY1NEwxMS44MjA2IDEzLjgzNDFaIiBmaWxsPSIjMDA1MUVEIi8+Cjwvc3ZnPgo=);
    mask-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMS44MjA2IDEzLjgzNDFMMTguOTM1NiA4LjEyMjA3TDIwLjA2MjUgOS41MjU3MUwxMS43OTExIDE2LjE2NjFMMy45MTgwOCA5LjUxMTIzTDUuMDgwMDcgOC4xMzY1NEwxMS44MjA2IDEzLjgzNDFaIiBmaWxsPSIjMDA1MUVEIi8+Cjwvc3ZnPgo=);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    transition: all .3s;
}

.sendForm .formSubjectOption {
    display: none;
    position: absolute;
    z-index: 20;
    left: 0;
    right: 0;
    margin-top: .8rem;
    background: #fff;
    border-radius: 2.4rem;
    border: 1px solid rgba(32, 58, 143, .2);
    max-height: 28rem;
    overflow: auto;
    padding: 1.2rem;
}

.sendForm .formSubjectOption span {
    display: block;
    padding: 1rem 1.2rem;
    border-radius: 1.2rem;
    cursor: pointer;
    color: #203a8f;
}

@media (hover: hover) {
    .sendForm .formSubjectOption span:hover {
        background: #f4f9ff;
    }
}

.sendForm .formSubjectOption hr {
    border: 0;
    height: 1px;
    background: rgba(14, 28, 72, .2);
    margin: 1rem 0;
}

.sendForm .formSubjectInputWrap.is-open .formSubjectOption {
    display: block;
}

.sendForm .drop-container {
    display: block;
    height: auto;
    border-radius: 2.4rem;
    background: #fff;
    text-align: center;
    padding: 2rem;
    border: none;
    transition: border .3s, background .3s;
}

@media (hover: hover) {
    .sendForm .drop-container:hover {
        border-color: #203a8f;
    }
}

.sendForm .drop-title {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .8rem;
    height: 5.2rem;
    padding: 0 1.6rem 0 2.4rem;
    border-radius: 10em;
    font-size: 1.6rem;
    color: #203a8f;
    background: #f4f9ff;
    border: 1px solid #203a8f;
    margin-bottom: 1.2rem;
	font-weight: 400;
}

@media (max-width: 767px) {
    .sendForm .drop-title {
        font-size: 1.4rem;
    }
}

.sendForm .drop-container.drag-active {
    background: #f4f9ff;
    border-color: #203a8f;
}

.sendForm #attachmentFiles {
    margin-left: .8rem;
	height: auto;
}

.sendForm footer {
    margin-top: 0;
}

.sendForm .field-submit {
    margin-top: 3rem;
}

.formError {
    display: block;
    opacity: 0;
    position: absolute;
    color: #ff0000;
    font-size: 12px;
}

.error .formError {
    display: block;
    opacity: 1;
}

.formResultWrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100000;
    background: rgba(0, 0, 0, 0.5);
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

.formResult {
    font-size: 1.8rem;
    position: fixed;
    top: 35%;
    left: 50%;
    background: #fff;
    padding: 2.6rem 0;
    width: 40rem;
    text-align: center;
    margin: 0 0 0 -20rem;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border-radius: 2.4rem;
}

.formHidden {
    visibility: hidden;
    opacity: 0;
}

.formHidden .formResult {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

.formGood {
    display: block;
    width: 6.4rem;
    height: 6.4rem;
    margin: 0 auto 1rem auto;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    background: url(/images/form/check.svg) no-repeat center center;
	background-size: 100% 100%;
}

.formHidden .formGood {
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}

.formErrorIco {
    display: block;
    width: 6.4rem;
    height: 6.4rem;
    margin: 0 auto 10px auto;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    background: url(/images/form/error.svg) no-repeat center center;
}

.formHidden .formErrorIco {
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}

.formOk {
    min-width: 8rem;
    max-width: 12rem;
    width: auto;
    transition: opacity 0.3s;
    background-color: #0044a2;
    color: #fff;
    font-size: 1.8rem;
    border-radius: 3.0rem;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    padding: 0.7rem 1.0rem;
    margin: 1.5rem auto 0 auto;
    cursor: pointer;
    position: relative;
    text-align: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

.formOk:hover {
    background-color: #0051ed;
}

.sendForm #inputFiles input {
    border: none;
	background-color: transparent;
	cursor: pointer;
}

input[type=file]::file-selector-button {
    margin-right: 20px;
    border: none;
    background: #3174bc;
    padding: 5px 15px;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    transition: background .2s ease-in-out;
}

input[type=file]::file-selector-button:hover {
    background: #0044a2;
}

.drop-container {
    position: relative;
    display: flex;
    gap: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    padding: 20px;
    line-height: 1;
    border-radius: 3px;
    border: none;
    background: #ffffff;
    color: #0044a2;
    cursor: pointer;
    transition: background .2s ease-in-out, border .2s ease-in-out;
}

.sendForm #inputFiles.error .drop-container {
    border-color: #ff0000;
}

.drop-title {
    color: #0044a2;
    font-size: 120%;
    font-weight: bold;
    text-align: center;
    user-select: none;
    transition: color .2s ease-in-out;
}

.drop-container.drag-active {
    background: #eee;
    border-color: #111;
}

.drop-container.drag-active .drop-title {
    color: #0044a2;
}

.sendForm #inputFiles {
    animation: shows 0.1s;
	transition: all 0.3s;
}

.sendForm .drop-container:hover {
	background-color: #e8f0fe;
}

@keyframes shows {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.sendForm #pwdFormSafetyPlace {
	font-size: 1.4rem;
	line-height: 1.4;
	color: inherit;
}

.sendForm #pwdFormSafetyPlace a {
	text-decoration: underline;
	color: #203a8f
}

.sendForm .form__input-options {
	margin-top: 2.6rem;
}

@media only screen and (max-width: 1023px) {
    .sendForm .form__option-text br {
		display: none;
	}
}

.CheckboxCaptcha-Button {
	border-radius: 50% !important;
}

/* PopUP */
.form-popup .sendForm .type label {
    flex: none;
    padding: 0 2.4rem;
}

.form-popup .sendForm .body.formNameSwitch {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 2rem;
}

.form-popup .sendForm .item {
	box-sizing: border-box;
}

.form-popup .sendForm footer {
	grid-column: 1 / -1;
	box-sizing: border-box;
	margin-top: 0.6rem;
}

.form-popup .formMessageInput {
	display: flex;
	height: 100%;
}

.form-popup .sendForm .body .item {
	margin-bottom: 0;
}

.form-popup .sendForm .field:last-child {
	height: 100%;
	margin-bottom: 0;
}

@media only screen and (max-width: 1023px) {
	.form-popup .sendForm .body.formNameSwitch {
		grid-template-columns: auto;
		gap: 2.6rem
	}
	.form-popup .sendForm footer {
		margin-top: 0;
	}
}
/* PopUP */