@font-face {
    font-family: "Posterizer KG";
    src: url("fonts/Posterizer KG.ttf") format('truetype'),
        url("fonts/Posterizer KG.woff") format('woff')
}
@font-face {
    font-family: 'Open Sans';
    font-weight: 200;
    src: local('Open Sans'), local('OpenSans-Regular'),
        url(fonts/open-sans_5f14bd2f3cd41e7b13ff8bc4177c9d06.woff) format('woff'),
        url(fonts/open-sans_5f14bd2f3cd41e7b13ff8bc4177c9d06.ttf) format('truetype');
}

@font-face {
    font-family: 'Open Sans';
    font-weight: 100;
    src: local('Open Sans Light'), local('OpenSansLight-Regular'),
        url(fonts/open-sans-light_289c7e8e7dc5f4e0b91733fdb56d5560.woff) format('woff'),
        url(fonts/open-sans-light_289c7e8e7dc5f4e0b91733fdb56d5560.ttf) format('truetype');
}

@font-face {
    font-family: 'Open Sans';
    font-weight: 300;
    src: url(fonts/open-sans-semibold_0386706ca5731e1ded1d354ae3151708.woff) format('woff'),
        url(fonts/open-sans-semibold_0386706ca5731e1ded1d354ae3151708.ttf) format('truetype'); 
}

@font-face {
    font-family: 'Open Sans';
    font-weight: 500;
    src: local('Open Sans Bold'), local('OpenSans-Bold'),
        url(fonts/open-sans-bold_5231939d0cda13eb1fd5685f7264eb76.woff) format('woff'),
        url(fonts/open-sans-bold_5231939d0cda13eb1fd5685f7264eb76.ttf) format('truetype');
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 300;
    src: local('Open Sans Semibold Italic'), local('OpenSansSemibold-Italic'),
        url(fonts/open-sans-semibold-italic_39ff1484b54b3e2d9155a13191170305.woff) format('woff'),
        url(fonts/open-sans-semibold-italic_39ff1484b54b3e2d9155a13191170305.ttf) format('truetype');
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 200;
    src: local('Open Sans Italic'), local('OpenSans-Italic'),
        url(fonts/open-sans-italic_619479f347f22df1ceafab870b54ec88.woff) format('woff'),
        url(fonts/open-sans-italic_619479f347f22df1ceafab870b54ec88.ttf) format('truetype');
}

.scrollToTop {
    display: none;
    background: url(images/to_top.png) 0 0 no-repeat;
    bottom: 20px;
    height: 60px;
    position: fixed;
    right: 30px;
    width: 70px;
    z-index: 100;
    opacity: 0.9;
}
.notScroll {
    overflow: hidden !important;
}
.blueRub {
    width: 20px;
    height: 20px;
    padding-right: 20px;
    background: url(images/rub.png) right -30px no-repeat;
    
}
.redRub {
    width: 20px;
    height: 20px;
    padding-right: 25px;
    background: url(images/rub.png) right 7px no-repeat;
    
}
.bigRub {
   height: 20px;
    padding-right: 35px;
    width: 20px;
    background: url(images/big_rub.png) right 4px no-repeat;
    
}
.font14 {
    font-size: 14px;
}
.font16 {
    font-size: 16px;
}
.font18 {
    font-size: 18px;
}
.font20 {
    font-size: 20px;
}

.font22 {
    font-size: 22px;
}
.font24 {
    font-size: 24px;
}
.font26 {
    font-size: 26px;
}
.font28 {
    font-size: 28px;
}
.font30 {
    font-size: 30px;
}
.font32 {
    font-size: 32px;
}
.font34 {
    font-size: 34px;
}
.font36 {
    font-size: 36px;
}
.font40 {
    font-size: 40px;
}
.font42 {
    font-size: 42px;
}
.font45 {
    font-size: 45px;
}

.font46 {
    font-size: 46px;
}
.font48 {
    font-size: 48px;
}
.font50 {
    font-size: 50px;
}
.light {
    font-weight: 100;
}
.regular {
    font-weight: 200;
}
.semibold {
    font-weight: 300;
}
.bold, b {
    font-weight: 500;
}
.italic {
    font-style: italic;
}

h1, h2, h3, h4 {
    padding: 0;
    margin: 0;
}
a {
    text-decoration: none;
}
.center {
    text-align: center;
}
.floatLeft {
    float: left;   
}
.floatRight {
    float: right;   
}
.displayNone {
    display: none !important;
}
p {
    margin: 12px 0;
}
.absolute {
    position: absolute;
}
.upperCase {
    text-transform: uppercase;
}

.clear {
    clear: both !important;
}

.block {
    display: block;
}
.inlineBlock {
    display: inline-block;
}
.white {
    color: #fff;
}
.red {
    color: #de2f8b;
}
.purple {
    color: #53177f
}
.blue {
    color: #44147d;
}
.posterizerKG {
    font-family: 'Posterizer KG', 'arial';
}

.bigWrapper {
    width: 1260px;
    margin: 0 auto;
    overflow: hidden;
}

.smallWrapper {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}



/*modal*/

.modal {
    margin-top: 10px;
    width: 1000px;
    display: none;
    z-index: 12;
    left: 50%;
    margin-left: -500px;
    position: fixed;
    top: 0;
}
.modal .modalScroll {
    max-height: 700px;
    overflow: auto;
}
.modal .modalClose {
    position: absolute;
    right: -45px;
    top: -10px;
    width: 26px;
    height: 26px;
    background: url(images/modal_close.png) 0 0 no-repeat;
}
#modalBg {
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 11;
    background: url(images/gray_bg.png);
    opacity: 0.8;
}
.modal.modalDisplay, #modalBg.modalDisplay {
    display: block;
}
.modal .modalTitle {
    padding-right: 10px;
    display: block;
    background-color: #f5f5f5;
    text-align: center;
    padding: 14px 0;
}

.modal .modalConent {
    padding: 35px 0;
    background-color: #fff;
    padding-left: 60px;
}

.modal.tallModal .modalConent {
    padding-top: 10px;
}

.modal .modalConent .modalItem {
    width: 830px;
    color: #2e2e2e;
}

.modal .modalConent .modalItem .modalItemPhoto img {
    margin-right: 10px;
}
.modal .modalConent .modalItem .modalItemPhoto {
    margin-top: 10px;
    padding-left: 40px;
    background: url(images/s11_icons.png) 0 7px no-repeat;
    
}
.modal .modalConent .modalImg {
    height: 180px;
    border-radius: 50%;    
    margin-right: 20px;
}

.modal .modalConent .modalPlus {
    padding-left: 80px;
}

.modal .modalBottom {
    padding-top: 10px;
    padding-right: 10px;
    background: #f5f5f5 url(images/modal_arr.png) 470px 50px no-repeat;
    height: 130px;
    color: #44147d;
    padding-left: 60px;
}
.modal .modalBottom .floatLeft{
    padding-top: 10px;
    float: left;
}
.modal .modalBottom  .modalPrice {
    line-height: 30px;
    padding-right: 33px;
    background: #f5f5f5 url(images/modal_rub.png) right 2px no-repeat;
}

.modal .modalBottom .modalPhone {
    background-color: #44147d;
    padding: 15px 50px;
    width: 285px;
    color: #fff;    
}


/*call me modal*/
#callMeModal {
    width: 680px;
    position: fixed;
    left: 50%;
    margin-left: -340px;
    top: 100px;
    z-index: 12;
}
#callMeModal form {    
    padding: 40px 65px;    
    background-color: #dcf4f7;   
}
#callMeModal form input {
    margin: 20px auto;
    font-size: 20px;
    color: #565656;
    width: 330px;
    border: 1px solid #aaaaaa;
    padding: 20px 15px;
}

#callMeModal form input[type="submit"] {
    width: 261px;
    height: 57px;
    border: none;
    overflow: hidden;
    text-indent: -3000px;
    cursor: pointer;
    background: url("images/s23_btn.png") 0 -60px no-repeat;
    margin-bottom: 0;
}
#callMeModal form input[type="submit"]:hover {
    background-position: 0 0;
}
#callMeModal .modalClose {
    position: absolute;
    right: -45px;
    top: -10px;
    width: 26px;
    height: 26px;
    background: url(images/modal_close.png) 0 0 no-repeat;
}


/*date modal*/
#dateModal {
    background-color: #fff;
    left: 50%;
    margin-left: -650px;
    padding: 50px;
    position: fixed;
    top: 250px;
    width: 1200px;
    z-index: 12;
}
#dateModal form {    
    padding: 3px;    
    border: 4px solid #603491;
    background-color: #fff;
}

#dateModal form input {
    width: 243px;
    padding: 22px;
    border: none;
    color: #543877;
    font-size: 18px;
    
}
#dateModal form input[type="submit"] {
    background: url(images/btn.png) 0 0 no-repeat;
    padding: 0;
    width: 303px;
    height: 65px;
    color: #fff;
    cursor: pointer;
}
#dateModal form input[type="submit"]:hover {
    background-position: 0 -70px;
}

#dateModal form input.middleLines {
    border-right: 1px solid #9e6fd3;
    border-left: 1px solid #9e6fd3;
    margin-left: 3px;
}
#dateModal .modalClose {
    position: absolute;
    right: -45px;
    top: -10px;
    width: 26px;
    height: 26px;
    background: url(images/modal_close.png) 0 0 no-repeat;
}
