a {
    text-decoration: underline;
    color: #000;
}
a:hover {
    text-decoration: none;
}

.flL {
    float: left;
}
.flR {
    float: right;
}
.clr:after {
    clear: both;
    content: ".";
    display: block;
    height: 0px;
    visibility: hidden;
}
.t-tN {
    text-transform: none;
}
.t-tU {
    text-transform: uppercase;
}
.last {
    margin-right: 0!important;
}
.wrap {
    width: 960px!important;
    margin: 0 auto!important;
    display: block!important;
}
.popup {
    width: 100%;
    height: 100%;
    background: rgb(0,0,0);
    background: rgba(0,0,0,0.85);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
    display: none;
}
.popup h4 {
    text-transform: uppercase;
    font-size: 18px;
    padding: 0 0 12px 0px;
    text-align: center;
}
.popup .formBlock {
    margin: -124px -184px;
    width: 367px;
    height: 248px;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 100;
}
 .popup.formBlock h4 {
    margin-bottom: 9px;
    font-size: 40px;
    color: #fe5485;
    text-align: center;
    text-transform: uppercase;
}
.popup .form {
    padding: 23px;
    background: rgb (255, 255, 255)!important;
    background: rgba(255, 255, 255, 0.15)!important;
    border-radius: 10px;
}
.popup .form img {
    margin: -50px 0px 0px 352px;
    position: absolute;
    cursor: pointer;
    opacity: 0.85;
}
.popup .form img:hover {
    opacity: 1;
}
.popup .form input {
    margin: 0 0 8px 0;
    padding: 5px 10px 3px 10px;
    width: 301px;
    height: 30px;
    font-size: 18px;
    border: none;
    background: #fff;
    color: #000;
    text-transform: none;
}
.popup .formButton {
    margin-top: 8px;
    padding: 2px 0 0 1px;
    width: 100%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    text-transform: uppercase;
}
#messBlock, #errorBlock {
    display: none;
    position: fixed;
    top: 0;
    z-index: 99999;
    width: 100%;
    height: 20px;
    padding: 20px 0;
    color: white;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}
#messBlock {
    background: rgb(0, 83, 148);
    background: rgba(0, 83, 148, 0.85);
}
#errorBlock {
    background: rgb(148, 0, 0);
    background: rgba(148, 0, 0, 0.85);
}
.error {
    background: #FF6666!important;
    border: solid 1px #FF6666!important;
}

/* Cтили для копирайта */
.ilevel {
    color: #808080;
    width: 350px;
}
.ilevel p {
    text-align: right;
    xpadding: 21px 0 0 0;
}
.ilevel a {
    margin: 15px 0 0 15px;
    opacity: 0.6;
}
.ilevel a:hover {
    opacity: 1;
}

