textarea,
select,
input {
    width:100%;
}

input[type="checkbox"] {
    width:auto;
}

.form-style-1 {
    background: rgba(255,2555,2555,0.95);
    max-width: 520px;
    padding: 30px 30px 30px 30px;
    font: 13px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    border: 3px solid #FF911A;
    margin: 10px 0 0 25%;
    min-width: 500px;
}
.form-style-1 li {
    padding: 0;
    display: block;
    list-style: none;
    margin: 10px 0 0 0;
}
.form-style-1 label{
    margin: 0 0 3px 0;
    padding: 0px;
    display: block;
    color: #555;
    font-weight: 400;
}

.form-style-1 label.error {
    color:#FF911A;
}

.form-style-1 label > input[type=checkbox] {
    position:relative;
    top:2px;
}

.form-style-1 input[type=text],
.form-style-1 input[type=date],
.form-style-1 input[type=datetime],
.form-style-1 input[type=number],
.form-style-1 input[type=search],
.form-style-1 input[type=time],
.form-style-1 input[type=url],
.form-style-1 input[type=email],
.form-style-1 input[type=password],
textarea,
select{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 1px solid #ccc;
    background: transparent;
    font-weight: 400;
    margin: 10px 0;
    color: #555;
    padding: 7px;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;
}
select > option {
    color:#555;
}

.form-style-1 input[type=text]:focus,
.form-style-1 input[type=date]:focus,
.form-style-1 input[type=datetime]:focus,
.form-style-1 input[type=number]:focus,
.form-style-1 input[type=search]:focus,
.form-style-1 input[type=time]:focus,
.form-style-1 input[type=url]:focus,
.form-style-1 input[type=email]:focus,
.form-style-1 input[type=password]:focus,
.form-style-1 textarea:focus,
.form-style-1 select:focus{
    -moz-box-shadow: 0 0 8px #FF911A;
    -webkit-box-shadow: 0 0 8px #FF911A;
    box-shadow: 0 0 8px #FF911A;
    border: 1px solid #FF911A;
}
.form-style-1 .field-divided{
    width: 49%;
}

.form-style-1 .field-long{
    width: 100%;
}
.form-style-1 .field-select{
    width: 100%;
}
.form-style-1 .field-textarea{
    height: 100px;
}
.form-style-1 input[type=submit], .form-style-1 input[type=button]{
    background: #4B99AD;
    padding: 8px 15px 8px 15px;
    border: none;
    color: #555;
}
.form-style-1 input[type=submit]:hover, .form-style-1 input[type=button]:hover{
    background: #4691A4;
    box-shadow:none;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
}
.form-style-1 .required{
    color:red;
}

@-webkit-keyframes autofill {
    to {
        color: #555;
        background: transparent;
    }
}

input:-webkit-autofill {
    color: #555;
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both;
}

.orange {
    background: #FF911A!important;
    color: #fff!important;
}

.button {
    padding: 9px 24px 9px;
}

.container .wrap .spaceWrap, .container .wrap.spaceWrap, .container .wrap:not(.noSpaces) {
    padding:100px 0 0 0;
}

h1 {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 32px;
    padding-bottom: 0px;
    margin-bottom: 4px;
    margin-left: 60px;
    padding-top: 25px;
    color: #FF911A;
}

.aList {
    margin-left: 60px;
    color:#222;
}

.aList > li {
    font-size:32px;
    padding:10px 0;
    list-style-type:none;
}

.aList li::before {
    content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: #FF911A; /* Change the color */
    font-weight: bold; /* If you want it to be bold */
    display: inline-block; /* Needed to add space between the bullet and the text */
    width: 1em; /* Also needed for space (tweak if needed) */
    margin-left: -1em; /* Also needed for space (tweak if needed) */
}

.m-login__form-action {
    margin-top:9px;
    text-align:center;
}


::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #aaa;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #aaa;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #aaa;
}
:-moz-placeholder { /* Firefox 18- */
    color: #aaa;
}

#lNotice {
    display:flex;
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index: 2000;
    align-items: center;
    justify-content: center;
}

#lNotice > .nMsg {
    text-align:center;
    width:500px;
    background:#fff;
    color:#444;
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.2), 0px 2px 2px 0px rgba(0,0,0,0.14), 0px 3px 1px -2px rgba(0,0,0,0.12);
}

#lNotice.wide > .nMsg {
    width:700px;
}

#lNotice h2 {
    padding-top:30px;
}

.hidden {
    display:none !important;
}

#hideMsg {
    margin-bottom:30px;
}

#socIcons {
    position: fixed;
    display: flex;
    left:32px;
    bottom:12px;
    z-index:100;
}

#socIcons .socicon-twitter {
    padding-right: 4px;
    position: relative;
    top: 1px;
}
.fIcon {
    color: #FF911A;
    padding-left: 10px;
    font-size: 18px;
}

.pTypes {
    font-size:40px;
    color:#222;
    padding-bottom:32px;
}

.fade-6 .content {
    background: rgba(0,0,0,0);
}

.fix-12-12 {
    max-width: 1314px!important;
}

.container .wrap .spaceWrap, .container .wrap.spaceWrap, .container .wrap:not(.noSpaces) {
    padding: 70px 0 0 0;
}

.container .wrap {
    display: table-cell;
    vertical-align: top;
    overflow: hidden;
}

.animated [class*="ae-"] {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition-timing-function: cubic-bezier(0.5, 0.04, 0.2,0.8);
}

.page-loaded .fast .slide.active,
.page-loaded .fast .slide.selected {
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}

.page-loaded .slide.selected,
.page-loaded .slide.active {
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}

.page-loaded .slow .slide.active,
.page-loaded .slow .slide.selected {
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}

.lastSlideOnly {
    display:none;
}

#langSwitch {
    position: absolute;
    top:20px;
    right:15px;
    z-index: 1000;
    font-weight:600;
}

.lSep {
    padding: 0 5px;
    color: #777;
    text-shadow: 0 0 2px #777;
}

.lName {
    color:#222;
    cursor:pointer;
}

.lName.active {
    color:#FF911A;
}

.ru .form-style-1 label {
    font-size:12px;
}

.ru .aList > li {
    font-size:30px;
}

@media (max-width: 768px) {
    .pTypes {
        font-size:22px;
    }

    .form-style-1 {
        min-width:0;
        margin:20px 20px 50px 20px;
    }

    .aList > li {
        font-size:18px;
    }

    h1 {
        font-size:16px;
    }
}
