  @font-face {
        font-family: 'almoniDL400';
        font-weight: 400; /*(regular)*/
        font-style: normal;
        src: url('../../../../../Static/fonts/almoni2019/almoni-neue-regular-aaa.eot');
        src: url('../../../../../Static/fonts/almoni2019/almoni-neue-regular-aaa.eot') format('embedded-opentype'), url('../../../../../Static/fonts/almoni2019/almoni-neue-regular-aaa.woff2') format('woff2'), url('../../../../../Static/fonts/almoni2019/almoni-neue-regular-aaa.woff') format('woff');
}
  @font-face{
	font-family:'almoniDL700';
	font-weight:700; /*(bold)*/
	font-style: normal;
		src: url('../../../../../Static/fonts/almoni2019/almoni-neue-bold-aaa.eot'); 
		src: url('../../../../../Static/fonts/almoni2019/almoni-neue-bold-aaa.eot') format('embedded-opentype'), 
			 url('../../../../../Static/fonts/almoni2019/almoni-neue-bold-aaa.woff2') format('woff2'),
			 url('../../../../../Static/fonts/almoni2019/almoni-neue-bold-aaa.woff') format('woff');
} 
  @font-face{
	font-family:'demibold';
	font-weight:900; /*(bold)*/
	font-style: normal;
		src: url('../../../../../Static/fonts/almoni2019/almoni-neue-demibold-aaa.eot'); 
		src: url('../../../../../Static/fonts/almoni2019/almoni-neue-demibold-aaa.eot') format('embedded-opentype'), 
			 url('../../../../../Static/fonts/almoni2019/almoni-neue-demibold-aaa.woff2') format('woff2'),
			 url('../../../../../Static/fonts/almoni2019/almoni-neue-demibold-aaa.woff') format('woff');
}
@font-face{
    font-family:'almoniDL300';
    font-weight:300;
    font-style: normal;
    src: url('../../../../../Static/fonts/almoni2019/almoni-neue-light-aaa.eot');
    src: url('../../../../../Static/fonts/almoni2019/almoni-neue-light-aaa.eot') format('embedded-opentype'),
        url('../../../../../Static/fonts/almoni2019/almoni-neue-light-aaa.woff2') format('woff2'),
        url('../../../../../Static/fonts/almoni2019/almoni-neue-light-aaa.woff') format('woff')

}
   

body {
    min-width: 100%;
    direction: rtl;
}

.container {
    margin: 0 auto;
    width: 100%;
    max-width: 950px;
    text-align: right;
}

.logoWr {
    display: flex;
    align-items: center;
}

    .logoWr img {
        position: relative;
        right: -100px;
    }

    .logoWr h1 {
        line-height: 1.04;
        font-size: 61.6px;
        font-family: 'almoniDL700';

    }
        .logoWr h1:after {
            content: url(../../../../../globes/image/upload/v1657015742/Digital/moneyTime/globes_logo_220x60_cp5k73.svg);
            margin-right: 10px;
            width: 150px;
           
            display: inline-block;
        }
.txtWr {margin-bottom:40px}
    .txtWr h2 {
        font-size: 44px;
        font-family: 'almoniDL700';
        background: linear-gradient(272deg, rgba(204,0,0,1) 0%, rgba(205,0,135,1) 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        color: #f75e4f;
        margin-bottom:1px
    }

    .txtWr p {
        font-size: 24px;
        color: #3b3d3f;
        font-family: 'almoniDL400';
        line-height: 1.54;
    }

    p {
        color: #3b3d3f;
        font-family: 'almoniDL400';
        font-size: 16px;
        margin: 0;
    }

details:last-of-type {
    border-bottom: 1px #ff7091 solid;
}

details {
    border-top: 1px #ff7091 solid;
    padding: 25px 0;
}

    details > summary {
        list-style: none;
    }

    details summary, h3 {
        font-size: 40px;
        font-family: 'almoniDL700';
        margin:0
    }

        details summary:before {
            content: url(../../../../../globes/image/upload/v1657608708/Digital/icons/group-6-copy-2_cxerxu.svg);
           
            float: left;
    
            transition: transform 1s;
        }


    details[open] summary:before {
        transform: rotate(133deg);
    }

            .sepT {
                margin-top: 87px;
            }

details summary, h3 {
    font-size: 40px;
    font-family: 'almoniDL700';
}

details p {
    font-size: 22px;
    line-height: 38px;
    width: 90%;
}

.form_title {
     
    font-family: 'almoniDL700';
}

.form__section {
    margin-top: 40px
}
.form {
    background: #ffedde;
    padding: 31px;
}

.form .choice {
    grid-template-columns: 1px auto 1fr;
    display: grid;
    margin-bottom: 20px;
}

    .form .choice input[type=checkbox] {
        visibility: hidden;
    }
    .form .choice .errMsg, #SBSendMailContainer .errMsg {
        grid-column: -1 / 1;
        font-family: almoniDL400;
        font-size: 14px;
        color: #c00
    }

.form-label .errMsg, .error_message, .red_bottom, .loginWr .errMsg {
    font-family: almoniDL400;
    font-size: 14px;
}


.choice input[type="checkbox"]:checked + label {
    background: #f75e4f;
    color: #fff;
    border: 1px #f75e4f solid;
 
}

.choice input[type="checkbox"] + label { 
    color: #506876;
    border: 1px #506876 solid;
    border-radius: 3px;
    font-size: 20px;
    font-family: 'almoniDL400';
    width: 62px;
    height: 44px;
    align-items: center;
    justify-content: center;
    display: flex;
    text-decoration: none;
    cursor: pointer;
    margin-left: 40px;
}

.form .choiceSmall {
    color: #3b3d3f;
    font-family: 'almoniDL400';
    font-size: 16px;
    text-align: right;
    margin: 15px 0;
    grid-template-columns: 1px auto 1fr;
    display: grid;
 
    grid-gap: 20px;

}
    .form .choiceSmall input[type="checkbox"] {
        visibility: hidden;
        margin-left: 20px;
    }
        .form .choiceSmall input[type="checkbox"]:before {
            content: '';
            width: 16px;
            height: 16px;
            border: 1px #506876 solid;
            display: block;
            visibility: visible;
        }


        .form .choiceSmall input[type="checkbox"]:checked:before {
            background: #c00;
            border: 1px #c00 solid;
        } 
   
    .form .choiceSmall label {margin-right:10px}

    .form-boxes .fbWr {
        grid-template-columns: auto auto auto;
        display: grid;
        grid-gap: 20px;
    }

.form-boxes {margin-top:50px}

.form-boxes p a {color:blue}

.ckb {
    font-size: 16px;
    text-align: right;
    color: #3b3d3f;
    font-family:almoniDL400;
}
    .ckb a {
        border-bottom: 1px #3b3d3f solid
     }
.btn_submit {
    margin-top: 50px;
    width: 154px;
    height: 55px;
    padding: 12px 43px 13px;
    background-image: linear-gradient(to left, #ff8158 100%, #ff5ec8 0%);
    font-size: 25px;
    font-family: almoniDL900;
    color: #000;
    line-height: 1;
    cursor:pointer
}
.btn_submit.disable { background:#ccc}

#wrapper .form-label input[type="text"],
#wrapper .form-label input[type="password"],
#wrapper .form-label input[type="tel"],
#wrapper .form-label input[type="email"],
#wrapper .form-label select {
    -webkit-box-shadow: inset 0 0 0 50px #ffedde !important;
    border-left: 0 !important;
    border-top: 0 !important;
    border-right: 0 !important;
}

#wrapper .form-label input:valid ~ label,
#wrapper .form-label input:focus ~ label,
#wrapper .form-label textarea:valid ~ label,
#wrapper .form-label textarea:focus ~ label,
#wrapper .form-label input:read-only ~ label,
#wrapper .form-label input:disabled ~ label {
    background: #ffedde !important;
}



header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 80%;
    text-align: right;
    direction: rtl;
    background-color: #fff9f4;
    padding: 0 20px;
    left: 0;
 
    z-index: 9;
    box-shadow: 0 1px 1px 0 rgb(0 0 0 / 25%);
    position: fixed;
    top: 0;
    height: 90px;
    padding: 0 10%;
}

    header .imgShare {
        margin: 0px;
        width: 18px;
        height: 18px;
        cursor: pointer;
        background-image: url(../../../../../globes/image/upload/v1648448240/Digital/14482/a-icon-share_qh1gqq.svg);
        background-repeat: no-repeat;
        margin-left: 40px;
        display: block
    }
    header .logoG {
        margin: 0px;
        width: 36px;
        height: 36px;
        cursor: pointer;
        background-image: url(../../../../../globes/image/upload/v1657089607/Digital/group-12_pjqkzg.svg);
        background-repeat: no-repeat;
        margin-left: 40px;
        display: block
    }




header .logoP {
    margin: 0px;
    width: 90px;
    height: 90px;
    cursor: pointer;
    background-image: url(../../../../../globes/image/upload/v1657025319/Digital/logo_d6mtz0.svg);
    background-repeat: no-repeat;
    margin-left: 40px;
    display: block;
    position: absolute;
    z-index: 1;
    top: 10px;

    display:none
}

    header .title {
        font-size: 20.4px;
        
    }
        header .title:after {
            content: url( ../../../../../globes/image/upload/v1657089847/Digital/logo-mini-1_tl7rhk.svg);
            margin-right: 5px;
            width: 48px;
            display: inline-block;
        }
    header div {
        display: flex;
        align-items: center;
    }



    @media only screen and (max-width: 480px) {
        .txtWr p { font-size:18px}

            .logoWr h1 {
            line-height: 1;
            font-size: 44px;
        }
        .txtWr h2 {
            font-size: 26px;
            max-width: 325px;
            margin: 0 0 8px 0;
            line-height: 1;
        }
        details summary, h3 {
            font-size: 20px;
        }
            details summary:before {
                zoom: 50%;
            }
        header .logoG, header .imgShare {
            margin-left: 0;
            margin-right: 10px;
        }

        header .title {
            font-size: 16px;
            line-height: 1;
        }

        header .title:after {zoom:60%}

        header {
        height: 50px;
        width: calc(100% - 40px);
        padding: 0 20px;
        }
        .choice input[type="checkbox"] + label {
        width: 30px;
        height: 30px;
        margin-left: 20px;
        }
        .form {
        padding: 20px 10px
        }
        .form p, .form .choiceSmall, .ckb{
            font-size:14px
        }
        #SBSendMailContainer .form-label label {
            font-size: 18px;
        }
        .container {
        width: 92%;
        margin: 0 auto;
        }
        .logoWr {
        display: block;
        }
        .logoWr img {
        position: static;
        zoom: 52%;
        margin: 120px auto 0;
        display: block;
        }
        .form-boxes .fbWr {
        grid-template-columns: auto;
        }
}

