



.dots {
    color: #f41c50;
    line-height: 0px;
    font-size: 25px;
    display: block;
    padding-left: 15px;
}
#section_4 .dots {
    padding-left: 0;
}

img {
    border: none !important;
}

a {
    border: none !important;
    outline: 0 !important;
}

.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;

}

.red_rub {
    width: 20px;
    height: 20px;
    padding-right: 29px;
    background: url("images/rub.jpg") 7px 10px no-repeat;
}

.big_rub {
    height: 27px;
    padding-right: 35px;
    width: 29px;
    background: url("images/big_rub.png") right 13px no-repeat;

}

.font12 {
    font-size: 12px;
}

.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;
}

.font33 {
    font-size: 33px;
}

.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;
}

.font60 {
    font-size: 60px;
}

.font72 {
    font-size: 72px;
}

.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;
}

.underline {
    text-decoration: underline;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.float_left {
    float: left !important;
}

.float_right {
    float: right !important;;
}

.display_none {
    display: none !important;
}

p {
    margin: 12px 0;
}

.absolute {
    position: absolute;
}

.upper_case {
    text-transform: uppercase;
}

.lower_case {
    text-transform: lowercase;
}

.clear {
    clear: both !important;
}

.block {
    display: block;
}

.inline_block {
    display: inline-block;
}

.white {
    color: #fff;
}

.red {
    color: #f41b50;
}

.purple {
    color: #53177f
}

.blue {
    color: #44147d;
}

.posterizerKG {
    font-family: 'Posterizer KG', Arial, sans-serif;
}

.roboto_slab {
    font-family: 'Roboto Slab', Arial, sans-serif;
}

.roboto {
    font-family: 'Roboto', Arial, sans-serif;
}

.bigWrapper {
    width: 1260px;
    margin: 0 auto;
    overflow: hidden;
}

.smallWrapper {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.auto_margin_center {
    margin: 0 auto;
}

/*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;
}

/****************************************/
/*****************ICONS******************/
/****************************************/

.good_icon {
    background: url("icon_set/good_icon.png") 15px 0 no-repeat;
}

.unlimited_icon {
    background: url("icon_set/unlimited_icon.png") 15px 0 no-repeat;
}

.butofor_icon {
    background: url("icon_set/butofor_icon.png") 15px 0 no-repeat;
}

.clokc_icon {
    background: url("icon_set/clokc_icon.png") 15px 0 no-repeat;
}

.contract_icon {
    background: url("icon_set/contract_icon.png") 15px 0 no-repeat;
}

.design_icon {
    background: url("icon_set/design_icon.png") 15px 0 no-repeat;
}

.magnit_icon {
    background: url("icon_set/magnit_icon.png") 15px 0 no-repeat;
}

.master_icon {
    background: url("icon_set/master_icon.png") 15px 0 no-repeat;
}

.monitor_icon {
    background: url("icon_set/monitor_icon.png") 15px 0 no-repeat;
}

.video_icon {
    background: url("icon_set/video_icon.png") 15px 0 no-repeat;
}

.prof_icon {
    background: url("icon_set/prof_icon.png") 15px 0 no-repeat;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #a8a2a0;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #a8a2a0;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #a8a2a0;
}

.input_error {
    border-color: red;
}

.carousel {
    text-align: center;
}


/*для шрифтов на мобильных устройствах*/
.height_hack {
    max-height: 9999999px;
}