.form{
   box-sizing: border-box;
   display: none;
}
.form .phone{
    color: #ffffff;
    border: 1px solid #858585;
    background-color: transparent;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    font-size: 15px;
    font-weight: 400;
    height: 50px;
    display: block;
    width: 100%;
    padding: 0 15px;
    margin-bottom: 10px;
    box-sizing: border-box;
    outline: none;
}
.form .button{
    color: #fff;
    background-color: #cc9966;
    border-radius: 25px;
    font-family: Montserrat;
    font-weight: 600;
    font-size: 15px;
    width: 100%;
    height: 50px;
    display: block;
    position: relative;
    white-space: nowrap;
    background-image: none;
    cursor: pointer;
    margin: 0;
    border: 1px solid #cc9966;
    text-align: center;
    padding: 0;
}
.form .button:disabled,
.t651__submit:disabled{
   opacity: 0.6;
   cursor: not-allowed;
}
.form .tn-atom{
    color: rgb(255, 255, 255);
    font-weight: 500;
    text-align: center;
    font-size: 12px;
    font-family: 'Montserrat',Arial,sans-serif;
    display: block;
    margin-top: 5px;
}
.info-text-main{
   color: rgb(0, 0, 0);
   font-weight: 500;
   text-align: center;
   font-size: 12px;
   font-family: 'Montserrat',Arial,sans-serif;
   margin-bottom: 10px;
}
.form .info-text{
   color: rgb(255, 255, 255);
   font-weight: 500;
   text-align: center;
   font-size: 12px;
   font-family: 'Montserrat',Arial,sans-serif;
   margin-bottom: 10px;
}
#modals{
   z-index: 10000000;
}
#modals .t-popup{
   z-index: 10000001;   
} 
#modals input{
    margin: 0;
    font-size: 100%;
    height: 60px;
    padding: 0 20px;
    font-size: 16px;
    line-height: 1.33;
    width: 100%;
    border: 0 none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    -webkit-appearance: none;
    border-radius: 0;
    font-family: 'Montserrat',Arial,sans-serif;
     color: #000000;
    border: 1px solid #c9c9c9;
}
#modals button{
    color: #ffffff;
    background: #cc9966 !important;
    font-family: Montserrat;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    height: 60px;
    border: 0 none;
    font-size: 16px;
    padding-left: 60px;
    padding-right: 60px;
    -webkit-appearance: none;
    font-weight: 700;
    white-space: nowrap;
    background-image: none;
    cursor: pointer;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    background: transparent;
    width: 100%;
    height: 54px;
    -webkit-appearance: none;
    margin-top: 10px;
}
#modals button:disabled{
   opacity: 0.6;
   cursor: not-allowed;
}
.t-slds__items-wrapper{
    width: 2640px;
    transform: translateX(-1320px);
    touch-action: pan-y;
    -webkit-user-drag: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    height: 436px;
}